/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.gli-hidden {
    display: none;
}
.gli-clear {
    clear: both;
}
.gli-half {
    width: 50%;
    float: left;
}
.gli-center {
    text-align: center;
}
#gli-wrapper {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    padding: 25px;
}

h1#gli-title {
    text-align: center;
    color: #999;
}

.gli-step h2.gli-step-title {
    color: #9f1908;
    text-align: center;
    font-weight: normal;
}

#gli-step {
    border-bottom: 1px solid #ddd;
    float: left;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 40px;
}

#gli-step a {
    color: #aaa;
    width: 33.33%;
    float: left;
    text-decoration: none !important;
    box-shadow: none !important;
    text-align: center;
    position: relative;
    outline: none;
}

#gli-step a:after {
    text-decoration: none !important;
    content: " ";
    display: block;
    background: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #ddd;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

#gli-step a.active {
    color: #9f1908;
}

#gli-step a.active:after {
    border-color: #9f1908;
    background: #9f1908;
}

.gli-step .gli-step-button {
    display: block;
    text-align: center;
}
.gli-results .gli-step-button {
    text-align: left;
}

.gli-step .gli-step-button a {
    background: #B22C1B;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 6px 20px;
    margin: 0 auto;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer
}
.gli-step .gli-step-button.gli-light a {
    background: #ddd;
    color: #000;
    cursor: pointer;
}

.gli-step .gli-checkboxes {
    margin: 0 auto;
    padding: 0;
    max-width: 600px;
}

.gli-step .gli-checkboxes li {
    list-style: none;
    margin-bottom: 15px;
}

.gli-step .gli-checkboxes li input {
    float: left;
    margin-top: 5px;
}

.gli-step .gli-checkboxes li label {
    display: block;
    margin-left: 30px;
}

.gli-step .gli-section {
    font-weight: bold;
    background: #eee;
    padding: 5px 10px;
    margin: 20px 0 10px;
    clear: both;
}

.gli-step .gli-field {
    clear: both;
    float: left;
    width: 100%;
    margin: 5px 0;
}

.gli-step .gli-label {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.gli-step .gli-input {
    float: left;
    max-width: 45%;
}

.gli-step .gli-label-check {
    margin-right: 10px;
}

.gli-product-image {
    float: left;
    width: 50%;
    text-align: center;
}
.gli-results {
    float: right;
    width: 50%;
}
.gli-results #gli-product-name {
    color: #9f1908;
    font-size: 25px;
    margin: 15px 0;
}
.gli-results dt {
    float: left;
    width: 60%;
    font-weight: normal;
}
.gli-results dd {
    margin-bottom: 0;
    font-weight: bold;
}
#gli-product-desc {
    margin-top: 40px;
}
.gli-result-desc-title {
    font-size: 18px;
    color: #9f1908;
}
.gli-row-header {
    background: #F6E4DB;
    color: #B22C1B;
    font-weight: bold;
}

.gli-send-contact {
    clear: both;
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
}
.gli-form {
    max-width: 600px;
    margin: 0 auto;
}
.gli-send-contact .gli-form .gli-step-button {
    margin-left: 50%;
    text-align: left;
}
.gli-footer p {
    color: #9f1908;
}

#gli-receive-after-custom,
#gli-age,
#gli-child-age {
    max-width: 80px;
}
#gli-sum {
    max-width: 200px;
}

@media screen and (max-width: 767px) {
    .gli-step .gli-label {
        float: left;
        width: 100%;
        margin-right: 0;
    }

    .gli-step .gli-input {
        float: left;
        width: 100%;
        margin-right: 0;
    }
    .gli-step img {
        max-width: 100%;
    }
}