

html,body {
    overflow-y: auto;
}

main {
    padding-bottom: 50px;
    position: relative;
    min-height: calc(100% - 65px);
}

.overflow {
    padding-top: 27px;
}

.searchOverflow {
    padding: 0 2.5%;
}

.blog__item {
    text-align: center;
    position: relative;
}

.blog__title {
    /*position: relative;*/
    /*bottom: 25px;*/
    /*background-color: white;*/
    /*padding: 10px 25px;*/
    /*border-radius: 5px;*/
}

/*.blog__list {*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: flex-end;*/
/*    flex-wrap: wrap;*/
/*    padding-left: 24%;*/
/*}*/

/*.blog__item {*/
/*    width: calc(24% - 30px);*/
/*    margin: 15px;*/
/*    border-top: 1px solid #e7e7e7;*/
/*    border-bottom: 1px solid #e7e7e7;*/
/*    padding: 10px 0;*/
/*    text-align: left;*/
/*    border-left: 1px solid #e7e7e7;*/
/*    border-top: none;*/
/*    padding-left: 10px;*/
/*}*/



.blog__list {
    padding-left: 24%;
}

.blog__item {
    width: calc(24% - 30px);
    margin: 15px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    text-align: left;
    border-left: 1px solid #e7e7e7;
    border-top: none;
    padding-left: 10px;
    display: inline-block;
}



.blog__item:last-child {
    margin-bottom: 125px;
}


.blog__item {
    /*max-width: 350px;*/
}

.blog__itemImageOverflow {
    width: 100%;
    max-width: 100%;
    padding-top: calc(100%);
    position: relative;
}

.blog__itemImageOverflow .blog__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #f2f3f3;*/
    background-color: white;
    border: 1px solid #e4e4e4;

}

.blog__image img {
    max-width: 100%;
    max-height: 100%;
    transition: .25s;
}


.blog__single .blog__title .h1 {
    font-size: 2.4rem;
}


/*.blog__image {*/
/*    width: 100%;*/
/*    max-height: 500px;*/
/*    cursor: pointer;*/
/*    overflow: hidden;*/
/*    !*border: 1px solid #e7e7e7;*!*/
/*    !*padding: 3px;*!*/
/*    !*box-shadow: 0px 1px 7px #c9c9c9;*!*/

/*    width: 100%;*/
/*    max-width: 100%;*/
/*    height: 100%;*/
/*    max-height: 100%;*/

/*    display: block;*/
/*}*/

/*.blog__image img {*/
/*    transition: .25s;*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/

/*    !*border-radius: 40px;*!*/
/*    !*border-top-left-radius: 0px;*!*/
/*    !*border-bottom-left-radius: 0px;*!*/
/*    !*border-top-right-radius: 0px;*!*/
/*}*/

.blog__image:hover img{
    /*transform: scale(1.005);*/
}

.blog__image img {
    max-width: 100%;
}

.blog__title {
    /*margin: 15px;*/
}

.blog__title .h {
    font-size: 15px;
    border-left: 1px solid #d4d4d4;
    padding: 7px;
    padding-left: 10px;
    transition: .24s;
}

.blog__item .h {
    color: #444;
}

.blog__item:hover .h {
    color: #881944;
}

.blog__item:hover .h {
    /*transform: translateX(15px);*/
    border-color: #881944
}

.page2__footer {
    position: fixed;
}


.blog__single {
    text-align: center;
}

.blog__single {
    max-width: 100%;
    margin: auto;
    padding-left: 25%;
    padding-right: 5%;
    position: relative;
    bottom: 15px;
    /*margin-bottom: 125px;*/
}

.blog__single .blog__description {
    margin: 25px 0;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    /*margin-bottom: 125px;*/
}



.blog__single .blog__description img {
    /*transform: scale(.9);*/
}

.blog__single .blog__description p,
.blog__single .blog__description div{
    margin: 15px auto;
}

.blog__single .blog__title .h {
    border: none;

}

.blog__single img {
    max-width: 100%;
    height: auto;
}

.time_to_read {
    text-align: right;
}


.blog__image {
    margin-top: 15px;
}

.categories {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    /*height: calc(100vh - 130px);*/
    align-items: flex-start;
    padding-left: 20%;
    padding-bottom: 70px;
}

.blog__category {
    margin: 25px;
    text-align: center;
    width: 23%;
}

.blog__category img {
    max-width: 100%;
}

.searchOverflow {
    position: relative;
    margin-top: 64px;
}

