/**
 * Companies
 * @author Marek Lisý
 * @copyright Rozečti.se 2013
 */


/** CALCULATOR **/

.calculator {
    background: #156aae url('../../img/homepage/calculator-rope.png') no-repeat 320px 90px;
    height: 270px;
    margin-top: 50px;
}

.calculator .span4 {
    text-align: center;
    color: white;
}

.calculator .span4:first-child {
    padding-top: 60px;
}

.calculator .span4:first-child .inner {
    padding: 0px 30px;
}

.calculator input {
    text-align: center;
    color: #2492c3;
    height: 20px;
    margin-top: 10px;
}

.calculator .middle {
    background: url('../../img/homepage/calculator-clock.png') no-repeat center top;
    margin-top: -30px;
    padding-top: 220px;
}

.calculator .span4 .bubble {
    margin: 50px auto 10px;
    border: 2px #77b0ca dashed;
    border-radius: 70px; 
    width: 135px;
    height: 135px;
    line-height: 135px;
    vertical-align: middle;
    font-size: 24px;
}

/** FORM **/

.form {
    margin-top: 50px;
    text-align: center;
}

.form .span4 {
    
}

.form .span4 hr {
    margin-top: 0px;
}

.form img {
    margin-top: 74px;
    width: 450px;
}

.form .span4 .small-note {
    font-size: 13px;
    color: #999;
    font-style: italic;
}

.form .span4 .inner {
    padding: 0 32px;
}

.footnote {
    text-align: center;
    font-weight: bold;
    margin: 50px 0;
}