﻿h1.ab,
h2.ab {
    font-size: 32px; line-height: 32px; text-transform: uppercase; letter-spacing: -1px; font-weight: bold;
}
h2.ab {
    color: #70BE44;
    text-align: center;
}
h2.ab::after {
    content: ''; display: block; height: 5px; width: 100px; margin: 0 auto;background-color: #70BE44; overflow: hidden; margin-top: 5px; margin-bottom: 5px;
}
h2.ab + p {
    padding: 0; margin: 0; font: 16px/20px 'Open Sans'; text-align: center;
}
h2.ab-l + p,
h2.ab-l { text-align: left; }
h2.ab-l::after { margin-left: 2px; }
h2.ab-r + p,
h2.ab-r { text-align: right; }
h2.ab-r::after { margin-right: 2px; }
@media (max-width: 640px) {
    h1.ab,
    h2.ab {
        font-size: 24px;
        line-height: 24px;
    }
    h2.ab-l,
    h2.ab-l + p,
    h2.ab-r,
    h2.ab-r + p { text-align: center; }
    h2.ab-l::after,
    h2.ab-r::after { margin-left: auto; margin-right: auto; }
}
/* A/B test FPK menu */
#ab-fpk-menu {
    margin-top: -40px;
    overflow: hidden;
    background-color: #135EA0;
    position: relative;
}
#ab-fpk-menu::after {
    position: absolute; left: 0; top: 0; height: 10px; width: 100%; content: ''; background: linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0));
}
#ab-fpk-menu ul {
    margin: 0 auto; padding: 0; list-style: none; overflow: hidden;
}
#ab-fpk-menu li {
    float: left; width: 20%;
}
#ab-fpk-menu a.sel,
#ab-fpk-menu a:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
#ab-fpk-menu a {
    display: block; text-align: center; font: 16px/40px 'Open Sans'; color: white; text-decoration: none; box-sizing: border-box;
}
/************************/
/* A/B-test FPK pricing */
/************************/
#ab-fpk-pricing {
    overflow: hidden; background-image: url(/content/assets/background.jpg); background-position: left top;
}
#ab-fpk-pricing h1 {
    text-align: center; margin: 50px 0; color: white; text-shadow: 0 0 10px #135EA0; font: bold 42px/42px 'Open Sans';
}
@media (max-width: 640px) {
    #ab-fpk-pricing h1 {
        font: bold 36px/36px 'Open Sans';
    }
}
#ab-fpk-pricing h3,
#ab-fpk-pricing ul,
#ab-fpk-pricing-bottom strong {
    text-align: center; border: 1px solid limegreen; background-color: white; margin: 0 20px;
}
#ab-fpk-pricing h3 {
    border-bottom: none; padding: 10px 0; border-radius: 10px 10px 0 0; font-weight: bold; font-size: 20px; line-height: 30px;
}
#ab-fpk-pricing ul {
    list-style: none; border-bottom: none; border-top: none; padding: 0 20px;
}
#ab-fpk-pricing li {
    border-top: 1px solid limegreen; font-size: 16px; line-height: 40px;
}
#ab-fpk-pricing-bottom {
    background-color: white;
}
#ab-fpk-pricing-bottom strong {
    border-top: none; padding: 0 20px; padding-bottom: 10px; border-radius: 0 0 10px 10px; display: block;
}
#ab-fpk-pricing-bottom strong a {
    display: block; background-color: #70BE44; font: bold 20px/40px 'Open Sans', Arial; color: white; text-align: center; border-radius: 5px;
}
/***************************/
/* A/B-test FPK scrolldown */
/***************************/
.fpk-scrolldown-odd,
.fpk-scrolldown-even {
    background-color: whitesmoke; padding: 40px 0; position: relative;
}
.fpk-scrolldown-odd {
    background-color: white;
}
.fpk-scrolldown-odd::before,
.fpk-scrolldown-even::before {
    background-color: white; position: absolute; left: 50%; bottom: 0; content: ''; width: 50px; margin-left: -25px; height: 25px; border-radius: 25px 25px 0 0;
}
.fpk-scrolldown-odd::before {
    background-color: whitesmoke;
}
.fpk-scrolldown-odd::after,
.fpk-scrolldown-even::after {
    position: absolute; left: 50%; bottom: 0; content: ''; width: 0; height: 0; margin-left: -10px; border-top: 10px solid silver;
    border-left: 10px solid transparent; border-right: 10px solid transparent;
}
/************/
/* A/B-test FPK folder */
.ab-fpk-folder {
    background-color: green; padding-top: 7.5px; width: 120px; margin: 0 auto; border-radius: 5px; height: 80px; position: relative; margin-top: 30px;
}
.ab-fpk-folder::before {
    background-position: center center; background-size: 40%; background-repeat: no-repeat; background-color: #70BE44; width: 100%; height: 100%; content: ''; border-radius: 5px; position: relative; display: block;
}
.ab-fpk-folder::after {
    position: absolute; bottom: 100%; margin-bottom: -5px; width: 30%; height: 15px; background-color: green; border-radius: 5px 5px 0 0; content: '';
}
/****************************/
/* A/B-test FPK testimonial */
/****************************/
.fpk-testimonial-img {
    float: left; width: 100px; border: 5px solid gainsboro; height: 100px; box-sizing: border-box; border-radius: 50%; overflow: hidden; margin-left: 10px;
}
.fpk-testimonial-img img {
    display: block; width: 100%;
}
.fpk-testimonial-quote {
    margin-left: 120px; border: 2px solid white; background-color: white; box-sizing: border-box; padding: 10px; border-radius: 10px; position: relative; font: 16px/16px Georgia;
}
.fpk-testimonial-quote::before {
    content: ''; position: absolute; right: 100%; top: 25px; border-right: 10px solid white; border-top: 10px solid transparent; border-bottom: 10px solid transparent;
}
.fpk-testimonial-name {
    margin-left: 120px; font: 16px/120% Arial; padding-top: 5px; text-align: left;
}
/* A/B-test start hero */
#ab-start-hero {
    background-color: #135EA0; overflow: hidden; position: relative; padding: 20px 0;
}
#ab-start-hero::after {
    position: absolute; left: 0; top: 0; height: 10px; width: 100%; content: ''; background: linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0));
}
/************/
/* A/B-test start folder */
.ab-start-folder {
    background-color: green; padding-top: 7.5px; width: 100px; margin: 0 auto; border-radius: 5px; height: 70px; position: relative; margin-top: 30px;
}
.ab-start-folder::before {
    background-position: center center; background-size: 40%; background-repeat: no-repeat; background-color: #70BE44; width: 100%; height: 100%; content: ''; border-radius: 5px; position: relative; display: block;
}
.ab-start-folder::after {
    position: absolute; bottom: 100%; margin-bottom: -5px; width: 30%; height: 10px; background-color: green; border-radius: 5px 5px 0 0; content: '';
}