.logoAside {

    position: fixed;
    top: 75px;
    left: 15px;
    z-index: 1;
}

.blog__single .blog__image img{
    width: 100%;
}


.category__image {
    width: 100%;
    padding-bottom: calc(100% / 14 * 9);
    position: relative;
}

.category__image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}





.categories__header {
    text-align: center;
    width: 100%;
}

.categories__socials {
    margin: 15px;
}

.categories__socials i {
    font-size: 1.7rem;
}

@media (max-width: 500px) {
    .footer__text {
        font-size: 14px;
    }
}


.logoAside .bar .bar__name {
    margin-top: 15px;
}



.slick_main_cont {
    margin: auto;
    margin-top: 25px;
    max-width: 80%;
    display: flex;
}


.slick_slide {
    /*width: 30%;*/
    margin: 15px;
    max-width: 100%;
}


.slick_slide .imgOverflow {
    padding-top: 100%;
    position: relative;
    background-color: white;
}


.slick_slide .imgOverflow img {
    max-width: 100%;
    max-height: 100%;
    /*height: 100%;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.article_preview_load {
    min-height: 245px;
    width: 30%;
}

.blog__mainAllArticles__article.article_preview_load {
    margin-top: 50px;

}

.article_preview_load > div {
    margin: 7.5px;
}

.article_preview_load_title {
    width: 100%;
    height: 25px;
    background-color: white;
    opacity: .5;
}

.article_preview_load__footer {
    width: 100%;
    height: 25px;
    background-color: white;
    opacity: .5;
}

.article_preview_load__img {
    opacity: .4;
    background-color: white;
    width: 100%;
    height: 315px;
    background-image: url(/images/logo.png);
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
}

.article_title {
    margin-top: 15px;
    text-align: center;
}


.blog__mainAllArticles__article .article_title {
    margin: 0;
}

.blog__mainAllArticles__article .imgOverflow {
    margin: 15px auto;
}

.article_title a {
    font-size: 19px;
}

.article_title:focus {
    outline: none;
}

.article_cat {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.single_arc_header_data {
    display: flex;
    justify-content: space-between;
}



.blog__mainAllArticles {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
}


.blog__mainAllArticles__article .imgOverflow {
    position: relative;
    padding-top: 90%;
    background-color: white;
}

.blog__mainAllArticles__article .imgOverflow img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.blog__mainAllArticles__article {
    width: 23%;
    margin: 1%;
}




.blog__mainAllArticles__article .article_cat {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
}



.slick-active {
    outline: none !important;
}


.blog__category .category__header * {
    font-size: 14px;
    text-align: center;
}


@media all and (min-width: 1000px) {

    .blog__description img {
        max-width: 70% !important;
        margin: auto !important;
        display: block;
    }

    .blog__category .category__image {
        text-align: center;
    }

    .blog__category .category__image img {
        width: 50%;
        max-width: 100px;
        margin: auto;
    }


    .aside__blogCats .blog__category {
        width: 100%;
        /*margin: 25px 0;*/
        margin: auto;
        margin-top: 5px;
    }

    .aside__blogCats .blog__category .category__header h5 {
        margin: 5px auto;
    }

    .aside__blogCats .category__image {
        width: 80%;
        padding: 0;
        margin: auto;
    }

    .aside__blogCats img {
        width: 100%;
        max-width: 50%;
        position: static;
        height: auto;
    }

}



@media all and (min-width: 900px) and (max-width: 1110px) {
    .slick_main_cont .slick-next,
    .slick_main_cont .slick-prev {
        top: 45%;
    }
}




