﻿body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.page-wrap {
    min-height: 90%;
}

    .site-footer, .page-wrap:after {
        height: 121px;
    }

.highcharts-title {
    color: #000000 !important;
    font-size: 20px !important;
    fill: #000000 !important;
}
/**Slider**/
.bss-slides {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 110px;
}

    .bss-slides:focus {
        outline: 0;
    }

    .bss-slides figure {
        position: absolute;
        top: 0;
        width: 100%;
    }

        .bss-slides figure:first-child {
            position: relative;
        }

        .bss-slides figure img {
            opacity: 0;
            -webkit-transition: opacity 1.2s;
            transition: opacity 1.2s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

    .bss-slides .bss-show {
        z-index: 2;
    }

        .bss-slides .bss-show img {
            opacity: 1;
            border-radius: 5px;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            position: relative;
        }

    .bss-slides figcaption {
        position: absolute;
        font-family: sans-serif;
        font-size: .8em;
        bottom: .75em;
        right: .35em;
        padding: .25em;
        color: #fff;
        background: #000;
        background: rgba(0,0,0, .25);
        border-radius: 2px;
        opacity: 0;
        -webkit-transition: opacity 1.2s;
        transition: opacity 1.2s;
    }

    .bss-slides .bss-show figcaption {
        z-index: 3;
        opacity: 1;
    }

    .bss-slides figcaption a {
        color: #fff;
    }

.bss-next, .bss-prev {
    color: #fff;
    position: absolute;
    background: #000;
    background: rgba(0,0,0, .6);
    top: 50%;
    z-index: 4;
    font-size: 2em;
    margin-top: -1.2em;
    opacity: .3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .bss-next:hover, .bss-prev:hover {
        cursor: pointer;
        opacity: 1;
    }

.bss-next {
    right: -1px;
    padding: 10px 5px 15px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.bss-prev {
    left: 0;
    padding: 10px 10px 15px 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.bss-fullscreen {
    display: block;
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,.4) url(../img/arrows-alt_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    opacity: .3;
}

    .bss-fullscreen:hover {
        opacity: .8;
    }

:-webkit-full-screen .bss-fullscreen {
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}

:-moz-full-screen .bss-fullscreen {
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    background-size: contain;
}

:-ms-fullscreen .bss-fullscreen {
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    background-size: contain;
}

:full-screen .bss-fullscreen {
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}

:-webkit-full-screen .bss-fullscreen {
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}

:-moz-full-screen .bss-fullscreen {
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    background-size: contain;
}

:-ms-fullscreen .bss-fullscreen {
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    background-size: contain;
}

:fullscreen .bss-fullscreen {
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}

* {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
}

h1, h2, h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

h1 {
    margin: .2em .5em;
    display: inline-block;
}

header p {
    display: inline-block;
    font-size: .9em;
}

.content {
    margin: 1em 2em;
}

    .content ul, .content ol {
        margin: .8em 1em .8em 2em;
    }

span.code {
    font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;
    color: #999;
}

.gist {
    margin: 1em 1em 2em 2em;
}

ol .gist {
    margin: 1em 0 2em 0;
}

.num2 {
    width: 85%;
    margin: 2em auto;
}

footer {
    font-style: italic;
    text-align: center;
    background: #0B0B3B;
    padding: 1.5em 0 .5em 0;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 40;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #0B0B3B 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #0B0B3B 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#0B0B3B));
    background-image: linear-gradient(to bottom, #337ab7 0%, #0B0B3B 100%);
}

    footer span {
        font-size: 1.3em;
        color: #fff;
    }

@media screen and (max-width: 830px) {
    h1 {
        font-size: 1.3em;
    }

    .desc {
        display: none;
    }

    body.mini-navbar .navbar-static-side {
        float: left;
    }

    #page-content-wrapper {
        max-width: 86% !important;
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden !important;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 1.1em;
    }

    header span {
        display: none;
    }

    .gist {
        width: 100%;
    }

    #page-content-wrapper {
        max-width: 78% !important;
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden !important;
    }
}
/**Slider End**/
.form-control {
    margin-bottom: 5px;
}

.menu-main {
    float: right;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    list-style: none;
}

    .menu-main li {
        float: left;
    }

        .menu-main li a {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: bold;
            color: #fff;
            margin-left: 25px;
        }

            .menu-main li a.current-menu {
                color: #71c5f4;
            }

            .menu-main li a:hover {
                color: #71c5f4;
                text-decoration: none;
            }

a:focus, a:hover {
    color: #0B0B3B;
    text-decoration: underline;
}

a:active, a:hover {
    outline: 0;
}

*:focus {
    outline: none;
}
/**Progress**/
#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #71c5f4;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: left;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

.percent-counter {
    color: #fff;
}

.percent-wrapper {
    background: #f2f2f2;
    clear: both;
    float: left;
}
/**Progress End**/

.talents-main-wrpa {
    clear: both;
    float: left;
    width: 100%;
    margin: 30px 0px 50px 0px;
}

    .talents-main-wrpa ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
        width: 100%;
        border-left: solid 1px #e0e0e0;
        border-bottom: solid 1px #e0e0e0;
    }

        .talents-main-wrpa ul li {
        }

            .talents-main-wrpa ul li a {
                float: left;
                width: 25%;
                border-right: solid 1px #e0e0e0;
                border-top: solid 1px #e0e0e0;
                text-align: center;
                font-size: 16px;
                text-transform: uppercase;
                color: #666;
                padding: 40px 0px;
                transition: all .3s ease-in-out 0s;
            }

                .talents-main-wrpa ul li a:hover {
                    background: #71c5f4;
                    color: #fff;
                    transition: all .3s ease-in-out 0s;
                }

                    .talents-main-wrpa ul li a:hover i {
                        color: #fff;
                        transition: all .3s ease-in-out 0s;
                    }

            .talents-main-wrpa ul li p {
                margin-bottom: 0px;
                margin-top: 20px;
            }

            .talents-main-wrpa ul li a:hover {
                text-decoration: none;
            }

            .talents-main-wrpa ul li a i {
                font-size: 42px;
                color: #71c5f4;
            }

.job-slogen {
    clear: both;
    float: left;
    width: 100%;
    background: #71c5f4;
    color: #fff;
    text-align: center;
    padding: 30px 0px;
    margin-bottom: 30px;
}

    .job-slogen p {
        font-size: 17px;
    }

    .job-slogen button {
        margin-left: 20px;
        color: #71c5f4;
        font-weight: bold;
        font-style: normal;
        text-transform: uppercase;
    }

.btn-white {
    background: #fff;
    padding: 12px 22px !important;
    margin-top: 25px;
}

    .btn-white:hover {
        background: #666;
        color: #fff !important;
    }

.our-service {
    clear: both;
    float: left;
    width: 100%;
}

hr {
    border-color: #71c5f4 !important;
    border-width: 3px !important;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-xl {
    color: #fff;
    background-color: #fed136;
    border-color: #fed136;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

    .btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
        color: #fff;
        background-color: #fec503;
        border-color: #f6bf01;
    }

    .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
        background-image: none;
    }

    .btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
        background-color: #fed136;
        border-color: #fed136;
    }

    .btn-xl .badge {
        color: #fed136;
        background-color: #fff;
    }

header {
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}

    header .intro-text {
        padding-top: 100px;
        padding-bottom: 50px;
    }

        header .intro-text .intro-lead-in {
            font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-style: italic;
            font-size: 22px;
            line-height: 22px;
            margin-bottom: 25px;
        }

        header .intro-text .intro-heading {
            font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 50px;
            line-height: 50px;
            margin-bottom: 25px;
        }

@media (min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

        header .intro-text .intro-lead-in {
            font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-style: italic;
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 25px;
        }

        header .intro-text .intro-heading {
            font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 75px;
            line-height: 75px;
            margin-bottom: 50px;
        }
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 16px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}

    #portfolio .portfolio-item .portfolio-link {
        display: block;
        position: relative;
        max-width: 400px;
        margin: 0 auto;
    }

        #portfolio .portfolio-item .portfolio-link .portfolio-hover {
            background: rgba(254,209,54,.9);
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all ease .5s;
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
        }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
                opacity: 1;
            }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
                position: absolute;
                width: 100%;
                height: 20px;
                font-size: 20px;
                text-align: center;
                top: 50%;
                margin-top: -12px;
                color: #fff;
            }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
                    margin-top: -12px;
                }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
                    margin: 0;
                }

    #portfolio .portfolio-item .portfolio-caption {
        max-width: 400px;
        margin: 0 auto;
        background-color: #fff;
        text-align: center;
        padding: 25px;
    }

        #portfolio .portfolio-item .portfolio-caption h4 {
            text-transform: none;
            margin: 0;
        }

        #portfolio .portfolio-item .portfolio-caption p {
            font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-style: italic;
            font-size: 16px;
            margin: 0;
        }

