/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #5a5a5a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

h1, h2, h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

h1, h2, h3 {
    font-weight: 300;
}

h1 {
    font-size: 26px;
    color: #006699;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

a {
    color: #fff;
}

.btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
    padding: 0 !important;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */


/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;*/
}

.navbar {
    margin-bottom: 0;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-nav > li {
    border-right: 1px solid #01468c;
}

    .navbar-nav > li > a {
        padding: 15px 55px;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        background-color: #CC0000;
    }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #cc0000;
}

.navbar-inverse {
    background: #016FA6;
}

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #0066CC;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background: #0095D4;
        }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #CC0000;
    }

.carousel-control.left, .carousel-control.right {
    background: none;
    background-image: none;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 13px;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #0095D4;
        color: #fff;
    }

/* News
-------------------------------------------------- */

/* News class */

.news {
    background: #e7ecef;
    padding: 0;
}

    .news .news-text {
        background: #0095d4;
        color: #fff;
        font-style: italic;
        padding: 10px;
        min-height: 66px;
    }

    .news .more-news {
        background: #0088c1;
        color: #fff;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        padding: 20px 0;
        font-weight: 300;
        font-size: 18px;
        text-transform: uppercase;
        min-height: 66px;
    }

        .news .more-news a:hover {
            color: #fff;
        }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-bg {
    background: #076695;
}

.carousel .item {
    background-color: #076695;
}

.carousel-indicators {
    display: none;
}

/* NEWS SECTION STYLES
-------------------------------------------------- */
.news .icon {
    display: inline-block;
    margin-right: 10px;
    float: left;
}


/* MARKETING CONTENT
-------------------------------------------------- */

.services {
    padding-left: 15px;
    padding-right: 15px;
    background: #e7ecef;
    padding: 30px 0 0 0;
}

    .services a {
        color: #428BCA;
    }

    .services .tittle {
        padding-bottom: 25px;
    }

hr {
    margin: 15px 0;
    border-color: #c9d4d5;
}


.services .content {
    text-align: center;
    margin-bottom: 40px;
}

    .services .content p {
        margin-bottom: 15px;
        text-align: justify;
    }

    .services .content h3 {
        margin-bottom: 20px;
    }

.sprite {
    background-image: url(../images/sprite.png);
}

.services span.csd {
    display: block;
    width: 86px;
    height: 86px;
    margin: 0 auto;
    background-position: 0 0;
}

.services span.seo {
    display: block;
    width: 86px;
    height: 86px;
    margin: 0 auto;
    background-position: 0 -86px;
}

.services span.mpd {
    display: block;
    width: 86px;
    height: 86px;
    margin: 0 auto;
    background-position: 0 -172px;
}

.services span.ss {
    display: block;
    width: 86px;
    height: 86px;
    margin: 0 auto;
    background-position: 0 -258px;
}

.services .content .btn {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    padding: 8px 25px;
    border-radius: 3px;
    background-color: #0095d4;
}

.products img {
    border: 1px solid #DDDDDD;
}

.products p {
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
}

