/**
 * How does it work
 * @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: 100px;
}

.calculator input {
    text-align: center;
    color: #2492c3;
    height: 20px;
}

.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;
}



/** STATISTICS **/

.statistics {
    margin-top: 75px;
}

.statistics .span4 {
    text-align: center; 
}

.statistics .span4 h3 {
    margin: 0 0 130px;
    font-size: 32px;
    font-weight: bold;
    color: #5ea745;
}

.statistics .span4.runner {
    background: url('../../img/homepage/runner.png') no-repeat center 50px;
}

.statistics .span4.graph {
    background: url('../../img/homepage/graph.png') no-repeat center 50px;
}



/** "THERMOMETER" SECTION **/

.larger-text {
    font-size: 16px;
}

.thermometer {
    margin-top: 80px;
}

.thermometer strong {
    font-size: 24px;
    color: #60a526;
    font-weight: 600;
}

.thermometer strong.yellow {
    color: #f5a236;
    display: block;
    margin-top: -15px;
}

.thermometer strong.red {
    color: #ea6645;
}

.thermometer .first {
    margin-top: 80px;
    text-align: center;
}

.thermometer .gray-note {
    color: #555;
    font-size: 10pt;
    line-height: 20px !important;
    height: auto !important;
}

.thermometer #no-movement-example {
    margin-top: 36px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.thermometer .before-main {
    margin-top: 50px;
    margin-bottom: 10px;
}

.thermometer .main {
    background: url('../../img/homepage/thermometer.png') no-repeat center top;
    text-align: center;
    height: 479px;
}

.thermometer .main .wrap {
    padding-left: 40px;
    padding-right: 40px;
}

.thermometer .main p {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px;
    line-height: 22px;
}

.thermometer .main .span6:first-child {
    margin-top: 50px;
}

.thermometer .after-main {
    margin-top: 10px;
}

.thermometer .footer {
    margin-top: 60px;
}



/** PRINCIPLES **/

.principles {
    margin-top: 60px;
    background: #fafafa;
}

hr {
    margin: 50px 54px 10px;
}


.principles .circles .span4 {
    height: 330px;
    width: 330px;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 300px;
    text-align: center;
    margin-top: -50px;
}

.principles .circles .larger-text {
    font-weight: 600;
    margin-top: 40px;
}

.principles .circles .lipsum {
    margin-top: 50px;
    margin-bottom: 0px;
}

.principles .circles .eye-span-wide {
    position: relative;
    left: 50px;
}

.principles .movements .span4 {
    text-align: justify;
    color: #bbb;
}

.principles .movements .span4 .larger-text {
    text-align: center;
    font-weight: 600;
    color: #333;
}

.principles .theory:after {
    background: url('../../img/homepage/theory-shadow.png') no-repeat center top;
    display: block;
    width: 940px; /* same as .span12 */
    height: 9px;
    content: ' ';
    margin-bottom: 80px;
}

.principles .theory-list {
    margin: 35px auto 0px;
    width: 470px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: white;
    overflow: hidden;
    text-align: left;
    padding: 50px;
}

.principles .theory-list ul {
    list-style: none;
    display: inline-block;
    text-align: left;
    margin: 0px;
}

.principles .theory-list ul li {
    margin-bottom: 30px;
    width: 220px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
}

.principles .theory-list ul li.even {
    width: 210px;
    margin-left: 35px;
}

.principles .theory-list ul li:last-child {
    margin-bottom: 0px;
}



/** DIFFERENCE **/

.difference {
    background: #eaf5fa;
}

.difference .reader-wrapper {
    display: inline-block;
}

.difference .reader-wrapper:first-child {
    margin-right: 50px;
}

.difference .reader-wrapper:after {
    background: url('../../img/homepage/difference-shadow.png') no-repeat center top;
    display: inline-block;
    width: 377px;
    height: 16px;
    content: ' ';
    margin-bottom: 50px;
}

.difference .reader {
    margin: 45px auto 0px;
    width: 325px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: white;
    text-align: center;
    padding: 25px 20px;
}

.difference .reader-wrapper:first-child .reader {
    background: white url('../../img/homepage/bad-reader.png') no-repeat center 115px;
}

.difference .reader-wrapper:last-child .reader {
    background: white url('../../img/homepage/good-reader.png') no-repeat center 115px;
}

.difference .reader h3 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 156px;
}

.difference .reader ul {
    list-style-image: url('../../img/homepage/bullet.png');
    text-align: left;
}

.difference .reader ul li {
    margin-bottom: 15px;
}

.difference .reader ul li.no-bullet {
    list-style: none;
}

.difference .reader p.diminished {
    margin-top: 30px;
    margin-left: 36px;
    margin-right: 36px;
}


/** SLIDER **/

#slider {
    height: 262px;
}

#slider img {
    float: left;
    margin: 0 50px 0 120px;
}

#slider div.outer {
    margin-right: 120px;
    height: 262px;
    line-height: 262px;
}

#slider div.inner {
    display: inline-block;
    width: 400px;
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
}

/** FREE TRIAL BUTTON **/
a.large-button {
    margin-top: 50px;
}