#portfolio * {
    z-index: 2;
}

@media (min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: "";
        width: 2px;
        background-color: #f1f1f1;
        left: 40px;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 50px;
        position: relative;
        min-height: 50px;
    }

        .timeline > li:before, .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li .timeline-panel {
            width: 100%;
            float: right;
            padding: 0 20px 0 100px;
            position: relative;
            text-align: left;
        }

            .timeline > li .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline > li .timeline-image {
            left: 0;
            margin-left: 0;
            width: 80px;
            height: 80px;
            position: absolute;
            z-index: 100;
            background-color: #71c5f4;
            color: #fff;
            border-radius: 100%;
            border: 7px solid #f1f1f1;
            text-align: center;
        }

            .timeline > li .timeline-image h4 {
                font-size: 10px;
                margin-top: 12px;
                line-height: 14px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            text-align: left;
            padding: 0 20px 0 100px;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline > li:last-child {
            margin-bottom: 0;
        }

    .timeline .timeline-heading h4 {
        margin-top: 0;
        color: inherit;
    }

        .timeline .timeline-heading h4.subheading {
            text-transform: none;
        }

    .timeline .timeline-body > p, .timeline .timeline-body > ul {
        margin-bottom: 0;
    }

@media (min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline > li {
        margin-bottom: 100px;
        min-height: 100px;
    }

        .timeline > li .timeline-panel {
            width: 41%;
            float: left;
            padding: 0 20px 20px 30px;
            text-align: right;
        }

        .timeline > li .timeline-image {
            width: 100px;
            height: 100px;
            left: 50%;
            margin-left: -50px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 13px;
                margin-top: 16px;
                line-height: 18px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            text-align: left;
            padding: 0 30px 20px 20px;
        }
}

@media (min-width:992px) {
    .timeline > li {
        min-height: 150px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px;
        }

        .timeline > li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 18px;
                margin-top: 30px;
                line-height: 26px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 20px 20px;
        }
}