.thumbnail {
    margin-bottom: 30px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.inner-banner {
    background: url(../images/inner-header_img.jpg) top center no-repeat;
    height: 150px;
    background-size: 100% 100%;
}

    .inner-banner h1 {
        font-size: 40px;
        color: #fff;
        font-weight: normal;
        text-transform: none;
        margin-top: 50px;
    }

    .inner-banner p {
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        font-size: 20px;
        color: #fff;
    }

.services .inner-content, .services .inner-left {
    text-align: left;
    margin-bottom: 40px;
}

    .services .inner-left ul {
        padding-left: 25px;
    }

    .services .inner-content h1, .services .inner-left h1 {
        margin-bottom: 20px;
    }

    .services .inner-content p, .services .inner-left p {
        line-height: 20px;
        margin-bottom: 20px;
    }

    .services .inner-content ul {
        margin-bottom: 20px;
    }

    .services .inner-content h2, .services .inner-content h3 {
        margin-bottom: 15px;
        color: #006699;
        line-height: normal;
    }

    .services .inner-content li {
        line-height: 20px;
    }

    .services .inner-left li {
        margin-bottom: 5px;
    }

        .services .inner-left li a {
            color: #333333;
        }

/* Featurettes
------------------------- */

.footer-content {
    background: #666666;
    padding: 25px 0 25px;
    color: #fff;
}

    .footer-content a:hover {
        color: #FFFFFF;
    }

    .footer-content ul {
        padding-left: 0;
    }

    .footer-content li {
        list-style: none;
    }

    .footer-content h2 {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .footer-content p {
        margin-bottom: 20px;
    }

    .footer-content .ok {
        margin-left: -50px;
        background-color: #FF0000;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
    }

    .footer-content .contact ul {
        padding-left: 30px;
    }

        .footer-content .contact ul li {
            list-style: none;
            line-height: 30px;
        }

            .footer-content .contact ul li a {
                color: #fff;
            }

            .footer-content .contact ul li span {
                display: inline-block;
                vertical-align: middle;
                width: 20px;
                height: 20px;
                margin-right: 10px;
            }

                .footer-content .contact ul li span.person {
                    background-position: -86px 0;
                }

                .footer-content .contact ul li span.number {
                    background-position: -86px -29px;
                    height: 22px;
                }

                .footer-content .contact ul li span.email {
                    background-position: -86px -66px;
                }

    .footer-content .social-icons ul {
        margin: 0;
        padding: 0;
    }

    .footer-content .social-icons li {
        float: left;
        margin-right: 10px;
        list-style: none;
        width: 26px;
        height: 26px;
    }

    .footer-content .social-icons li {
        display: block;
    }

        .footer-content .social-icons li.facebook {
            background-position: -86px -100px;
        }

        .footer-content .social-icons li.linkedin {
            background-position: -86px -128px;
        }

        .footer-content .social-icons li.twitter {
            background-position: -86px -153px;
        }

footer {
    background-color: #000000;
    padding-top: 15px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 320px) {
    .carousel-caption {
        position: static;
        padding-bottom: 20px;
    }

    .carousel-caption {
        z-index: 10;
        left: 0;
        right: 0;
        text-align: left;
        background-color: rgba(15,15,29,0.5);
        padding-bottom: 10px;
        bottom: 0;
        padding-left: 25px;
    }

        .carousel-caption h1 {
            font-size: 20px;
            color: #fff;
            font-weight: normal;
            text-transform: none;
            margin-top: 0;
        }

        .carousel-caption p {
            font-family: 'Oswald', sans-serif;
            font-weight: 300;
            font-size: 14px;
        }

    .products .col-xs-6 {
        width: 50%;
    }
}

@media (min-width: 768px) {

    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 15px;
    }

        .navbar-wrapper .navbar {
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

        /* The navbar becomes detached from the top, so we round the corners */
        .navbar-wrapper .navbar {
            /* border-radius: 4px;*/
        }

    /* Bump up size of carousel content */
    .carousel-caption {
        position: static;
        padding-bottom: 20px;
    }

    .carousel-caption {
        z-index: 10;
        left: 0;
        right: 0;
        text-align: left;
        background-color: rgba(15,15,29,0.5);
        padding-bottom: 10px;
        bottom: 0;
        padding-left: 25px;
    }

        .carousel-caption h1 {
            font-size: 20px;
            color: #fff;
            font-weight: normal;
            text-transform: none;
        }

        .carousel-caption p {
            font-family: 'Oswald', sans-serif;
            font-weight: 300;
            font-size: 14px;
        }


    .featurette-heading {
        font-size: 50px;
    }

    .navbar-inverse {
        background-color: #016FA6 !important;
    }

    .footer-content .contact h2 {
        margin-left: 0;
    }

    .products .col-md-3 {
        width: 25%;
    }

    .services .content p {
        min-height: 180px;
    }
}

@media (min-width: 992px) {
    .carousel-caption {
        position: absolute;
    }

    .carousel-caption {
        z-index: 10;
        left: 0;
        right: 0;
        text-align: left;
        background-color: rgba(15,15,29,0.5);
        padding-bottom: 0;
        bottom: 0;
        padding-left: 25px;
    }

    .carousel-control.left {
        left: -120px;
        background: transparent;
    }

    .carousel-control.right {
        right: -120px;
        background: transparent;
    }

    .carousel-caption h1 {
        font-size: 40px;
        color: #fff;
        font-weight: normal;
        text-transform: none;
        margin-top: 0;
    }

    .carousel-caption p {
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        font-size: 20px;
    }

    .services .content p {
        min-height: 135px;
    }

    .featurette-heading {
        margin-top: 120px;
    }

    .footer-content .contact h2 {
        margin-left: 20%;
    }

    .footer-content .contact ul {
        margin-left: 10%;
    }
}
/*  Added  */
.container {
    width: 1200px!important;
}

.navbar-static-top {
    width: 1187px!important;
}

.containerNew {
    width: 940px!important;
}

.pointer {
    cursor: pointer;
}
/*.navbar-static-top-new {
    width: 1187px!important;
}

.nav-client-pages {
    left: -100px;
}*/
/*  Added  */

.sitemap {
    display: block;
    padding: 6px 10px 7px;
    overflow: hidden;
    float: left;
    margin-bottom: 0;
    width: 100%;
}

    .sitemap ul {
        list-style: none;
    }

        .sitemap ul li {
            display: inline;
            padding: 5px;
        }

.sitemapWrapper {
    float: right!important;
    padding-top: 10px;
    padding-right: 30px;
}

    .sitemapWrapper::after {
        padding: 0px;
    }

    .sitemapWrapper::before {
        padding: 5%;
    }
    .sitemapWrapper a {
        color:#428bca;
    }
/*.sitemap-selectedPage {
            background-color:orange;
        }*/
.sitemap-selectedPage > a {
    color: orange;
}
.facebook ,.linkedin,.twitter{
    cursor: pointer;
}