body {font-family: 'PT Sans';}
.cta-inner {float:left;}

.product .feature-sub {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.99)), url(../images/feature-bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0 150px 0;
}

.feature-sub.bg-1 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.99)), url(../images/feature-bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.feature-sub.bg-2 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.99)), url(../images/feature-bg-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.feature-sub.bg-3 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.99)), url(../images/feature-bg-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.feature-sub.bg-4 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.99)), url(../images/feature-bg-4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product .back-to-top {background: rgba(52,175,176, 0.5)}
.product .back-to-top:hover {background: rgba(52,175,176, 1)}

.product .footer .contact h1, .product .contact i, .product .footer .contact a, .product .footer-text p {color:#34AFB0;}

.pricing-section .table-right .icon img,
.pricing-section .table-left .icon img {width: 150px; height: 150px;}

.product .formee .right {background-color: rgba(52,175,176, 1);}

.button {
    text-shadow: #fff0a2 0 1px 0;
    font-family: Tahoma, Helvetica, Arial;
    -webkit-border-radius: 4px/5px;
    -moz-border-radius: 4px/5px;
    border-radius: 4px/5px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, .24);
    -moz-box-shadow: 2px 3px 4px rgba(0, 0, 0, .24);
    box-shadow: 2px 3px 4px rgba(0, 0, 0, .24);
    box-shadow: 1px 1px 2px #747474;
    border: solid 1px #feca18;
    background-image: -webkit-linear-gradient(bottom, #ffb701, #fedd2e);
    background-image: -moz-linear-gradient(bottom, #ffb701, #fedd2e);
    background-image: -o-linear-gradient(bottom, #ffb701, #fedd2e);
    background-image: linear-gradient(to top, #ffb701, #fedd2e);
    padding: 15px 20px;
    color: #000;
    line-height: 16px
}

.button:hover {
    background-image: -webkit-linear-gradient(bottom, #fd9814, #fdcf2d);
    background-image: -moz-linear-gradient(bottom, #fd9814, #fdcf2d);
    background-image: -o-linear-gradient(bottom, #fd9814, #fdcf2d);
    background-image: linear-gradient(to top, #fd9814, #fdcf2d)
}

.button.button--orange {font-weight: 100;
    color: rgb(17, 17, 17);
    border-color: rgb(168, 135, 52) rgb(156, 126, 49) rgb(132, 106, 41);
    background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
}

.button.button--subscribe, .button--order {color:#222222;position: relative;top:1px;}

.button.button--order {font-size: 15px;}
.button.button--order i {font-size: 18px;margin-right: 3px;margin-left: -5px;border-radius: 3px;padding: 1px 6px;background: #303942;color: white;}

.footer-phone {width: 180px;margin: 0 auto;}
.footer-phone li {cursor: pointer; opacity: 0.7; transition-property: opacity;  transition-duration: 1s;}
.footer-phone li img {width: 100%; margin-bottom: 0px;}
.footer-phone li:hover { opacity: 1;}

.navbar .official-label {padding-top: 10px;  padding-bottom: 10px; font-size: 13px; text-transform: none;}

.buy-form {
    padding: 25px 25px 30px 25px;
    border:4px solid #34AFB0;
    background: white;
    -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
    text-align: left;
}

.buy-form h1 {
    font-weight: 600;
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: capitalize;
    text-align: center;
    margin: 20px 0 30px 0;
}

.buy-form form textarea {
    height: 100px;
}

.buy-form form .input-error {
    border-color: #19b9e7;
}

.buy-form p {
    font-family: Didact Gothic;
    font-size: 12px;
    color: #DDDDDD;
    margin: 25px 0 10px 0;
}

.buy-form .price {font-weight: bold; font-size: 18px;}
.buy-form .discount__price {color:grey; text-decoration: line-through;}

.buy-form .discount__price + span.price {color:white; background-color: #d4202c; padding: 1px 3px; border-radius: 2px;}

#pricing .price-per-item {font-size: 13px; display: block;}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form__label { text-align: left; font-size: 11px; padding-bottom: 3px;}

.product-form { border-top: 1px solid #f7f7f7; padding-top: 40px;}
.product-form .button {width: 100%;}

@media (max-width: 425px) {
    .hero-section {
        padding: 80px 0 10px 0;
    }
    .buy-form .discount__price + span.price {
        background-color: unset;
        color: #d4202c
    }

    .radio+.radio {
        margin-top: 0px;
    }

    .footer .ion-ios-chatboxes-outline {
        display: none;
    }

    .contact {
        text-align: center;
    }
}

@media (max-width: 340px) {
    .buy-form h1 {
        font-size: 20px;
        margin-top:0px;
    }
}