@media (min-width:1200px) {
    .timeline > li {
        min-height: 170px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px 100px;
        }

        .timeline > li .timeline-image {
            width: 170px;
            height: 170px;
            margin-left: -85px;
        }

            .timeline > li .timeline-image h4 {
                margin-top: 40px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 100px 20px 20px;
        }
}

.team-member {
    text-align: center;
    margin-bottom: 50px;
}

    .team-member img {
        margin: 0 auto;
        border: 7px solid #fff;
    }

    .team-member h4 {
        margin-top: 25px;
        margin-bottom: 0;
        text-transform: none;
    }

    .team-member p {
        margin-top: 0;
    }

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

    section#contact .section-heading {
        color: #fff;
    }

    section#contact .form-group {
        margin-bottom: 25px;
    }

        section#contact .form-group input, section#contact .form-group textarea {
            padding: 20px;
        }

            section#contact .form-group input.form-control {
                height: auto;
            }

            section#contact .form-group textarea.form-control {
                height: 236px;
            }

    section#contact .form-control:focus {
        border-color: #fed136;
        box-shadow: none;
    }

    section#contact ::-webkit-input-placeholder {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: #bbb;
    }

    section#contact :-moz-placeholder {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: #bbb;
    }

    section#contact ::-moz-placeholder {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: #bbb;
    }

    section#contact :-ms-input-placeholder {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: #bbb;
    }

    section#contact .text-danger {
        color: #e74c3c;
    }

footer {
    text-align: center;
}

    footer span.copyright {
        line-height: 40px;
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
    }

    footer ul.quicklinks {
        margin-bottom: 0;
        line-height: 40px;
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
    }

ul.social-buttons {
    margin-bottom: 0;
}

    ul.social-buttons li a {
        display: block;
        background-color: #222;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 40px;
        color: #fff;
        outline: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

        ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
            background-color: #fed136;
        }

.btn:focus, .btn:active, .btn.active, .btn:active:focus {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #71c5f4;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}

.about-services {
    margin-top: 30px;
    color: #fff !important;
}

    .about-services .text-muted {
        color: #f2f2f2;
    }

    .about-services h4 {
    }

.background {
    background-repeat: no-repeat;
    /* custom background-position */
    background-position: 50% 50%;
    /* ie8- graceful degradation */
    background-position: 50% 50%\9 !important;
}

span {
    white-space: normal !important;
}
/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height: 100%;
}

.fullscreen,
.content-a {
    width: 100%;
    min-height: 100%;
}

    .not-fullscreen,
    .not-fullscreen .content-a,
    .fullscreen.not-overflow,
    .fullscreen.not-overflow .content-a {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden;
    }

.detail-other {
    margin: 50px 0px;
}

.carousel-indicators .active {
    background: #31708f;
}

.content {
    margin-top: 20px;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.adjust2 {
    margin: 0;
}

.carousel-indicators li {
}

.carousel-control {
    color: #31708f;
    width: 5%;
}

    .carousel-control:hover, .carousel-control:focus {
        color: #31708f;
    }

    .carousel-control.left, .carousel-control.right {
        background-image: none;
    }

.media-object {
    margin: auto;
    margin-top: 15%;
}

@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
}

.testimonials-slider {
    margin-top: 50px;
}

    .testimonials-slider .text-info {
        color: #fff;
    }

    .testimonials-slider p {
        color: #fff;
    }

    .testimonials-slider cite, .testimonials-slider span {
        color: #fff;
    }

.img-responsive {
    width: 100%;
    height: auto;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.wrapper-talents {
    background: #fff;
    float: left;
    padding: 15px 0px;
}

.our-services2 {
    clear: both;
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 50px;
}

    .our-services2 hr {
        background: #fff !important;
        border-color: #fff !important;
    }

    .our-services2 .section-heading {
        color: #fff;
    }

footer {
    color: #fff;
    font-style: normal;
}

.border-gray {
    border: solid 5px #cfcfcf;
    border-radius: 8px;
}

.talents-main-wrpa, .job-slogen, .our-services {
    clear: both;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .talents-main-wrpa ul li p {
        font-size: 12px;
        font-weight: bold;
    }

    .bss-slides {
        margin-top: 110px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .bss-slides {
        margin-top: 30px;
    }

    #mobile-menu {
        float: right;
        background: #fff;
        width: 30px;
        height: 30px;
        margin-top: 5px;
        border-radius: 3px;
        color: #71c5f4;
        cursor: pointer;
    }

        #mobile-menu i {
            line-height: 30px;
        }

    .menu-main {
        clear: both;
        float: left;
        width: 100%;
        display: none;
    }

        .menu-main li {
            clear: both;
            float: left;
            width: 100%;
            text-align: left;
        }

            .menu-main li a {
                clear: both;
                float: left;
                width: 100%;
                margin: 0px;
                padding: 10px;
                border-bottom: solid 1px #f2f2f2;
            }

                .menu-main li a.current-menu {
                    background: #71c5f4;
                    color: #fff;
                }

    .talents-main-wrpa ul li a {
        width: 50%;
    }

    audio, canvas, progress, video {
        width: 100%;
    }
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
    .talents-main-wrpa ul li a {
        width: 100%;
    }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    header {
        position: inherit !important;
        background: #000;
        opacity: 1 !important;
    }
}


