@font-face {
    font-family: 'BitterRegular';
    src: url("../fonts/Bitter-Regular-webfont.eot");
    src: url("../fonts/Bitter-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Bitter-Regular-webfont.svg#BitterRegular") format("svg"), url("../fonts/Bitter-Regular-webfont.woff") format("woff"), url("../fonts/Bitter-Regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'BitterItalic';
    src: url("../fonts/Bitter-Italic-webfont.eot");
    src: url("../fonts/Bitter-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Bitter-Italic-webfont.svg#BitterItalic") format("svg"), url("../fonts/Bitter-Italic-webfont.woff") format("woff"), url("../fonts/Bitter-Italic-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'BitterBold';
    src: url("../fonts/Bitter-Bold-webfont.eot");
    src: url("../fonts/Bitter-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Bitter-Bold-webfont.svg#BitterBold") format("svg"), url("../fonts/Bitter-Bold-webfont.woff") format("woff"), url("../fonts/Bitter-Bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
html {
    font-size: 10px
}
body {
    font-size: 1em;
    line-height: 1.4;
    padding: 0;
    margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'BitterBold', serif;
    font-weight: normal;
}
.container > .navbar-header,
.navbar-header {
    width: 100%;
    margin: 0;
}
.navbar {
    height: 80px;
    margin: 0;
}
.navbar .brand {
    display: inline-block;
    width: 165px;
}
.navbar .brand img {
    margin-top: 12px;
    display: block;
    width: 100%;
}
.navbar .client {
    float: right;
    color: #99979a;
    font-family: 'BitterBold', serif;
    font-size: 13px;
    line-height: 13px;
    margin: 20px 15px 0 0;
    border: 1px solid;
    border-radius: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    display: block;
}
.navbar .client:hover {
    text-decoration: none;
    color: #3d9fbe; 
    
}
.calculator {
    background: #c5ebf5;
}
.input-box {
    background: #e2f5fa;
    padding: 50px 0;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.input-box h3 {
    color: #487c8e;
    margin: 0 auto 30px;
    font-size: 18px;
}
#calculator-form {
    margin: 35px auto 20px;
    display: inline-table;
    width: 100%;
}
.calc-btn {
    display: block;
    float: left;
    width: 44px;
    height: 50px;
    background: url("../img/sprite-home.png") 0 0 no-repeat;
    text-indent: -9999px
}
.calc-btn.less-btn-big {
    background-position: 0px -64px;
    margin: 10px 0 0 0
}
.calc-btn.more-btn-big {
    background-position: -51px -64px;
    margin: 10px 0 0 0
}
.calc-btn.v2 {
    background: none;
    text-indent: 0;
    margin-top: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    cursor: pointer
}
.calc-btn.v2>span {
    font-size: 4.9em;
    color: #467C8F
}
.calc-btn.v2>span:hover {
    color: #3D9EBD
}
.calc-btn.v2>span:active {
    color: #467C8F
}
input[type=range] {
    width: 36%;
    height: 20px
}
#calculator-box input,
#mini-calculator-form input {
    float: left;
    width: 2.2em;
    height: 1.29em;
    line-height: 1em;
    padding: 4px;
    text-align: center;
    color: #467c8f;
    margin: 0 6px 12px 6px;
    font-size: 4.2em;
    font-weight: bold;
    border: 1px solid #b9b9b9
}
.input-box .center-box {
    width: 19.5em;
    text-align: center;
    margin: 0 auto !important;
}
.input-box .center-box.sl {
    width: 14em;
    text-align: center
}
.input-box .center-box.sl #count,
.input-box .center-box.sl #days {
    margin: 0 0 10px 22px
}
.input-box .slider.slider-horizontal {
    width: 100% !important
}
.calc-info {
    text-align: center;
    clear: both;
    height: auto;
    position: relative;
    padding: 40px 0 10px;
}
.calc-info #loan-summary {
    font-size: 14px;
    margin: 0 0 5px;
}
.calc-info #due-date {
    font-weight: bold;
}
.calc-info #loan-amount {
    font-family: Helvetica;
    font-size: 30px;
    margin: 0 0 10px;
    display: block;
}
.calc-info #promo-code {
    font-size: 12px;
    position: relative
}
.calc-info #promo-highlight {
    width: 155px;
    height: 136px;
    position: absolute;
    background: url(../images/layout/promo-highlight.png) no-repeat;
    right: -10px;
    top: -15px;
    z-index: 2
}
.calc-info #promo-code>a {
    position: relative;
    z-index: 3;
    color: #777
}
.calc-info .col-r {
    float: right;
    max-width: 205px;
    width: 30%;
    text-align: right
}
#calculator-box .small-text {
    clear: both;
    text-align: center;
    color: #8d8d8c;
    font-size: 1.6em;
    margin: 0 0 1em 0
}
#loan-summary {
    text-align: center;
    font-size: 1.6em;
    color: #797978;
    margin: 0 0 1.9em 0
}
#loan-summary strong {
    font-weight: bold
}
.btn-orange,
.btn-orange-small {
    background: #f23d02;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #f23d02;
    font-weight: bold;
    display: block;
    -moz-box-shadow: 1px 1px 3px #cccccc;
    -webkit-box-shadow: 1px 1px 3px #cccccc;
    box-shadow: 1px 1px 3px #cccccc;
    text-shadow: none
}
.btn-orange:hover,
.btn-orange-small:hover,
.btn-orange:visited,
.btn-orange-small:visited,
.btn-orange:active,
.btn-orange-small:active,
.btn-orange:focus,
.btn-orange-small:focus {
    text-decoration: none;
    color: #fff;
    background: #f23d02;
    text-shadow: none
}
.btn-orange.v2,
.btn-orange-small.v2 {
    background: #FF7600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid #FF7600;
    margin: 0 auto 18px;
}
.btn-orange.v2:hover,
.btn-orange-small.v2:hover,
.btn-orange.v2:visited,
.btn-orange-small.v2:visited,
.btn-orange.v2:active,
.btn-orange-small.v2:active,
.btn-orange.v2:focus,
.btn-orange-small.v2:focus {
    background: #ff6600;
    border: 1px solid #ff6600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3)
}
.btn-cta,
.btn-cta-small {
    background: #87AE27;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #87AE27;
    font-weight: bold;
    display: block;
    -moz-box-shadow: 1px 1px 3px #cccccc;
    -webkit-box-shadow: 1px 1px 3px #cccccc;
    box-shadow: 1px 1px 3px #cccccc;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2)
}
.btn-cta:hover,
.btn-cta-small:hover,
.btn-cta:visited,
.btn-cta-small:visited,
.btn-cta:active,
.btn-cta-small:active,
.btn-cta:focus,
.btn-cta-small:focus {
    text-decoration: none;
    color: #fff;
    background: #90B333;
    text-shadow: none
}
.btn-form.btn-centered {
    margin: 0 auto
}
#logos {
    list-style: none !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0
}
#logos li {
    display: inline-block !important;
    border: none !important;
    margin: 0 24px 0 0 !important;
    vertical-align: middle;
}
#logos li:last-child {
    margin: 0 !important
}
#logos li a {
    display: block
}
#logos li a span {
    display: block;

}
#logos li a:focus {
    outline: 0
}
#logos #aemip-logo span {
    background: url("../img/logo_aemip.png") 0 0 no-repeat;
    width: 55px;
    height: 29px;
}
#logos #confianza-logo span {
    background: url("../img/logo_confianza_online.png") 0 0 no-repeat;
    width: 36px;
    height: 34px
}
#contract_link {
    margin: 10px 0 0 1em
}
.clouds {
    background: #c5ebf5 url("../img/clouds_background.png") top center repeat-x;
    height: 42px;
}
.banner {
    height: 220px;
    text-align: center;
}
.steps {
    background: #487c8e;
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
}
.steps h2 {
    margin: 45px auto 25px;
}
.steps h3 {
    padding-top: 60px;
}
.steps .fast {
    background: url("../img/ic_rapido.png") top center no-repeat;
}
.steps .easy {
    background: url("../img/ic_sencillo.png") top center no-repeat;
}
.steps .transparent  {
    background: url("../img/ic_transparencia.png") top center no-repeat;
}
.steps .flexible {
    background: url("../img/ic_flexible.png") top center no-repeat;
}
.steps p {
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
}
.press {
    background: #eee;
    padding: 40px 0;    
}
.press .reference {
    padding: 35px 15px;
    text-align: center;
}
.press .reference p {
    margin: 15px auto 0;
    color: #1a90c8;
    font-size: 14px;
    font-style: italic;
}
.terms {
    color: #99979a;
    font-size: 14px;
    padding: 30px 0;
            
}
.terms h3 {
    color: #487c8e;
    font-size: 20px;
    
}
.terms a {
    color: #99979a;
    text-decoration: underline;
}
.btn-form {
    clear: both;
    margin: 0 0 1em 0;
    padding: 4px;
    width: 220px;
    font-size: 2.2em;
    line-height: 1.2em;
    text-align: center
}

