﻿@charset "utf-8";
/* CSS Document */

p {
    color: #444;
}

h1, h2, h3 {
    color: #eeab1e;
}

body {
    font-family: "proxima-nova",sans-serif;
}

a {
    color: #515151;
}

    a:hover {
        color: #eeab1e;
    }

span {
    font-weight: 900;
}

.no-margin {
    margin: 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.pad-right {
    padding-right: 10px;
}

.yellow-text {
    color: #eeab1e;
}

.yellow-bold {
    color: #eeab1e;
    font-weight: 700;
}

.yellow {
    background-color: #eeab1e;
    padding: 10px 30px 30px 30px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.yellow-contact-us {
    background-color: #eeab1e;
    padding: 10px 20px 30px 20px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    height: auto;
}

.remove-sm {
    display: none;
}

.white {
    color: #fff;
}

.contact-details {
    margin: 15px 0;
    padding: 0;
    height: 40px;
}

    .contact-details p {
        color: #eeab1e;
        font-size: 16px;
        padding: 0px;
    }


.social-icons {
    float: right;
    padding-right: 0;
}

    .social-icons img {
        float: right;
        padding: 0 3px;
    }

.phone-num {
    float: left;
    padding: 8px 0 0 0;
}

.top-a {
    margin-top: 10px;
}

.home-top-left {
}


.home-top-right, .wuu-top-right {
    background-color: #1e2122;
    margin-left: 15px;
    margin-right: 15px;
}

    .home-top-right h2 {
        padding-top: 10px;
    }

    .home-top-right p {
        color: #ebe9d2;
        font-size: 14px;
    }

    .home-top-right img {
    }

.main-content {
    margin-top: 20px;
}

.main-list li {
    list-style-image: url(../images/bullet.png);
    padding: 4px 0;
}

.outline img {
    padding: 2px;
    border: 2px solid #EEAB1E;
}

.btn-service {
    margin-left: 20px;
}

.bottom p, .bottom-right p {
    font-size: 14px;
    color: #ebe9d2;
}

.marg-service {
    margin: 0 0 20px 0;
}

.right-one {
}



.right-two {
}


footer a {
    color: #444;
    font-size: 13px;
}

    footer a:hover {
        color: #EEAB1E;
    }

footer ul {
    float: right;
}


footer li {
    display: inline;
    padding: 0 5px;
}

    footer li a:hover {
        color: #EEAB1E;
    }


p.highlight-text {
    color: #eeab1e;
    font-size: 12px;
    font-style: italic;
}

.speech {
    background: transparent url('../images/speech-left.png') no-repeat 0px 0;
    margin-top: 18px;
    padding-left: 38px;
}

.speech-r {
    background: transparent url('../images/speech-right.png') right bottom no-repeat;
    margin-top: 18px;
    padding-right: 30px;
}

.testimonials h2 {
    text-align: center;
}

.extra-line-height {
    line-height: 24px;
}

.bold-span {
    font-size: 20px;
}


/*---------- forms ----------*/

.quote-form {
    margin-left: -30px;
    margin-top: 15px;
}

.quote-btn {
    margin-left: 15px;
}

.label, .col-sm-12 p {
    display: block;
    width: 100%;
    height: 34px;
    padding: 4px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999999;
    font-weight: normal;
}


/*---------- bootstrap changes----------*/



.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.carousel-member {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
}



.carousel-caption {
    width: 95%;
    position: absolute;
    left: 3%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: right;
}

    .carousel-caption h3 {
        text-align: left;
        padding-left: 10px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .carousel-caption p {
        text-align: left;
        padding-left: 10px;
        font-size: 12px;
        color: #fff;
    }

    .carousel-caption a {
        color: #eeab1e;
        font-size: 12px;
    }

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    height: 360px;
    padding: 2px;
    border: 2px solid #EEAB1E;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}




/*----------media Queries----------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width : 768px) {
    .navbar-default {
        background-color: #1e2122;
        border-color: #1e2122;
        float: right;
    }

        .navbar-default .navbar-nav > li > a {
            color: #fff;
            font-size: 16px;
            padding: 10px 20px;
        }

            .navbar-default .navbar-nav > li > a:hover {
                color: #ccc;
            }

    .useful-main-img {
        margin-top: 20px;
    }

    .navbar-default {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

    .remove-sm {
        display: block;
    }

    .contact-details p {
        font-size: 21px;
        padding: 5px;
    }

    footer li {
        display: inline;
        padding: 0 10px;
    }

    footer a {
        color: #444;
        font-size: 14px;
    }

    .top-a {
        margin-top: 20px;
    }

    iframe {
        width: 100%;
        height: 308px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width : 992px) {

    .navbar-default .navbar-nav > li > a {
        padding: 10px 12px;
        font-size: 13px;
    }

    .home-top-left {
        margin-left: -15px;
    }

    .bottom-right h3 {
        margin-top: 0;
    }

    .home-top-right h3 {
        padding-top: 0px;
    }

    ul.nav.navbar-nav li a:hover {
        color: #eeab1e;
    }

    .marg-service {
        margin: 0;
    }

    .yellow {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .yellow-contact-us {
        padding: 30px 40px 40px 40px;
        margin-top: 0px;
    }

    .yellow-contact-us {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        height: auto !important;
    }

    h2 {
        margin-top: 13px;
        margin-bottom: 10px;
    }

    .testimonials {
        height: 227px;
    }

    .no-margin {
        margin: 0 0 0 -15px;
    }

    .home-slider {
        margin-left: 15px;
    }

    .useful-main-img {
        margin-top: 40px;
        padding: 0px;
    }

    .navbar-default {
        float: right;
        margin-top: 0;
    }

    .contact-details p {
        font-size: 21px;
        padding: 5px 5px 5px 15px;
    }

    iframe {
        width: 100%;
        height: 308px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width : 1200px) {
    .home-top-right {
        height: 370px;
    }

        .home-top-right h2 {
            font-size: 19px;
            padding-top: 10px;
        }

        .home-top-right p {
            font-size: 13px;
        }

    .home-top-left {
        padding-right: 15px;
    }

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        display: block;
        max-width: auto;
        height: 370px;
    }

    .right-one, .right-two {
        padding-top: 50px;
    }

    .testimonials {
        height: 283px;
    }

    .yellow {
        padding: 30px 50px 40px 50px;
        margin-top: 0px;
    }

    .yellow-contact-us {
        padding: 30px 40px 40px 40px;
        margin-top: 0px;
    }

    .yellow-contact-us {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        height: auto;
    }

    h2 {
        margin: 10px 0;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .home-top-right, .wuu-top-right {
        margin-left: 0px;
        margin-right: 15px;
    }
}
