/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    background-color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {padding: 50px 0;}

.form-control {
    border-radius: 2px;
    border: 0;
    height: 30px;
}

.form-group {
    margin: 0 0 5px 0;
}

.form-group label {
    margin: 0 0 3px 0;
    font-size: 12px;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Ubuntu', sans-serif; color: #222;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 18px; line-height: 28px;}
h6 {font-size: 18px; line-height: 28px;}

strong {font-weight: 700;}

a {
    color: #da763a;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #da763a;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.title {
    margin: 0 0 30px 0;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}

.intro {
    position: relative;
    padding-bottom: 50px;
}

.intro:after {
    content: "";
    background: url(../imgs/people.png) center center no-repeat;
    background-size: 100%;
    height: 700px;
    width: 500px;
    position: absolute;
    left: -160px;
    bottom: -10px;
    z-index: 5;
}

.intro.intro-bot .intro-info h1 {
    padding-top: 30px;
}

.intro.intro-bot:after {
    top: -50px;
}

.intro.intro-bot .natural-product img {
    margin: 30px auto 0;
}

.intro .intro-img {

}

.intro .intro-info {
    padding: 20px 0 0 0;
}

.intro .intro-info h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
}

.intro .intro-info p {
    color: #fff;
}

.intro .natural-product img {
    max-height: 136px;
    margin: 0 auto;
    display: block;
}

.intro .form {
    background-color: #e84c3d;
    padding: 20px 30px;
    box-shadow: 0px 0px 10px #000000;
}

.intro .form h3 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.intro .prices .discount {
    color: #e84c3d;
}

.intro .prices .discount span {
    color: #fff;
}

.intro .form label {
    color: #fff;
}

.intro .form .cta {
    width: 100%;
}

.cta {
    display: inline-block;
    border: 0;
    outline: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    margin: 10px 0 0 0;
    padding: 0 35px;
}

.cta-sec {
    display: inline-block;
    border: 0;
    outline: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #e84c3d;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    margin: 10px 0 0 0;
    padding: 0 35px;
}

.cta-sec:hover {
    color: #fff;
    opacity: .8;
}

.intro .prices {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.intro .prices .old-price {
    position: relative;
    color: #fff;
}

.intro .prices .old-price:before {
    content: "";
    position: absolute;
    top: 22px;
    height: 3px;
    width: 165px;
    background-color: #fff;
}

.intro .prices .old-price,
.intro .prices .discount {
    margin: 0 0 15px 0;
    font-size: 40px;
    line-height: 40px;
}

.intro .prices .new-price span,
.intro .prices .discount span {
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: normal;
}

.intro .prices .new-price span {
    color: #fff;
}

.intro .prices .new-price {
    font-size: 52px;
    line-height: 52px;
    color: #EEEE22;
}

.intro .order-benefits ul {
    margin-left: 5px;
}

.intro .order-benefits ul li {
    margin: 0 0 10px 0;
    color: #fff;
    padding: 0 0 0 40px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

.intro .order-benefits ul li img {
    width: 30px;
    position: absolute;
    left: 0;
}


.info {
    position: relative;
}

.info .title {
    color: #fff;
}

.info img {
    margin: 0 0 20px 0;
}

.info h3 {
    color: #EEEE22;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.info h4 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 0 0;
}

.info p {
    color: #fff;
}

.info ul {
    margin: 0 0 20px 0;
}

.info ul li {
    margin: 0 0 5px 0;
    color: #fff;
    padding: 0 0 0 40px;
    position: relative;
}

.info ul li img {
    width: 30px;
    position: absolute;
    top: -5px;
    left: 0;
}

.info ul li span {
    opacity: .8;
}

.info .cta-sec {
    margin: 20px auto 0;
    display: table;
}


.features {
    background-color: #fff;
}

.features .feature {
    margin: 0 0 30px 0;
}


.functions {
    text-align: center;
    background: url('../imgs/functions.jpg') no-repeat top center;
    background-size: cover;
}

.functions .function {
    margin: 0 0 40px 0;
}

.functions .function h3 {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
}

.functions .function img {
    height: 50px;
    margin: 0 auto 10px;
}


.checkbox {
    position: relative;
}

.checkbox.dark-outline label:before {
    border: 1px solid #a5a5a5;
}

.checkbox input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
}

.checkbox input:checked ~ label:before {
    background-color: #96b66d;
    border: 0;
}

.checkbox label {
    position: relative;
    margin: 0;
    padding-left: 25px;
    line-height: 17px;
    min-height: 17px;
}

.checkbox label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    display: block;
}

.checkbox label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio {
    position: relative;
}

.radio input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
}

.radio input:checked ~ label:before {
    background-color: #96b66d;
    border: 0;
}

.radio label {
    position: relative;
    margin: 0;
    padding-left: 25px;
    line-height: 17px;
    min-height: 17px;
}

.radio label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 100%;
    display: block;
}

.radio label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 100%;
}


.quantities .radio {
    margin: 0 0 5px 0;
}


.alert-dismissible .close {
    padding: 4px 5px;
    outline: none;
}

.alert {
    padding: 5px 10px;
    border-radius: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
}