* {
    box-sizing: border-box;
    cursor: default;
}

html, body{height:100%;}


body{
    font: 21px/1.5 "Open Sans Condensed", sans-serif;
    font-size: 27px;
    font-weight: 300;
    position: relative;
    text-align: center;
    color: #D9D9D9;
    margin: 0;
    padding:0;
    /*background-image: url(../images/bg-dawn.jpg);*/
    /*background-color: #2f3f4e;
    background-image: linear-gradient(0deg, #BC716F 0%, #2f3f4e 100%);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
input[type="text"], input[type="email"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    font-size: 20px;
    *font-family: sans-serif;
    *vertical-align: middle;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #595959;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #595959;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #595959;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #595959;
}
.placeholder {
    color: #595959 !important;
}

.g-recaptcha {
    margin-top: .65em;
    -ms-transform: scale(0.975);
    transform: scale(0.975);
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform-origin: left top;
}


.holder, .header-holder{
    min-height: 100%;
    margin: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;

    /* 
     * FIX FOR LOADING PAGE IN IFRAME
     * https://stackoverflow.com/a/23083463/3481803 
    */
    width: 1px;
    min-width: 100%;
    *width: 100%;
}


.ds_offer_confirm{
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.10);
    padding: 10px;
}

.header{
    width: 55%;
}
    .header .title {
        margin: 0 0 .63em 0;
        padding-right: 10%;
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
        font-style: italic;
        color: white;
        line-height: 1;
    }
    .header .title .hugetext {
        font-size: 95px;
    }
    .header .subtitle{
        display: inline-block;
        vertical-align: middle;
        margin-right: .25em;
        font-size: 48px;
    }
.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 100%;
    padding: 100px 0 150px;
    max-width: 1800px;
    margin: 0 auto;
}

.price-tag{
    padding-right: .9em;
    padding-left: 2.5em;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    padding-right: .75em;
    padding-left: 2.25em;
    height: 4em;
    font-size: 24px;
}
.price {
    position: relative;
    z-index: 3;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 10px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    color: #D9D9D9;
}
.caption {
    position: relative;
    z-index: 3;
    display: block;
    font-size: 12px;
    top: -3px;
    left: 5px;
    line-height: 1;
}
.tag-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
.tag-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 20px;
    overflow: hidden;
}
.tag-right-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    height:100%;
    z-index: 2;
}




.content{
    width: 30%;
}
    .content .offer-form {
        width: auto;
        padding: 1em 2.5em 2em;
        background: white;
        color: #595959;
        box-shadow: 0 0.25em 0.3em rgba(30, 38, 57, 0.37);
    }
    .content .offer-form .title {
        margin: 0 0 .5em;
        font-family: 'Open Sans', sans-serif;
        font-size: 36px;
        font-weight: bold;
        font-style: italic;
        color: #322F48;
    }
    .content .offer-form p {
        margin: 0 0 1.2em 0;
        line-height: 1;
        font-size: 22px;
    }
    .content .offer-form .form-error {
        position: relative;
        margin-bottom: 0.65em;
        padding: 1em;
        background: #fffae0;
        text-align: left;
    }
        .content .offer-form .form-error h4{
            margin: 0 0 10px;
        }

    .fields{
        border-top: solid 1px #d3d3d3;
    }

    .field-cont.border{
        background-color: #f9f9f9;
        border: solid 1px #d3d3d3;
        border-top: none;
    }

    .field-cont{
        position: relative;
        overflow: hidden;
    }
    .offer-form .text-field, .offer-form .email-field {
        padding-left: 2.75em;
    }
    .field-cont label {
        position: absolute;
        top: 0;
        left: 0;
        text-indent: -9999px;
    }
    .text-field, .email-field, .textarea-field, .select-field {
        cursor: text;
        width: 100%;
        padding: .5em .75em;
        background: #f9f9f9;
        border: none;
        color: #12192B;
        transition: color, background .25s ease-out;
    }


    .field-cont .submit-btn {
        width: 100%;
        cursor: pointer;
        border: none;
        margin-top: .5em;
        padding: .5em;
        font-size: 30px;
        background: #cd7272;
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
        font-style: italic;
        transition: background .25s ease-out;
    }
    .field-cont .submit-btn:hover{
        background: #946366;
    }
    
    .field-cont label:after {
        content: "";
        position: absolute;
        top: 0;
        left: .75em;
        line-height: 2.25em;
        text-indent: 0px;
        font-family: 'linecons';
        font-size: 30px;
        color: #999;
        speak: none;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
    }

    .field-cont .offer-label:after {
        content: "\e020";
    }
    .field-cont .name-label:after {
        content: "\e007";
    }
    .field-cont .email-label:after {
        content: "\e019";
    }



.footer {
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    font-size: 24px;
    letter-spacing: .05em;
    background: rgba(38, 40, 43, 0.65);
}





@media (max-width: 1440px) {
    body {
        font-size: 21px;
    }
    
    /* Header */
    .header .price-tag {
        padding-right: .9em;
        padding-left: 2.5em;
        font-size: 21px;
    }
    .header .caption {
        top: -3px;
        left: 3px;
        font-size: 14px;
    }
    .header .price {
        font-size: 24px;
    }
    .header .tag-left {
        right: 15px;
    }
    
    .header-cont {
        margin-left: 0;
    }
    
    /* Main */
    .content .offer-form {
        width: 400px;
        margin: 0;
    }
    .content .offer-form .title {
        font-size: 30px;
    }
    
    .send-btn {
        font-size: 24px;
    }
    
    .field-cont label:after {
        font-size: 24px;
    }
    
    /* Footer */
    .footer {
        font-size: 18px;
    }
}

@media (max-width: 960px) {
    html, body {
        height: auto;
    }
    
    .header,
    .header-cont,
    .content,
    .content-cont,
    .footer {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        width: 100%;
    }
    
    /* Container */
    .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0;
    }
    
    /* Header */
    .header {
        z-index: 1;
        /*padding: 3.8em 0 1.25em;*/
    }
    .header-holder{
        padding: 3.8em 0 1.25em;
    }
    .header .title {
        margin-bottom: .1em;
        padding: 0 10%;
    }
    .header .subtitle {
        vertical-align: baseline;
        margin-right: 7px;
        font-size: 24px;
    }
    
    /* Main */
    .content {
        padding: 0 0 1.5em;
    }
    .content .title {
        font-size: 24px;
    }
    
    .content .offer-form {
        margin: 0 auto;
    }
    
    /* Footer */
    .footer .title {
        display: block;
        margin: .63em 0 .11em;
    }
}
@media (max-width: 480px) {
    body {
        background: #F2F2F2 !important;
    }
    body:after {
        display: none;
    }
    
    /* Header */
    .header {
        background-image: url(../images/bg-dawn.jpg);
        box-shadow: 0 0.15em 0.3em rgba(18, 25, 43, 0.37);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .header:after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .header .title {
        margin-bottom: .25em;
    }
    
    /* Main */
    .content {
        padding: 0;
    }
    
    .content .offer-form {
        width: auto;
        box-shadow: 0 0.1em 0.15em rgba(18, 25, 43, 0.37);
    }
    
    /* Footer */
    .footer {
        background: none !important;
        padding-bottom: 1em;
    }
    .footer .title {
        margin: 0.7em 0 0.4em;
    }
    .footer a {
        display: block;
        padding: 9px;
        color: #4F4F4F;
    }
    .footer a:hover {
        color: #cd7272;
        background: none !important;
    }
    .footer .copy {
        color: #999;
    }
}