.rl-visible {
    display: none;
}

.rl-hidden {
    display: block;
}

.rl-text-light {
    font-weight: 300;
}

.rl-text-regular {
    font-weight: 400;
}

.rl-text-sm {
    font-size: calc(26.4px + 0.5vw);
    line-height: 1.1;
}

.rl-lh-15 {
    line-height: 1.5;
}

.rl-text-desc-sm {
    font-size: calc(0.125vw + 15.6px);
}

@media screen and (max-width: 768px) {
    .rl-visible {
        display: block;
    }

    .rl-hidden {
        display: none;
    }
}

.anchor-space:before {
    content: "";
    display: block;
    margin-top: -140px;
    height: 140px;
    visibility: hidden;
}

.nav-anchor {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-anchor .anchor-btn {
    background: #6ba2d8;
    border: none;
    /* border-radius: 5px; */
    color: #FFF;
    font-size: calc(0.75vw + 15.6px);
    /*30-18*/
    font-weight: bold;
    height: 60px;
    outline: none;
    margin: 5px 0;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}

.nav-anchor .anchor-btn:hover {
    background: #4178af;
    color: #FFF;
}

.area-title {
    font-size: calc(26.4px + 0.5vw);
    color: #555;
    font-weight: 300;
    padding-top: calc(32px + 2.5vw);
    padding-bottom: calc(16px + 1.25vw);
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
}

.col-layout>div {
    margin: 15px 0;
}

.col-layout .content-wrapper {
    overflow: hidden;
}

.col-layout .content-wrapper .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
}

.col-layout .content-wrapper:hover .mask {
    box-shadow: inset 0px 0px 250px 10px #000000;
}

.col-layout .content-wrapper img {
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.col-layout .content-wrapper:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.col-layout.no-scale .content-wrapper:hover img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media (max-width: 480px) {
    .col-layout>div {
        width: 100%;
    }
}

/*------------------------------------
            $Content-Item
------------------------------------*/

.content-items .fa-heart,
.content-items .circle-wrapper svg.icon {
    cursor: pointer;
}

.content-items {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: calc(-0.833333vw - 8px);
    margin-left: calc(-0.833333vw - 8px);
}

.content-item {
    -webkit-flex: 0 0 calc(20% - 1.66666vw - 16px);
    -ms-flex: 0 0 calc(20% - 1.66666vw - 16px);
    flex: 0 0 calc(20% - 1.66666vw - 16px);
    max-width: 240px;
    margin-right: calc(0.833333vw + 8px);
    margin-left: calc(0.833333vw + 8px);
    margin-bottom: calc(1.875vw + 34px);
}

.content-item svg.icon {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

.rl-card-top-container {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1201px) {
    .label-percentOff {
        right: 2px;
    }
}

@media (max-width: 1200px) {
    .content-item {
        -webkit-flex: 0 0 calc(25% - 1.66666vw - 16px);
        -ms-flex: 0 0 calc(25% - 1.66666vw - 16px);
        flex: 0 0 calc(25% - 1.66666vw - 16px);
    }
}

@media (max-width: 767px) {
    .content-item {
        -webkit-flex: 0 0 calc(33.3333% - 1.66666vw - 16px);
        -ms-flex: 0 0 calc(33.3333% - 1.66666vw - 16px);
        flex: 0 0 calc(33.3333% - 1.66666vw - 16px);
    }

    .label-percentOff {
        right: 2px;
    }

    .nav-anchor-content {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .content-item {
        -webkit-flex: 0 0 calc(50% - 1.66666vw - 16px);
        -ms-flex: 0 0 calc(50% - 1.66666vw - 16px);
        flex: 0 0 calc(50% - 1.66666vw - 16px);
    }
}

/*------------------------------------
            $Combo Packs
------------------------------------*/
.rl-card-bottom-contaienr {
    display: block !important;
}

.line {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
}

/* special for this promo */
.rl-promo-description {
    color: #555;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
}

.s-for-nav-anchor-line2{
    max-width: 75%;
    margin: 0 auto;
}

.rl-row-bottom-15{
    margin-bottom: 15px;
}

.nav-anchor{
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .s-for-nav-anchor-line2{
        max-width: 100%;
    }
}

/*------------------------------------
    $developer
------------------------------------*/
.developer-head-title{
    font-size: calc(0.25vw + 13.2px);
    font-weight: 500;
    color: #555;
    line-height: 1;
}

.developer-wrap {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.developer-wrap .rl-card-container {
    max-width: initial;
    padding-right: 0;
    width: calc(100%/4 - 14px);
    padding-bottom: 0px;
    margin-bottom: 36px;
    margin-left: 18px;
}

.developer-wrap .rl-card-container:nth-child(4n+1) {
    margin-left: 0px;
}

.developer-wrap .rl-card-board-container {
    /* box-shadow: 4px -6px 50px 6px rgba(0,0,0,0.8); */
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 14px calc(0.3125vw + 9px);
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    height: calc(0.625vw + 41px);
    /*46 -> 36*/
    transition-property: height;
    transition-timing-function: ease-in;
    transition-duration: 0.15s;
    text-align: left;
    cursor: default;
}

.developer-wrap .rl-card-top-container:hover .rl-card-board-container{
    height: calc(1.25vw + 66px);
}

.developer-wrap .rl-card-titlte {
    min-height: 0;
    text-align: center;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: calc(0.5vw + 14.4px);
    /* 20-16 */
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
}

.developer-wrap .rl-moreInfo-container{
    padding-top: 15px;
}

.developer-wrap .logo-card{
    position: absolute;
    right: 15px;
    top: 15px;
    height: calc(1.6875vw + 29px);
}

.developer-wrap .rl-contentImg-Area {
    padding-bottom: 78.1%
}

.developer-wrap .rl-moreInfo-bottom-area {
    width: 100%;
}

.developer-wrap .rl-moreInfor-author {
    text-align: center;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .developer-wrap .rl-card-container {
        width: calc(100%/3 - 12px);
    }

    .developer-wrap .rl-card-container:nth-child(4n+1) {
        margin-left: 18px;
    }

    .developer-wrap .rl-card-container:nth-child(3n+1) {
        margin-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    .developer-wrap .rl-card-container {
        width: calc(100%/2 - 9px);
        margin-left: 18px;
    }
    .developer-wrap .rl-card-container:nth-child(3n+1) {
        margin-left: 18px;
    }
    .developer-wrap .rl-card-container:nth-child(2n+1) {
        margin-left: 0px;
    }
}

@media screen and (max-width: 480px) {
    .developer-wrap .rl-card-container {
        width: 100%;
        margin-left: 0px;
    }

    .developer-wrap .rl-card-container:nth-child(4n+1) {
        margin-left: 0px;
    }

    .developer-wrap .rl-card-container:nth-child(3n+1) {
        margin-left: 0px;
    }
    .developer-wrap .rl-card-container:nth-child(2n+1) {
        margin-left: 0px;
    }
}