/****/
ul#cat {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 25px 0;
}

    ul#cat li {
        float: left;
        width: 20%;
        margin-bottom: 25px;
    }

    ul#cat div {
        border: 2px solid whitesmoke;
        height: 70px;
        width: 70px;
        margin: 0 auto;
        border-radius: 50%;
        background-image: url(libra.svg);
        background-size: 70%;
        background-color: whitesmoke;
        background-repeat: no-repeat;
        background-position: center center;
    }

    ul#cat li:hover div {
        background-color: white;
    }

    ul#cat a {
        display: block;
        font: 16px/120% Arial;
        color: black;
        padding-top: 5px;
        text-align: center;
        text-decoration: none;
    }

ul#cat2 {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 0;
}

    ul#cat2 div {
        border: 2px solid whitesmoke;
        height: 30px;
        width: 30px;
        float: left;
        margin: 0 auto;
        border-radius: 50%;
        background-image: url(libra.svg);
        background-size: 70%;
        background-color: whitesmoke;
        background-repeat: no-repeat;
        background-position: center center;
        box-sizing: border-box;
    }

    ul#cat2 li {
        margin-bottom: 2px;
        background-color: white;
        padding: 5px;
        border-radius: 2px;
        overflow: hidden;
    }

    ul#cat2 a {
        display: block;
        font: 13px/15px 'Open Sans', Arial;
        color: #333;
        text-align: left;
        text-decoration: none;
        height: 30px;
        margin-left: 40px;
    }

ul.usps {
    list-style: none;
    margin: 0;
    padding: 20px;
}

    ul.usps li {
        padding-left: 15px;
        position: relative;
        font: 14px/120% 'Open Sans', Arial;
        color: white;
        margin-top: 5px;
    }

        ul.usps li:first-child {
            margin-top: 0;
        }

        ul.usps li::before {
            position: absolute;
            left: 0;
            top: 8px;
            height: 2px;
            background-color: white;
            width: 5px;
            transform-origin: left top;
            transform: rotate(45deg);
            content: '';
            overflow: hidden;
        }

        ul.usps li::after {
            position: absolute;
            left: 1px;
            top: 12px;
            height: 2px;
            background-color: white;
            width: 10px;
            transform-origin: left top;
            transform: rotate(315deg);
            content: '';
            overflow: hidden;
        }



.block.b2::before {
background-color: whitesmoke;
}

    .block:nth-child(even) {
        background-color: white;
    }

h1 {
    font: bold 32px/32px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #666;
    padding: 0;
    margin: 0 0 20px 0;
}

ul#fpk-categories {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}

#fpk-categories > li {
    float: left;
    width: 10%;
    overflow: hidden;
}

#fpk-categories div.icon {
    width: 100px;
    height: 100px;
    background-color: gainsboro;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

#fpk-categories div.icon::before {
    position: absolute;
    top: 30%;
    left: 20%;
    width: 60%;
    height: 45%;
    background-color: #70BE44;
    border-radius: 5%;
    border-top-left-radius: 0;
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
    content: '';
    border: 2px solid green;
    box-sizing: border-box;
}

#fpk-categories div.icon::after {
    position: absolute;
    left: 20%;
    bottom: 70%;
    height: 5%;
    width: 25%;
    background-color: green;
    content: '';
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#fpk-categories a {
    display: block;
    text-align: center;
    font: bold 14px/16px 'Open Sans';
    color: #369;
    margin-top: 10px;
    text-decoration: none;
}


.split > div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 25px;
}
.split > div:first-child {
    padding-left: 0;
    padding-right: 25px;
}