﻿.section1 {
    padding-top: 60px;
}
ul#techs {
    overflow: hidden;
    width: 960px;
    margin: 50px auto;
}
    ul#techs > li {
        width: 160px;
        float: left;
        text-align: center;
        color: #888888;
    }
    ul#techs > li > div {
        width: 90px;
        height: 90px;
        overflow: hidden;
        margin: 0 auto;
        background-color: #65d3e3;
        -ms-border-radius: 52px;
        border-radius: 52px;
        margin-bottom: 8px;
    }
    ul#techs > li > div img{
        display: block;
        width: 50px;
        margin: 20px auto 0 auto;
    }
#idea {
    text-align: center;
    padding: 40px 0;
}
h1 {
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    margin: 0px;
    line-height: 120px;
    color: #6a7884;
    font-weight: bold;
    letter-spacing: 8px;
    background: url("images/underline.png") center bottom no-repeat;
}
    .sub-title {
        color: #aebcc8;
        font-size: 20px;
        line-height: 80px;
        text-align: center;
        letter-spacing: 5px;
    }
#leadin {
    padding-top: 30px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #aebcc8;
    padding-bottom: 90px;
}


.section2 {
    background: url("images/bg2.jpg") center center repeat-x;
    height: 556px;
}
    .section2 .content-inner {
        padding-top: 50px;
    }
    ul#experiences {
        overflow: hidden;
        width: 1000px;
        margin: 0 auto;
        margin-top: 50px;
    }
    ul#experiences > li {
        width: 250px;
        float: left;
        text-align: center;
        color: #6a7884;
        line-height: 30px;
        font-size: 18px;
        letter-spacing: 5px;
        font-weight: bold;
    }
    ul#experiences > li img {
        margin: 0 auto;
        margin-bottom: 40px;
        display: block;
    }
    ul#experiences > li label{
        font-size: 13px;
        color: #c1cbd4;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 20px;
        display: block;
        font-weight: normal;
    }

.section3 {
    padding: 50px 0;
}
    .section3 img#bizmode {
        display: block;
        margin: 0 auto;
        margin-top: 50px;
    }
    .section3 .arrow-down {
        background: url("images/icons/down.png") center center no-repeat;
        height: 100px;
        margin-top: 50px;
    }
    ul#realInternet {
        overflow: hidden;
        width: 1000px;
        margin: 0 auto;
        padding-top: 40px;
    }
    ul#realInternet li {
        float: left;
        width: 260px;
        padding: 10px 0;
        background-color: #ebf0f0;
        -ms-border-radius: 10px;
        border-radius: 10px;
        font-size: 18px;
        line-height: 40px;
        font-weight: bold;
        color: #6a7884;
        letter-spacing: 5px;
        text-align: center;
    }

    ul#realInternet li.dot {
        height: 60px;
        width: 100px;
        margin: 0 5px;
        background: url("images/dot.png") center center no-repeat;
    }
    ul#realInternet li small {
        display: block;
        color: #c1cbd4;
        font-size: 13px;
        line-height: 20px;
        font-weight: normal;
        letter-spacing: 3px;
    }
    .section3 h2 {
        text-align: center;
        font-size: 26px;
        color: #6a7884;
        margin: 0px;
        line-height: 100px;
        letter-spacing: 5px;
    }

.section4 {
    background: url("images/bg3.jpg") center center repeat-x;
    height: 755px;
    color: #ffffff;
}   
    .section4 .content-inner {
        padding-top: 50px;
    }
    .section4 h1 {
        background-image: url("images/underline2.png");
        color: #ffffff;
    }
    .section4 .sub-title {
        color: #feffff;
        margin-bottom: 25px;
    }
    .section4 .avatar {
        width: 138px;
        height: 138px;
        background: url("images/avatar.png") center center no-repeat;
        margin: 0 auto;
        overflow: hidden;
    }
    .section4 .avatar img {
        width: 118px;
        height: 118px;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        -ms-border-radius: 60px;
        border-radius: 60px;
    }
    .section4 p {
        color: #e1faff;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin: 20px 0;
        letter-spacing: 2px;
    }
    .section4 p.cto-title {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 50px;
    }
    .section4 p.cto-title > small {
        display: block;
        font-size: 16px;
        line-height: 30px;
    }

.section5 {
    padding-top: 50px;
}
    .section5 ul.cols2 {
        overflow: hidden;
        margin-top: 70px;
        margin-bottom: 100px;
    }
    .section5 ul.cols2 img {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .section5 h3 {
        color: #6a7884;
        font-size: 24px;
        margin: 0;
        padding: 20px 0;
    }
    .section5 ul.cols2  li {
        width: 50%;
        float: left;
        text-align: center;
    }
    .section5 ul.cols2 p {
        color: #c1cbd4;
        font-size: 18px;
        line-height: 30px;
        margin: 0px;
    }
    .section5 ul.techs {
        overflow: hidden;
    }
    .section5 ul.techs li {
        width: 20%;
        float: left;
        line-height: 60px;
        color: #6a7884;
        font-size: 20px;
    }
    .section5 ul.techs span.icon-check {
        background: url("images/icons/check.png") center center no-repeat;
        width: 13px;
        height: 13px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }