.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }
.modalInner{
    display: none;
}
.offer {
    max-width: 560px;
    margin: 0 auto;
    background: #eee;
}
.offer h2 {
    background: #6b3237;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0;
    font-family: MontserratRegular,Balthazar-Regular,Helvetica, Georgia, Times, "Times New Roman", serif;
}
.offer h2 strong {
    font-size: 40px;
}
.offer .content {
    padding: 10px 20px 30px;
    text-align: center;
}
.offer .content p.small {
    font-size: 22px;
    line-height: 28px;
}
.offer .content p.small span {
    text-decoration: underline;
}
.offer .content .tel {
    font-size: 18px;
    padding: 10px 0 5px;
}
.offer .content .tel a {
}
.offer .content .form {
    margin-top: 15px;
    padding: 0 15px;
}
.offer .content em {
    color: #6b3237;
    font-size: 18px;
    font-style: normal;
}
.offer .content .box {
    clear: both;
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 7px;
}
.offer .content .box.last {
    margin-bottom: 5px;
}
.offer .content .box .a-right {
    padding: 0 5px;
    color: #6b3237;
}
.offer .content .box label {
    width: 49%;
    float: left;
    text-align: left;
    font-weight: bold;
    line-height: 28px;
    font-size: 18px;;
    font-family: MontserratRegular,Balthazar-Regular,Helvetica, Georgia, Times, "Times New Roman", serif;
    text-transform: uppercase;
}
.offer .content .box input {
    width: 49%;
    font-family: MontserratRegular,Balthazar-Regular,Helvetica, Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    height: 28px;
    float: right;
    border-radius: 0;
}
.offer .content .button-set {
}
.offer .content .button {
    background: #6b3237;
    width: 140px;
    font-size: 16px;
    line-height: 28px;
    font-family: MontserratRegular,Balthazar-Regular,Helvetica, Georgia, Times, "Times New Roman", serif;
}
.offer .content .button + .button {
    margin-left: 5px;
    margin-right: 20px;
}
.offer .content .button.btn-close {
    background: #636363;
    text-transform: none;
}

/* 0012348 - START */
.offer {
    background: #eaeceb;
    color: #393939;
    font-family: MontserratRegular,Balthazar-Regular,Helvetica, Georgia, Times, "Times New Roman", serif;
}
.offer .content {
    padding: 15px 0px;
}
.offer .content .box .a-right,
.offer .content em,
.offer .content .tel a {
    color: #393939;
}
.offer .content em,
.offer .content .box .a-right {
    color: #878787;
}
.offer .content .box p.a-right {
    font-size: 12px;
    letter-spacing: 1px;
}


.offer .content .box input {
    border: none;
    background: #cdcfce;
    color: #878787;
}
.offer .content .box input::placeholder { 
    color: #7e7e7e;
    opacity: 1; /* Firefox */
    font-size: 12px;
}

.offer .content .box input:-ms-input-placeholder { 
    color: #7e7e7e;
    font-size: 12px;
}

.offer .content .box input::-ms-input-placeholder { 
    color: #7e7e7e;
    font-size: 12px;
}

.offer .content .button.btn-close,
.offer .content .button {
    background: #5b5b5b;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

.offer .content .button.btn-close:focus,
.offer .content .button:focus,
.offer .content .button.btn-close:active,
.offer .content .button:active,
.offer .content .button.btn-close:hover,
.offer .content .button:hover {
    background: #5b5b5b;
    color: #fff;
}
.offer h2 {
    background: #eaeceb;
    color: #393939;
    padding: 15px 0;
    font-weight: bold;
}
.offer h2 strong {
    font-size: inherit;
}
.offer .content .form {
    padding: 0 40px;
}
/* 0012348 - END */