﻿
body {
    color: #171717;
    font-family: 'Open Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 18px;
}

h1, h2, h3, h4 {
    font-family: 'Raleway',Helvetica Neue,Helvetica,Arial,sans-serif;
    margin-top: 0;
    line-height: 1.5;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 0.75em;
}

h4 {
    font-size: 0.75em;
    color: #6F6F6F;    
}

.container {
    padding: 0;
}

.header {
    width: 100%;
}

.brand-gradient {
    background: linear-gradient(to right, #00AAA7, #CCD32B);
    height: 10px;
}

.menu {
    padding: 30px 15px 0 15px;
    padding-bottom: 10px;
}

    .menu ul {
        float: right;
        position: relative;
        top: 14px;
    }

        .menu ul::after {
            content: "";
            clear: both;
            display: block;
        }

    .menu li {
        list-style: none;
        float: left;
        margin-right: 40px;
    }

        .menu li:last-child {
            margin-right: 0px;
        }

        .menu li a {
            color: #171717;
        }

.banner-container {
    height: 500px;
}

.banner-text {
    background-color: rgba(128,128,128,0.6);
    color: white;
    padding: 20px;
    position: relative;
    width: 1040px;
    margin: 0 auto;
    top: -300px;
}

.banner {
    height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 45%;
}

.banner-1 {
    background-image: url(https://s3-us-west-2.amazonaws.com/images.autopixels.net/public/static/banner-7.jpg);
}

.banner-2 {
    background-image: url(https://s3-us-west-2.amazonaws.com/images.autopixels.net/public/static/banner-15.jpg);
}

.banner-3 {
    background-image: url(https://s3-us-west-2.amazonaws.com/images.autopixels.net/public/static/banner-14.jpg);
}

.banner-4 {
    background-image: url(https://s3-us-west-2.amazonaws.com/images.autopixels.net/public/static/banner-9.jpg);
}

.carousel-indicators {
    bottom: -60px;
}

    .carousel-indicators .active {
        width: 20px;
        height: 20px;
        margin: 0;
        background-color: #dedede;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        border-radius: 10px;
    }

.body {
    padding-left: 15px;
    padding-right: 15px;
}

.home-image {
    width: 100%;
    height: 292px;
}

.our-service {
    margin: 50px 0;
    background-image: url(https://s3-us-west-2.amazonaws.com/images.autopixels.net/public/static/copybg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.our-service-work {
    margin: 50px 0;
    height: 260px;
    background-image: url(https://s3-us-west-2.amazonaws.com/images.autopixels.net/public/static/copybg-1.png );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 60%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.our-service-text {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
}

.how-it-work {
    height: inherit;
}

    .how-it-work.our-service {
        padding-bottom: 60px;
    }

.slide-image {
    width: 100%;
    height: 290px;
}

.different-slide-image {
    width: 100%;
    height: 335px;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #00aaa7;
}

.aboutus-slogan {
    position: relative;
    top: -20px;
    font-size: 1.4em;
}

.aboutus-content {
    max-width: 800px;
}

#ulMenuHome li.active a {
    border-bottom: 2px solid #00AAA7;
}

@media (min-width: 1300px) {
    .container {
        width: 1280px;
    }
}

@media (max-width: 1200px) {
    body {
        font-size: 16px;
    }

    .banner-text {
        width: 100%;
        top: -325px;
    }
}

@media (max-width: 1180px) {
    .home-image {
        height: inherit;
    }
    .different-slide-image {     
        height: 235px;
    }
}

@media (max-width: 980px) {
    .home-image {
        height: inherit;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 18px;
    }

    .container {
        width: 100%;
    }

    .banner-container {
        height: 360px;
    }

    .banner-content {
        height: 300px;
        padding-top: 90px;
    }

    .banner-text {
        width: 100%;
        top: -220px;
    }

    .banner {
        height: 320px;
    }

    .our-service {
        padding-top: 70px
    }

    .home-image {
        height: 220px;
    }

    .different-slide-image {
        height: 220px;
    }

    .menu li {
        margin-right: 20px;
        font-size: 14px;
    }
}


@media (max-width: 767px) {
    .home-image {
        height: inherit;
    }
}


@media (max-width: 414px) {    
    h1 {
        font-size: 2em;
    }

    h2, h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 14px;
    }

    .banner-container {
        height: 240px;
    }

    .banner-text {
        width: 100%;
        top: -130px;
        padding: 10px;
    }

        .banner-text h1 {
            font-size: 1.1em;
        }

        .banner-text h2 {
            font-size: 0.75em;
        }

    .banner {
        height: 200px;
    }

    .home-image {
        height: 240px;
    }

    .different-slide-image {
        height: 240px;
    }

    .slide-image {
        height: 260px;
    }

    .our-service {
        padding-bottom: 50px;
        padding-top: 50px;
        height: inherit;
    }

    #ulMenuHome {
        margin-bottom: 20px;
    }
}
