body {
    max-width: 1920px;
}

.container-1280 {
    width: 100%;
    max-width: 1280px;
    padding: 0 55px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .container-1280 {
        padding: 0 20px;
    }
}

.content{
    padding-bottom: 400px;
}
@media (max-width: 1250px) {
    .content{
    padding-bottom: 220px;
    }
}
@media (max-width: 648px) {
    .content{
    padding-bottom: 80px;
    }
}
main .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

main h1 {
    letter-spacing: 5px;
    font-size: 50px;
    padding-top: 276px;
    margin-bottom: 90px;
    font-family: 'Comic Neue', Times, serif;
    font-weight: bold;
}

@media (max-width: 1250px) {
    main h1 {
        padding-top: 120px;
        margin-bottom: 45px;
    }
}
@media (max-width: 648px) {
    main h1 {
        font-size: 24px;
    }
}
.albums{
    display: flex;
    flex-wrap: wrap;
}

/* .videos{
    display: none;
    flex-wrap: wrap;
} */

main .buttons{
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}

@media (max-width: 1250px) {
    main .buttons{
        flex-direction: column;
        justify-content: unset;
        align-items: center;
        margin-bottom: 45px;
    }
}

main .buttons .btn {
    border-radius: 10px;
    line-height: 1;
    border: 1px solid #000;
}

main .buttons .btn:hover, main .buttons .btn.active {
    color: #fff;
    background-color: #e37d73;
    border: 1px solid #e37d73;
}

main .buttons .btn{
    margin-left: 8px;
}
@media (max-width: 1250px) {
    main .buttons .btn{
    margin-left: 16px;
    }
}
main .buttons .btn:first-child{
    margin-left: 0px;
}

main .buttons .button_line{
    height: 32px;
    border-left: 2px solid #D16121;
    margin: 0 30px;
}

@media (max-width: 1250px) {
    main .buttons .button_line{
        display: none;
    }
}

main .container-1280 {
    max-width: 1224px;
    padding: 0px 0px 60px;
}
@media (max-width: 1250px) {
    main .container-1280{
    padding: 60px 0px;
    }
}
@media (max-width: 648px) {
    main .container-1280{
    padding: 60px 28px;
    }
}
main .container-1280 .card{
    margin-bottom: 60px;
}
@media (max-width: 1250px) {
    main .container-1280 .card{
    margin-bottom: 45px;
    }
}
main .container-1280 .card a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000;
}

main .container-1280 .card a .preview ,main .container-1280 .card a .video{
    width: 100%;
    height: 300px;
    background-color: black;
    overflow: hidden;
}
@media (max-width: 1250px) {
    main .container-1280 .card a .preview,main .container-1280 .card a .video{
        height: 260px;
    }
}
main .container-1280 .card a .preview img ,main .container-1280 .card a .video img{
    width: 100%;
}

/* main .container-1280 .card a .video {
    width: 100%;
    height: 300px;
    background-color: black;
    overflow: hidden;
    position: relative;
} */

/* main .container-1280 .card a .video .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
} */

/* main .container-1280 .card a .video .mask .play_btn {
    margin: auto;
    color: #fff;
    font-size: 40px;
    padding: 0 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
} */

/* main .container-1280 .card a .video .mask .play_btn:hover {
  background-color: red;
} */

/* main .container-1280 .card a .video img {
    width: 100%;
} */

main .container-1280 .card a .card-text {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
    height: 60px;
}

@media (max-width: 648px) {
    main .container-1280 .card a .card-text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.015em;
        margin-bottom: 26px;
        height: 48px;
    }
}
@media (max-width: 1250px) {
    main .buttons .right {
        display: none;
    }
}
main .container-1280 .card a .card-body .date,main .container-1280 .card a .card-body .text-muted{
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #808080;
}

