@charset "utf-8";
/* CSS for product pages */

.sectitle, .tabContentThr .sectitle {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0 20px
}

.sectionContent {
    padding: 5px 5px;
}

.sectionContent ul {
    margin: 0px;
    list-style: none;
}

.sectionContent li {
    margin-bottom: 10px;
    font-size: 1em;
}

a.dropDownLink {
    text-decoration: none;
    color: #1b1b1b;
    font-weight: 400;
    font-size: 16px;
    background: url("/images/greenArrow.png") no-repeat right;
    padding-right: 15px;
}

.dropDown {
    border: solid black 1px;
    padding: 5px;
    display: none;
    margin: 10px 0px 10px 0px;
}

.title {
    font-size: 16px;
    font-weight: 600;
    color: #cfb34d;
}

#short_desc {
}

#narrative {
}

/* features tab */
#features {
}

/* pricing tab */
#pricing {
}

.pricing_list {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
}

.pricing_title {
    padding: 5px 5px 5px;
    font-weight: 600;
    background: wheat;
    border: solid 1px;
    display: inline-table;
    margin-bottom: 10px;
}

.pricing_detail {
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
}

.priceDiv {
}

.priceDiv > span {
    vertical-align: top;
    display: inline-block;
}

.price {
    width: 4.5em;
    text-align: right;
    margin-right: 1em;
}

.monthsNum {
    width: 7em;
}

.priceComment {
    width: auto;
}

@media(max-width: 768px) {
    .priceComment {
        width: auto;
    }
}

.title a {
    color: #323232;
}

/* details tab */
#long_desc {
}

#product_key {
}

#help_guide {
}

#tutorials {
}

#comparison {
}

/* software tab */
#software {
}

.software img {
    float: left;
    vertical-align: middle;
    padding-right: 10px;
}

/* help tab */
#download {
}

.prod_footer {
    margin-top: 10px;
}

.highlight {
    color: #cfb34d;
}

.important {
    font-size: 16px;
    font-weight: 600;
    border: ridge;
    padding: 5px;
}

.important a {
    font-size: 16px;
    font-weight: 600;
}

.aqha {
    color: #FF0000;
    font-weight: bold;
}

/* comapre chart */
.programs th {
    font-size: 14px;
    padding: 5px;
    font-weight: 700;
    background: #cfb34d;
    text-align: center;
}

.programs td {
    font-size: 14px;
    padding: 5px;
}

.programs {
    text-align: left;
}

@media (max-width: 599px) {
    .programs th {
        font-size: 12px;
        padding: 2px;
        font-weight: 700;
        background: #cfb34d;
        text-align: center;
    }

    .programs td {
        font-size: 12px;
        padding: 2px;
    }

    .programs {
        text-align: left;
    }
}

/* lifetime pps */
.lifetime {
    width: 90%;
    margin: auto;
    text-align: center;
}

.lifetime label {
    min-width: 30%;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
!important
}

.lifetime input[type="text"] {
    width: 70%;
    display: inline-block;
!important
}

/* samples */
.sampleDescription {
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 0.2em;
}

.sampleList {
    margin-left: 20px;
    font-size: 18px;
}

/* virtual stable samples */
#entry, #result {
    font-family: Arial, Helvetica, sans-serif;
!important
}

#entry p, #result p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
!important
}

.message_head {
    text-align: center;
}

.message_body {
    font-size: small;
}

.track {
    font-size: xx-large;
    font-weight: bold;
    color: #024E36;
}

.master {
    font-size: xx-large;
    font-weight: bold;
    color: #7EAE9B;
}

.stable {
    font-size: x-large;
    font-weight: bold;
    font-style: italic;
    color: #000000;
}

.line {
    font-size: small;
    color: #000000;
}

.type {
    font-size: medium;
    font-weight: bold;
    font-style: italic;
    color: #000000;
}

/* animation */
.grow {
    -webkit-animation: grow 1s alternate infinite;
    -moz-animation: grow 1s alternate infinite;
    -ms-animation: grow 1s alternate infinite;
    -o-animation: grow 1s alternate infinite;
    animation: grow 1s alternate infinite;
}

@keyframes grow {

    from {
        -moz-transform: scale(0.50);
        -ms-transform: scale(0.50);
        -o-transform: scale(0.50);
        transform: scale(0.50);
    }
    to {
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25);
    }

}

@-webkit-keyframes grow {

    from {
        -webkit-transform: scale(0.50);
    }
    to {
        -webkit-transform: scale(1.25);
    }

}

@media (max-width: 599px) {
    .sectitle, .tabContentThr .sectitle {
        padding: 10px 0 8px;
    }
}