#start-button {
    font-size: 2.7em;
    padding: 10px 0;
    width: 266px
}

@media screen and (max-width: 990px) {
    .input-box {
        background: #e2f5fa;
        padding: 15px 0;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
    
    .input-box h3 {
        color: #487c8e;
        margin: 15px auto 25px;
        font-size: 18px;
    }   
        
    #calculator-form {
        margin: 20px auto 20px;
        display: inline-table;
        width: 100%;
    }
            
}

@media screen and (max-width: 480px) {
    .navbar .client {
        font-size: 13px;
        line-height: 10px;
        margin: 25px 0 0 0;
        border: 1px solid;
        padding: 10px 20px;
    }

    #start-button {
        width: 220px;
    }

    .navbar .brand {
        width: 130px;
        margin: 0 0 0 5px;
    }
    .input-box {
        background: #e2f5fa;
        padding: 5px 0;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
    .input-box h3 {
        color: #487c8e;
        margin: 15px auto 25px;
        font-size: 18px;
    }
        
    #calculator-form {
        margin: 15px auto 20px;
        display: inline-table;
        width: 100%;
    }
    .calc-info #loan-summary {
      font-size: 14px;
      margin: 10px 0 5px;
    }   
    #logos {
      padding: 0 0 10px;                
    }
}   