html,
body {
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
}

body {
    background-color: #000;
    line-height: 1;
    /*background-image:url('../images/bg.jpg');
  background-size:cover;*/
}

.blue {
    color: #06C;
}

.green {
    color: #090;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]:-webkit-search-decoration {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: .83em;
    line-height: 1.75;
    color: #666666;
    background-color: white;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a {
    color: #3e77ad;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    a:hover {
        color: black;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial, sans-serif;
    color: #444444;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input,
select,
textarea {
    border: 1px solid #d5d5d5;
    outline: 0;
    padding: 10px 12px;
    color: #666666;
}

    button:focus,
    input:focus,
    select:focus,
    textarea:focus {
        border-color: #666666;
    }

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.main-btn {
    color: white;
    border: 1px solid white;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 40px 0;
}

/*.site-header ul.social-icons {*/
ul.social-icons {
    position: relative;
    z-index: 11;
    margin: 30px 0;
}

    ul.social-icons li {
        display: inline-block;
        margin: 0 2px;
    }

        ul.social-icons li a {
            width: 36px;
            height: 36px;
            background-color: #3e77ad;
            color: #fff;
            text-align: center;
            line-height: 36px;
            border-radius: 18px;
            -webkit-border-radius: 18px;
            -moz-border-radius: 18px;
        }

            ul.social-icons li a:hover {
                background-color: #f6c04c;
                color: #000;
            }

.main-header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    top: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#menu-wrapper {
    /*background-color: white;*/
    /*background-color: rgba(0, 0, 0, 0.64);*/
    background-color: rgba(246, 75, 115, 0.95);
    overflow: hidden;
    -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}

.logo-wrapper {
    background: url(../images/logo.png) no-repeat;
    height: 100px;
    background-position: center;
    background-size: contain;
}

    .logo-wrapper a {
        display: inline-block;
        overflow: hidden;
        padding-left: 130px;
        line-height: 100px;
        text-transform: uppercase;
        color: #3e77ad;
        font-size: 32px;
        font-weight: 700;
    }

.main-menu ul li {
    display: inline-block;
    margin: 0 20px;
}

    .main-menu ul li:last-child {
        margin-right: 35px;
    }

    .main-menu ul li a {
        text-transform: uppercase;
        font-size: 14px;
        /*color: #444444;*/
        /*color: #fff;*/
        color: #000;
        line-height: 100px;
        padding-top: 37px;
    }

    .main-menu ul li.active a {
        border-top: 3px solid #000000; /*#f6c04c;*/
        /*color: #f6c04c;*/
        color: #008080;
    }

.toggle-menu {
    width: 36px;
    height: 36px;
    float: left;
    margin-top: 33px;
    margin-left: 30px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    background: #3e77ad;
    display: inline-block;
    color: white;
    cursor: pointer;
}

/*.menu-responsive {
  display: none;
  background-color: rgba(50, 50, 50, 0.88);
}
.menu-responsive ul li {
  padding: 5px 0px 5px 25px;
}
.menu-responsive ul li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.menu-responsive ul li.active a {
  color: #3e77ad;
}*/

.flexslider {
    position: relative;
    top: -96px;
}

    .flexslider .overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
    }

    .flexslider .slider-caption {
        position: absolute;
        z-index: 9;
        width: 100%;
        text-align: center;
        top: 380px;
        left: 0;
    }

        .flexslider .slider-caption h2 {
            color: white;
            text-transform: uppercase;
            font-size: 36px;
            font-weight: 700;
            border-bottom: 1px solid white;
            padding-bottom: 10px;
            display: inline-block;
        }

        .flexslider .slider-caption p {
            color: white;
            text-transform: uppercase;
            font-size: 18px;
            margin-top: 20px;
            margin-bottom: 26px;
            display: block;
        }

        .flexslider .slider-caption a.slider-btn {
            color: white;
            background-color: #3e77ad;
            padding: 12px 20px;
            border-radius: 4px;
            text-transform: uppercase;
            font-weight: 700;
        }

@media screen and (min-width: 991px) {

    .main-services {
        top: 300px;
        font-size: medium;
    }

    .service-item .service-content h3, .service-item .service-content p {
        font-size: 70%;
    }

    .interior {
        left: 0;
        position: fixed;
        z-index: 500;
        top: 80px;
        /* width: 120px; */
        width: 300px;
        margin: 20px 0;
        /* height: 120px; */
        height: 80px;
        /* line-height: 120px; */
        line-height: 80px;
        text-align: center;
        display: block;
        font-size: x-large;
        font-family: XSANS;
        background-color: #3a6aa5;
        color: #fff;
    }
}

