body {
    background: white;
    padding: 0;
    margin: 0;
    font-family: Helvetica;
    padding-top: 100px;
}

a {
    text-decoration: none;
}

textarea:focus, input:focus{
    outline: none;
}

.order-button {
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 3px;
    background: #00B878;
    text-align: center;
}

.order-button:hover {
    cursor: pointer;
    opacity: 0.8;
}

/*Status bar*/
.status-bar {
    background: #2ecc71;
    color: white;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    display: none;
}

.status-bar.fail-bar {
    background: #e74c3c;
}

.status-bar.active {
    display: block;
}

/*Header*/
header {
    height: 100px;
    background: white;
    position: fixed;
    left: 0;
    width: 100%;
    top:0;
    border-bottom: 1px solid #ececec;
}

header .header-container {
    width: 900px;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    position: relative;

    background-repeat: no-repeat;
    background-size: auto 35px;
    background-position: center center;
}

.header-container .logo {
    float: left;
    height: 60px;
    margin-top: 22px;
}

.header-container .subtitle {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: 58px;
    margin-left: 5px;
    text-decoration: underline;
}

.header-container .phone {
    float: right;
    margin-top: 28px;
    height: 45px;
    width: 180px;
    background-repeat: no-repeat;
    background-size: auto 45px;
    text-align: right;
    line-height: 24px;
    font-weight: bold;
    font-size: 17px;
    color: rgba(0,0,0,0.7);
    background-position: right center;
}

/*Subheader*/
.subheader {
    background: white;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.header-container ul {
    width: 600px;
    float: left;
    overflow: auto;
    list-style-type: none;
    font-weight: bold;
    font-size: 17px;
    margin: 27px 0 0 30px;
    padding: 0;
}

.header-container ul a {
    color: black;
}

.header-container ul li {
    float: left;
    padding: 15px 20px;
    opacity: 0.6;
    border-left: 1px solid #ececec;
}

.header-container ul a:first-child li{
    border-left: 0px solid white;
}

.header-container ul li:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #00B878;
    border-radius: 3px;
    color: white;
}

/*Banner*/
.banner {
    width: 100%;
    /*background: #EFF6FF;*/
    background-image: url('../images/banner.jpg');
    background-position: center center;
    background-size: 100% auto;
    position: relative;
}



.banner-container {
    width: 800px;
    margin: 0 auto;
    height: 500px;
    /*background-image: url('../images/slide.png');*/
    background-repeat: no-repeat;
    background-size: 300px auto;
    background-position: 30px bottom;
}

.banner-container h1 {
    margin: 0;
    text-align: left;
    color: rgba(0,0,0, 0.8);
    padding-top: 140px;
    padding-right: 60px;
    font-size: 50px;
}

.banner-container p {
    text-align: left;
    margin-right: 60px;
    color: rgba(0,0,0, 0.8);
    font-size: 25px;
}

.banner-container .order-button {
    margin-top: 30px;
    float: left;
    width: 200px;
    padding: 20px 20px;
    font-size: 20px;
}

/*Features*/
.features {
    background: white;
}

.features-container {
    width: 800px;
    margin: 0 auto;
    background: white;
    min-height: 200px;
    overflow: auto;
    padding-top: 80px;
    padding-bottom: 70px;
    border-bottom: 1px solid #ececec;
    padding-right: 80px;
    padding-left: 80px;
}

.features-container .item {
    float: left;
    width: 230px;
    margin-right: 50px;
}

.features-container .item:last-child {
    margin-right: 0;
}

.features-container .item img {
    width: auto;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.features-container .item .feature-image {
    opacity: 0;
}

.features-container .item .feature-image.loaded {
    opacity: 1;
    animation: zoom 0.8s ease-in-out;
    -webkit-animation: zoom 0.8s ease-in-out;
}

@keyframes zoom {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1.0);
    }
}

.features-container .item h3 {
    color: #4E4E4E;
    text-align: center;
    font-size: 17px;
    margin-top: 35px;
}

.features-container .item p {
    text-align: center;
    color: rgba(0,0,0, 0.55);
    line-height: 25px;
    margin-top: 25px;
    font-size: 15px;
}

/*Description*/
.description-container {
    background: white;
}

.description {
    width: 740px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 30px;
}

.description .item {
    margin-bottom: 50px;
}

.description .item h4 {
    margin: 0 0 30px 0;
    text-align: left;
    padding: 0;
    font-size: 20px;
    color: rgba(0,0,0,0.62);
}

.description .item p {
    font-size: 15px;
    color: rgba(0,0,0, 0.55);
    line-height: 22px;
    text-align: justify;
}

/*Service*/
.service {
    background: #F0FFFA;
    padding: 50px 0 60px 0;
}

.service-container {
    width: 740px;
    margin: 0 auto;
    background-image: url('../images/house.png');
    background-repeat: no-repeat;
    background-size: 170px auto;
    background-position: top right;
}

.service-container h3 {
    color: #00B878;
    text-align: center;
    font-size: 25px;
    padding-bottom: 20px;
}

.service-container h6 {
    font-size: 18px;
    margin: 30px 0 0 0;
    padding: 0;
    color: #454545;
}

.service-container p {
    color: rgba(0,0,0,0.82);
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}

.service-container ul {
    color: rgba(0,0,0,0.82);
    font-size: 14px;
    line-height: 20px;
}

.service-container ul li {
    padding: 5px 0;
}

.service-container .order-button {
    width: 120px;
    margin: 30px 0 60px 0;
}

/*Cowork*/
.cowork {
    background: white;
}

.cowork-container {
    width: 500px;
    margin: 0 auto;
    padding: 40px 0 100px 0;
    overflow: auto;
}

.cowork-container h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
}

.cowork-container img {
    display: block;
    float: left;
    max-height: 100px;
    margin-left: 50px;
}

.cowork-container img.revizeplus {
    padding-top: 40px;
    margin-left: 100px;
}

.form {
    background: white;
}

.form-container {
    width: 770px;
    margin: 0 auto;
    padding: 50px 0px 70px 30px;
    border-bottom: 1px solid #ececec;
    overflow: auto;
}

.form-container .inputs {
    float: right;
    width: 430px;
}

.form-container .info {
    float: left;
    margin-left: 0px;
}

.form-container .info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,0.8);
}

.form-container .info ul li {
    line-height: 24px;
    font-size: 14px;
}

.form-container h3 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 22px;
}

.form-container input {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 10px;
    width: 180px;
}

.form-container textarea {
    width: 397px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 15px;
    min-height: 100px;
    margin: 0 0 10px 0;
    font-family: Helvetica;
}

.form-container input[type="submit"] {
    color: white;
    background: #00B878;
    font-weight: bold;
    border: none;
    float: right;
}



























/*f*/
