﻿@media(min-width: 1900px) {
    .tg-banner {
        padding: 0 100px;
    }
}

.tg-innerbanner {
    background: url(../../Content/App/About/Still-Image.jpg) no-repeat 100%;
}

.tg-bannercontent .tg-bordertitletop h1, .tg-breadcrumb li a, .tg-breadcrumb {
    color: white;
}

.button.bg-green:hover {
    background-color: #2fc69d;
}

.button.bg-green {
    background-color: #3dd1a9;
}

.button.two-lines {
    color: white;
}

    

.button {
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    margin-bottom: 10px;
}

.button.two-lines small {
    font-size: 12px;
    line-height: 18px;
    display: block;
    font-weight: normal;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    transition: 0.6s;
    cursor: pointer;
    outline: none;
}

.tg-productcolor {
    float: left;
    padding: 10px 12px 10px 5px;
}

.paymul {
    display: flex;
}

.paymul li {
    border: 1px solid #949596;
    margin: 5px;
    border-radius: 5px;
    list-style: none !important;
}

.paymul li img {
    width: 60px;
}
.pricebox {
    border: 1px solid #949596;
    border-radius: 60px 7px 60px 7px;
    background-color: #fafbfc;
    overflow: hidden;
    box-sizing: border-box !important;
    padding: 20px;
}
.PriceAmount {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.tblsty table {
    margin-bottom: 5px;
}

.bdr ul {
    list-style: disc;
    margin-left: 20px;
}

.radiimg {
    width: 260px;
    border-radius: 40px 4px 40px 4px;
    margin: 0 auto;
}

.pricebox .features h4 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(8%);
    transform: translateY(8%);
}
li {
    line-height: 29px;
    list-style: disc inside none;
}
.bdr {
    border-right: 1px solid #949596;
    padding-right: 20px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd {
    margin-left: 0;
}

dt, dd {
    line-height: 1.42857143;
}

.paymul {
    display: flex
}

    .paymul li {
        border: 1px solid #949596;
        margin: 5px;
        border-radius: 5px;
    }

        .paymul li img {
            width: 60px;
        }

@media (max-width: 750px) {
    .vertical-center {
        margin: 0;
        position: relative;
    }

    .bdr {
        border-right: unset;
        padding-right: 0px;
    }

    .tblsty {
        margin-left: 6px;
    }

        .tblsty table {
            margin-left: 15px;
        }

    .bdr ul {
        margin-left: 35px !important;
    }
}


.productC {
    padding-top: 40px;
    overflow: hidden;
}

    .productC .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.button.two-lines {
    color: white;
}

.productC article h4 {
    margin-top: 30px;
    padding-bottom: 15px;
}

.productC article h3 {
    margin-top: 60px;
    padding-bottom: 20px;
}

.productC article h1 + h3 {
    margin-top: 0px;
}

.productC article h1 + p {
    margin-top: 20px;
}

.productC .image-border {
    margin-bottom: 30px;
}

    .productC .image-border img {
        padding: 7px;
        border-radius: 5px;
        border: 1px solid #eaeef2;
    }

.productC p + .image-border {
    margin-top: 30px;
}

.productC .screenshots img {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #eaeef2;
}

.productC .screenshots a, .productC .screenshots .video {
    display: block;
    padding: 0 10px 0 0;
    border: none;
}

    .productC .screenshots .video .border {
        width: 100%;
        padding: 7px;
        border-radius: 5px;
        border: 1px solid #eaeef2;
    }

.productC .screenshots .cols, .productC .videos .cols {
    flex-wrap: wrap;
}

.productC .screenshots .col, .productC .videos .col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-basis: 25%;
    justify-content: space-around;
}

@media only screen and (min-width: 320px) and (max-width: 1279px) {
    .productC .screenshots .col, .productC .videos .col {
        flex-basis: 33.33%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    .productC .screenshots .col, .productC .videos .col {
        flex-basis: 50%;
    }
}

.productC .screenshots .col:last-child, .productC .videos .col:last-child {
    padding-right: 0;
}

.productC .screenshots .caption, .productC .videos .caption {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 20px;
}

.productC pre {
    border: 1px solid #ededed;
    background-color: #fafbfc;
    font-size: 12px;
    padding: 30px 40px;
    border-radius: 6px;
    color: #666;
    overflow: scroll;
}

@media only screen and (min-width: 320px) and (max-width: 1279px) {
    .productC pre {
        width: 655px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    .productC pre {
        width: 455px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 759px) {
    .productC pre {
        width: 600px;
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    .productC pre {
        width: 440px;
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .productC pre {
        width: 290px;
        padding: 20px 10px;
    }
}

.productC .copy-code {
    border: 1px solid #ededed;
    background-color: #fafbfc;
    font-size: 12px;
    padding: 10px 40px;
    border-radius: 6px;
    color: #666;
    text-align: center;
    vertical-align: middle;
}

    .productC .copy-code a {
        display: inline-block;
        padding: 0;
        margin: 0;
        line-height: 33px;
        cursor: pointer;
    }

        .productC .copy-code a:before {
            content: '';
            background-image: url("../images/icons/copy.png");
            background-size: 24px;
            background-repeat: no-repeat;
            margin-right: 15px;
            float: left;
            height: 33px;
            width: 24px;
        }

@media only screen and (min-width: 320px) and (max-width: 1279px) {
    .productC .copy-code {
        width: 655px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    .productC .copy-code {
        width: 455px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 759px) {
    .productC .copy-code {
        width: 600px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    .productC .copy-code {
        width: 440px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .productC .copy-code {
        width: 290px;
    }
}

.productC .related-productCs {
    padding-bottom: 60px;
}

    .productC .related-productCs .view-all {
        float: right;
        font-size: 18px;
        padding-top: 35px;
    }

    .productC .related-productCs .productCs-list {
        padding-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
    }

    .productC .related-productCs .productC-block {
        padding-right: 30px;
        display: inline-block;
        float: left;
        flex-grow: 1;
        flex-basis: 33.33%;
    }

@media only screen and (min-width: 320px) and (max-width: 1279px) {
    .productC .related-productCs .productC-block {
        width: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    .productC .related-productCs .productC-block {
        width: 100%;
        flex-basis: 100%;
    }
}

aside {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 20px;
    border: 1px solid #dae2e9;
    border-radius: 60px 7px 60px 7px;
    background-color: #fafbfc;
    overflow: hidden;
    margin-bottom: 40px;
    box-sizing: border-box !important;
}

    aside > img {
        width: 260px;
        border-radius: 40px 4px 40px 4px;
        margin: 0 auto;
        display: block;
    }

    aside .price {
        font-size: 30px;
        text-align: center;
        font-weight: bold;
    }

    aside .features h4 {
        padding-top: 20px;
        padding-bottom: 10px;
    }

        aside .features h4 i {
            display: inline-block;
            float: left;
            width: 32px;
            padding-right: 6px;
        }

    aside .features p {
        font-size: 14px;
    }

    aside ul {
        margin: 0;
        padding-left: 20px;
    }

        aside ul li {
            list-style: circle;
            font-size: 14px;
            padding-top: 10px;
        }

    aside hr {
        border-color: #dae2e9;
    }

    aside .info {
        font-size: 14px;
    }

        aside .info dl dt {
            float: left;
        }

        aside .info dl dd {
            text-align: right;
            color: #999;
        }

    aside .guarantee {
        text-align: center;
    }

        aside .guarantee img {
            width: 160px;
        }

    aside .cards {
        overflow: hidden;
        padding-bottom: 20px;
        text-align: center;
    }

        aside .cards ul {
            padding: 20px 0;
            margin: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            aside .cards ul li {
                -ms-flex-preferred-size: 25%;
                flex-basis: 25%;
                list-style: none;
                padding: 0 7px 7px 0;
                box-sizing: border-box;
            }

                aside .cards ul li img {
                    vertical-align: middle;
                    border-radius: 5px;
                    border: 1px solid #dae2e9;
                    background: #ffffff;
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), to(#fafbfc));
                    background: linear-gradient(to bottom, #ffffff 30%, #fafbfc 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafbfc',GradientType=0 );
                }

@media only screen and (min-width: 320px) and (max-width: 759px) {
    aside .cards ul {
        display: inline-block;
        text-align: center;
    }

        aside .cards ul li {
            display: inline-block;
            width: 57px;
        }
}

aside .about {
    padding: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    aside .about img {
        float: left;
        padding: 4px;
        background-color: #fff;
        border: 1px solid #ededed;
        border-radius: 5px;
        margin-right: 10px;
        width: 70px;
    }

    aside .about .text {
        font-size: 12px;
        line-height: 15px;
        float: left;
    }

        aside .about .text strong {
            font-size: 14px;
        }

aside.no-border {
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

    aside.no-border h4 {
        padding-bottom: 10px;
    }

        aside.no-border h4:after {
            content: 'â†“';
            display: inline-block;
            padding-left: 5px;
            color: #bac8d6;
            font-weight: black;
            line-height: 20px;
            font-size: 14px;
        }

    aside.no-border p {
        background-color: #f4f6f8;
        padding: 8px 10px;
        margin-bottom: 0;
        font-size: 13px;
    }

        aside.no-border p + p {
            padding-top: 0;
        }

        aside.no-border p + h4 {
            margin-top: 20px;
        }

@media only screen and (min-width: 320px) and (max-width: 959px) {
    aside {
        padding: 15px;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
    aside {
        width: 100%;
        display: block;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

article {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding-left: 40px;
}

    article ul, article ol {
        padding: 20px 0 20px 40px;
    }

        article ul > li > ul, article ol > li > ul {
            padding-left: 5px;
        }

            article ul > li > ul > li, article ol > li > ul > li {
                list-style: none;
            }

                article ul > li > ul > li:before, article ol > li > ul > li:before {
                    content: 'âˆ’';
                    padding-right: 5px;
                }

    article dl {
        padding: 10px 0 20px 25px;
    }

        article dl dt {
            font-weight: bold;
        }

        article dl dd {
            margin-left: 0;
            margin-bottom: 15px;
        }

    article span.light {
        color: #999;
    }

    article hr {
        border-color: #ededed;
    }

@media only screen and (min-width: 320px) and (max-width: 959px) {
    article {
        padding-left: 30px;
        -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
    article {
        padding-left: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        padding-bottom: 60px;
    }
}

.productC {
    padding-top: 40px;
    overflow: hidden;
}

    .productC .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .productC article h4 {
        margin-top: 30px;
        padding-bottom: 15px;
    }

    .productC article h3 {
        margin-top: 60px;
        padding-bottom: 20px;
    }

    .productC article h1 + h3 {
        margin-top: 0px;
    }

    .productC article h1 + p {
        margin-top: 20px;
    }

    .productC .image-border {
        margin-bottom: 30px;
    }

        .productC .image-border img {
            padding: 7px;
            border-radius: 5px;
            border: 1px solid #eaeef2;
        }

    .productC p + .image-border {
        margin-top: 30px;
    }

    .productC .screenshots img {
        width: 100%;
        padding: 7px;
        border-radius: 5px;
        border: 1px solid #eaeef2;
    }

    .productC .screenshots a, .productC .screenshots .video {
        display: block;
        padding: 0 10px 0 0;
        border: none;
    }

        .productC .screenshots .video .border {
            width: 100%;
            padding: 7px;
            border-radius: 5px;
            border: 1px solid #eaeef2;
        }

    .productC .screenshots .cols, .productC .videos .cols {
        flex-wrap: wrap;
    }

    .productC .screenshots .col, .productC .videos .col {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        flex-basis: 25%;
        justify-content: space-around;
    }

@media only screen and (min-width: 320px) and (max-width: 1279px) {
    .productC .screenshots .col, .productC .videos .col {
        flex-basis: 33.33%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    .productC .screenshots .col, .productC .videos .col {
        flex-basis: 50%;
    }
}

.productC .screenshots .col:last-child, .productC .videos .col:last-child {
    padding-right: 0;
}

.productC .screenshots .caption, .productC .videos .caption {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 20px;
}

.productC pre {
    border: 1px solid #ededed;
    background-color: #fafbfc;
    font-size: 12px;
    padding: 30px 40px;
    border-radius: 6px;
    color: #666;
    overflow: scroll;
}

@media only screen and (min-width: 320px) and (max-width: 1279px) {
    .productC pre {
        width: 655px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    .productC pre {
        width: 455px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 759px) {
    .productC pre {
        width: 600px;
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    .productC pre {
        width: 440px;
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .productC pre {
        width: 290px;
        padding: 20px 10px;
    }
}

.productC .copy-code {
    border: 1px solid #ededed;
    background-color: #fafbfc;
    font-size: 12px;
    padding: 10px 40px;
    border-radius: 6px;
    color: #666;
    text-align: center;
    vertical-align: middle;
}

    .productC .copy-code a {
        display: inline-block;
        padding: 0;
        margin: 0;
        line-height: 33px;
        cursor: pointer;
    }

        .productC .copy-code a:before {
            content: '';
            background-image: url("../images/icons/copy.png");
            background-size: 24px;
            background-repeat: no-repeat;
            margin-right: 15px;
            float: left;
            height: 33px;
            width: 24px;
        }

@media only screen and (min-width: 320px) and (max-width: 1279px) {
    .productC .copy-code {
        width: 655px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    .productC .copy-code {
        width: 455px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 759px) {
    .productC .copy-code {
        width: 600px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    .productC .copy-code {
        width: 440px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .productC .copy-code {
        width: 290px;
    }
}

.productC .related-productCs {
    padding-bottom: 60px;
}

    .productC .related-productCs .view-all {
        float: right;
        font-size: 18px;
        padding-top: 35px;
    }

    .productC .related-productCs .productCs-list {
        padding-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
    }

    .productC .related-productCs .productC-block {
        padding-right: 30px;
        display: inline-block;
        float: left;
        flex-grow: 1;
        flex-basis: 33.33%;
    }

@media only screen and (min-width: 320px) and (max-width: 1279px) {
    .productC .related-productCs .productC-block {
        width: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    .productC .related-productCs .productC-block {
        width: 100%;
        flex-basis: 100%;
    }
}

aside {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 20px;
    border: 1px solid #dae2e9;
    border-radius: 60px 7px 60px 7px;
    background-color: #fafbfc;
    overflow: hidden;
    margin-bottom: 40px;
    box-sizing: border-box !important;
}

    aside > img {
        width: 260px;
        border-radius: 40px 4px 40px 4px;
        margin: 0 auto;
        display: block;
    }

    aside .price {
        font-size: 30px;
        text-align: center;
        font-weight: bold;
    }

    aside .features h4 {
        padding-top: 20px;
        padding-bottom: 10px;
    }

        aside .features h4 i {
            display: inline-block;
            float: left;
            width: 32px;
            padding-right: 6px;
        }

    aside .features p {
        font-size: 14px;
    }

    aside ul {
        margin: 0;
        padding-left: 20px;
    }

        aside ul li {
            list-style: circle;
            font-size: 14px;
            padding-top: 10px;
        }

    aside hr {
        border-color: #dae2e9;
    }

    aside .info {
        font-size: 14px;
    }

        aside .info dl dt {
            float: left;
        }

        aside .info dl dd {
            text-align: right;
            color: #999;
        }

    aside .guarantee {
        text-align: center;
    }

        aside .guarantee img {
            width: 160px;
        }

    aside .cards {
        overflow: hidden;
        padding-bottom: 20px;
        text-align: center;
    }

        aside .cards ul {
            padding: 20px 0;
            margin: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            aside .cards ul li {
                -ms-flex-preferred-size: 25%;
                flex-basis: 25%;
                list-style: none;
                padding: 0 7px 7px 0;
                box-sizing: border-box;
            }

                aside .cards ul li img {
                    vertical-align: middle;
                    border-radius: 5px;
                    border: 1px solid #dae2e9;
                    background: #ffffff;
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), to(#fafbfc));
                    background: linear-gradient(to bottom, #ffffff 30%, #fafbfc 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafbfc',GradientType=0 );
                }

@media only screen and (min-width: 320px) and (max-width: 759px) {
    aside .cards ul {
        display: inline-block;
        text-align: center;
    }

        aside .cards ul li {
            display: inline-block;
            width: 57px;
        }
}

aside .about {
    padding: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    aside .about img {
        float: left;
        padding: 4px;
        background-color: #fff;
        border: 1px solid #ededed;
        border-radius: 5px;
        margin-right: 10px;
        width: 70px;
    }

    aside .about .text {
        font-size: 12px;
        line-height: 15px;
        float: left;
    }

        aside .about .text strong {
            font-size: 14px;
        }

aside.no-border {
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

    aside.no-border h4 {
        padding-bottom: 10px;
    }

        aside.no-border h4:after {
            content: 'â†“';
            display: inline-block;
            padding-left: 5px;
            color: #bac8d6;
            font-weight: black;
            line-height: 20px;
            font-size: 14px;
        }

    aside.no-border p {
        background-color: #f4f6f8;
        padding: 8px 10px;
        margin-bottom: 0;
        font-size: 13px;
    }

        aside.no-border p + p {
            padding-top: 0;
        }

        aside.no-border p + h4 {
            margin-top: 20px;
        }

@media only screen and (min-width: 320px) and (max-width: 959px) {
    aside {
        padding: 15px;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
    aside {
        width: 100%;
        display: block;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

article {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding-left: 0px;
}

    article ul, article ol {
        padding: 0px 20px;
    }

        article ul > li > ul, article ol > li > ul {
            padding-left: 5px;
        }

            article ul > li > ul > li, article ol > li > ul > li {
                list-style: none;
            }

                article ul > li > ul > li:before, article ol > li > ul > li:before {
                    content: 'âˆ’';
                    padding-right: 5px;
                }

    article dl {
        padding: 10px 0 20px 25px;
    }

        article dl dt {
            font-weight: bold;
        }

        article dl dd {
            margin-left: 0;
            margin-bottom: 15px;
        }

    article span.light {
        color: #999;
    }

    article hr {
        border-color: #ededed;
    }

@media only screen and (min-width: 320px) and (max-width: 959px) {
    article {
        padding-left: 30px;
        -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
    article {
        padding-left: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        padding-bottom: 60px;
    }
}

.button {
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    margin-bottom: 10px;
}

    .button a {
        color: #fff;
        display: block;
    }

    .button.two-lines small {
        font-size: 12px;
        line-height: 18px;
        display: block;
        font-weight: normal;
    }

    .button.bg-blue {
        background-color: #fbae22;
    }

        .button.bg-blue:hover {
            background-color: #ec9a05;
        }

    .button.bg-green {
        background-color: #1c1c1c;
    }

        .button.bg-green:hover {
            background-color: #515151;
        }

    .button.pdf {
        background-color: #eaeef2;
        line-height: 14px;
        position: relative;
        padding: 15px 10px;
    }

        .button.pdf a {
            color: #444;
            font-size: 14px;
            font-weight: 400;
            padding-left: 30px;
            padding-right: 20px;
        }

            .button.pdf a:after {
                content: 'Â»';
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                display: inline-block;
                position: absolute;
                right: 15px;
                top: 15px;
            }

            .button.pdf a:before {
                content: '';
                background-image: url(../images/icons/pdf.png);
                background-size: 24px;
                height: 24px;
                width: 24px;
                display: inline-block;
                margin-right: 10px;
                vertical-align: middle;
                position: absolute;
                left: 10px;
                top: 10px;
            }

    .button.btn-large {
        font-size: 24px;
        padding: 15px 50px;
    }

    .button.btn-sm {
        font-size: 14px;
        padding: 7px 10px;
        display: inline-block;
        font-weight: normal;
    }

@media only screen and (min-width: 320px) and (max-width: 759px) {
    .button {
        padding: 5px 8px;
        font-size: 16px;
    }

        .button.two-lines small {
            font-size: 11px;
            font-weight: normal;
        }
}

.productC-tabs {
    line-height: 1.5;
    padding: 0 !important;
    margin: 0 !important;
}

    .productC-tabs::after {
        clear: both;
        content: "";
        display: block;
    }

    .productC-tabs .tab-header-and-content {
        list-style: none;
        display: inline;
    }

    .productC-tabs .tab-link {
        background-color: #fafbfc;
        border: 1px solid #eaeef2;
        border-top: 1px solid #eaeef2 !important;
        border-bottom: none;
        color: #999;
        display: inline-block;
        padding: 10px 17px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: .5pt;
    }

        .productC-tabs .tab-link b {
            display: none;
            font-size: 18px;
        }

        .productC-tabs .tab-link span {
            display: block;
        }

@media only screen and (min-width: 320px) and (max-width: 959px) {
    .productC-tabs .tab-link b {
        display: block;
    }

    .productC-tabs .tab-link span {
        display: none;
    }
}

.productC-tabs .tab-link:hover {
    color: #444;
}

.productC-tabs .tab-link:focus {
    outline: none;
}

.productC-tabs .tab-link.is-active {
    border-bottom: 0;
    background-color: #fff;
    color: #444;
    border: 1px solid #eaeef2;
    border-bottom-color: #fff;
    margin-bottom: -1px;
}

.productC-tabs .tab-content {
    display: none;
    padding: 30px 0;
    width: 100%;
    border-top: 1px solid #eaeef2;
    float: left;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border-top: none;
    border: none;
    line-height: 2.5;
    padding-left: 3px;
    text-align: left;
    vertical-align: top;
}