@media all and (max-width: 1000px) {

    .aside__blogCats .slick-next,
    .aside__blogCats .slick-prev {
        top: 40%;
    }


    .blog__category .category__image img {
        width: 100%;
        max-width: 100%;
    }

    .logoAside .aside__blogCats {
        margin: auto;
        max-width: 80%;
        display: flex;
    }

    .logoAside .aside__blogCats .blog__category {
        margin-left: 5px;
        margin-right: 5px;
    }

    .logoAside {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .logoAside .bar {
        width: 100%;
        text-align: center;
    }

     .logoAside .bar img {
        max-width: 150px;
    }

     .blog__inner {
        margin: 55px auto;
    }

}

.bar__name {
    padding-left: 0;
}


.blog__newSocials {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.newSocial__cont {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 5px 15px;
}


.newSocial__text {
    margin-left: 5px;
}

.newSocial__cont:hover {
    opacity: .9;
}


.emailModal {
    padding: 15px;
    text-align: center;
}


.emailModal .inputs {
    max-width: 450px;
    margin: auto;
}


.single__arrows {
    margin: 15px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.blog__single {
    position: relative;
}

.single__arrow a {
    display: flex;
    align-items: center;
}

.single__arrow i {
    margin-top: 4px;
}

.single__arrow-arrowNext i {
    margin-left: 4px;
}

.single__arrow-arrowPrev i {
    margin-right: 4px;
}

/*.single__arrow {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    font-size: 1.7rem;*/
/*}*/

/*.single__arrow-arrowNext {*/
/*    right: 0;*/
/*}*/

/*.single__arrow-arrowPrev {*/
/*    left: 0;*/
/*}*/







.share {
    display: flex;
    align-items: center;
    justify-content: center;
}



.share div {
    margin: 0;
}

.share div + div {
    margin-left: 15px;
}


.page2__footer {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.25rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.page2__footer .button {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1.17rem;
}

.slick_main_cont {
    margin-top: 5px;
}


.imgOverflow img  {
    max-width: 100%;
}


.loadMore button {
    padding: 7px 25px;
    font-size: 1rem;
    margin: 25px 15px auto;
}

.loadMore.disabled button {
    cursor: auto;
    opacity: .4;
}

.page2__footer {
    max-height: none;
    display: block;
    text-align: center;
}

.footer_row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog__newSocials-inTop {
    color: #a71f54;
    padding: 10px 15px;
    border: 1px solid rgb(68,68,68,0.24);
    text-align: center;
}

.blog__newSocials-inTop .share {
    justify-content: center;
}


.single__arrow {
    font-size: 3rem;
}





.aside__blogCats .blog__category + .blog__category {
    margin-top: 25px;
}


.page2__footer .footer__button {
    margin-left: 0px;
}

.page2__footer .footer__text{
    margin: 0px 15px;
}


.page2__footer .newSocial__cont {
    margin: 5px 10px;
}



.waitForLoad {
    opacity: 0;
}


.blog__listHeaderCat {
    text-align: center;
}


@media (max-width: 1000px){

    main {
        padding-bottom: 1px;
    }


    .multiple-items {
        max-width: 350px;
    }

    .blog__single {
        margin-bottom: 60px;
    }

    .blog__mainAllArticles__article {
        width: 100%;
    }

    .logoAside {
        position: static;
        max-width: 350px;
        margin: auto;
    }

    .categories {
        flex-wrap: wrap;
        padding-left: 0;
    }

    .blog__list {
        padding-left: 0;
    }

    .blog__item {
        width: 100%;
        width: calc(45% - 30px);
    }

    .blog__title .h {
        text-align: center;
    }

    .blog__category {
        width: 100%;
    }

    .time_to_read {
        text-align: center;
    }

    .blog__single {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}


@media all and (min-width: 1000px) {
    .blog__list .blog__item {
        width: calc(31% - 30px);
    }

    .blog__listHeaderCat {
        padding-left: 24%;
    }
}


@media all and (max-width: 1280px) {
    .bar__image {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .bar__name {
        font-size: 2rem;
    }
}

@media all and (max-width: 1370px) {
    .categories__header,
    .categories__header .tinres {
        font-size: .9rem;
    }

    .blog__mainAllArticles__article .article_title {
        font-size: 15px;
    }

    .blog__mainAllArticles__article .imgOverflow {
        width: 80%;
        padding-top: 80%;
    }
}



/*// 13xx x 7xx*/
@media all and (min-width: 1359px) and (max-width: 1367px) and (min-height: 650px) and (max-height: 700px) {
    .blog__mainAllArticles__article .imgOverflow {
        width: 60%;
        padding-top: 60%;
    }
}


@media all and (max-width: 600px) {
    .blog__list .blog__item {
        width: calc(100% - 30px);
    }

    .multiple-items {
        max-width: 90% ;
    }
}



@media all and (max-height: 600px) {

    .overflow .categories {
        padding-left: 2.5%;
    }

    .logoAside {
        position: static;
        max-width: 350px;
        margin: auto;
    }

    .aside__blogCats {
        display: flex;
    }

    .blog__category {
        width: 100%;
        max-width: 100%;
    }

    .aside__blogCats .category__image {
        width: 100%;
        max-width: 100%;
    }
    .blog__category .category__image img {
        width: 100%;
        max-width: 100%;
    }

    .blog__single {
        margin-bottom: 60px;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }


}







