@font-face {
    font-family: 'Walsheim';
    src: url('/fonts/GTWalsheimPro.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'Walsheim';
    src: url('/fonts/GTWalsheimPro-Medium.otf');
    font-weight: 600;
}

@font-face {
    font-family: 'Walsheim';
    src: url('/fonts/GTWalsheimPro-Black.otf');
    font-weight: 700;
}

@font-face {
    font-family: 'Walsheim';
    src: url('/fonts/GTWalsheimPro-UltraBold.otf');
    font-weight: 900;
}


body{
    font-family: Walsheim;
}


/*head elements styles*/
.top-bar{
    min-height: 40px;
}

.top-bar *{
    vertical-align: middle;
}

.top-info{
    /*height: 80px;*/
}

.top-info *{
    vertical-align: middle;
}

.top-info div[class^="col-"]{
    min-height: 80px;
}

.top-info div{
    display: flex;
    align-items: center!important;
}


.logo{
    font-size: 0.7rem;
    font-style: italic;
}

.search{
    display: flex;
    align-items: center!important;
    justify-content: flex-end;
    /*max-width: 250px;*/
    min-width: 75px;
    cursor: pointer;
}

.logo img{
    display: inline-block;
}

.informer{
    background: #85c064;
    font-weight: 600;
    color: white;
}

.informer iframe{
    width: 100%;
    height: 40px;
    border-width: 0px;
    overflow: hidden;
}

.v-ico{
    width: 24px;
    margin-top: -4px;
    margin-bottom: -4px;
}

.lang-bar{
    background: #ededed;
    font-family: Walsheim;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.9;
}
.lang-bar span, .lang-bar a {
    padding: 0 2px;
    color: #85c064;

}

.lang-bar a.active{
    padding: 0 2px;
    color: #000;
}

.lang-bar a:hover{
    color: #000;
}

.top-info .row{
    font-size: 0.9rem;
}

.menu{
    padding-right:0;
    padding-left: 0;
}

.menu .navbar{
    padding-right:0;
    padding-left: 0;
}

.nav-link{
    white-space: nowrap;
    opacity: 1!important;
    color: rgb(62, 62, 62) !important;
}

.menu .nav-item.active a{
    text-transform: uppercase;
    color: #4c4c4c!important;
}

.menu .nav-item.active{
    border-bottom: solid 7px #85c064;
    margin-bottom: 0;
}
.navbar-light{
    background-color: #e3eed8;
}
.navbar-brand img{
    width: 75%;
}

.searchfield{
    -webkit-appearance: button;
    border: 1px solid lightgrey;
    width: 80%;
}
.searchfield::placeholder {
    opacity: 0.5;
}

.subline{
    width: 100%;
    height: 3px!important;
    max-height:3px!important;
    min-height:3px!important;
    background-color: #ebebeb;
    margin-top: -36px;
    z-index: -50
}

.tags-form{
    width: 100%;
    height: 90px!important;
    max-height:90px!important;
    min-height:90px!important;
    background-color: #f5f5f5;
    margin-top: -15px;
    display: none!important;
    flex-wrap: wrap;
    padding: 15px 15px;
}
.tags-form span{
    margin-right: 10px;
    font-size: 0.9rem;
    color: #686868;
}
/*head elements styles end*/


.items a{
    color: black;
}
.item-info a{
    color: white;
}

/*small item styles*/
.small-item {
    margin-top: 15px;
    padding: 10px;
}
.small-item div{
    padding-left: 0;
    padding-right: 0;
}
.small-item-image {
    position: relative;
    border-radius: 10px;
    width: 50%;		/* desired width */
    background-size: cover;
    background-position: center;
}
.small-item-image:before {
    content: "";
    float: left;
    padding-top: 100%; 	/* initial ratio of 1:1*/
}

.small-item-theme{
    color: #7f7f7f;
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}
.small-item-header:after{
    content  : "";
    position : absolute;
    z-index  : 1;
    bottom   : 0;
    left     : 0;
    pointer-events   : none;
    background-image : linear-gradient(to bottom,
    rgba(255,255,255, 0),
    rgba(255,255,255, 1) 90%);
    width    : 100%;
    height   : 30px;
}
.small-item-header{
    font-size: 1.3rem;
    font-weight: 600;
    padding: 4px 5px;
    line-height: 1.1;
    height: 75px;
    overflow: hidden;
}
.small-item-body-short{
    font-size: 1.1rem;
    color: #7f7f7f;
    height: 60px;
    overflow: hidden;
}
.small-item-body-short:after{
    content  : "";
    position : absolute;
    z-index  : 1;
    bottom   : 0;
    left     : 0;
    pointer-events   : none;
    background-image : linear-gradient(to bottom,
    rgba(255,255,255, 0),
    rgba(255,255,255, 1) 90%);
    width    : 100%;
    height   : 15px;
}
.small-item-tools img{
    margin-right: 5px;
    margin-top: 2px;
}
.small-item-tools{
    display: flex;
    align-items: center!important;
    padding: 5px;
    font-size: 0.9rem;
    color: #7f7f7f;
}
/*small item styles end*/


/*wide item styles*/
.wide-item {
    margin-top: 15px;
    padding: 10px;
}
.wide-item div{
    padding-left: 0;
    padding-right: 0;
}
.wide-item-image {
    position: relative;
    border-radius: 10px;
    width: 50%;		/* desired width */
    background-size: cover;
    background-position: center;
}
.wide-item-image:before {
    content: "";
    float: left;
    padding-top: 100%; 	/* initial ratio of 1:1*/
}

.wide-item-theme{
    color: #7f7f7f;
    font-size: 1.1rem;
}
.wide-item-header:after{
    content  : "";
    position : absolute;
    z-index  : 1;
    bottom   : 0;
    left     : 0;
    pointer-events   : none;
    background-image : linear-gradient(to bottom,
    rgba(255,255,255, 0),
    rgba(255,255,255, 1) 90%);
    width    : 100%;
    height   : 30px;
}
.wide-item-header{
    font-size: 1.3rem;
    font-weight: 600;
    padding: 4px 5px;
    line-height: 1.1;
    height: 75px;
    overflow: hidden;
}
.wide-item-body-short{
    font-size: 1.1rem;
    color: #7f7f7f;
    height: 90px;
    overflow: hidden;
}
.wide-item-body-short:after{
    content  : "";
    position : absolute;
    z-index  : 1;
    bottom   : 0;
    left     : 0;
    pointer-events   : none;
    background-image : linear-gradient(to bottom,
    rgba(255,255,255, 0),
    rgba(255,255,255, 1) 90%);
    width    : 100%;
    height   : 15px;
}
.wide-item-tools img{
    margin-right: 5px;
    margin-top: 2px;
}
.wide-item-tools{
    display: flex;
    align-items: center!important;
    padding: 5px;
    font-size: 0.9rem;
    color: #7f7f7f;
}
/*wide item styles end*/

/*big item styles */
.big-item {
    margin-top: 15px;
    padding: 10px;
}
.big-item div{
    padding-left: 0;
    padding-right: 0;
}
.big-item-image {
    position: relative;
    border-radius: 10px;
    width: 50%;		/* desired width */
    background-size: cover;
}
.big-item-image:before {
    content: "";
    float: left;
    padding-top: 90%; 	/* initial ratio of 1:1*/
}

.big-item .item-info{
    margin-top: -240px;
    padding-left: 20%;
    padding-right: 5%;
    background-image: url(IMAGE_URL), linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4));
    /*
                background-position: bottom 50% left 91%;
                background-size: 54% 100%;
    */
    padding-left: 25%;
    background-position: bottom 50% left 85%;
    background-size: 75% 100%;
    background-repeat: no-repeat;
}