@media screen and (min-width: 989px) {
    .flexslider .slider-caption {
        top: 230px;
    }

    .main-services {
        top: 300px;
    }
}

@media screen and (min-width: 1200px) {
    .flexslider .slider-caption {
        top: 380px;
    }
}

@media screen and (max-width: 1199px) {
    .main-menu ul li {
        margin-left: 15px;
        margin-right: 15px;
    }

        .main-menu ul li:last-child {
            margin-right: 30px;
        }
}

@media screen and (max-width: 991px) {
    .logo-wrapper {
        background-size: contain;
    }

    .logo-wrapper {
        height: 50px;
    }

        .logo-wrapper a {
            line-height: 50px;
            padding-left: 70px;
        }

    .toggle-menu {
        margin-top: 7px;
        margin-right: 10px;
    }

    .main-menu ul li {
        display: block;
    }

    .menu-first.show {
        opacity: 1;
        height: auto;
        margin-top: 10px;
        transition: opacity 1s, height 0;
    }

    .menu-first {
        float: right;
        overflow: auto;
        width: 100%;
        opacity: 0;
        height: 0;
        /*background: rgba(50, 50, 50, 0.88);*/
        transition: opacity 1s, height 0 1s;
        /*transition: all 0.3s ease;    */
    }

    .main-menu ul li a {
        line-height: 40px;
        padding-top: 10px;
    }

    .main-menu ul li.active a {
        border-top: none;
    }

    .main-menu ul li:last-child {
        margin-right: 20px;
    }

    .main-services {
        top: 100px;
    }

    .interior {
        left: 0;
        position: fixed;
        z-index: 1500;
        top: -20px;
        width: 300px;
        height: 70px;
        line-height: 80px;
        text-align: center;
        display: block;
        font-size: x-large;
        font-family: XSANS;
        background-color: #3a6aa5;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .main-header {
        top: 0;
    }

    .site-header {
        margin-top: 40px;
    }

    .logo-wrapper {
        float: right;
    }

    .menu-first {
        margin-top: 0;
    }

    .flexslider {
        margin-top: 80px;
    }

    .main-services {
        top: 100px;
    }
}

@media screen and (max-height: 500px) {
    .menu-first.show {
        max-height: 250px;
        padding-right: 15px;
    }
}

.content-section {
    margin-top: 80px;
    padding-top: 60px;
}

.heading-section {
    margin-bottom: 60px;
}

    .heading-section h2 {
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        border-bottom: 1px solid #a58585;
        display: inline-block;
        text-shadow: #1d1400 1px 1px 0px;
        color: #f6c04c;
    }

    .heading-section p {
        color: #d5913a;
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        margin-top: 10px;
        text-shadow: #795810 1px 1px 0px;
    }

.small-text {
    color: #aaaaaa;
}

.space-fixed {
    width: 100%;
    height: 130px;
    overflow: hidden;
    position: relative;
}

.content-section#services {
    margin-top: 0px;
}

