html {
    background: #000;
}

body {
    background: -moz-radial-gradient(center, ellipse cover, rgba(34, 34, 34, 0.8) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(34, 34, 34, 0.8)), color-stop(100%, rgba(0, 0, 0, 0))); /*Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(34, 34, 34, 0.8) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(34, 34, 34, 0.8) 0%, rgba(0, 0, 0, 0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(34, 34, 34, 0.8) 0%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(34, 34, 34, 0.8) 0%, rgba(0, 0, 0, 0) 100%); /* W3C */
    color: #fff;
    line-height: 1.6;
}

.strikethrough {
    height: 20px;
}

.strikethrough span {
    text-align: center;
}

.strikethrough:before, .strikethrough:after {
    content: '';
    border-top: 2px solid #333;
    margin-top: 15px;
}
.strikethrough:before, .strikethrough:after, .strikethrough span {
    display: block;
    float: left;
    width: 33.3%;
}

.l-container {
    position: relative;
    z-index: 30;
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 30px 0;
}

.l-container--large {
    max-width: 1600px;
}

.l-col-2, .l-col-3 {
    float: left;
    padding: 0 30px;
}

.l-col-2 {
    width: 50%;
    margin-bottom: 20px;
}

@media(max-width: 1100px) {
    .l-col-2 {
        width: 100% !important;
    }
}

@media(max-width: 768px) {
    .l-col-3 {
        width: 100% !important;
    }
}

.l-col-3 {
    width: 33.3333%;
}

.l-row {
    margin: 0 -30px;
}

.l-row:after {
    content: "";
    display: table;
    clear: both;
}

.l-group {
    margin-bottom: 60px;
}

.l-group.last {
    margin-bottom: 120px;
}

h1, h2, h3 {
    color: #fff;
    margin-bottom: 12px;
    font-weight: 500;
}

p {
    margin-bottom: 12px;
}

h1 {
    font-size: 42px;
    text-align: center;
}

h1 span {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    font-weight: 300;
}

h2 {
    font-size: 25px;
}

h3 {
    font-weight: 300;
    line-height: 1.5;
    font-size: 22px;
}

hr {
    border: 0;
    height: 2px;
    background: #333;
}

ul {
    margin: 0 20px;
}

#discount_form {
    margin-bottom: 12px;
}

.hr-mini {
    width: 110px;
    border: 0;
    height: 2px;
    background: #444;
    margin: 0 auto 12px;
}

.thin-grey {
    color: #727272;
    font-weight: 300;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.field-item {
    margin-bottom: 15px;
}
.field-item.required {
    position: relative;
}
.field-item.required:after {
    display: block;
    content: '*';
    position: absolute;
    right: -30px;
    top: 5px;
    color: #799d4b;
    font-size: 30px;
}
.img-1 {
    position: absolute;
}

.img-2 {
    position: fixed;
    bottom: 0;
    right: 0;
}

.response {
    color: #ccc;
}

.response strong {
    color: #fff;
}

.btn--primary:active {
    background: #799d4b;
}

.homekit {
    margin-bottom: 12px;
}

@media (max-width: 1100px) {
    .overlay {
        display: none;
    }
}

.footer-info li {
    font-size: 12px;
    text-align: left !important;
    font-style: italic;
}

.padded {
    margin-bottom: 60px;
}

.padded-large {
    margin-bottom: 120px;
}

.lure_block {
    border: 5px solid #333;
    padding: 30px;
    height: 300px;
}

.lure_block span {
    display: block;
}

.lure_block {
    line-height: 1;
    font-size: 25px;
    position: relative;
}

.price {
    font-size: 50px;
    font-weight: 500;
    padding: 4px 0;
}

.lure_block .retail {
    position: absolute;
    bottom: 20px;
    color: #666;
    font-size: 16px;
}

.grey_text, .grey_text a {
    color: #666;
}

.grey_text a {
    text-decoration: underline;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.testimonial {
    font-size: 25px;
    text-align: center;
    font-style: italic;
}

.testimonial .grey_text {
    font-style: normal;
}

.footer_logo {
    text-align: center;
    padding-bottom: 70px;
}

.field-item label {
    font-size: 20px;
}