/* 5 cols layout
-------------------------------------------------- */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .col-xs-5ths,
    .col-sm-5ths,
    .col-md-5ths,
    .col-lg-5ths {
        padding-right: 1px;
        padding-left: 1px;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.lee-featured-subscription,
.lee-featured-subscription .promotional-price { display: none; }
        
/* Services list
-------------------------------------------------- */
#lee-services-list { position: relative; }
#lee-services-list,
.asset-body #lee-services-list,
.asset .asset-body #lee-services-list ul,
#lee-services-list .body p { 
    font-size: 14px; 
    font-family: 'Lato', sans-serif !important; 
    line-height: initial;
}
#lee-services-list .loading {
    position: absolute;
    z-index: 2;
    width: 100%;
}
.asset .asset-body #lee-services-list ul li { margin-bottom:0; }
#lee-services-list .packages { 
    opacity:0; 
    transition: opacity .5s; 
}
#lee-services-list .package {
    overflow: hidden;
    background: #fff;
    height: 100%;
    z-index:1;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    transition: box-shadow .3s;
}
#lee-services-list .package:hover { 
    z-index:2; 
    box-shadow: 1px 1px 50px 1px rgba(0,0,0,.2); 
}
#lee-services-list .package.open { 
    z-index:3; 
    box-shadow: 1px 1px 50px 1px rgba(0,0,0,.3); 
}
#lee-services-list .header { background-color: #f6f6f6; padding-bottom: 15px; }
#lee-services-list .title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; 
    padding: 10px;
    min-height: 80px;
    background-color: #f6f6f6;
}
#lee-services-list .title .slant {
    width: 100%;
    left:0;
    top:0;
    height: 100%;
    position: absolute; 
    background-color: #e4e4e4;
    transform: skewY(-3.5deg);
    transform-origin: bottom left;   
    transition: background-color .3s;
}
#lee-services-list .package:hover .title,
#lee-services-list .package.open .title { color: #fff; }
#lee-services-list .package:hover .title .slant,
#lee-services-list .package.open .title .slant { background-color: #0073b2; }
#lee-services-list .package.SILV:hover .title .slant,
#lee-services-list .package.SILV.open .title .slant { background-color: #b9bab1; }
#lee-services-list .package.GOLD:hover .title .slant,
#lee-services-list .package.GOLD.open .title .slant { background-color: #DAA520; }
#lee-services-list .package.PLAT:hover .title .slant,
#lee-services-list .package.PLAT.open .title .slant { background-color: #7d8185; }
#lee-services-list .name {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;  
    margin: -10px 0 0 0;
}
#lee-services-list .start {
    font-size: 13px;
    opacity: .4;
}
#lee-services-list .col-md-5ths .start {
    padding-top: 10px;
}
#lee-services-list .term {
    font-size: 14px;
    opacity: .7;
}
#lee-services-list .price { 
    position: relative;  
    display: inline-block;
    padding: 5px 10px; 
}
#lee-services-list .promotion {
    font-weight: bold;
    display: none;
}
#lee-services-list .has-promotion .strike {
    background-color: #b90202;
    height: 3px;
    width: 90%;
    display: inline-block;
    position: absolute;
    margin-top: 24px;
    transform: rotate(12deg);
}
#lee-services-list .has-promotion .term { display: none; }
#lee-services-list .has-promotion .promotion { display: block; }
#lee-services-list .price .sign {
    display: inline-block;
    font-size: 26px;
    vertical-align: middle;
}
#lee-services-list .price .amount {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 40px;
    padding: 0;
    vertical-align: middle;
}
#lee-services-list .price .cents {
    display: inline-block;
    font-size: 26px;
    vertical-align: middle;
}
#lee-services-list .package.disabled .price .amount {
    font-size: 24px;
}
#lee-services-list .package.disabled .price .sign,
#lee-services-list .package.disabled .price .cents {
    display: none;
}

/* body */
#lee-services-list .body { 
    color: #a7a7a7; 
    padding: 20px; 
}
#lee-services-list .body {
    max-height: 200px;
    overflow: hidden;
    transition: all .3s;
    position: static;
    margin-bottom: -30px!important;
    background-color: rgba(255,255,255,0);
}
#lee-services-list .package:hover .body { color: #666; }
#lee-services-list .package.open .body { 
    color: #222; 
    max-height: initial; 
}
#lee-services-list .package.open .body p { color: #222!important; }
#lee-services-list .body p { 
    font-size: 14px; 
    margin: 10px 0 20px 0; 
    line-height: 20px;
    color: #a7a7a7!important; 
}
#lee-services-list .package:hover .body p { color: #666!important; }
/* footer */
#lee-services-list .footer {
    position: relative; 
    margin-top: auto;
    padding: 15px 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 15%);
}
#lee-services-list .toggle { display: none; }
#lee-services-list .btn.purchase {
    padding: 12px 30px;
    margin-top: 15px;
}
#lee-services-list .package.disabled .btn.purchase {
    color: #666;
    border-color: #666;
}
/* toggle vis */
#lee-services-list .toggle { 
    display: block; 
    padding: 10px 0; 
}
#lee-services-list .shrink, 
#lee-services-list .package.open .grow { display: none; }
#lee-services-list .package.open .shrink { display: block; }
#lee-services-list .footer .fa { margin-left: 5px; }

@media (min-width: 992px) {
    /* equal height when floated col */
    #lee-services-list .row { 
        display: flex; 
        flex-wrap: wrap; 
        margin: 0;
    }
    #lee-services-list .row > [class*='col-'] { 
        display: flex; 
        flex-direction: column; 
        padding: 0 1px;
    }
    /* header 
    #lee-services-list .title { 
        padding: 15px 30px; 
        min-height: 90px;
    }
    #lee-services-list .name { font-size: 26px; }
    */
    #lee-services-list .package.open .body {
        position: absolute;
        top:0;
        bottom: 80px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        max-height: initial;
        padding-bottom: 60px;
        width: 100%;
        background-color: rgba(255,255,255,.95);
    }
}