.service-item {
    position: relative;
    color: white;
    text-align: center;
    margin-bottom: 30px;
    /*border-radius: 50%;*/
    overflow: hidden;
}

    .service-item a {
        color: #ffff66;
    }

        .service-item a:hover {
            color: black;
        }

    .service-item .service-icon {
        font-size: 3em;
        /*padding: 110px 0;*/
    }

    .service-item .service-content {
        padding: 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

        .service-item .service-content .inner-service {
            padding: 20px;
        }

        .service-item .service-content h3 {
            font-size: 18px;
            text-transform: uppercase;
            color: white;
            display: inline-block;
            padding-bottom: 10px;
            border-bottom: 1px solid white;
            margin-bottom: 15px;
        }

    .service-item:hover .service-icon {
        opacity: 0;
        visibility: hidden;
    }

    .service-item:hover .service-content {
        opacity: 1;
        visibility: visible;
    }

/*#service-1 {
  background-color: #1abc9c;
}

#service-2 {
  background-color: #e67e22;
}

#service-3 {
  background-color: #3498db;
}

#service-4 {
  background-color: #2ecc71;
}*/
.service-item {
    background-color: rgba(0, 0, 0, 0.40);
    width: 80%;
    max-width: 250px;
    margin: 0 auto;
}

    .service-item:hover {
        background-color: rgba(0, 0, 0, 0.90);
    }

@media only screen and (max-width: 500px) {
    .main-services {
        z-index: 10;
        position: absolute;
        padding: 30px;
        top: 0;
        width: 100%;
        /*background-color: rgba(255, 255, 255, 0.15);*/
    }

    .main-services-right {
        background-color: rgba(246, 192, 76, 0.7); /*#f6c04c;*/
        color: #000;
        /*width: 200px;
        margin: 20px;
        height: 50px;*/
        /*line-height: 50px;*/
        text-align: center;
        /*margin-right: 80px;*/
        display: block;
        font-size: small;
        font-family: XSANS;
        margin-bottom: 2px;
    }

        .main-services-right:hover {
            color: #555;
            background-color: #daac48;
        }

    .main-services-left {
        background-color: rgba(246, 192, 76, 0.7); /*#f6c04c;*/
        color: #000;
        /*width: 120px;
        margin: 20px;
        height: 120px;*/
        /*line-height: 120px;*/
        text-align: center;
        /*margin-left: 80px;
        left: 0;*/
        display: block;
        font-size: small;
        font-family: XSANS;
        margin-bottom: 2px;
    }

        .main-services-left:hover {
            color: #555;
            background-color: #daac48;
        }
}

@media only screen and (min-width: 501px) {
    .main-services {
        z-index: 10;
        position: absolute;
        padding: 30px;
        width: 100%;
        /*background-color: rgba(255, 255, 255, 0.15);*/
    }

    .main-services-right {
        background-color: #f6c04c;
        color: #000;
        width: 200px;
        margin: 20px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-right: 80px;
        display: block;
        font-size: large;
        font-family: XSANS;
    }

        .main-services-right:hover {
            color: #555;
            background-color: #daac48;
        }

    .main-services-left {
        background-color: #f6c04c;
        color: #000;
        /*width: 120px;*/
        width: 200px;
        margin: 20px;
        /*height: 120px;*/
        height: 50px;
        /*line-height: 120px;*/
        line-height: 50px;
        text-align: center;
        margin-left: 80px;
        left: 0;
        display: block;
        font-size: large;
        font-family: XSANS;
    }

        .main-services-left:hover {
            color: #555;
            background-color: #daac48;
        }
}

.flexslider .overlay {
    background: none;
}

.portfolio-item {
    margin-bottom: 30px;
}

    .portfolio-item .portfolio-thumb {
        position: relative;
        overflow: hidden;
    }

        .portfolio-item .portfolio-thumb img {
            width: 100%;
        }

        .portfolio-item .portfolio-thumb .portfolio-overlay {
            background-color: rgba(62, 119, 173, 0.3); /*#3e77ad;*/
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            padding: 25px;
            text-align: center;
            color: white;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 200ms ease-in-out;
            -moz-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
        }

            .portfolio-item .portfolio-thumb .portfolio-overlay h3 {
                font-size: 18px;
                text-transform: uppercase;
                color: white;
                padding-bottom: 10px;
                margin-bottom: 10px;
                display: inline-block;
                border-bottom: 1px solid white;
            }

            .portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
                margin-top: 15px;
                width: 36px;
                height: 36px;
                border-radius: 18px;
                -webkit-border-radius: 18px;
                -moz-border-radius: 18px;
                background-color: white;
                display: inline-block;
                text-align: center;
            }

                .portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
                    line-height: 36px;
                }

        .portfolio-item .portfolio-thumb:hover .portfolio-overlay {
            opacity: 1;
            visibility: visible;
        }

.team-member {
    margin: 30px 0;
}

    .team-member .member-thumb {
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        max-width: 200px;
        margin: 0 auto;
    }

        .team-member .member-thumb img {
            width: 100%;
        }

        .team-member .member-thumb .team-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            text-align: center;
            top: 0;
            left: 0;
            background-color: #f6c04c;
            color: white;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 200ms ease-in-out;
            -moz-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
        }

            .team-member .member-thumb .team-overlay h3 {
                font-size: 22px;
                text-transform: uppercase;
                color: white;
                display: inline-block;
                padding-bottom: 10px;
                border-bottom: 1px solid white;
                /*margin-top: 64px;*/
                margin-top: 35%;
            }

            .team-member .member-thumb .team-overlay a {
                color: #fff;
            }

            .team-member .member-thumb .team-overlay span {
                text-transform: uppercase;
                font-weight: 300;
                margin-top: 10px;
                display: block;
            }

            .team-member .member-thumb .team-overlay ul.social {
                display: block;
                margin-top: 20px;
            }

                .team-member .member-thumb .team-overlay ul.social li {
                    display: inline-block;
                }

                    .team-member .member-thumb .team-overlay ul.social li a {
                        width: 36px;
                        height: 36px;
                        background-color: white;
                        line-height: 40px;
                        color: #3e77ad;
                        border-radius: 18px;
                        -webkit-border-radius: 18px;
                        -moz-border-radius: 18px;
                    }

        .team-member .member-thumb:hover .team-overlay {
            opacity: 1;
            visibility: visible;
        }

