@import url(http://fonts.googleapis.com/css?family=Lobster|Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:700);

html,
body {
    height: 100%;
    background: center no-repeat fixed url('/assets/example/bg_suburb.jpg');
    background-size: cover;
}

p,
h3,
i {
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

p {
    line-height: 26px;
}

h1 {
    font-family: 'Lobster', cursive;
}

#history tr {
    border-bottom: 1px solid #999;
}

.companyName {
    color: #168ccc !important;
    font-size: 28px;
    font-weight: bold;
    margin-top: -15px;
    font-family: 'Roboto Slab', serif;
}

div.navbar-header > a > img {
    width: 163px;
    margin-top: 7px;
    margin-right: 10px;
}

.icon-bar {
    background-color: #fff;
}

.navbar-trans {
    background-color: #fff;
    height: 80px;
    color: #333;
    box-shadow: 0px 1px 3px #ffd400;
    transition: border 0.3s ease 0s;
}

    .navbar-trans li > a:hover,
    .navbar-trans li > a:focus,
    .navbar-trans li.active {
        color: green;
    }

    .navbar-trans a {
        color: green;
    }

    .navbar-trans .form-control:focus {
        border-color: #eee;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 100, 100, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 100, 100, 0.6);
    }

section {
    padding-top: 70px;
    padding-bottom: 50px;
}

.v-center {
    padding-top: 10%;
    font-size: 70px;
}

.well {
    border-color: transparent;
}

a.list-group-item.active,
[class*='-info'] {
    background-color: #168ccc;
    color: #fff;
}

.page {
    display: flex;
    flex-wrap: wrap;
}

#section1 {
    margin: 0px;
    padding: 0px;
    position: relative;
}

#aboutUs {
    position: absolute;
    width: 400px;
    bottom: 100px;
    right: 26px;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 6px;
}

    #aboutUs h1 {
        font-size: 30px;
    }

    #aboutUs p {
        font-size: 13px;
    }

#navbar-collapsible > ul {
    margin-top: 19px;
}

    #navbar-collapsible > ul > li {
        color: green;
    }

#aboutUs p {
    color: #f3f3f3;
}

nav i {
    color: #fff;
}

#section1 h1 {
    font-family: 'Lobster', cursive;
    color: #FFD400;
}

#HomeImg {
    width: 100%;
}

.centered {
    float: none;
    margin: 0px auto;
}

#section2 {
    color: #686868;
    padding-bottom: 10px;
}

#section4 {
    margin-top: 5px;
    color: #444;
}

#section5,
#section7,
#section7 a {
    color: #f5f5f5;
}

#section6 {
    background-color: #168ccc;
    color: #ddd;
}

footer {
    background-color: #333;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

    footer strong {
        color: #fff;
    }

    footer .nav > li > a {
        padding: 3px;
        color: #fff;
    }

        footer .nav > li > a:hover {
            background-color: transparent;
            color: #fff;
        }

.concern-table tr td:nth-child(1) {
    vertical-align: middle;
    width: 200px;
}

    .concern-table tr td:nth-child(1) img {
        width: 200px;
    }

.concern-table tr td:nth-child(2) {
    vertical-align: middle;
}

img.concern-logo {
    width: 200px !important;
}

#owl-slider {
    height: 600px;
}

    #owl-slider img {
        height: 600px;
    }

@media (max-width: 1100px) {
    div.navbar-header > a > span {
        display: none;
    }

    #aboutUs {
        display: none;
    }

    div.navbar-header > a > img {
        width: 280px;
        margin-top: 14px;
    }
}

@media (max-width: 400px) {
    .companyName {
        font-size: 23px;
    }

    div.navbar-header > a > img {
        width: 200px;
        margin-top: 7px;
        margin-right: 10px;
    }

    #section1 {
        margin-top: 70px;
    }
}
