/* ==========================================================================
    CONTENT
    ========================================================================== */
html.landing-page-thank-you, html.landing-page-thank-you body {
    background: #E8E8E5;
}
html.landing-page-thank-you .header, html.landing-page-thank-you .footer, html.landing-page-thank-you .box-darker.box-darker-small {
    display: none;
}

html.landing-page-thank-you body > .row-fluid > .container {
    width: 100%;
    max-width: 100%;
}
html.landing-page-thank-you .wrap-site {
    box-shadow: none;
    background: transparent;
}
.content-thank-you {
    width: 100%;
    float: left;
    padding: 130px 0;
    background: #E8E8E5;
}
.thank-you-box {
    width: 100%;
    float: left;
    margin: 0px auto;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #aaa;
}
.thank-you-box .contractor-img {
    width: 100%;
    float: right;
    margin: -94px -55px -30px 0;
}
.thank-you-box  img.contractor-img-mobile {
    display: none;
}

.thank-you-box h1 {
    font-weight: 700;
    font-size: 30px;
    color: #4a4a4a;
    margin-bottom: 25px;
}
.thank-you-box .text {
    font-size: 16px;
    line-height: 22px;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.thank-you-box .btn-thank-you {
    font-size: 16px;
    color: #999999;
    padding: 15px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    text-transform: inherit;
}
.thank-you-box .btn-thank-you:hover {
    background: transparent;
    border-color: #990E19;
}
.thank-you-box .btn-thank-you img {
    height: 19px;
    display: inline-block;
    margin: -2px 5px 0;
}

.wrap-loader {
    width: 100%;
    height: 26px;
    overflow: hidden;
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #9b9b9b;
    margin: 15px 0px 35px;
}
.loader {
  margin: 0px 10px 0 0;
  float: left;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid #e6e6e6;
  border-right: 3px solid #e6e6e6;
  border-bottom: 3px solid #e6e6e6;
  border-left: 3px solid #70a4ff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* ==========================================================================
    FOOTER
    ========================================================================== */
#footer-thanks {
    color: #999;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
#footer-thanks a {
    color: #fff;
    display: inline-block;
}
#footer-thanks .last-link { margin-left: 10px; }



/* ==========================================================================
    RESPONSIBLE
    ========================================================================== */
@media only screen and (max-width: 768px) {
    #page {
        min-height: 780px;
        text-align: center;
    }
    .thank-you-box {
        text-align: center;
    }
    .thank-you-box .contractor-img {
        display: none;
    }
    .thank-you-box  img.contractor-img-mobile {
        width: 122px;
        display: inline-block;
    }

    .thank-you-box h1 {
        font-size: 26px;
        margin-top: 30px;
    }
    .thank-you-box .text {
        font-size: 14px;
        line-height: 20px;
    }
    .thank-you-box .wrap-loader {
        height: 50px;
    }
    .thank-you-box .wrap-loader p {
        margin-top: 8px;
    }
    .thank-you-box .loader {
        float: none;
        display: inline-block;
    }

    .content-thank-you {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 320px) {
    #page {
        min-height: 830px;
        text-align: center;
    }
}