.skills-heading {
    margin-top: 60px;
    margin-bottom: 50px;
}

    .skills-heading h3.skills-title {
        font-style: italic;
        font-size: 18px;
        text-transform: uppercase;
        color: #5e5e5e;
    }

    .skills-heading .small-text {
        font-style: italic;
    }

.progress {
    height: 34px;
    box-shadow: none;
    border-radius: 0;
    background-color: #e7e7e7;
    margin-bottom: 10px;
}

.progress-bar {
    line-height: 34px;
    text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #3e77ad;
    box-shadow: none;
}

.googlemap-wrapper {
    height: 380px;
    margin-bottom: 40px;
}

.map-canvas {
    height: 380px;
    border: 10px solid #efefef;
}

.contact-info {
    margin-top: 40px;
}

    .contact-info li {
        font-size: large;
    }

.contact-form input {
    width: 100%;
    margin-bottom: 15px;
}

.contact-form textarea {
    width: 100%;
    max-width: 100%;
    height: 120px;
}

.contact-form .mainBtn {
    margin-top: 15px;
    color: white;
    background-color: #3e77ad;
    text-transform: uppercase;
    border: 0;
}

/*#go-top {
  background-color: #3e77ad;
  color: white;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
}*/
#go-top {
    right: 55px;
    bottom: 15px;
    cursor: pointer;
    background-color: #f6c04c;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    text-align: center;
    font-size: large;
    padding: 10px;
    z-index: 501;
    box-shadow: rgba(64, 64, 64, 0.65) 2px 2px 10px;
}

    #go-top:hover {
        background-color: #daac48;
        /*color: #444444;
        box-shadow: #666666 2px 2px 2px;*/
    }



/*
body, p, div, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif;
   	font-style: normal;
}
*/

.skils {
    padding: 10px;
    margin: 7px;
    border: solid 1px #3e77ad;
    background-color: #5e96cb;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: x-large;
}



#our-team {
    padding-top: 0;
    margin-top: 0;
}

.icon {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.field-validation-valid, #status {
    color: #ff0000;
}

.site-slider {
    min-height: 120px;
    padding-top: 120px;
}

.content-wrapper {
    /*background-color: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    padding: 20px;
    border: #e1e1e1 solid 1px;*/
    background-color: rgba(246, 192, 76, 0.8);
    border-radius: 15px;
    padding: 20px;
    border: #f6c04c solid 1px;
    color: #000;
}

.bg {
    background: url('/images/bg.jpg') repeat;
    position: fixed;
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    z-index: -1;
}

.portfolio-caption {
    max-width: 180px;
    font-size: medium;
    background-color: #f6c04c;
    color: #000;
    top: 50px;
    padding: 10px 5px;
    position: absolute;
    border-bottom-left-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.72) 0px 0px 12px;
}

.subcat-caption {
    width: 100%;
    font-size: medium;
    background-color: #f6c04c;
    color: #000;
    top: 125px;
    padding: 10px 5px;
    position: absolute;
    text-align: center;
}

#portfolio {
    background-color: rgba(179, 176, 176, 0.3);
}


#footer {
    width: 100%;
    padding: 15px;
    /*background-color: #3e77ad;*/
    background-color: rgba(0, 0, 0, 0.64);
    text-align: center;
    color: #fff;
    font-family: 'Times New Roman',Tahoma,Arial;
    margin-top: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

    #footer a {
        color: #f6c04c;
    }

        #footer a:hover {
            color: #c89d3f;
        }


    #footer ul li {
        font-family: Tahoma,Arial;
        display: inline-block;
    }


    #footer .social-icons {
        margin: 0;
    }

        #footer .social-icons li a {
            margin: 0;
            background-color: transparent;
        }

            #footer .social-icons li a:hover {
                background-color: #f6c04c;
                color: #000;
            }