.panel-heading > .btn {
    margin-left: 10px;
}

    .panel-heading > .btn > a {
        color: #ffffff;
    }

.panel .panel-heading {
    font-size: 25px;
    line-height: 35px;
    min-height: 45px;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #0B0B3B 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #0B0B3B 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#0B0B3B));
    background-image: linear-gradient(to bottom, #337ab7 0%, #0B0B3B 100%);
    color: #fff;
}

.cd-mask {
    position: absolute;
    width: 150%;
    height: 120%;
    min-height: 800px;
    top: 0;
    margin-left: -200px;
    margin-top: -120px;
    background: black;
    opacity: .7;
}

.fc-view, .fc-view > table {
    position: relative;
    z-index: 0 !important;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 0 !important;
}

.navbar {
    margin-bottom: 0;
}

/*
    $bgDefault      : #0B0B3B;
    $bgHighlight    : #0B0B3B;
    $colDefault     : #ffffff;
    $colHover       : #71c5f4;
*/

/* --- Style --- */
.navbar-default {
    background-color: #0B0B3B;
    border-color: #0B0B3B;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #0B0B3B 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #0B0B3B 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#0B0B3B));
    background-image: linear-gradient(to bottom, #337ab7 0%, #0B0B3B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#337ab7', endColorstr='#0B0B3B', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 #0B0B3B, 2px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 #0B0B3B, 2px 3px 10px rgba(0, 0, 0, 0.2);
}

.navbar-sidebar {
    background-color: #0B0B3B;
    border-color: #0B0B3B;
    background-image: -webkit-linear-gradient(top, #0B0B3B 0%, #337ab7 100%);
    background-image: -o-linear-gradient(top, #0B0B3B 0%, #337ab7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0B0B3B), to(#337ab7));
    background-image: linear-gradient(to bottom, #0B0B3B 0%, #337ab7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0B0B3B', endColorstr='#337ab7', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 #0B0B3B, 2px 3px 10px 4px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 1px 0 #0B0B3B, 2px 3px 10px 4px rgba(0, 0, 0, 0.7);
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #71c5f4;
    }

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #71c5f4;
    }

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #71c5f4;
}

.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .active > a:hover,
.navbar-default .navbar-nav .active > a:focus {
    color: #71c5f4;
    background-color: #0B0B3B;
}

.navbar-default .navbar-nav .open > a, .navbar-default .navbar-nav .open > a:hover,
.navbar-default .navbar-nav .open > a:focus {
    color: #71c5f4;
    background-color: #0B0B3B;
}

    .navbar-default .navbar-nav .open > a .caret,
    .navbar-default .navbar-nav .open > a:hover .caret,
    .navbar-default .navbar-nav .open > a:focus .caret {
        border-top-color: #71c5f4;
        border-bottom-color: #71c5f4;
    }

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #71c5f4;
    border-bottom-color: #71c5f4;
}

.navbar-default .navbar-toggle {
    border-color: #0B0B3B;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #0B0B3B;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #71c5f4;
            background-color: #0B0B3B;
        }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }
}


.navbar-default li a.current-menu {
    color: #71c5f4;
}

.logo > img {
    margin-top: 10px;
}

.glyphicon {
    color: #FFFFFF;
}

    .glyphicon:hover {
        color: #71c5f4;
    }

.nav li a {
    color: #fff !important;    
}

    .nav li a:hover {
        color: #0B0B3B;
    }

/* 5. JOBS
-------------------------------------------------------------------*/

.jobs {
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    border-radius: 3px;
    background: #fff;
}

    .jobs .joba {
        border-bottom: 1px solid #e7e7e7;
        padding: 5px 0;
        position: relative;
        width: 100%;
        cursor: pointer;
    }

        .jobs .joba.featured {
            background: #f8f8f8;
            border-bottom: 1px solid #14b1bb;
        }

            .jobs .joba:hover,
            .jobs .joba.featured:hover,
            .jobs .joba:hover td a {
                background: #337ab7 !important;
                color: #ffffff !important;
            }

        .jobs .joba td a {
            color: #0099ff;
            position: relative;
            display: block;
            margin-top: 10px;
            margin-bottom: 10px;
        }


        .jobs .joba .row,
        .jobs p {
            margin: 0;
            position: relative;
            display: block;
            margin-top: 10px;
            margin-bottom: 10px;
        }

.redText {
    color: red !important;
}

.jobs > div > div > div > a {
    color: #337ab7;
    text-decoration: none;
}

    .jobs > div > div > div > a:hover {
        color: #fff;
        text-decoration: none;
    }

.jobs .joba h5 {
    line-height: 1.71em;
}

.jobs .joba strong {
    color: #222;
    font-weight: normal;
}

    .jobs .joba strong:hover {
        color: #fff;
    }

.jobs .hidden-job {
    display: none;
}

.job-location,
.candidate-location {
    padding-left: 30px;
    position: relative;
}

    .job-location:before,
    .candidate-location:before {
        color: #000;
        content: "\f041";
        font-family: "FontAwesome";
        left: 15px;
        position: absolute;
        top: 0;
    }