.big-item-theme{
    color: #fff;
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}


.big-item-header{
    font-size: 1.3rem;
    font-weight: 600;
    padding: 4px 5px;
    line-height: 1.1;
    height: 75px;
    overflow: hidden;
    color: #fff;
    -webkit-mask-image: -webkit-gradient(linear, left top,
    left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    -webkit-mask-size: 100% 150%;
    -webkit-mask-repeat: no-repeat;
}
.big-item-body-short{
    font-size: 1.1rem;
    color: #fff;
    height: 105px;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    -webkit-mask-size: 100% 170%;
    -webkit-mask-repeat: no-repeat;
    overflow: hidden;
}
.big-item-body-short:after{

}
.big-item-tools img{
    margin-right: 5px;
    margin-top: 2px;
}
.big-item-tools{
    display: flex;
    align-items: center!important;
    padding: 5px;
    font-size: 0.9rem;
    color: #fff;
    padding-bottom: 0;
}
/*big item styles end*/

.presentation{
    display: flex;

}

.readmore:after{
    background-image : linear-gradient(to bottom,
    rgba(255,255,255, 0),
    rgba(240,240,240, 1) 90%);

}

.footer{
    min-height: 100px;
    background-color: #85c064;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start!important;
    color: white;
    padding: 5px;
    line-height: 140%;
    font-size: 0.85rem;
}

.footer a{
    color: white;
}

.social img{
    max-width: 32px;
}
.social{
    display: flex;
    align-items: center!important;
    justify-content: flex-end;
}

.single-pic h1{
    font-weight: 600;
    font-size: 1.9rem;
}

.taglinks a, .single-pic a{
    color: #86C065;
    font-weight: 200;
    text-decoration:underline;
}

.single-pic p{
    line-height: 1.3;
    font-size: 1.15rem;
}

.single-pic img{
    border-radius: 10px ;
    margin: 10px;
    max-width: 100%;
    height: auto;
}

.tag-box{
    font-size: 0.9rem;
    line-height: 1.2;
    margin-bottom: 50px;
    /*text-transform:capitalize;*/
    font-weight: 600;
}

.headimg{
    float: right;
    width: 100%;
    height: auto;
}

.bl-head{
    background-color:#85c064;
    color: white;
    height: 27px;
}


.pagi-item.pagi-active {
    background-color: #85c064;
    border-color: #85c064;
    color: #fff;
}
.pagi-item {
    /*font-family: Roboto-Regular;*/
    font-size: 16px;
    padding-bottom: 5px;
    color: #bcbcbc;
    width: 30px;
    height: 30px;
    /*border: 2px solid #bcbcbc;*/
    border-radius: 50%;
    font-weight: 600;
    margin-right: 5px;
}
.flex-c-c {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-wr-s-c{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px;
    width: 100%;
}

.searchblock{
    position: absolute;
    /*top: 160px;*/
    top: 480px;
    /*width: 1140px;*/
    width: 100%;
    background-color: white;
    z-index: 20;
    padding: 10px 0;
}

.nav-link{
    display: inline;
    margin: 0 6px;
    font-size: 1.3rem;
}
.nav-item{
    margin-bottom: 7px;
}
.nav-item:hover{
    border-bottom: solid 7px #85c064;
    margin-bottom: 0;
}

.nav-item span{
    color: #85c064;

}
.flogo{
    width: 90%;
    height: auto;
}
h1{
    font-size: 2rem;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0.3;
    visibility: visible;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 50px;
    line-height: 40px;
    left: calc(100vw - 40px);
    bottom: 100px;
    padding-top: 2px;
    transform: scale(0.7);
}

iframe{
    max-width: 100%;
    max-height: 90vh;
}

.top-bar-present{
    background-color: #e3eed8;
}
.inner-link{
    display: block;
    width: 100%;
    height: 100%;
}
.mb-searchblock{
    display: none;

}
.open-mb-search{
    display: flex!important;
    width: auto;
}

.bannerplace img{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
}
.bannerplace{
    padding: 0;
}

.top-line-padd{
    border-top: solid 1px white;
}

.tiktok-embed iframe{
    border: none;
}


.tiktok-embed{
    width: 90vw!important;
    height: 575px;
    overflow: hidden!important;
}

/*MEDIA STYLES*/

@media (min-width: 576px){
    .informer{
        padding: 0;
        font-size: 0.7rem;
        line-height: 60%;
    }
    .lang-bar{
        font-size: 0.8rem;
    }
    .tags-form{
        display: none!important;
    }
    .wide-item-image:before {
        padding-top: 50%; 	/* initial ratio of 1:1*/
    }
    .big-item .item-info{
        padding-left: 25%;
        background-position: bottom 50% left 85%;
        background-size: 75% 100%;
    }
}


@media (min-width: 768px){
    .informer{
        font-size: 0.85rem;
    }

    .lang-bar{
        font-size: 0.8rem;
    }
    .top-info .row{
        font-size: 0.9rem;
    }
    footer{
        font-size: 1rem;
    }
    .top-line-padd{
        border-top: none;
    }

}

@media (min-width: 992px)/*  and (max-width: 1199px)*/{

    .single-pic p{
        max-width: 70%;
    }
    .informer{
        font-size: 0.9rem;
    }

    .lang-bar{
        font-size: 0.8rem;
    }
    .tags-form{
        height: 90px!important;
        max-height:90px!important;
        min-height:90px!important;
        display: flex!important;

    }
    .top-info .row{
        font-size: 1rem;
    }
    .top-info .col-*{
        height: 80px;
    }
    .navbar-nav{
        line-height: 2;
    }
    .navbar-light{
        background: none;
    }
    .nav-link{
        font-size: 0.9rem;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .nav-bar{}

    .big-item .item-info{
        padding-left: 45%;

        background-position: bottom 50% left 91%;
        background-size: 58% 100%;
    }

    .search{
        justify-content: flex-end;
        min-width: 45px;
    }

    .searchblock{
        top: 160px;
        width: 1140px;
    }

    h1{
        font-size: 2.5rem;
    }
    .scroll-top-wrapper {
        position: fixed;
        opacity: 0.3;
        visibility: visible;
        overflow: hidden;
        text-align: center;
        z-index: 99999999;
        background-color: #777777;
        color: #eeeeee;
        width: 50px;
        height: 50px;
        line-height: 40px;
        right: calc((100vw - 977px)/2);
        left: auto;
        bottom: 110px;
        padding-top: 2px;
    }

    .right-block{
        height: 20000px;
    }
    .sticky {
        position: fixed;
        z-index: 101;
    }
    .stop {
        position: absolute;
        z-index: 101;
    }
    iframe{
        /*width: 70%;*/
    }
    .small-item-body-short{
        height: 100px;
    }
    .small-item {
        margin-top: 25px;
    }
    .big-item {
        margin-top: 25px;
    }
    .wide-item {
        margin-top: 25px;
    }
    /*
    .single-pic img{
        max-width: 70%!important;
    }
    */
    .headimg{
        width: 50%;
    }
    .tiktok-embed{
        width: 400px!important;
        height: 575px;
        overflow: hidden!important;
        /*float: left;*/
    }
}


@media (min-width: 1200px){
    .informer{
        font-size: 1rem;
    }
    .lang-bar{
        font-size: 0.9rem;
        border-bottom: 1px solid #85c064;
    }
    .nav-link{
        padding-left: 0.3rem!important;
        padding-right: 0.3rem!important;
        font-size: 1rem;
    }
    .scroll-top-wrapper {
        right: calc((100vw - 1150px)/2);
        left: auto;
        transform: scale(1);
    }
    .search{
        justify-content: flex-end;
        min-width: 45px;
    }

}