.intro {
    -webkit-box-flex: 2;
    flex-grow: 2;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .25);
    background: 50%/cover no-repeat;
    overflow: hidden;
    height: 100%;
}

@media (max-width: 800px) {
    .ads a {
        margin-top: 10px;
    }
}

.ads {
    align-content: space-between;
    display: grid;
}

.ads a img {
    border-radius: 10px;
}

.ads a img:hover {
    border: 1px solid;
}

@media (max-width: 550px) {
    .selected-posts-large .item {
        margin-top: 10px;
    }
}

.selected-posts-large .item .cover {
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    transition: all .3s;
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}

.selected-posts-large .item .title {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.5;
    margin: 18px 0 13px;
    color: #343a40;
}

.post-author-mini {
    font-size: .75rem;
    color: #777;
}

.post-author-mini img.avatar {
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    margin-left: 10px;
}

.selected-posts .item {
    margin-top: 40px;
}

.selected-posts .item .part-2 > :first-child {
    margin-bottom: 10px;
}

.media {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: 10px;
}

.category-list-container {
    background: #f2f2f2;
    padding: 45px 0;
    width: 100%;
}

.category-list-container .container-title {
    text-align: center;
    color: #848484;
    margin-bottom: 30px;
}

.category-list-container .content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.category-list-container .content .item {
    text-align: center;
    position: relative;
}

.selected-posts .item .title {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
}

a {
    text-decoration: none;
    color: #663ab6 !important;
    transition: all .3s;
}

.category-list-container .content .item .title {
    color: #343a40;
    margin-top: 10px;
    font-size: 1em;
    font-weight: 400;
}

.selected-posts .item .cover {
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    transition: all .3s;
}

.selected-posts .item:hover .cover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    box-shadow: 0 0 35px rgba(0, 0, 0, .4);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.selected-posts .item .part-2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.category-list-container .content .item .svg-icon {
    font-size: 2.5em;
    fill: #673ab7;
    transition: all .3s;
}

.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.my-slider .item {
    padding: 20px;
}

.my-slider .item > a:first-child {
    position: relative;
    display: block;
}

.my-slider h3.title {
    position: absolute !important;
    bottom: 0 !important;
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    color: white !important;
    text-align: center;
}

.my-slider .media-body {
    text-align: right !important;
}

.scroller .header {
    display: -webkit-box;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}

.scroller .header .part-title {
    -webkit-box-flex: 2;
    flex-grow: 2;
}

.scroller .header .part-title .title {
    display: inline-block;
    font-weight: 700;
    font-size: 1.1em;
}

.scroller .header .category-more {
    color: #6c757d;
}

a:link {
    text-decoration: none !important;
}

footer {
    margin-top: 84px;
    background: #f2f2f2;
    padding: 85px 0;
}

footer .row-1 {
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}

footer .logo {
    width: 80px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

footer .info-text {
    margin-bottom: 28px;
    color: #848484;
    line-height: 2;
    font-size: .9em;
    text-align: justify;
}

footer .row-3 {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

footer nav > * {
    display: inline-block;
    margin-left: 30px;
}

.selected-posts-large .item a {
    display: block;
}

.selected-posts-large .item .wrap_img {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.selected-posts-large .item .wrap_img .div_img {
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.selected-posts-large .item .div_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 10px;
}

.selected-posts-large .item .div_content .div_content_title {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.selected-posts-large .item .div_content .div_content_name {
    margin-right: 10px;
    font-size: small;
}

.selected-posts-large .item:hover .cover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    box-shadow: 0 0 35px rgba(0, 0, 0, .4);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.selected-posts .item a {
    display: block;
}

.selected-posts .item .wrap_img {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.selected-posts .item .wrap_img .div_img {
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.selected-posts .item .div_content .div_content_name {
    font-size: small;
}

.selected-posts .item:hover .cover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    box-shadow: 0 0 35px rgba(0, 0, 0, .4);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