.job-dates {
    padding-left: 37px;
    position: relative;
}

    .job-dates:before {
        color: #14b1bb;
        content: "\f073";
        font-family: "FontAwesome";
        left: 15px;
        position: absolute;
        top: 0;
    }

.candidate-date:before {
    color: #14b1bb;
    content: "\f073";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 7px;
}

.applied .job-title h5:before {
    color: #6ecf26;
    content: "\f058";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 7px;
}

.btn-danger {
    color: #ffffff !important;
}

.btn-success {
    color: #ffffff !important;
}

/* 5.2. JOB TYPE BADGES
	---------------------------------------------------------------*/

.badge.full-time {
    background: #6ecf26;
}

.badge.part-time {
    background: #ff6c00;
}

.badge.freelance {
    background: #72d2ff;
}

.badge.temporary {
    background: #c20000;
}

.badge.internship {
    background: #0064c2;
}

/* 5.3. FEATURED JOBS
	---------------------------------------------------------------*/

.featured-job {
    color: #888;
}

    .featured-job img,
    .featured-job .title {
        float: left;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .featured-job img {
        margin-left: 15px;
    }

    .featured-job .data {
        border-bottom: 1px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
        clear: both;
        margin: 15px 0;
        padding: 10px 15px;
    }

    .featured-job span {
        display: block;
    }

    .featured-job .description {
        padding: 0 15px;
    }

    .featured-job .title {
        padding: 11px 0 0 20px;
    }

    .featured-job i {
        margin-right: 10px;
    }

    .featured-job .city i {
        color: #14b1bb;
    }

    .featured-job .full-time i {
        color: #6ecf26;
    }

    .featured-job .part-time i {
        color: #ff6c00;
    }

    .featured-job .freelance i {
        color: #72d2ff;
    }

    .featured-job .sallary i,
    .featured-job .experience i {
        color: #14b1bb;
    }

.sidebar-widget {
    display: table;
    margin-bottom: 50px;
    width: 100%;
}

    .sidebar-widget ul {
        list-style: none;
        padding: 0;
    }

#jobsearch h5 {
    font-family: "Montserrat", Arial;
    text-transform: uppercase;
}

.checkbox label {
    text-transform: none;
}


#jobsearch hr {
    margin: 0 0 10px;
    border-top: 1px solid #e7e7e7;
}

@media (min-width: 1200px) {
    .work-experience .img-circle {
        font-size: 36px;
        height: 99px;
        line-height: 99px;
    }
}

.work-experience .img-circle {
    background: #0B0B3B;
    color: #fff;
    font-size: 30px;
    height: 78px;
    line-height: 78px;
    margin: 15px 0 10px;
    text-align: center;
    width: 100%;
}

.work-experience h5 {
    color: #0B0B3B;
    font-family: "Montserrat", Arial;
    font-size: 1em;
    line-height: 1.5em;
    text-transform: uppercase;
}

.btn-success a {
    color: #FFFFFF !important;
}

.bg-primary {
    color: #fff;
    background-color: #0B0B3B;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #0B0B3B 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #0B0B3B 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#0B0B3B));
    background-image: linear-gradient(to bottom, #337ab7 0%, #0B0B3B 100%);
    padding: 15px;
    -webkit-box-shadow: 2px 3px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 10px;
}

.ahover:hover > div {
    background-color: #337ab7 !important;
    color: #fff;
}

.ahover {
    color: #000;
}

.field-validation-error {
    color: red;
}

body.modal-open {
    overflow: visible;
}

.nav-pills > li > a {
    color: #000;
}

.modal-backdrop.in {
    filter: alpha(opacity=70) !important;
    opacity: .7 !important;
}

.modal-backdrop {
    z-index: 140 !important;
}


.tiles {
    background: #fff;
    border: 1px solid #dadfe3;
    color: #0099ff;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.02);
    text-align: center;
    height: 70px;
    -webkit-box-shadow: 0px 1px 0px 3px rgba(51, 122, 183, 0.6);
    -moz-box-shadow: 0px 1px 0px 3px rgba(51, 122, 183, 0.6);
    box-shadow: 0px 1px 0px 3px rgba(51, 122, 183, 0.6);
    cursor: pointer;
}

.noPadding {
    padding: 0;
}

.tiles .tiles-body {
    padding-top: 8px;
}

    .tiles .tiles-body h2 {
        padding: 2px;
        font-size: 17px;
        margin: 0;
        font-weight: 100;
        opacity: .8;
    }

    .tiles .tiles-body h3 {
        font-size: 20px;
        margin: 0;
        font-weight: 700;
    }




th {
    background-color: #337ab7;
    color: #fff;
}

    th a {
        background-color: #337ab7;
        color: white;
        font-weight: bold;
    }

        th a:hover {
            text-decoration: none;
        }




/*Global Styles*/
#rightSideResults {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.accordion-column {
    border: 1px solid black;
}

#accordion-container, #accordion-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
}

    #accordion-container:before, #accordion-container *:before,
    #accordion-container:after, #accordion-container *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.page-content {
    padding: 0;
    margin-bottom: 15px;
    font-family: Arial;
    font-size: 12px;
    position: relative;
}

small, .small {
    font-size: 80%;
}

