﻿@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);

.snip1404 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    margin: 50px 10px;
}

    .snip1404 img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        z-index: -1;
    }

    .snip1404 .plan {
        margin: 0;
        width: 100%;
        position: relative;
        float: left;
        overflow: hidden;
        border: 3px solid #556a25;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        background-color: #8eb23e;
        margin-bottom: 30px;
        max-width: 360px;
    }

        .snip1404 .plan:hover i,
        .snip1404 .plan.hover i {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

        .snip1404 .plan:first-of-type {
            border-radius: 8px 0 0 8px;
        }

        .snip1404 .plan:last-of-type {
            border-radius: 0 8px 8px 0;
        }

    .snip1404 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .snip1404 header {
   /*     background-color: #5f3047;*/
        color: #ffffff;
    }

    .snip1404 .plan-title {
        background-color: rgba(0, 0, 0, 0.2);
        position: relative;
        margin: 0;
        padding: 20px 20px 0;
        text-transform: uppercase;
        letter-spacing: 4px;
        color: white;
        font-size: 17px;
        letter-spacing: normal;
        padding-top: 40px;
    }

        .snip1404 .plan-title:after {
            position: absolute;
            content: '';
            top: 100%;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 40px 300px 0 0;
            border-color: rgba(0, 0, 0, 0.2) transparent transparent;
        }

    .snip1404 .plan-cost {
        padding: 40px 20px 10px;
        text-align: right;
    }

    .snip1404 .plan-price {
        font-weight: 600;
        font-size: 3em;
    }

    .snip1404 .plan-type {
        opacity: 0.8;
        font-size: 0.7em;
        text-transform: uppercase;
    }

    .snip1404 .plan-features {
        padding: 0 0 20px;
        margin: 0;
        list-style: outside none none;
    }

        .snip1404 .plan-features li {
            padding: 8px 5%;
            padding-left: 38px;
        }

        .snip1404 .plan-features i {
            margin-right: 8px;
            color: rgba(0, 0, 0, 0.5);
            margin-left: -20px;
        }

    .snip1404 .plan-select {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding: 20px;
        text-align: center;
    }

        .snip1404 .plan-select a {
            background-color: #728e32;
            color: #ffffff;
            text-decoration: none;
            padding: 12px 20px;
            font-size: 0.75em;
            font-weight: 600;
            border-radius: 20px;
            text-transform: uppercase;
            letter-spacing: 4px;
            display: inline-block;
        }

            .snip1404 .plan-select a:hover {
                background-color: #4f6323;
            }

    .snip1404 .featured {
        margin-top: -10px;
        border-color: #331926;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
        z-index: 1;
        border-radius: 8px;
    }

        .snip1404 .featured .plan-select {
            padding: 30px 20px;
        }

span.tag {
    background-color: white;
    color: black;
    padding: 3px 10px 5px 10px;
    border-radius: 13px;
    font-size: 13px;
    margin-right: 4px;
}

.tagWrapper {
    position: absolute;
    z-index: 2;
    left: 18px;
    top: 8px;
}

@media only screen and (max-width: 767px) {
  /*  .snip1404 .plan {
        width: 50%;
    }*/

    .snip1404 .plan-title,
    .snip1404 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .snip1404 .plan-select,
    .snip1404 .featured .plan-select {
        padding: 20px;
    }

    .snip1404 .featured {
        margin-top: 0;
    }
}

@media only screen and (max-width: 440px) {
    .snip1404 .plan {
        width: 100%;
    }
}


@media (min-width: 1400px) {
    .container.extended {
        max-width: 1340px;
    }
}