﻿@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);

.snip1207 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #000000;
    text-align: center;
    font-size: 16px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    /*margin: 40px 10px;*/
}

    .snip1207 .plan {
        margin: 0;
        width: 25%;
        position: relative;
        float: left;
        overflow: hidden;
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

        .snip1207 .plan:first-of-type {
            border-radius: 8px 0 0 8px;
        }

        .snip1207 .plan:last-of-type {
            border-radius: 0 8px 8px 0;
        }

    .snip1207 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .snip1207 .plan-title {
        font-weight: 500;
        padding: 15px;
        margin: 0;
        background: rgba(0, 0, 0, 0.08);
        color: #555454;
    }

    .snip1207 .plan-cost {
        padding: 20px 10px;
    }

    .snip1207 .plan-price {
        font-family: 'Montserrat', Arial, sans-serif;
        font-weight: 800;
        font-size: 3em;
        color: #2980b9;
    }

.plan-price-cent {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 1.4em;
    color: #2980b9;
}

.plan-price-discount-original {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 1.4em;
    text-decoration: line-through;
    text-decoration-thickness: 15%;
    color: #2980b9;
}

.plan-price-discount {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 1.6em;
    margin-top:unset;
    color: #d01f1f;
}

.snip1207 .plan-type {
    opacity: 0.6;
}

.snip1207 .plan-features {
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: outside none none;
    font-size: 0.8em;
}

    .snip1207 .plan-features li {
        border-top: 1px solid #d2d7e2;
        padding: 10px 5%;
    }

        .snip1207 .plan-features li:nth-child(even) {
            background: rgba(0, 0, 0, 0.08);
        }

    .snip1207 .plan-features i {
        margin-right: 8px;
        opacity: 0.4;
    }

.snip1207 .plan-select {
    border-top: 1px solid #d2d7e2;
    padding: 30px 10px;
}

    .snip1207 .plan-select a {
        background-color: #2980b9;
        color: #ffffff;
        text-decoration: none;
        padding: 0.5em 1em;
        border-radius: 8px;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

        .snip1207 .plan-select a:hover {
            background-color: #409ad5;
        }

.snip1207 .featured {
    margin-top: -20px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 8px;
}

    .snip1207 .featured .plan-title,
    .snip1207 .featured .plan-price {
        color: #2980b9;
    }

    .snip1207 .featured .plan-title {
        padding: 25px 15px;
    }

    .snip1207 .featured .plan-select {
        padding: 40px 10px;
    }

        .snip1207 .featured .plan-select a {
            color: #ffffff;
            background-color: #2980b9;
        }

            .snip1207 .featured .plan-select a:hover {
                background-color: #409ad5;
                color: #ffffff;
            }

@media only screen and (max-width: 767px) {
    .snip1207 .plan {
        width: 50%;
        border-radius: 0 !important;
    }

    .snip1207 .featured {
        margin-top: 0;
        border-radius: 0;
    }

        .snip1207 .featured .plan-title {
            padding: 15px;
        }

        .snip1207 .featured .plan-select {
            padding: 30px 10px;
        }
}

@media only screen and (max-width: 440px) {
    .snip1207 .plan {
        width: 100%;
    }
}

.plan-features i.pt-yes {
    font-size: 17px;
    color: darkgreen;
    opacity: 0.6;
}

.plan-features i.pt-no {
    font-size: 17px;
    color: red;
    opacity: 0.6;
}

.plan-features i.pt-help {
    font-size: 15px;
    /*color: blue;*/
    margin-left: 3px;
    opacity: 0.6;
}

.sourcecode-title {
    margin-top: -23px;
    margin-left: 62px;
    position: absolute;
    font-weight: 500;
    color: #555454;
}


.plan p.promo {
    font-size: 0.8em;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 0em;
    left: 0px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    background: #2980b9;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
    border-bottom: 1px solid #2980b9;
}

    .plan p.promo:before {
        content: "";
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 7px 7px 0;
        border-color: transparent #2980b9 transparent transparent;
        bottom: -7px;
        left: 0;
    }

    .plan p.promo:after {
        content: "";
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 7px 7px 0 0;
        border-color: #2980b9 transparent transparent transparent;
        bottom: -7px;
        right: 0;
    }

.linkNoChange {
    text-decoration: none;
    color: inherit;
}



/*Product Edition Table*/
.attr-col {
    margin: 110px 0 0;
    float: left;
    width: 250px;
}

    .attr-col ul {
        background: #f4f4f4;
        font-weight: bold;
        font-size: 15px;
        border: 1px solid #d6d6d6;
        border-width: 1px 0px 1px 1px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        .attr-col ul li {
            text-align: right;
            padding: 0 10px;
            border-bottom: 1px solid #d6d6d6;
            line-height: 45px;
            display: block;
        }

            .attr-col ul li.last {
                border-bottom: none;
            }

            .attr-col ul li i {
                font-weight: 300
            }

                .attr-col ul li i.pt-help {
                    margin-left: 5px
                }


.pt-table {
    width: 83%;
    padding-left: 200px;
    display: block;
}

.pt-body {
    padding: 10px 0 0;
}

.pt-rows li {
    display: block;
    overflow: hidden;
    background: #fff;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-bottom: 1px solid #d9d9d9;
}

    .pt-rows li span {
        width: 24%;
        text-align: center;
        float: left;
        border-right: 1px solid #d9d9d9;
        display: block;
        line-height: 45px;
        height: 45px;
    }

        .pt-rows li span.last {
            border-right: 0px;
        }


    .pt-rows li.title {
        background: #666;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        border-bottom: 2px solid #555;
        border-width: 0 0 2px;
    }

        .pt-rows li.title span {
            line-height: 50px;
            height: 50px;
            border: none;
            padding: 0 1px;
            text-shadow: 2px 2px #444;
        }

    .pt-rows li.fees {
        border-bottom: 1px solid #ccc;
        background: #f7f7f7;
        color: #4172a5;
        font-size: 26px;
        font-weight: 700;
        font-family: Georgia, Arial, sans-serif;
    }

        .pt-rows li.fees span {
            line-height: 48px;
            height: 48px;
            text-shadow: 2px 2px #fff;
        }

    .pt-rows li i.pt-no {
        font-size: 17px;
        color: red;
        opacity: 0.6;
    }

    .pt-rows li i.pt-yes {
        font-size: 17px;
        color: darkgreen;
        opacity: 0.6;
    }


    .pt-rows li.fin {
        border-bottom: 2px solid #d9d9d9;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        height: 85px;
    }

    .pt-rows li span.pt-3x {
        width: 72%;
        float: left;
        text-align: center;
        border: none;
    }

.pt-special {
    width: 23%;
    position: absolute;
    right: 0;
    top: 0;
}

    .pt-special .pt-rows {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: 1px solid #a2b7ca;
        background: #f4faff;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding-bottom: 10px;
    }

        .pt-special .pt-rows li {
            border-width: 0 0 1px;
            background: transparent;
        }

            .pt-special .pt-rows li.title {
                height: 58px;
                margin: 1px;
                background: #d0ebfe;
                color: #2a719d;
                font-size: 30px;
                line-height: 65px;
                text-align: center;
                border-bottom: 1px solid #bfd4e6;
                border-width: 0 0 1px;
                text-shadow: 2px 2px #e6f5ff;
            }

            .pt-special .pt-rows li.fees {
                border-bottom: 1px solid #bcd8ec;
            }

                .pt-special .pt-rows li.fees span {
                    background: #ecf6fe;
                }

            .pt-special .pt-rows li.fin {
                border: none;
                text-align: center;
            }

            .pt-special .pt-rows li span {
                border: none;
                width: 100%;
            }

            .pt-special .pt-rows li.fin .big-button {
                background: #3a8bd0;
                top: 22px;
            }

                .pt-special .pt-rows li.fin .big-button:hover {
                    background: #50a6ef;
                }

.EditionInfo {
    background: #f4f4f4;
    padding: 1.5em;
    margin-top: 50px;
}

.MoveToRight {
    float: right;
}

/* Simple Button CSS: */
.big-button {
    line-height: 50px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 20px;
    background: #2980b9;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #d2d7e2;
    text-decoration: none;
    position: relative;
}

    .big-button:hover {
        color: #fff;
        background: #409ad5;
    }

    .big-button:active {
        position: relative;
        top: 1px;
    }

#navlist li {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.orderFooter{
    margin-top:50px;
    text-align:center;
}

.special-offer-wrapper {
    display: flex;
    flex: 1 0 auto;
    align-items: flex-end;
}

.special-offer {
    line-height: 1.3;
    display: block;
    margin-top: 16px;
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    background-color: #d40f42;
    color: #fff;
    padding: 4px 10px;
    font-size: 15px;
    height: 27px;
}