.accordion-column .btn-collapse {
    position: absolute;
    color: #555555;
    right: 10px;
    top: 20px;
    z-index: 110;
    display: block;
    width: 18px;
    height: 26px;
    border-radius: 0;
    box-shadow: none;
    line-height: 1.4;
}

#dealer-slider-inner-body {
    padding: 0 !important;
}

.accordion-column .btn-collapse:hover, .accordion-column .btn-collapse:active, .accordion-column .btn-collapse:focus {
    background: none !important;
    outline: none !important;
}

.accordion-column .btn-expand {
    position: absolute;
    right: -6px;
    top: 4px;
    z-index: 110;
    display: block;
    width: 25px;
    height: 25px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555555 !important;
    line-height: 1.4;
}

.accordion-column.collapsed .btn-collapse {
    right: 0;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-column {
    -webkit-box-shadow: 6px 5px 12px -4px rgba(0,0,0,0.5);
    box-shadow: 6px 5px 12px -4px rgba(0,0,0,0.5);
    position: relative;
    z-index: 3;
    color: #555555;
    padding-right: 15px;
    padding-bottom: 35px !important;
}

    .accordion-column.collapsed .panel-body, .accordion-column.collapsed .panel-foot {
        display: none;
        white-space: nowrap;
    }

    .accordion-column.collapsed .panel-group + .panel-group {
        display: none;
    }

    .accordion-column.expanded .btn-expand {
        display: none;
    }

    .accordion-column + .accordion-column {
        z-index: 2;
    }

        .accordion-column + .accordion-column + .accordion-column {
            z-index: 1;
        }

    .accordion-column .panel-heading.heading-alt {
        padding: 5px 10px;
    }

    .accordion-column .panel-title {
        height: 50px;
        left: 3px;
        padding: 15px 35px;
        position: absolute;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        z-index: 100;
        overflow: hidden;
    }

    .accordion-column.expanded .panel-title {
        width: auto;
        height: auto;
        padding: 5px 15px;
        position: static;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -moz-transform-origin: none;
        -ms-transform-origin: none;
        -o-transform-origin: none;
        -webkit-transform-origin: none;
        transform-origin: none;
    }

@media screen and (min-width: 768px) {
    .accordion-column .panel-title {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -moz-transform-origin: 24px 24px 0;
        -ms-transform-origin: 24px 24px 0;
        -o-transform-origin: 24px 24px 0;
        -webkit-transform-origin: 24px 24px 0;
        transform-origin: 24px 24px 0;
    }

    .accordion-column.expanded {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .accordion-column.collapsed {
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .accordion-column {
        width: 100% !important;
        margin-bottom: 10px;
        background: #ffffff;
    }

    .accordion-container {
        overflow: hidden;
    }

    .accordion-column.expanded {
        overflow-y: auto;
    }

    .apollo-wrapper #full-page-wrapper {
        position: absolute !important;
        overflow-y: auto !important;
        background-color: #fff !important;
    }

    .accordion-column .btn-collapse {
        right: 0;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .accordion-column.collapsed .btn-collapse {
        right: 25px;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}


.inner-menu {
    padding: 35px;
    z-index: 1002;
    background: #1d2127;
    border-right: 1px solid #242830;
    color: #abb4be;
}

    .inner-menu a.menu-item {
        color: #abb4be;
        display: block;
        margin: 0 -35px 0 -35px;
        padding: 10px 50px 10px 50px;
        text-decoration: none;
    }

.ib {
    display: inline-block;
    vertical-align: top;
}

.mr-sm {
    margin-right: 10px !important;
}

.pb-lg {
    padding-bottom: 20px !important;
}

.pt-lg {
    padding-top: 20px !important;
}

.m-none {
    margin: 0 !important;
}

.text-light {
    font-weight: 300;
}

.panel-actions a {
    background-color: transparent;
    border-radius: 2px;
    color: #b4b4b4;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}

.form-bordered .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.inner-send-toolbar {
    background: #1d2127;
    padding: 0;
    border-left: 1px solid #121418;
    margin-left: -30px;
}

    .inner-send-toolbar > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .inner-send-toolbar > ul > li {
            display: inline-block;
            padding: 15px;
            font-size: 13px;
            border-right: 1px solid #121418;
            color: #abb4be;
        }

            .inner-send-toolbar > ul > li > a {
                color: #abb4be;
            }


.work-experience > div > h4 {
    margin-bottom: 0;
}

.work-experience > div > h3 {
    margin-bottom: 0;
    margin-top: 2px;
}

.work-experience {
    padding-bottom: 10px;
    padding-top: 10px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #337ab7;
    background: aliceblue;
}

    .bs-callout-info h4 {
        color: #0B0B3B;
    }

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.progress {
    border: 1px solid #333333;
}

.progress-bar.progress-bar-info.progress-bar-striped {
    color: #000000;
    text-align: left;
}



/* email template */
.dev-email {
    float: left;
    width: 100%;
}

    .dev-email .dev-email-navigation {
        background: #F0F0F0;
    }

        .dev-email .dev-email-navigation .dev-email-navigation-compose {
            float: left;
            width: 100%;
            padding: 15px;
        }

            .dev-email .dev-email-navigation .dev-email-navigation-compose .btn {
                padding: 12px 15px;
            }

                .dev-email .dev-email-navigation .dev-email-navigation-compose .btn .fa {
                    margin-right: 5px;
                }

        .dev-email .dev-email-navigation ul {
            float: left;
            width: 100%;
            margin: 0px;
            padding: 0px;
            list-style: none;
            margin-bottom: 20px;
        }

            .dev-email .dev-email-navigation ul > li {
                float: left;
                width: 100%;
            }

                .dev-email .dev-email-navigation ul > li > a {
                    display: block;
                    float: left;
                    width: 100%;
                    line-height: 20px;
                    padding: 10px 15px;
                    text-decoration: none;
                    color: #555555;
                    font-size: 12px;
                    text-transform: uppercase;
                    -webkit-transition: background-color 200ms linear;
                    -moz-transition: background-color 200ms linear;
                    -o-transition: background-color 200ms linear;
                    -ms-transition: background-color 200ms linear;
                    transition: background-color 200ms linear;
                }

                    .dev-email .dev-email-navigation ul > li > a .fa {
                        font-size: 14px;
                        margin-right: 15px;
                    }

                    .dev-email .dev-email-navigation ul > li > a:hover {
                        background: #F9F9F9;
                    }

                    .dev-email .dev-email-navigation ul > li > a.active {
                        background: #FAFAFA;
                    }

        .dev-email .dev-email-navigation .dev-email-navigation-labels {
            float: left;
            width: 100%;
        }

            .dev-email .dev-email-navigation .dev-email-navigation-labels .title {
                float: left;
                width: 100%;
                font-weight: bold;
                line-height: 20px;
                margin-bottom: 10px;
                padding: 5px 15px;
            }

            .dev-email .dev-email-navigation .dev-email-navigation-labels a {
                float: left;
                display: block;
                width: 100%;
                line-height: 20px;
                padding: 10px 15px;
                color: #555555;
                text-decoration: none;
                background: #F0F0F0;
                -webkit-transition: background-color 200ms linear;
                -moz-transition: background-color 200ms linear;
                -o-transition: background-color 200ms linear;
                -ms-transition: background-color 200ms linear;
                transition: background-color 200ms linear;
            }

                .dev-email .dev-email-navigation .dev-email-navigation-labels a i {
                    margin-right: 10px;
                }

                .dev-email .dev-email-navigation .dev-email-navigation-labels a:hover {
                    background: #F9F9F9;
                }

    .dev-email .dev-email-messages {
        background: #FAFAFA;
    }

        .dev-email .dev-email-messages .dev-email-messages-list {
            float: left;
            width: 100%;
        }

            .dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item {
                float: left;
                width: 100%;
                position: relative;
                padding: 10px 0px;
                background: #FAFAFA;
                cursor: pointer;
                border-right: 1px solid #F8F8F8;
                -webkit-transition: background-color 200ms linear;
                -moz-transition: background-color 200ms linear;
                -o-transition: background-color 200ms linear;
                -ms-transition: background-color 200ms linear;
                transition: background-color 200ms linear;
                border-bottom: 1px solid #0B0B3B;
            }

                .dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-toolbar {
                    float: left;
                    width: 10%;
                    position: absolute;
                    left: 10px;
                    width: 25px;
                    height: 100%;
                }

                    .dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-toolbar .checkbox {
                        margin-top: 0px;
                        margin-bottom: 10px;
                    }

                    .dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-toolbar .star {
                        width: 25px;
                        font-size: 18px;
                        text-align: center;
                        cursor: pointer;
                        color: #f3bc65;
                    }

                .dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-info {
                    float: left;
                    width: 100%;
                }

                    .dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-info > .name {
                        float: left;
                        line-height: 20px;
                        font-size: 12px;
                        font-weight: bold;
                    }

                    .dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-info > .time {
                        float: left;
                        line-height: 20px;
                        color: #999999;
                        font-size: 11px;
                        text-align: center;
                    }

                    .dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-info > .message {
                        margin-top: 5px;
                        float: left;
                        width: 100%;
                        padding: 0px 10px 0px 0px;
                        margin: 0;
                    }

                .dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item:hover {
                    background: #FCFCFC;
                }

                .dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item.active {
                    background: #FFF;
                    border-right-color: #FFF;
                }

                .dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item:first-child {
                    margin-top: 10px;
                }

    .dev-email .dev-email-message {
        background: #FFF;
    }

        .dev-email .dev-email-message .dev-email-message-title {
            float: left;
            width: 100%;
            padding: 15px;
            font-size: 21px;
            border-bottom: 1px solid #FAFAFA;
        }

        .dev-email .dev-email-message .dev-email-message-from {
            float: left;
            width: 50%;
            padding: 10px 15px;
            font-weight: bold;
            line-height: 35px;
        }

            .dev-email .dev-email-message .dev-email-message-from img {
                width: 35px;
                height: 35px;
                -webkit-border-top-right-radius: 50%;
                -webkit-border-bottom-right-radius: 0;
                -webkit-border-bottom-left-radius: 0;
                -webkit-border-top-left-radius: 0;
                -moz-border-radius-topright: 50%;
                -moz-border-radius-bottomright: 0;
                -moz-border-radius-bottomleft: 0;
                -moz-border-radius-topleft: 0;
                border-top-right-radius: 50%;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
                -moz-background-clip: padding-box;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                margin-right: 10px;
            }

        .dev-email .dev-email-message .dev-email-message-date {
            float: left;
            width: 50%;
            padding: 10px 15px;
            line-height: 35px;
            font-size: 11px;
            color: #999999;
            text-align: right;
        }

        .dev-email .dev-email-message .dev-email-message-text {
            float: left;
            width: 100%;
            padding: 15px;
            font-size: 14px;
        }

            .dev-email .dev-email-message .dev-email-message-text p {
                font-size: inherit;
            }

        .dev-email .dev-email-message .dev-email-message-attachment {
            float: left;
            width: 100%;
            border-top: 1px solid #FAFAFA;
            border-bottom: 1px solid #FAFAFA;
            padding: 15px;
            color: #999999;
        }

        .dev-email .dev-email-message .dev-email-message-form {
            float: left;
            width: 100%;
            padding: 15px;
        }

            .dev-email .dev-email-message .dev-email-message-form .form-group {
                margin-bottom: 10px;
            }

    .dev-email .dev-email-compose {
        float: left;
        width: 80%;
        background: #FFF;
    }

        .dev-email .dev-email-compose .dev-email-compose-form {
            float: left;
            width: 100%;
            padding: 15px;
        }

    .dev-email .dev-email-message-panel {
        float: left;
        width: 100%;
        padding: 15px 10px 10px;
        background: #F8F8F8;
        border-bottom: 1px solid #F5F5F5;
    }

        .dev-email .dev-email-message-panel > .btn {
            margin: 0px 10px;
        }

        .dev-email .dev-email-message-panel .btn-group .btn {
            margin-bottom: 0px;
        }

        .dev-email .dev-email-message-panel > .checkbox {
            display: inline-block;
            float: left;
        }

@media all and (max-width: 992px) {
    .hide-mobile {
        display: none;
    }

    .dev-email .dev-email-navigation {
        width: 100%;
    }

        .dev-email .dev-email-navigation .dev-email-navigation-labels,
        .dev-email .dev-email-navigation ul {
            display: none;
        }

    .dev-email .dev-email-messages,
    .dev-email .dev-email-compose {
        width: 100%;
    }

    .dev-email .dev-email-message {
        display: none;
    }
}
/* ./email template */

.userIcon {
    color: rgb(255, 255, 255);
    line-height: 25px;
    text-align: center;
    width: 25px;
    background: rgb(11, 11, 59);
    border-radius: 100px;
}

.insidePanelHeaders {
    padding: 2px;
    text-align: center;
}

a.ActionLinkName {
    font-size: 18px;
    font-weight: bold;
    font-family: ariel;
}

.ActionLinkDropDown {
    background: #ccc;
    border: 1px solid #666;
}

.job-location {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f2f2f2 !important;
}

.hover-end {
    padding: 0;
    margin: 0;
    font-size: 75%;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: .8;
}

a {
    color: #0099ff;
}

.material-switch {
    margin-bottom: 10px;
}

.bootstrap-switch {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.qtip-default .qtip-icon {
    display: none !important;
}

.qtip-content {
    border: 1px solid #66afe9;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

    .qtip-content.one {
        background: #b8a504;
        color: #fff;
    }

    .qtip-content.two {
        background: #006cff;
        color: #fff;
    }

    .qtip-content.three {
        background: #002e6d;
        color: #fff;
    }

    .qtip-content.four {
        background: #449000;
        color: #fff;
    }

    .qtip-content.five {
        background: #00914b;
        color: #fff;
    }

    .qtip-content.six {
        background: #ff0000;
        color: #fff;
    }

    .qtip-content.seven {
        background: #ff00f4;
        color: #fff;
    }



.notesLayout {
    border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
    margin-top: 10px;
}


.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #999 !important;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    .jobs.table-responsive > table {
        display: block !important;
    }

        .jobs.table-responsive > table > thead {
            display: block !important;
        }

        .jobs.table-responsive > table > tbody {
            display: block !important;
        }

            .jobs.table-responsive > table > tbody > tr > th {
                display: block !important;
            }

            .jobs.table-responsive > table > tbody > tr > td {
                display: block !important;
            }

            .jobs.table-responsive > table > tbody > tr {
                display: block !important;
            }

        /* Hide table headers (but not display: none;, for accessibility) */
        .jobs.table-responsive > table > thead tr {
            position: absolute !important;
            top: -9999px !important;
            left: -9999px !important;
        }

        .jobs.table-responsive > table > thead > tr {
            border: 1px solid #ccc;
        }

        .jobs.table-responsive > table > tbody > tr > td {
            /* Behave  like a "row" */
            border: none !important;
            border-bottom: 1px solid #eee !important;
            position: relative !important;
            padding-left: 50% !important;
        }

    .fc td {
        padding-left: 0% !important;
    }

    .jobs.table-responsive > table > tbody > tr > td:before {
        /* Now like a table header */
        position: absolute !important;
        /* Top/left values mimic padding */
        top: 6px !important;
        left: 6px !important;
        width: 45% !important;
        padding-right: 10px !important;
        white-space: nowrap !important;
    }
}


.tiles {
    width: 99%;
}


@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #007fff !important;
    color: #ffffff !important;
}

.h3, h3 {
    font-size: 22px;
}
.h2, h2 {
    font-size: 28px;
}

p {
    margin: 0 !important;
}