* {
    font-family: 'Open Sans', sans-serif !important;
}
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}
textarea:focus,
input:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}
.form-control::-webkit-input-placeholder { color: #343639; }
.form-control:-moz-placeholder { color: #343639; }
.form-control::-moz-placeholder { color: #343639; }
.form-control:-ms-input-placeholder { color: #343639; }
.vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
}
a {
    color: #89ae2f;
}
a:hover {
    color: #89ae2f;
}
sup {
    top: -.8em;
    font-size: 45%;
}


#calculator {
    list-style: none;
    margin: 0;
    padding: 27px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px #777;
    max-width: 383px;
}
#calculator h2 {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
}
#calculator h4 {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    margin: 12px 0;
    color: #89ae2f;
}
#calculator li {
    border: 1px solid #c9c9c9;
    border-top: 0;
    background: #f0f0f0;
    position: relative;
    padding: 0 20px;
}
#calculator li:nth-of-type(1) {
    border-top: 1px solid #c9c9c9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#calculator li:nth-of-type(4) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 20px;
}
#calculator li:nth-of-type(5) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #9a9b9c;
}
#calculator li:nth-of-type(6) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
#calculator label {
    display: block;
    position: absolute;
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-weight: 600;
}
#calculator .percent:after {
    content: '%';
    color: #999;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 20px;
    height: 50px;
    line-height: 50px;
}
#calculator .money {
    background: #343639;
    color: #fff;
    text-transform: uppercase;
    border: none;
}
#calculator .money:after {
    content: '$';
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 20px;
    height: 50px;
    line-height: 50px;
}
#calculator .money input {
    color: #fff;
}
#calculator input {
    height: 50px;
    padding: 0;
    display: block;
    margin: 0;
    border: 0;
    width: 100%;
    text-align: right;
    font-size: 22px;
    line-height: 50px;
    outline: none;
    background: none;
}
#calculator .percent input,
#calculator .money input {
    width: calc(100% - 20px);
}
.domainError {
    display: none;
}
.domainError:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #de0000;
    position: absolute;
    right: 50px;
    top: -4px;
}
.domainError:after {
    content: 'Please fill in a valid domain name!';
    display: block;
    position: absolute;
    top: -32px;
    right: 0;
    background: #de0000;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 0 0 2px #000;
    font-weight: 400;
}

.logo {
    position: absolute;
    margin-left: -147px;
}
.menu {
    min-height: 100px;
}
.menu ul {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
    float: right;
}
.menu a {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    background: transparent !important;
    padding: 15px 11px !important;
}
.head {
    background: url('../img/head.jpg?t=201808281053') center top no-repeat;
    min-height: 629px;
    margin-bottom: 60px;
}
.form {
    background: url('../img/form.jpg?t=201808281053') center top;
    min-height: 625px;
    margin: 50px 0;
    padding-top: 20px;
    padding-bottom: 10px;
    background-size: cover;
}
.quote {
    background: url('../img/quote.jpg?t=201808281053') center top;
    min-height: 500px;
    margin: 50px 0;
    padding-top: 130px;
}
.footer {
    background-color: #343639;
    min-height: 500px;
    margin-top: 50px;
    padding-top: 110px;
    color: #fff;
}
h1.headline {
    font-size: 46px;
    font-weight: 600;
    margin: 160px 0 20px 50px;
}
a.contact-us {
    background-color: #89ae2f !important;
    border: 0;
    font-size: 18px;
    padding: 14px 24px;
    margin-left: 50px;
}
a.contact-us:hover {
    background-color: #7ea02b !important;
}
h3 {
    color: #7ea02b;
    font-weight: 700;
    font-size: 31px;
    margin: 35px 0 15px 0;
    line-height: 36px;
}
h4 {
    font-size: 21px;
    font-weight: 300;
}
h5 {
    font-size: 18px;
    font-weight: 400;
}
h6 {
    font-size: 21px;
    font-weight: 700;
}
p {
    line-height: 24px;
}
.text-white {
    color: #fff;
}
#contact-form {
    margin: 30px auto;
    max-width: 360px;
}
.form-control {
    box-shadow: none;
    padding: 6px 20px;
    height: 50px;
    border: 0;
    margin: 0 0 10px 0;
}
.form-control.btn {
    color: #fff;
    background: #353739;
    font-size: 18px;
    margin-top: 20px;
}
.row.logos .vertical-center {
    height: 120px;
}
.row.logos img {
    max-width: 100%;
    margin: 0 auto;
}
.quotation {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    margin-right: 150px;
    line-height: 44px;
}
.quotation:before {
    content: '“';
    position: absolute;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 700;
    color: #7ea02b;
}
.quotation:after {
    content: '”';
    position: absolute;
    margin-top: 50px;
    margin-left: -30px;
    font-size: 60px;
    font-weight: 700;
    color: #7ea02b;
}
.info-icon {
    height: 127px;
    margin-top: 50px;
}
.footer-logo {
    margin-bottom: 40px;
}
a.inl {
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
a.inl:nth-of-type(1):before {
    content: '';
    display: block;
    float: left;
    background: url(../img/i_mail.png?t=201808281053) no-repeat left center;
    width: 35px;
    height: 30px;
}
a.inl:nth-of-type(2):before {
    content: '';
    display: block;
    float: left;
    background: url(../img/i_tel.png?t=201808281053) no-repeat left center;
    width: 35px;
    height: 30px;
}
a.inl:nth-of-type(3):before {
    content: '';
    display: block;
    float: left;
    background: url(../img/i_web.png?t=201808281053) no-repeat left center;
    width: 35px;
    height: 30px;
}
.footer h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 24px;
}
.footer a.btn {
    background: transparent !important;
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
}
label.error {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    background: #d41616;
    padding: 2px 10px;
    margin: 0 0 10px 0;
    position: relative;
    border-radius: 2px;
}
label.error:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #d41616;
    position: absolute;
    top: -5px;
    left: 10px;
}
.demonl {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px #666;
}
#subscribe {
    float: left;
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
}
label[for="subscribe"] {
    float: left;
    display: block;
    width: calc(100% - 25px);
    margin-left: 5px;
    font-size: 13px;
    text-align: left;
    line-height: 15px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 991px) {
    #calculator h2 {
        font-size: 20px;
        text-align: center;
    }

    h1.headline {
        font-size: 33px;
    }

    .quotation {
        font-size: 19px;
        font-weight: 600;
        margin-right: 100px;
        margin-top: 60px;
        line-height: 35px;
    }
}