﻿body, html {
    height: 100%;
}

.site-main {
    padding-bottom: 0;
}

.container-fluid {
    padding: 0;
}

.text-orange {
    color: #f5832d;
}

.smooth-scroll {
    position: relative;
    text-rendering: optimizespeed;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
    /*padding-top: 3em;*/
    padding-bottom: 3em;
    min-height: 100vh;
}

.smooth-scroll-top {
    min-height: 118vh;
    height: 100%;
}

.smooth-scroll-link {
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
    cursor: pointer;
}

    .smooth-scroll-link:hover {
        border-color: #538bc0;
    }

div.gift-main-background {
    background-image: url(/images/giftcards/gift_main.png);
}

.paralax {
    /* Create the parallax scrolling effect */
    /*background-attachment: fixed;*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: -160px;*/
    margin-top: 0px;
}

@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}

.smooth-scroll-content-bottom {
    position: absolute;
    bottom: 0;
    padding-bottom: 32em;
}

.large-link {
    font-size: 1.3em;
    color: #fff;
}

.give-heading {
    font-size: 48px;
    color: #fff;
}

.gift-type-heading {
    font-size: 48px;
    color: #555;
}

.gift-choice h1 {
    font-size: 2.0em;
}

.gift-choice {
    /*padding: 0 25px 0 25px;*/
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 8px 15px;
}

    .gift-choice p {
        font-size: 1.3em;
    }

.design-choice {
    /*border: 1px solid #ddd;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

#giftCardForm a.large-link:visited {
    color: white;
}

#giftCardForm a.large-link:hover {
    color: #f3833a !important;
}
/*.selected-choice {
    border: 2px solid #538bc0;
}*/
.padded-input {
    padding: 0.8em !important;
}

.inline-field-label {
    width: 100px;
    text-align: right;
    padding-right: 10px;
}

.left-icon .fa {
    position: relative;
    left: 15px;
}

.left-icon input {
    width: 192px;
    margin-left: -10px;
    padding-left: 25px !important;
    padding-right: -25px !important;
}

.message-label {
    font-size: 1.3em;
}

.odd-slide {
    background-color: #f1f4f7;
}

.even-slide {
    background-color: #f1f4f7;
}

.back-btn {
    left: 10px;
    top: 41%;
    position: absolute;
    background-color: rgba(1, 5, 11, 0.4);
    padding: 0 5px 0 0;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    z-index: 99999;
    font-size: 45px;
}

/*._child-anchor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    user-select: none;
}*/

.input-group-addon {
    background-color: transparent;
    border: 1px solid #cecece;
}

.input-group .form-control:not(:first-child) {
    border-left: 0;
}

.form-controls-container {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 40px;
}

#home-page-description {
    padding: 0 25%;
}

a.scroll {
    position: absolute;
    opacity: 1;
    z-index: 9999;
    cursor: pointer;
    font-size: 30px;
    color: #ffffff !important;
    background-color: rgba(1, 5, 11, 0.4);
    border-radius: 50%;
    display: none;
    padding: 0 13px;
    right: 20px;
}

    a.scroll:hover {
        background-color: rgba(1, 5, 11, 1);
    }

.scroll-up {
    top: 85px;
}

.scroll-down {
    bottom: 15px;
}

@media (max-width: 1000px) {
    a.scroll {
        display: inline-block;
    }
}

@media (max-width: 792px) {
    #home-page-description {
        padding: 0 5%;
    }
}

@media (min-width: 768px) {
    .gift-choice-left {
        margin-right: 10px;
    }

    .gift-choice-right {
        margin-left: 10px;
    }
}

@media (max-width: 700px) {
    .back-btn {
        top: 5%;
    }

        .back-btn:hover {
            background-color: rgba(1, 5, 11, 1);
        }
}

@media (min-width: 768px) and (max-width: 874px) {
    /*.selection-image-container-row {
        margin-left: 40px;
    }*/

    .design-image-container-row {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (min-width: 990px) and (max-width: 1110px) {
    .design-image-container-row {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (min-width: 1196px) and (max-width: 1290px) {
    .design-image-container-row {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (min-width: 874px) and (max-width: 992px) {
    /*#gift-type-container-row {
        margin-left: 40px;
    }*/
}

@media (min-width: 564px) and (max-width: 574px) {
    #design-image-top {
        margin-top: 100px;
    }
}

@media (min-width: 338px) and (max-width: 564px) {
    #design-image-top {
        margin-top: 50px;
    }
}

.site-main .section {
    padding: 00px 0 0;
}

.site-header .right-header {
    float: none;
}

@media (max-width: 359px) {
    .row {
        display: flex !important;
    }
}

ol {
    list-style-position: inside;
}

.start-over-container {
    margin-top: 20px;
    /*position: absolute;
    bottom: 10px;
    width: 100%;*/
}

.start-over-container a {
    color: white !important;
}
    .start-over-container a.text-black {
        color: black !important;
    }
    .start-over-container a:hover {
        color: #f3833a !important;
    }
.start-over-link-ml {
    margin-left: 13px;
}

@media screen and (max-width: 767px) {
    .start-over-link-ml {
        margin-left: 0px;
    }
}

input[type="checkbox"] {
    margin-right: 10px;
}