﻿section.splash {
    float: left;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    height: auto;
    background: #ffffff;
    background-image: url(../oneflow/images/genhub/gift-posters-splash.jpg);
    /*background-size:contain;*/
    background-size:100% 100%;
    background-repeat: no-repeat;
    display:block;
}

article.begin {
    float: none;
    width: 100%;
    height: 100%;
    max-width: 1024px;
    min-width: 300px;
    margin-bottom: -5px;
    padding: 0 0 0 0;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    background-image: url(../oneflow/images/genhub/gift-posters-splash.png);
    /*background-size:contain;*/
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position:bottom right;
}

    article.begin div.controls {
        float: left;
        width: 50%;
        color: #313131;
        padding: 2em 0 1em 1.5em;
        display: inline-block;
    }

    article.begin h1.controls_title {
        padding: 0 0 0 0;
        float: left;
        margin: 0;
        width: 100%;
        text-align: left;
        font-size: 420%;
        line-height: 80%;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-margin-before: 0px;
        -webkit-margin-after: 0px;
        font-weight: normal;
        word-break: keep-all;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: Georgia;
    }

    article.begin h1.controls_title i {
        font-size:0.6em;
        font-style:normal;
    }

    article.begin h2.controls_desc {
        padding:0 0 0.4em 0;
        float: left;
        margin: 0;
        width: 100%;
        text-align: left;
        font-size: 180%;
        line-height: 150%;
        font-weight: normal;
        font-family: Georgia;
        font-style: normal;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    article.begin div.btn {
        float: left;
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 1em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        article.begin div.btn a {
            float: left;
            display: inline-block;
            height: auto;
            width: 100%;
            max-width: 300px;
            text-decoration: none;
            padding: 0;
            margin: 0;
            background-color: #5195ce;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            cursor: pointer;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            font-size: 1.2em;
            line-height: 1.2em;
        }

            article.begin div.btn a span {
                float: left;
                width: 100%;
                text-align: center;
                padding: 0.8em 0 0.8em 0;
                color: #fff;
                text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
                font-weight: bold;
            }

            article.begin div.btn a:hover {
                /*background-color: #009d00;*/
                background-color: #3d83ba;
            }

            article.begin div.btn a.off {
                background-color: #eeeeee;
            }

                article.begin div.btn a.off:hover {
                    background-color: #eeeeee;
                    cursor: progress;
                }

                article.begin div.btn a.off span {
                    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
                }

    article.begin div.controls_bullets {
        float: left;
        width: 100%;
        text-align: left;
    }

        article.begin div.controls_bullets span.review {
            padding: 1.5em 0 3em 0;
            float: left;
            margin: 0;
            width: 80%;
            /*max-width:300px;*/
            text-align: left;
            font-size: 0.9em;
            font-family: Georgia, serif;
            line-height: 1.6em;
            font-weight: normal;
            font-style: normal;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            color: #515151;
        }


section.splash div.splash_image {
    float: left;
    width: 50%;
    height: auto;
    display: table;
    padding: 1.5em 0 1.5em 0;
}

    section.splash div.splash_image img {
        float: none;
        width: auto;
        height: auto;
        border: none;
        max-width: 100%;
        max-height: 100%;
        display: table-cell;
        vertical-align: bottom;
    }

div.coupon {
    float: left;
    width: 100%;
    height: auto;
    margin: 1em 0 0 0;
    padding: 0.8em 1em 0.8em 1em;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background:rgba(255,255,255,0.25);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

div.coupon img {
    float:left;
    width:22px;
    display:inline-block;
    border:none;
    margin-right:-22px;
    margin-top:-2px;
}

div.coupon h1 {
    font-size: 0.9em;
    display: inline-block;
    width: 80%;
    float:left;
    text-align:left;
    font-weight:normal;
    padding-left:32px;
    box-sizing:border-box;
}

div.coupon div.coupon_btn {
    float: left;
    width: 20%;
    height: auto;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}

    div.coupon div.coupon_btn a {
        float: right;
        display: inline-block;
        width: auto;
        font-size: 0.8em;
        text-decoration: none;
        font-weight:bold;
        padding: 0;
        margin: 0;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        cursor: pointer;
        box-sizing: border-box;
        text-align: center;
        color:#5195ce;
    }

        div.coupon div.coupon_btn a:hover {
            color: #313131;
        }


section.featured {
    float: left;
    width: 100%;
    background: #f9f9f9;
    height: auto;
    margin-top: 0px;
    font-size: 1em;
    line-height: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
}

    section.featured h1 {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 1em;
        color: #313131;
        line-height: 100%;
        padding: 0.8em 1em 1em 1em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.featured article.feature {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }

    section.featured article.feature div.feature_half {
        float: left;
        width: 49%;
        padding: 1em;
        display:inline-block;
        background:#fff;
        border-radius:5px;
        box-sizing:border-box;
        margin-bottom:2em;
        margin-top:2em;
    }

    section.featured article.feature div.feature_half:first-of-type {
        margin-right:2%;
    }

        section.featured article.feature div.feature_wrap {
            float:left;
            width:100%;
            display:inline-block;
            padding:1em;
            box-sizing:border-box;
        }

        section.featured article.feature div.feature_wrap:nth-child(even) {
            background:#f9f9f9;
        }

        section.featured article.feature div.feature_info {
            float: left;
            width: 55%;
            display: inline-block;
            box-sizing:border-box;
            padding-left:1em;
        }

        section.featured article.feature span.feature_title {
            float: left;
            width: 100%;
            padding: 0;
            font-size: 1.3em;
            line-height: 1em;
            color: #313131;
            text-align: left;
            box-sizing: border-box;
            font-weight:bold;
        }

        section.featured article.feature span.feature_desc {
            float: left;
            width: 100%;
            padding: 0.5em 0 0 0;
            margin-top: 0px;
            font-size: 0.9em;
            line-height: 1.5em;
            color: #717171;
            text-align: left;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    section.featured div.featured_btn_wrap {
        float: left;
        width: 100%;
        padding: 1em 0 0 0;
        box-sizing: border-box;
    }

div.featured_btn_wrap a {
    float: left;
    height: auto;
    width: 90%;
    text-decoration: none;
    padding: 0.9em 0 0.9em 0;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 4px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.9em;
    line-height: 1em;
    display: inline-block;
    color: #5195ce;
}

    /*div.featured_btn_wrap a.odd {
        background: #fff;
    }*/

    div.featured_btn_wrap a span {
        float: none;
        width: auto;
        text-align: center;
        padding: 0;
        
        font-weight: bold;
    }

    div.featured_btn_wrap a:hover {
        /*background-color: #3d83ba;*/
        background-color:#f1f1f1;
        color:#313131;
    }

    div.featured_btn_wrap a.off {
        background-color: #eeeeee;
    }

        div.featured_btn_wrap a.off:hover {
            background-color: #eeeeee;
            cursor: progress;
        }

        div.featured_btn_wrap a.off span {
            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
        }

.feature_img {
    float: left;
    width: 45%;
    height: auto;
    background: transparent;
    margin-left: 0%;
    margin-top:1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .feature_img_circle {
        width:150px;
        height:150px;
        display:inline-block;
        overflow:hidden;
        border-radius:50%;
        margin:0 auto;
        box-sizing:border-box;
        text-decoration:none;
    }

    .feature_img img {
        float: left;
        width: auto;
        height: 100%;
        border: none;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .feature_img img.canvas_feature {
            margin: 0 0 0 -25%;
        }

        .feature_img img.dogtag_feature {
            margin: 0 0 0 -20%;
        }

        .feature_img img.pillow_feature {
            margin: 0 0 0 -25%;
        }

        .feature_img img.keychain_feature {
            margin: 0 0 0 -25%;
        }

        .feature_img img.metal_feature {
            margin: 0 0 0 -15%;
            /*height:120%*/
        }

        .feature_img img.decal_feature {
            margin: 0 0 0 -27%;
            /*height: 150%*/
        }

        .feature_img img.ornament_feature {
            margin: 0 0 0 -20%;
        }

        .feature_img img.giftcard_feature {
            margin: 0 0 0 -10%;
            height: 100%
        }


/***********************************************************************************************/
/*                                       BULLETS AREA                                          */
/***********************************************************************************************/
.big_bullet_div {
    float: left;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

section.big_bullets {
    float: none;
    display: inline-block;
    width: 100%;
    background: transparent;
    height: auto;
    margin-top: 0px;
    font-size: 1em;
    line-height: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 2em;
    padding-bottom: 2em;
    min-width: 300px;
    max-width: 1024px;
}

    section.big_bullets h1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 250%;
        color: #313131;
        line-height: 120%;
        padding: 1.5em 1em 1.5em 1em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.big_bullets article.big_bullet {
        float: left;
        width: 32%;
        padding: 1.5em;
        text-align: center;
        box-sizing: border-box;
        border:1px solid #e6e6e6;
        border-radius: 5px;
        background: #fff;
    }

        section.big_bullets article.big_bullet:first-of-type {
            margin-right:2%;
        }

        section.big_bullets article.big_bullet:last-of-type {
            margin-left:2%;
        }

        section.big_bullets article.big_bullet span.big_bullet_title {
            float: left;
            width: 100%;
            padding: 0em;
            margin-top: -5px;
            font-size: 2.2em;
            line-height: 1em;
            color: #313131;
            text-align: center;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-family:Georgia, serif;
        }

        section.big_bullets article.big_bullet span.big_bullet_desc {
            float: left;
            width: 100%;
            padding: 0.5em 2.5em 0.5em 2.5em;
            margin-top: 0px;
            font-size: 1em;
            line-height: 1.6em;
            color: #7e7e7e;
            text-align: center;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

.big_bullet_circle {
    float: left;
    width: 100%;
    height: auto;
    overflow:hidden;
    background: #b9b9b9;
    display: inline-block;
    box-sizing:border-box;
    text-decoration:none;
}

    .big_bullet_circle img {
        float: left;
        width: 100%;
        height: auto;
        border: none;
        margin: 0;
    }

.big_bullet div.bullet_btn {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 1em 0 1em 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .big_bullet div.bullet_btn a {
        float: left;
        display: inline-block;
        height: auto;
        width: 100%;
        /*max-width: 300px;*/
        text-decoration: none;
        padding: 0;
        margin: 0;
        /*background-color: #5195ce;*/
        border: 1px solid #d6d6d6;
        background-color: #f9f9f9;
        -webkit-transition: background-color 0.3s ease, color 0.3s ease;
        -moz-transition: background-color 0.3s ease, color 0.3s ease;
        -o-transition: background-color 0.3s ease, color 0.3s ease;
        transition: background-color 0.3s ease, color 0.3s ease;
        border-radius: 4px;
        cursor: pointer;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1em;
        line-height: 1.2em;
        color: #5195ce;
    }

        .big_bullet div.bullet_btn a span {
            float: left;
            width: 100%;
            text-align: center;
            padding: 1em 0 1em 0;
            
            font-weight: bold;
        }

        .big_bullet div.bullet_btn a:hover {
            /*background-color: #3d83ba;*/
            background-color: #f1f1f1;
            color:#313131;
        }

        .big_bullet div.bullet_btn a.off {
            background-color: #eeeeee;
        }

            .big_bullet div.bullet_btn a.off:hover {
                background-color: #eeeeee;
                cursor: progress;
            }

            .big_bullet div.bullet_btn a.off span {
                text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
            }

.big_bullet div.big_bullet_link {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

    .big_bullet div.big_bullet_link a {
        width: auto;
        float: none;
        display: inline-block;
        text-align: center;
        color: #5195ce;
        text-decoration: none;
        margin: 0 auto;
        font-size: 0.9em;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    .big_bullet div.big_bullet_link a:hover {
        color:#313131;
    }

.bullet_div {
    float: left;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

section.bullets {
    float: none;
    display: inline-block;
    width: 100%;
    background: transparent;
    height: auto;
    margin-top: 0em;
    font-size: 0.9em;
    line-height: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 5em;
    min-width: 300px;
    max-width: 1024px;
}

    section.bullets h1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 2.5em;
        color: #313131;
        line-height: 1em;
        padding: 2em 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.bullets article.bullet {
        float: left;
        width: 25%;
        padding: 5em 0 0 0;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        section.bullets article.bullet span.bullet_title {
            float: left;
            width: 100%;
            padding: 1.5em 0em 0 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
        }

            section.bullets article.bullet span.bullet_title a {
                float: none;
                width: auto;
                display: inline-block;
                padding: 0;
                margin-left: 0 auto;
                margin-right: 0 auto;
                font-size: 1.2em;
                line-height: 1em;
                color: #5195ce;
                text-align: center;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                text-decoration: none;
                font-weight: bold;
                -webkit-transition: color 0.3s ease;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

                section.bullets article.bullet span.bullet_title a:hover {
                    color: #313131;
                }

        section.bullets article.bullet span.bullet_desc {
            float: left;
            display: inline-block;
            width: 100%;
            padding: 0.5em 0 0 0;
            margin-top: 0px;
            font-size: 1.1em;
            line-height: 1.8em;
            color: #7e7e7e;
            text-align: center;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-style: italic;
        }

            section.bullets article.bullet span.bullet_desc strong {
                color: #313131;
            }

.bullet_circle {
    float: none;
    width: 110px;
    height: 110px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #fff;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    box-shadow: 0px 0px 10px #eee;
    -webkit-box-shadow: 0px 0px 10px #eee;
    -moz-box-shadow: 0px 0px 10px #eee;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .bullet_circle:hover {
        box-shadow: 0px 0px 10px #aeaeae;
        -webkit-box-shadow: 0px 0px 10px #aeaeae;
        -moz-box-shadow: 0px 0px 10px #aeaeae;
    }

    .bullet_circle img {
        float: left;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        border: none;
        margin: 0;
    }

section.reviews {
    float: left;
    width: 100%;
    background: transparent;
    height: auto;
    margin-top: 0px;
    font-size: 1em;
    line-height: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 4em;
}

    section.reviews h1 {
        float: left;
        width: 100%;
        text-align: center;
        color: #313131;
        line-height: 1em;
        padding: 1.5em 0px 1.5em 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 250%;
        line-height: 100%;
    }

    section.reviews h2 {
        float: left;
        width: 100%;
        text-align: center;
        color: #313131;
        line-height: 1em;
        padding: 0em 0 1.5em 0px;
        margin-top: -1.5em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 125%;
        line-height: 100%;
        font-weight: normal;
    }

    section.reviews div.review {
        float: left;
        width: 100%;
        padding: 5em 0 0 0;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        section.reviews div.review:first-of-type {
            padding-top: 1em;
        }

div.review_info {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 150px;
    margin-left: -150px;
}

section.reviews div.review span.review_author {
    float: left;
    width: 100%;
    padding: 0 1.4em 0 1.5em;
    margin-top: 0px;
    font-size: 1em;
    line-height: 1em;
    color: #313131;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section.reviews div.review span.review_words {
    float: left;
    width: 100%;
    padding: 0.7em 1em 0 1em;
    margin-top: 0px;
    font-size: 1.3em;
    line-height: 1.8em;
    color: #7e7e7e;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: italic;
    font-family: Georgia;
}

section.reviews div.review span.review_date {
    float: left;
    width: 50%;
    padding: 1.4em 1.8em 0 0;
    margin-top: 0px;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #515151;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.review_stars {
    float: left;
    padding: 1em 0 0 1.3em;
    font-size: 1em;
    line-height: 1em;
    color: #515151;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

    div.review_stars img.star {
        float: left;
        margin-right: 6px;
        position: relative;
        display: block;
        width: 105px;
        height: 20px;
        border: none;
    }

    div.review_stars span.star_text {
        float: left;
        width: auto;
        padding: 0.4em 0 0 0;
        margin-top: 0px;
        font-size: 0.8em;
        line-height: 1em;
        color: #515151;
        text-align: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

div.review_avatar {
    float: left;
    width: 100px;
    height: 100px;
    margin-left: 35px;
    margin-right: 11px;
}

.review_circle {
    float: left;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    margin: 0;
    overflow: hidden;
    box-shadow: 0px 0px 10px #aeaeae;
    -webkit-box-shadow: 0px 0px 10px #aeaeae;
    -moz-box-shadow: 0px 0px 10px #aeaeae;
}

    .review_circle img {
        float: left;
        width: 100px;
        height: 100px;
        border: none;
        margin: 0px 0px 0px 0px;
    }

div.reviews_btn_wrap {
    float: left;
    width: 100%;
    padding: 5em 5% 2em 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    div.reviews_btn_wrap a {
        float: none;
        height: auto;
        width: 100%;
        max-width: 350px;
        text-decoration: none;
        padding: 1em 0 1em 0;
        background-color: #5195ce;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1.3em;
        line-height: 1em;
        display: inline-block;
    }

        div.reviews_btn_wrap a span {
            float: none;
            width: 100%;
            text-align: center;
            padding: 0;
            color: #fff;
            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
            font-weight: bold;
        }

        div.reviews_btn_wrap a:hover {
            background-color: #3d83ba;
        }

        div.reviews_btn_wrap a.off {
            background-color: #eeeeee;
        }

            div.reviews_btn_wrap a.off:hover {
                background-color: #eeeeee;
                cursor: progress;
            }

            div.reviews_btn_wrap a.off span {
                text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
            }

div.top_reviews_btn_wrap {
    padding: 0em 5% 0em 5%;
}

    div.top_reviews_btn_wrap a {
        width: 40%;
        max-width: 250px;
        padding: 0.8em 0 0.8em 0;
        font-size: 1em;
        line-height: 1em;
        margin: 0 5px 0 5px;
    }

div.cross_btn_center {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: center;
}

div.cross_btn_wrap {
    float: none;
    width: 100%;
    max-width: 1024px;
    display: inline-block;
    text-align: center;
    padding: 2em 1.5em 2em 1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

    div.cross_btn_wrap a {
        float: left;
        height: auto;
        width: 31.66%;
        text-decoration: none;
        padding: 1em;
        background-color: #fff;
        -webkit-transition: background-color 0.3s ease, color 0.3s ease;
        -moz-transition: background-color 0.3s ease, color 0.3s ease;
        -o-transition: background-color 0.3s ease, color 0.3s ease;
        transition: background-color 0.3s ease, color 0.3s ease;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1.2em;
        line-height: 1.2em;
        display: inline-block;
        border: 1px solid #e6e6e6;
        color: #5195ce;
    }

        div.cross_btn_wrap a:nth-child(2) {
            margin-left: 2.5%;
            margin-right: 2.5%;
        }

        div.cross_btn_wrap a span {
            float: none;
            width: 100%;
            text-align: center;
            padding: 0;
            font-weight: bold;
        }

        div.cross_btn_wrap a:hover {
            background-color: #f9f9f9;
            color: #313131;
        }

        div.cross_btn_wrap a.off {
            background-color: #eeeeee;
        }

            div.cross_btn_wrap a.off:hover {
                background-color: #eeeeee;
                cursor: progress;
            }

            div.cross_btn_wrap a.off span {
                text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
            }

section.satisfaction {
    float: left;
    width: 100%;
    background: #f1f1f1;
    height: auto;
    font-size: 1em;
    line-height: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3.5em 0 4em 0;
}

    section.satisfaction article.satisfaction_article {
        float: none;
        width: 100%;
        height: auto;
        font-size: 1em;
        line-height: 1em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 0;
        display: inline-block;
        min-width: 300px;
        max-width: 1024px;
    }

    section.satisfaction h1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 200%;
        color: #313131;
        line-height: 120%;
        padding: 1em 1em 0.5em 1em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.satisfaction h2 {
        float: left;
        width: 100%;
        /*font-family:Georgia, Serif;
	font-style:italic;*/
        text-align: center;
        font-size: 1em;
        color: #515151;
        line-height: 1.8em;
        padding: 0em 3em 0em 3em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: normal;
    }

    section.satisfaction img {
        float: none;
        padding: 0px 30px 0px 30px;
        border: none;
        width: 100px;
        height: 100px;
    }

div.satisfaction_button {
    padding-bottom: 0;
    padding-top: 2.5em;
}

section.trust {
    float: left;
    width: 100%;
    background: transparent;
    height: auto;
    font-size: 1em;
    line-height: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

    section.trust h1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 250%;
        color: #313131;
        line-height: 120%;
        padding: 1.5em 1em 1.5em 1em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.trust img {
        float: none;
        padding: 0px 30px 0px 30px;
        border: none;
    }

        section.trust img.credit {
            width: 232px;
            height: 31px;
        }

        section.trust img.paypal {
            width: 91px;
            height: 25px;
        }

        section.trust img.bitcoin {
            width: 122px;
            height: 26px;
        }

        section.trust img.truste {
            width: 120px;
            height: 38px;
        }

div.faq_btn_wrap {
    float: left;
    width: 100%;
    padding: 2em 0 4em 0;
}

    div.faq_btn_wrap a {
        float: none;
        height: auto;
        width: auto;
        text-decoration: none;
        padding: 1em 3em 1em 3em;
        background-color: #5195ce;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1.3em;
        line-height: 1em;
    }

        div.faq_btn_wrap a span {
            float: none;
            width: auto;
            text-align: center;
            padding: 0;
            color: #fff;
            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
            font-weight: bold;
        }

        div.faq_btn_wrap a:hover {
            background-color: #3d83ba;
        }

        div.faq_btn_wrap a.off {
            background-color: #eeeeee;
        }

            div.faq_btn_wrap a.off:hover {
                background-color: #eeeeee;
                cursor: progress;
            }

            div.faq_btn_wrap a.off span {
                text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
            }

section.faqs {
    float: left;
    width: 100%;
    background: #fff;
    height: auto;
    margin-top: 0px;
    font-size: 1em;
    line-height: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 1.5em;
}

    section.faqs h1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 2.5em;
        color: #313131;
        line-height: 1em;
        padding: 1.5em 0px 1em 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.faqs article.faq {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

        section.faqs article.faq span.faq_title {
            float: left;
            width: 100%;
            padding: 0;
            margin-top: 0px;
            font-size: 1.4em;
            line-height: 1.6em;
            color: #313131;
            text-align: left;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        section.faqs article.faq span.faq_desc {
            float: left;
            width: 100%;
            padding: 0 0 3em 0;
            margin-top: 0px;
            font-size: 1em;
            line-height: 1.8em;
            color: #515151;
            text-align: left;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            /*font-style: italic;
    font-family: Georgia;*/
        }

            section.faqs article.faq span.faq_desc p {
                padding: 0.8em 0 0 0;
                margin: 0;
            }

                section.faqs article.faq span.faq_desc p code {
                    background: #f8f8f8;
                    border: 1px solid #d6d6d6;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
                    padding: 0.4em 0.8em 0.4em 0.8em;
                    color: #ff69b4;
                    font-family: Times New Roman, Serif;
                    font-size: 0.6em;
                    text-transform: uppercase;
                    font-style: normal;
                    margin: 0 2px 0 2px;
                    line-height: 1em;
                }

                section.faqs article.faq span.faq_desc p a {
                    color: #5195ce;
                    text-decoration: none;
                }

                    section.faqs article.faq span.faq_desc p a:hover {
                        color: #313131;
                    }

section.special_featured {
    float: left;
    width: 100%;
    background: #f1f1f1;
    height: auto;
    margin-top: 0px;
    font-size: 1em;
    line-height: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
}

    section.special_featured h1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 250%;
        color: #313131;
        line-height: 120%;
        padding: 1.5em 1em 1.5em 1em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.special_featured article.special_feature {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }

        section.special_featured article.special_feature div.special_feature_info {
            float: left;
            width: 55%;
            display: inline-block;
            padding-left: 2em;
            box-sizing: border-box;
        }

        section.special_featured article.special_feature span.special_feature_title {
            float: left;
            width: 100%;
            padding: 0.5em 1em 0 2%;
            margin-top: 0px;
            font-size: 140%;
            line-height: 1em;
            color: #313131;
            text-align: left;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        section.special_featured article.special_feature span.special_feature_desc {
            float: left;
            width: 100%;
            padding: 0.5em 1.5em 1em 2%;
            margin-top: 0px;
            font-size: 100%;
            line-height: 1.8em;
            color: #717171;
            text-align: left;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    section.special_featured div.special_featured_btn_wrap {
        float: left;
        width: 100%;
        padding: 0.5em 0 5em 2%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

div.special_featured_btn_wrap a {
    float: left;
    height: auto;
    width: auto;
    text-decoration: none;
    padding: 0;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 1.4em;
    line-height: 1.5em;
    display: inline-block;
    color: #fff;
    background-color:#5195ce;
}

    div.special_featured_btn_wrap a:hover {
        background-color: #3d83ba;
    }

.special_feature_img {
    float: left;
    width: 45%;
    height: auto;
    background: transparent;
    margin-left: 0%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .special_feature_img img {
        float: left;
        width: 100%;
        height: auto;
        border: none;
        margin: 0;
        padding: 0 0 3em 0;
    }

@media (max-width: 1050px) {
    div.coupon {
        width: 94%;
        margin: 1em 3% 0 3%;
    }

    section.big_bullets {
        padding:2em 2em 2em 2em;
    }

        section.big_bullets article.big_bullet span.big_bullet_title {
            margin-top: -5px;
            font-size: 1.8em;
        }

    section.featured {
        padding:0 2em 0 2em;
    }

        section.featured article.feature div.feature_info {
            width: 60%;
            padding-left: 1em;
        }

    .feature_img {
        width: 40%;
    }
}

@media (max-width: 960px) {

    div.coupon h1 {
        font-size: 0.8em;
        width: 80%;
    }

    div.coupon div.coupon_btn a {
        font-size: 0.7em;
    }

    article.begin {
        background-size: auto 75%;
    }

    article.begin div.controls_bullets span.review {
        text-shadow: 1px 0px 0 rgba(255,255,255,1);
    }

    section.bullets {
        font-size: 0.8em;
    }

    section.big_bullets article.big_bullet {
        font-size: 0.9em;
    }

    section.big_bullets h1 {
        font-size: 210%;
    }

    div.support_btn_wrap a {
        width: 25%;
        font-size: 1em;
    }

    section.trust h1 {
        font-size: 210%;
    }

    section.trust img {
        padding: 0px 20px 0px 20px;
    }

    section.special_featured h1 {
        font-size: 210%;
    }

    section.featured article.feature div.feature_info {
        width: 100%;
        padding-left:0em;
    }

    
    section.featured article.feature span.feature_title {
        width: 100%;
        /*padding: 1em 15% 0 15%;*/
        /*font-size: 150%;*/
        text-align: center;
    }

    section.featured article.feature span.feature_desc {
        width: 100%;
        /*padding: 1em 15% 1em 15%;*/
        /*font-size: 100%;*/
        text-align: center;
    }

    /*section.featured div.featured_btn_wrap {
        float: left;
        width: 100%;
        padding: 3em 1.5em 5em 1.5em;
    }*/

    div.featured_btn_wrap a {
        margin-left: 0 auto;
        margin-right: 0 auto;
        float: none;
        width:100%;
    }

    .feature_img {
        float: left;
        width: 100%;
        text-align: center;
        margin: 0;
    }

        .feature_img img {
            float: none;
            width: 50%;
            padding: 0 0 1em 0;
            margin-left: 0 auto;
            margin-right: 0 auto;
        }

    section.featured h1 {
        text-align: center;
    }
}

@media (max-width: 860px) {
    article.begin {
        background-size: auto 75%;
    }
        
        article.begin div.controls {
            padding: 1.5em 0 1em 2em;
        }

        article.begin div.controls_bullets span.review {
            padding-bottom:0em;
        }

        article.begin h2.controls_desc {
            padding: 0 0 0.4em 0;
            font-size: 150%;
        }

        article.begin h1.controls_title {
            font-size: 350%;
            line-height: 80%;
        }

    section.big_bullets {
        padding: 1.5em;
    }

        section.big_bullets article.big_bullet span.big_bullet_title {
            margin-top: -5px;
            font-size: 1.5em;
        }
}

@media (max-width: 780px) {

    div.coupon h1 {
        font-size: 0.8em;
        width: 100%;
        padding-right:25%;
        box-sizing:border-box;
    }

    div.coupon div.coupon_btn {
        margin-left:-20%;
    }

    article.begin {
        background-size: auto 70%;
    }
        article.begin h2.controls_desc {
            font-size: 150%;
        }

        article.begin h1.controls_title {
            font-size: 300%;
        }

        article.begin div.controls_bullets span.review {
            font-size: 0.8em;
        }

    section.big_bullets h1 {
        font-size: 180%;
    }

    section.bullets {
        font-size: 0.7em;
    }

    section.reviews h1 {
        font-size: 200%;
    }

    section.reviews h2 {
        font-size: 100%;
        margin-top: -1em;
    }

    section.satisfaction h1 {
        font-size: 1.7em;
    }

    section.trust h1 {
        font-size: 180%;
    }

    section.trust img {
        padding: 0px 5px 0px 5px;
    }

    section.faqs h1 {
        font-size: 200%;
    }

    section.faqs article.faq span.faq_title {
        width: 100%;
        padding: 1em 2em 0 2em;
        font-size: 1.4em;
        text-align: center;
    }

    section.faqs article.faq span.faq_desc {
        width: 100%;
        padding: 0 2.5em 2.5em 2.5em;
        font-size: 1em;
        line-height: 1.8em;
        text-align: center;
    }

    section.featured article.feature div.feature_info {
        float: left;
        width: 100%;
        display: inline-block;
    }

    div.cross_btn_wrap a {
        width: 100%;
    }

        div.cross_btn_wrap a:nth-child(2) {
            margin-left: 0;
            margin-right: 0;
            margin-top: 1.5em;
            margin-bottom: 1.5em;
        }

    section.special_featured h1 {
        font-size: 180%;
    }

    section.special_featured article.special_feature span.special_feature_title {
        width: 100%;
        padding: 1em 15% 0 15%;
        font-size: 150%;
        text-align: center;
    }

    section.special_featured article.special_feature span.special_feature_desc {
        width: 100%;
        padding: 1em 15% 1em 15%;
        font-size: 115%;
        text-align: center;
    }

    section.special_featured div.special_featured_btn_wrap {
        text-align: center;
        padding: 0.5em 1.5em 5em 1.5em;
    }

    div.special_featured_btn_wrap a {
        float: none;
        text-align: center;
        font-size: 1.2em;
    }

    .special_feature_img {
        float: left;
        width: 100%;
        text-align: center;
        margin: 0;
    }

        .special_feature_img img {
            float: none;
            width: 50%;
            padding: 0 0 1em 0;
            margin-left: 0 auto;
            margin-right: 0 auto;
        }

    section.special_featured article.special_feature div.special_feature_info {
        float: left;
        width: 100%;
        display: inline-block;
    }
}

@media (max-width: 705px) {

    section.big_bullets article.big_bullet {
        padding:0.5em;
    }

        section.big_bullets article.big_bullet span.big_bullet_title {
            font-size: 1.5em;
            margin-top:5px;
        }

    .big_bullet div.big_bullet_link {
        float: left;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0 1em 0 1em;
        box-sizing: border-box;
    }
}

@media (max-width: 675px) {
    article.begin {
        background-size: auto 35%;
        background-position: bottom center;
    }

        article.begin div.controls {
            float: left;
            width: 100%;
            color: #313131;
            padding: 1.5em 1.5em 15em 1.5em;
            display: inline-block;
            box-sizing:border-box;
        }

        article.begin div.controls_bullets {
            text-align: center;
            padding-top:1em;
        }

        article.begin div.controls_bullets span.review {
            padding: 0em;
            width:75%;
            float: none;
            margin: 0 auto;
            display:inline-block;
            text-align: center;
        }

        article.begin h2.controls_desc {
            font-size: 180%;
            text-align:center;
        }

        article.begin h1.controls_title {
            font-size: 420%;
            text-align: center;
        }

        article.begin div.btn a {
            float: none;
        }


    section.special_featured h1 {
        font-size: 150%;
    }

    section.special_featured article.special_feature span.special_feature_title {
        line-height: 1.5em;
    }

    section.big_bullets article.big_bullet {
        width: 100%;
        margin-top: 2em;
        margin-left: 0%;
        margin-right: 0%;
    }

        section.big_bullets article.big_bullet:first-of-type {
            margin-top: 0em;
            margin-right: 0%;
        }

        section.big_bullets article.big_bullet:last-of-type {
            margin-left: 0%;
        }

        section.big_bullets article.big_bullet span.big_bullet_title {
            font-size: 250%;
        }

    .big_bullet div.bullet_btn a {
        float: none;
        max-width: 280px;
        margin: 0 auto;
    }

    .big_bullet_circle img {
        float: none;
        width: 100%;
        height: auto;
        border: none;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {

    section.featured article.feature div.feature_half {
        width:100%;
    }

        section.featured article.feature div.feature_half:first-of-type {
            margin-right: 0%;
        }


    div.right_body_center h1 {
        font-size: 145%;
    }

    section.bullets article.bullet {
        width: 33.3%;
    }

    section.reviews h1 {
        font-size: 145%;
    }

    div.review_info {
        padding-left: 0;
        margin-left: 0;
    }

    section.reviews div.review span.review_author {
        text-align: center;
    }

    section.reviews div.review span.review_words {
        text-align: center;
    }

    section.reviews div.review span.review_date {
        width: 100%;
        text-align: center;
        padding: 1.4em 2em 0 2em;
    }

    div.review_stars {
        text-align: center;
        width: 100%;
        padding: 1em 1em 0 1em;
    }

        div.review_stars img.star {
            float: none;
            margin: 0 auto;
        }

        div.review_stars span.star_text {
            width: 100%;
            text-align: center;
        }

    div.review_avatar {
        float: none;
        width: 75px;
        height: 75px;
        margin: 0;
        margin: 0 auto;
        padding-bottom: 1.5em;
    }

    .review_circle {
        width: 75px;
        height: 75px;
    }

        .review_circle img {
            width: 75px;
            height: 75px;
        }

    section.trust img {
        float: none;
        clear: both;
        padding: 0 0 2em 0;
        margin-left: auto;
        margin-right: auto;
        display: table-cell;
        text-align: center;
    }

    section.faqs h1 {
        font-size: 145%;
    }

    div.top_reviews_btn_wrap a {
        width: 60%;
    }
}

@media (max-width: 475px) {
   

    section.full_header nav.logo {
        background: rgba(0, 0, 0, 0.3);
    }

    section.bullets article.bullet {
        width: 50%;
    }


    article.begin h2.controls_desc {
        font-size: 150%;
        text-align: center;
    }

    article.begin h1.controls_title {
        font-size: 380%;
        text-align: center;
    }
}

@media (max-width: 400px) {
    article.begin {
        background-size: auto 30%;
        background-position: bottom center;
    }

        article.begin div.controls {
            padding: 1.5em 1.5em 12em 1.5em;
        }

        article.begin h2.controls_desc {
            font-size: 150%;
            text-align: center;
        }

        article.begin h1.controls_title {
            font-size: 280%;
            text-align: center;
        }

    section.big_bullets article.big_bullet span.big_bullet_title {
        font-size: 195%;
    }
        
    div.right_body_center h1 {
        font-size: 1.8em;
    }

    section.reviews h1 {
        font-size: 110%;
    }

    section.reviews h2 {
        font-size: 90%;
        margin-top: -0.5em;
    }

    section.satisfaction h1 {
        font-size: 1.6em;
    }

    section.satisfaction h2 {
        font-size: 1em;
    }

    article.begin div.btn {
        padding-top: 1.5em;
    }

    article.begin div.blue_btn {
        padding-top: 0em;
    }

    /*section.featured article.feature span.feature_title {
        padding: 1em 10% 0 10%;
    }

    section.featured article.feature span.feature_desc {
        padding: 1em 10% 1em 10%;
    }*/

    section.trust h1 {
        font-size: 160%;
    }

    section.faqs h1 {
        font-size: 110%;
    }

    /*section.special_featured h1 {
        font-size: 160%;
    }

    section.special_featured article.special_feature span.special_feature_title {
        padding: 1em 10% 0 10%;
    }

    section.special_featured article.special_feature span.special_feature_desc {
        padding: 1em 10% 1em 10%;
    }*/
}