main .buttons .right .first {
    border: 1px solid #CDA07B;
    color: #CDA07B;
  }

  main .buttons .right .first:hover,
  main .buttons .right .first.active {
    background-color: #CDA07B;
  color: #fff;
}

  main .buttons .right .second {
    border: 1px solid #99BCE2;
    color: #99BCE2;
  }

  main .buttons .right .second:hover,
  main .buttons .right .second.active {
    background-color: #99BCE2;
  color: #fff;
}

  main .buttons .right .third {
    border: 1px solid #687CA6;
    color: #687CA6;
  }

  main .buttons .right .third:hover,
  main .buttons .right .third.active {
    background-color: #687CA6;
  color: #fff;
}

  main .buttons .right .fourth {
    border: 1px solid #9eba93;
    color: #9eba93;
  }

  main .buttons .right .fourth:hover,
  main .buttons .right .fourth.active {
    background-color: #9eba93;
  color: #fff;
}

  main .buttons .right .fifth {
    border: 1px solid #749B91;
    color: #749B91;
  }

  main .buttons .right .fifth:hover,
  main .buttons .right .fifth.active {
    background-color: #749B91;
  color: #fff;
}

  main .buttons .right .sixth {
    border: 1px solid #518C95;
    color: #518C95;
}

  main .buttons .right .sixth:hover,
  main .buttons .right .sixth.active {
    background-color: #518C95;
  color: #fff;
}

  main .buttons .right .seventh {
    border: 1px solid #BBAE8E;
  color: #BBAE8E;
}

  main .buttons .right .seventh:hover,
  main .buttons .right .seventh.active {
    background-color: #BBAE8E;
  color: #fff;
}

main .buttons .ipad-right {
    display: none;
    width: 170px;
    margin: auto;
    margin-top: 15px;
    text-align: center;
    line-height: 35px;
    font-size: 22px;
    color: #000;
    position: relative;
}

@media (max-width: 1250px) {
    main .buttons .ipad-right {
        display: block;
    }
}
main .buttons .ipad-right .all{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    border: 1px solid #000;
    padding: 0px 14px 0px 10px;
    margin-bottom: 2px;
}
main .buttons .ipad-right .all{
    font-size: 16px;
    line-height: 24px;
}

main .buttons .ipad-right .mb_lists{
    display: none;
    width: 100%;
    top: 38px;
    left: 0px;
    z-index: 1;
    background-color: #fff;
}

main .buttons .ipad-right.active .mb_lists{
    display: block;
}

main .buttons .ipad-right .mb_lists .mb_list{
    border-bottom: 2px solid #fff;
    background-color: #edbea4;
}

main .buttons .ipad-right .mb_lists .mb_list a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
main .container-1280 .row{
    justify-content: space-between;
    margin: 0px;
}
@media (max-width: 1250px) {
    main .container-1280 .row{
        width: 100%;
        max-width: 700px;
        margin: 0px auto;
    }
}
@media (max-width: 648px) {
    main .container-1280 .row{
        max-width: 320px;
    }
}
main .container-1280 .row .col-card{
    width: calc(33.33% - 40px);
    /* padding: 0px 30px; */
}
@media (max-width: 1250px) {
    main .container-1280 .row .col-card{
        width: 350px;
        padding: 0px 15px;
    }
}
@media (max-width: 720px) {
    main .container-1280 .row .col-card{
        width: 50%;
    }
}
@media (max-width: 648px) {
    main .container-1280 .row .col-card{
        width: 100%;
        padding: 0px;
    }
}
nav .pagination{
    justify-content: center;
    margin: 0px;
}

.page-item.disabled .page-link,.page-link{
    background-color: transparent;
    border: unset;
    color: #808080;
}
.page-item.active .page-link{
    background-color: #e37d73;
    border-color: #e37d73;
}
.page-link:hover{
    color: #e37d73;
}

.page-item:first-child .page-link,.page-item:last-child .page-link{
    color: #000;
}

.page-link:focus{
    box-shadow: unset;
}

.card .card-body{
    padding: 15px;
    height: 122px;
}
/*# sourceMappingURL=03-Albums-main.css.map */