.copyright {
    text-align: center;
    border-top: 1px solid #193045;
    width: 100%;
    margin-top: 10px;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

.main-content {
    padding-bottom: 200px;
}

.navbar-inverse {
    /*background-color: rgba(0, 0, 0, 0.64);*/
    background-color: rgba(246, 192, 76, 0.95);
}

    .navbar-inverse .navbar-nav > li > a {
        /*color: #fff;*/
        color: #000;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #f6c04c;
        }

    .navbar-inverse .navbar-brand {
        /*color: #f6c04c;*/
        color: #000;
    }



.panel-content {
    background-color: #fff; /*rgba(62, 119, 173, 0.08);*/
    border: 1px solid #3e77ad;
}
    /*ffd200*/
    .panel-content > .panel-heading {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.64);
        border-color: rgba(0, 0, 0, 0.64);
    }

        .panel-content > .panel-heading > panel-title {
            color: #fff;
            font-size: large;
            font-weight: bold;
        }

        .panel-content > .panel-heading + .panel-collapse .panel-body {
            border-top-color: rgba(0, 0, 0, 0.64);
        }

    .panel-content > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: rgba(0, 0, 0, 0.64);
    }

.pageTitle {
    font-size: x-large;
}

.contentThumb {
    margin-bottom: 15px;
    /*border: 1px solid #cde2e4;*/
    min-height: 130px;
    /*float: right;*/
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
}

.contentTitle {
    font-size: large;
    font-weight: bolder;
    margin: 20px 0;
}

.summary {
    margin-top: 30px;
    color: #666666;
    min-height: 100px;
}

.timeSpan {
    color: #b0b0b0;
}

.content {
    overflow-x: hidden;
    background-color: #fff;
    padding: 15px;
}

.projectArchive {
    margin: 15px;
    border: 1px solid #cde2e4;
    min-height: 130px;
    float: right;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.field-validation-error {
    color: red;
}

.lockImage {
    width: 200px;
    height: auto;
    margin: auto;
}

#subcat {
    background-color: rgba(85, 85, 85, 0.25);
    margin-top: 0;
}

.btn-info {
    background-color: #3a6aa5;
}

.field-validation-error, .field-validation-valid {
    color: #fff;
}




.service-panel-right {
    z-index: 500;
    top: 250px;
    position: fixed;
    right: 0;
}

    .service-panel-right > .service-content {
        right: -250px;
        position: relative;
        border-left: 50px solid #3a6aa5;
        text-align: left;
    }

        .service-panel-right > .service-content:hover {
            right: 0;
        }

        .service-panel-right > .service-content > img {
            float: left;
            /*color: #fff;*/
            left: -40px;
            /*top: 15px;*/
            position: relative;
            /*font-size: larger;*/
            height: 45px;
            width: auto;
        }

.service-panel-left {
    z-index: 500;
    top: 250px;
    position: fixed;
    left: 0;
}

    .service-panel-left > .service-content {
        left: -250px;
        position: relative;
        border-right: 50px solid #3a6aa5;
        text-align: right;
    }

        .service-panel-left > .service-content:hover {
            left: 0;
        }

        .service-panel-left > .service-content > img {
            float: right;
            /*color: #fff;*/
            right: -40px;
            /*top: 15px;*/
            position: relative;
            /*font-size: larger;*/
            height: 45px;
            width: auto;
        }

.service-content {
    background-color: #f6c04c;
    color: #000;
    /* width: 120px; */
    width: 300px;
    margin: 20px 0;
    /* height: 120px; */
    height: 50px;
    /* line-height: 120px; */
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: medium;
    font-family: XSANS;
}

.service-item > .bullet {
    width: 25px;
    height: 25px;
    background-color: #000;
}

.s-icon > li {
    display: inline-block;
}

    .s-icon > li img {
        width: 35px;
        height: auto;
        margin: 3px;
        cursor: pointer;
    }

.left-service-panel {
    left: 0;
    position: fixed;
    z-index: 5000;
    top: 150px;
}

.left-service-content {
    width: 50px;
    height: 50px;
    background-color: #3a6aa5;
    /*padding: 2px;*/
    margin-bottom: 5px;
}

.service-content-item {
}

    .service-content-item img {
        width: 50px;
        height: 50px;
    }


.right-service-panel {
    right: 0;
    position: fixed;
    z-index: 5000;
    top: 150px;
}

.right-service-content {
    width: 50px;
    height: 50px;
    background-color: #3a6aa5;
    /*padding: 2px;*/
    margin-bottom: 5px;
}

.footer-social {
    width: 25px;
    height: 25px;
}