﻿@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400');


html {
    background-color: white;
    margin: 0;
    padding: 0;
}

body {
    color: #3e3d3d;
    font-size: .85em;
    font-family: "Lato", "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    /*min-width: 1000px;*/
    background-color: #fcfcfc;
    font-weight: 300;
        background-image: url('images/lines-left.png');
    background-repeat: repeat;
}

iframe {
    width: 90%;
}

input[type=text] {
    width: 90%;
    height: 35px;
    border-width: 1px;
    border-style: dashed;
    border-color: #d2d2d1;
    margin: 15px;
    padding: 1px 1px 1px 20px;
    border-radius: 5px;
    font-family: inherit;
}

input[type=button] {
    background-color: #6f67c4;
    border-width: 1px;
    border-style: solid;
    padding: 10px 34px 10px 34px;
    margin: 15px;
    color: white;
    border-radius: 5px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
}

input[type=submit] {
    background-color: #6f67c4;
    border-width: 1px;
    border-style: solid;
    padding: 10px 34px 10px 34px;
    margin: 15px;
    color: white;
    border-radius: 5px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
}

footer {
    background-color: #9c9ea2;
    width: 100%;
    text-align: left;
    padding: 20px 0px 20px 0px;
    color: white;
}

    footer h3 {
        font-size: 16px;
        float: left;
        padding: 0px;
        margin: 0px 20px 0px 0px;
        line-height: 18px;
        letter-spacing: 9px;
        font-weight: 300;
    }

    footer h6 {
        font-size: 12px;
        float: left;
        font-weight: 300;
        margin-top: 12px;
        margin-bottom: 0px;
        margin-left: 30%;
        margin-right: 30%;
    }

    footer div {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        height: 30px;
    }

    footer p {
        float: left;
        padding: 0px;
        margin: 0px 10px 0px 0px;
        line-height: 18px;
    }

    footer h6 a {
        margin: 0px 0px 0px 10px;
        color: white;
    }

    footer img {
        float: left;
        margin: 0px 10px 0px 0px;
        height: 16px;
    }

h1 {
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    padding: 30px 5% 30px 5%;
    margin: 0px;
    color: #4a3fba;
    transform: scaleY(1.5);
    letter-spacing: 15px;
    cursor: pointer;
    transition: all 0.5s;
}


.paragraph {
    font-size: 26px;
    text-align: center;
    padding-left: 7%;
    padding-right: 7%;
    line-height: 45px;
}


.medium-text {
    font-size: 16px;
    line-height: 30px;
}

.theme-color-main {
    background-color: #4a3fba;
}

.theme-color-alt {
    background-color: #9c9ea2;
}

.header {
    width: 90%;
    text-align: center;
    position: fixed;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.cont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.site-header {
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 64px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}


.site-header-background {
    background: white;
    width: 100%;
    height: 64px;
    z-index: -1;
}



.header-inner {
    width: 100%;
    height: 100%;
}

    .header-inner .logo {
        width: 25%;
        height: 100%;
        float: left;
    }

        .header-inner .logo img {
            margin-top: 11px;
            margin-left: 35px;
            width: 180px;
        }

    .header-inner nav {
        float: left;
        height: 100%;
    }

    .header-inner .social {
        float: right;
        height: 100%;
        margin-right: 20px;
    }



.menu {
    padding: 9px 8px 9px 11px;
    background-color: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
    background: -webkit-linear-gradient(#fff, #f5f5f5);
    background: linear-gradient(#fff, #f5f5f5);
    background-color: #f5f5f5;
    border-radius: 6px;
    margin-top: 9px;
    /* height: 34px; */
    border: 1px solid #ccc;
    cursor: pointer;
    display: none;
    margin-left: 20px;
}

    .menu:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
        background: -webkit-linear-gradient(#fff, #eee);
        background: linear-gradient(#fff, #eee);
    }

    .menu.active {
        background: #e9e9e9;
        border-color: #cfcfcf;
    }

.popup-menu {
    position: absolute;
    background-color: rgba(255,255,255,0.95);
    padding: 10px;
    margin: 10px;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
    text-align: left;
}

    .popup-menu ul {
        list-style: none;
        -webkit-transition: background-color 1s; /* Safari */
        transition: background-color 1s;
        margin: 0px;
        padding: 0px;
    }

    .popup-menu li:hover {
        background-color: #5e54c3;
    }

    .popup-menu a {
        display: block;
        padding: 0px 10px 0px 10px;
        color: black;
        text-decoration: none;
        line-height: 40px;
        font-size: larger;
        -webkit-transition: color 0.5s; /* Safari */
        transition: color 0.3s;
        /*transform: scaleY(1.6);*/
    }

        .popup-menu a:hover {
            color: white;
        }

    .popup-menu li.active {
        background-color: #4a3fba;
    }

        .popup-menu li.active a {
            background-color: #4a3fba;
            color: white;
        }


#home img {
    width: 90%;
    margin-top: 65px;
    -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
    margin-bottom:-3px;
}

.row {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.header-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

    .header-ul li {
        float: left;
        height: 100%;
        -webkit-transition: background-color 1s; /* Safari */
        transition: background-color 1s;
    }

        .header-ul li:hover {
            background-color: #5e54c3;
        }

    .header-ul a {
        display: block;
        padding: 10px;
        color: black;
        text-decoration: none;
        line-height: 40px;
        font-size: larger;
        -webkit-transition: color 0.5s; /* Safari */
        transition: color 0.3s;
        /*transform: scaleY(1.6);*/
    }

        .header-ul a:hover {
            color: white;
        }

    .header-ul li.active {
        background-color: #4a3fba;
    }

        .header-ul li.active a {
            background-color: #4a3fba;
            color: white;
        }

.social-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

    .social-ul li {
        float: right;
    }

    .social-ul div {
        padding: 5px;
        margin-top: 15px;
    }

        .social-ul div.twitter {
            background-image: url('images/twitter-circle.png');
            width: 15px;
            background-repeat: no-repeat;
            height: 15px;
            -webkit-transition: background-position-y 0.5s; /* Safari */
            transition: background-position-y 0.5s;
        }

            .social-ul div.twitter:hover {
                background-position-y: -25px;
            }

        .social-ul div.facebook {
            background-image: url('images/facebook-circle.png');
            width: 19px;
            background-repeat: no-repeat;
            height: 19px;
            -webkit-transition: background-position-y 0.5s; /* Safari */
            transition: background-position-y 0.5s;
        }

            .social-ul div.facebook:hover {
                background-position-y: -30px;
            }

        .social-ul div.google {
            background-image: url('images/google-circle.png');
            width: 19px;
            background-repeat: no-repeat;
            height: 19px;
            -webkit-transition: background-position-y 0.5s; /* Safari */
            transition: background-position-y 0.5s;
        }

            .social-ul div.google:hover {
                background-position-y: -30px;
            }

.section-noise {
    background-image: url('images/background.png');
    background-repeat: repeat;
    /*-webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);*/
}

.section-lines {
    background-image: url('images/lines-left.png');
    background-repeat: repeat;
    /*-webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);*/
}

.section-solid {
}



.circle {
    width: 300px;
    height: 300px;
    display: inline-block;
    border-width: 1px;
    border-color: #f4f3f3;
    background-color: #f4f3f3;
    background: -webkit-linear-gradient(#f4f3f3, #cecdcd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f4f3f3, #cecdcd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f4f3f3, #cecdcd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f4f3f3, #cecdcd);
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    margin: 20px;
    -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
    transition: all 1s;
    cursor: pointer;
}

    .circle:hover {
        background: white; /* For Safari 5.1 to 6.0 */
    }

    .circle.lg {
        width: 400px;
        height: 400px;
    }

    .circle img {
        vertical-align: top;
        margin-top: 30px;
    }

    .circle p {
        font-size: 16px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .circle.lg p {
        font-size: 14px;
        line-height: 22px;
        padding-top: 22px;
        padding-left: 15px;
        padding-right: 15px;
    }

.sectors {
    width: 100%;
    text-align: center;
}

    .sectors.first {
        margin: 40px 0px 0px 0px;
    }

    .sectors div {
        display: inline-block;
        width: 30%;
        text-align: center;
        overflow: hidden;
    }

    .sectors .p01 {
        width: 40%;
    }

    .sectors .p02 {
        width: 20%;
    }



.p02 img {
}

.sectors img {
    width: 70%;
    max-width: 380px;
    -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);
    border-width: 1px;
    border-color: white;
    border-style: solid;
    border-radius: 30px;
    transition: all 0.5s;
}

.p01 img {
    max-width: 700px;
}

.sectors p {
    background-color: rgba(255,255,255,0.7);
    line-height: 62px;
    position: relative;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    font-size: large;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    border-radius: 0px 0px 30px 30px;
    top: -85px;
    width:70%;
}

.sectors div:hover > img {
    opacity: 0.7;
}



.col4 {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .col4 img {
        width: 60%;
    }

        .col4 img.vertical {
            width: 40%;
        }

.col02 {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .col02 img {
        width: 80%;
        margin-top: 40px;
        margin-bottom: 30px;
    }


.col05 {
    width: 16%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    zoom: 0.7;
}

.shrink-200 {
    zoom: 1.2;
}

.reduce-700 {
}

.circle-paragraph-outside {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .circle-paragraph-outside div {
        width: 100px;
        height: 100px;
        zoom: 0.8;
        margin: 0px;
        display: inline-block;
        /*border-width: 1px;
        border-color: #f4f3f3;
        border-style:solid;*/
        /*background-color: #f1eeea;*/
        /*background: -webkit-linear-gradient(#f4f3f3, #cecdcd);*/ /* For Safari 5.1 to 6.0 */
        /*background: -o-linear-gradient(#f4f3f3, #cecdcd);*/ /* For Opera 11.1 to 12.0 */
        /*background: -moz-linear-gradient(#f4f3f3, #cecdcd);*/ /* For Firefox 3.6 to 15 */
        /*background: linear-gradient(#f4f3f3, #cecdcd);*/
        -webkit-border-radius: 500px;
        -moz-border-radius: 500px;
        border-radius: 500px;
        /*-webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);*/
        /*box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.12);*/
        padding: 10px;
        transition: all 1s;
    }

        .circle-paragraph-outside div:hover {
            background-color: #f1eeea;
            background: -webkit-linear-gradient(#f4f3f3, #cecdcd); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(#f4f3f3, #cecdcd); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(#f4f3f3, #cecdcd); /* For Firefox 3.6 to 15 */
            background: linear-gradient(#f4f3f3, #cecdcd);
        }

        .circle-paragraph-outside div img {
            margin: 5px;
        }

    .circle-paragraph-outside p {
        font-size: 14px;
        padding-left: 15%;
        padding-right: 15%;
    }

.seperator {
    width: 40%;
    background-color: silver;
    height: 1px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slider {
    width: 100%;
    background-image: url('images/background.png');
    background-repeat: repeat;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    /*-webkit-box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.12);*/
}

    .slider .inner {
        width: 90%;
        display: inline-block;
        overflow: hidden;
    }

    .slider .items-container {
        width: 500%;
        text-align: left;
        position: relative;
    }

    .slider .items img {
        padding: 30px;
        display: inline-block;
    }

    .slider .left-arrow {
        display: inline-block;
        height: 40px;
        padding: 10px;
        cursor: pointer;
    }

        .slider .left-arrow:hover {
            transform: scale(2,2);
        }

    .slider .right-arrow {
        display: inline-block;
        height: 40px;
        padding: 10px;
        cursor: pointer;
    }

        .slider .right-arrow:hover {
            transform: scale(2,2);
        }

.contact-info {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
    margin-top: 10px;
}

    .contact-info div {
        float: left;
        text-align: center;
        margin: 10px;
    }

    .contact-info img {
        float: left;
        zoom: 1.4;
    }

    .contact-info p {
        float: left;
        color: #6f67c4;
        margin: 0px 26px 0px 15px;
        padding: 0px;
        font-size: 17px;
        font-weight: 400;
    }


/* document small than 1000 pixel */
@media screen and (max-width: 1000px) {

    body {
        font-size: .55em;
    }



    input[type=text] {
        margin: 10px;
        padding: 1px 1px 1px 10px;
        border-radius: 5px;
        font-family: inherit;
    }

    input[type=button] {
        background-color: #6f67c4;
        border-width: 1px;
        border-style: solid;
        padding: 10px 34px 10px 34px;
        margin: 15px;
        color: white;
        border-radius: 5px;
        font-family: inherit;
        font-size: 14px;
        font-weight: 600;
    }

    footer h3 {
        font-size: 12px;
        letter-spacing: 6px;
    }

    footer h6 {
        font-size: 10px;
        margin-left: 10%;
        margin-right: 10%;
    }

    footer div {
        width: 400px;
    }

    h1 {
        font-size: 30px;
        padding: 20px;
        transform: scaleY(1.5);
        letter-spacing: 10px;
        text-align: center;
    }


    .paragraph {
        font-size: 14px;
        line-height: 25px;
    }


    .medium-text {
        font-size: 11px;
        line-height: 20px;
    }

    .sectors .p01 {
        width: 60%;
    }

    .sectors .p02 {
        width: 30%;
    }

    #car-maintenance {
        width: 70%;
    }


    .sectors p {
        line-height: 42px;
        font-size: 12px;
        top: -60px;
    }

    .col02 {
        width: 40%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .col02 img {
            width: 80%;
            margin-bottom: 30px;
        }

    .col05 {
        zoom: 0.4;
    }


    .circle-paragraph-outside div {
        zoom: 0.4;
    }

    .circle-paragraph-outside p {
        font-size: 8px;
    }

    .slider {
    }

        .slider .inner {
            zoom: 0.6;
        }

        .slider .items img {
            padding: 20px;
            display: inline-block;
        }
}

@media screen and (max-width: 600px) {

    body {
        font-size: .55em;
    }


    footer h3 {
        font-size: 12px;
        letter-spacing: 6px;
    }

    footer h6 {
        font-size: 10px;
        margin-left: 10%;
        margin-right: 10%;
    }

    footer div {
        width: 400px;
    }

    h1 {
        font-size: 15px;
        padding: 20px;
        transform: scaleY(1.5);
        letter-spacing: 10px;
        text-align: center;
    }


    .paragraph {
        font-size: 12px;
        line-height: 20px;
    }


    .medium-text {
        font-size: 10px;
        line-height: 18px;
    }

    .social {
        display: none;
    }

    .circle {
        width: 200px;
        height: 200px;
    }

        .circle.lg {
            width: 250px;
            height: 250px;
        }

        .circle img {
            zoom: 0.6;
            margin-top: 20px;
        }

        .circle p {
            font-size: 12px;
            padding-top: 10px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .circle.lg p {
            font-size: 11px;
            line-height: 16px;
            padding-top: 1px;
            padding-left: 18px;
            padding-right: 18px;
        }


    .sectors div {
        width: 30%;
    }

    .sectors .p01 {
        width: 61%;
    }

    .sectors .p02 {
        width: 30%;
    }

    .sectors img {
        width: 90%;
        border-radius: 10px;
    }

    .sectors p {
        line-height: 22px;
        font-size: 13px;
        border-radius: 0px 0px 10px 10px;
        top: -40px;
    }


    .col02 {
        width: 40%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .col02 img {
            width: 80%;
            margin-bottom: 30px;
        }

    .col05 {
        width: 30%;
        padding: 20px;
        zoom: 1;
    }

        .col05 img {
            width: 100%;
        }

        .col05 .paragraph {
            font-size: 12px;
        }

    .circle-paragraph-outside {
        width: 30%;
    }

        .circle-paragraph-outside div {
            zoom: 0.4;
            width: auto;
            height: auto;
        }

        .circle-paragraph-outside p {
            font-size: 12px;
        }

    .slider {
    }

        .slider .inner {
            zoom: 0.6;
        }

        .slider .items img {
            padding: 20px;
            display: inline-block;
            zoom: 0.5;
        }
}