/* ----------------------------------------------------------------------------- */
/*  0.  Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ----------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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, input, textarea, select {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

del {
    text-decoration: line-through;
}

hr {
    clear: both;
    margin: 0;
    padding: 0;
    height: 1px;
    border: 0;
    background: transparent;
    color: transparent;
}

mark {
    background-color: #ffffb3;
    font-style: italic;
}

input, select {
    vertical-align: middle;
}

ins {
    background-color: red;
    color: white;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

#content ol {
    list-style: decimal inside;
}

#content ul {
    list-style: disc inside;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.clear{display:block;visibility:hidden;clear:both;overflow:hidden;width:0;height:0;}.clearfix:after{display:block;visibility:hidden;clear:both;width:0;height:0;content:' ';font-size:0;line-height:0;}* html .clearfix,:first-child+html .clearfix{zoom:1;}

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ----------------------------------------------------------------------------- */
/*  1.  Document Setup
/* ----------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);

    html {
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        font: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    body {
        overflow-x: hidden;
        overflow-y: auto;
        color: #000;
        font: 15px/1.7 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }
    a, a > * {
        color: #2551A1;
        text-decoration: none;
        -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    }

    ::-moz-selection { background: #333; color: #fff; text-shadow: none; }
    ::selection { background: #333; color: #fff; text-shadow: none; }

    h1 { font-size: 30px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 14px; }

    h1, h2, h3, h4, h5, h6 {
        line-height: 1.3em;
        font-weight: 700;
    }
    h1.headline, h2.headline, h3.headline {
        margin-bottom: 25px;
    }
    h4.headline, h5.headline, h6.headline {
        margin-bottom: 15px;
    }
    .inline-border {
        position: relative;
        display: block;
        margin: 0 0 40px;
        color: #959595;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 200;
    }
    .inline-border:before, .inline-border:after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 25%;
        height: 1px;
        background: #ececec;
        content: '';
    }
    .inline-border:after {
        right: 0;
        left: auto;
    }

    small {
        font-size: 11px;
    }

    p,
    pre,
    dl,
    dd,
    blockquote,
    address,
    table,
    fieldset,
    form {
        margin-bottom: 20px;
    }
    p { min-height: 20px; line-height: 1.7em; }

    img {
        display: block;
        max-width: 100%;
        height: auto;
        -webkit-backface-visibility: hidden;
    }

    object, video {
        display: block;
        height: auto;
    }

    strong { font-weight: 700; }




    /*  Forms  -----------------------------------------------------*/

    label {
        font-weight: 600;
    }
    label.error {
        display: block;
        margin-top: -15px;
        margin-bottom: 20px;
        background: none;
        color: red;
        font-weight: 400;
    }

    input[type="text"], textarea {
        display: block;
        margin-bottom: 20px;
        padding: 7px 8px;
        max-width: 100%;
        width: 240px;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        color: #959595;
        font: 12px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-weight: 500;
        -webkit-transition: border linear .3s, box-shadow linear .3s;
           -moz-transition: border linear .3s, box-shadow linear .3s;
            -ms-transition: border linear .3s, box-shadow linear .3s;
             -o-transition: border linear .3s, box-shadow linear .3s;
                transition: border linear .3s, box-shadow linear .3s;
        -webkit-appearance: none;
    }
    textarea {
        min-width: 97%;
        max-width: 97%;
        resize: none;
        -webkit-resize: none;
        -moz-resize: none;
        -webkit-resize: none;
        -moz-resize: none;
    }
    input[type="submit"], input[type="reset"], input[type="button"], button, .button {
        display: inline-block;
        margin: 0 5px 15px 0;
        padding: 7px 20px 8px;
        border-radius: 3px;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.5;
        cursor: pointer;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ms-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
        -webkit-appearance: none;
        -webkit-font-smoothing: antialiased;
    }
    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
        color: #fff;
    }



    /*  Tools  -----------------------------------------------------*/
    .box-shadow {
        -webkit-box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.5)!important;
        box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.5)!important;
    }
    .text-shadow { text-shadow: 1px 1px 5px rgba(0,0,0,0.5); }

    .marginize { margin-bottom: 2.2em; }

    .alignleft { float: left; margin-right: 10px; margin-bottom: 10px; }
    .alignright { float: right; margin-right: 10px; margin-bottom: 10px; }




/* ------------------------------------------------------------------------------- */
/*  2.  Wrap
/* ------------------------------------------------------------------------------- */


    #body-wrapper {
        position: relative;
        background: #fff;
    }
    .container {
        position: relative;
        margin: 0 auto;
        padding: 0;
        max-width: 980px;
    }
    .container>p:last-of-type { margin-bottom: 0!important; }
    .container:after {
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        content: "\0020";
    }

    .fullwidth {
        margin-right: -70px !important;
        margin-left: -70px !important;
    }
    .fullwidth-padding {
        margin-right: -70px !important;
        margin-left: -70px !important;
        padding-right: 70px !important;
        padding-left: 70px !important;
    }


    /*  Columns  --------------------------------*/

    #main {
        float: left;
        width: 71.5%;
    }
    #sidebar {
        float: right;
        width: 23.5%;
    }

    .one-half       { width: 49%; }
    .one-third      { width: 31.9%; }
    .two-third      { width: 64%; }
    .one-fourth     { width: 23.5%; }
    .three-fourth   { width: 74.5%; }
    .one-fifth      { width: 18.4%; }
    .two-fifth      { width: 38.8%; }
    .three-fifth    { width: 59.2%; }
    .four-fifth     { width: 79.6%; }

    .one-half,
    .one-third,
    .two-third,
    .three-fourth,
    .one-fourth,
    .one-fifth,
    .two-fifth,
    .three-fifth,
    .four-fifth {
        position: relative;
        float: left;
        margin-right: 2%;
    }
    .column-container { margin-bottom: 2.2em; }
    .column-container p:last-child { margin-bottom: 0; }
    .column-last {
        clear: right;
        margin-right: 0!important;
    }

    hr {
        display: block;
    }

    .sep10   { height: 10px; }
    .sep20   { height: 20px; }
    .sep30   { height: 30px; }
    .sep40   { height: 40px; }
    .sep50   { height: 50px; }
    .sep60   { height: 60px; }
    .sep70   { height: 70px; }
    .sep80   { height: 80px; }
    .sep90   { height: 90px; }
    .sep100  { height: 100px; }


/* ------------------------------------------------------------------------------- */
/*  3.  Header
/* ------------------------------------------------------------------------------- */

    #header {
        position: relative;
        margin: 0 auto;
        min-height: 120px;
    }
    #logo {
        float: left;
        margin-top: 35px;
        color: #333;
        letter-spacing: -0.06em;
        font-weight: 700;
        font-size: 36px;
        line-height: 1.2em;
    }


    /*  Navigation  --------------------------------*/



    /*********************
    NAVIGATION STYLES
    *********************/

    .top-nav {
        float: right;
        margin: 30px 0 0 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -webkit-box-shadow: inset 0px 0px 5px 0px rgba(181, 181, 181, 0.2), 0px 0px 5px 0 rgba(181, 181, 181, 0.2);
        box-shadow: inset 0px 0px 5px 0px rgba(181, 181, 181, 0.2), 0px 0px 5px 0 rgba(181, 181, 181, 0.2);
        background: #fff;
        /* end .menu ul li */
        /* highlight current page */
        /* end current highlighters */
    }

    .top-nav > li {
        float: left;
        position: relative;
        border-right: 1px solid #f2f2f2;
        /* showing sub-menus */
    }
    .top-nav > li:hover > a, .top-nav > li:focus > a {
        color: #fff;
        background-color: #2555a7;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#2469c2), to(#2555a7));
        background-image: -webkit-linear-gradient(top, #2469c2, #2555a7);
        background-image: -moz-linear-gradient(top, #2469c2, #2555a7);
        background-image: -o-linear-gradient(top, #2469c2, #2555a7);
        background-image: linear-gradient(to bottom, #2469c2, #2555a7);
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;


    }
    .top-nav > li a {
        color: #000;
        font-weight: 400;
        display: block;
        text-decoration: none;
        padding: 10px 10px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .top-nav > li:first-child a {
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
    }
    .top-nav > li:last-child {
        border-right: 0;
    }
    .top-nav > li:last-child a {
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
    }
    .top-nav > li .pointer {
        padding-top: 15px;
        position: absolute;
        right: 0;
        display: none;
        z-index: 8999;
        background: url(../images/sub-menu-tip.png) 150px 5px no-repeat;
    }
    .top-nav > li ul.sub-menu,
    .top-nav > li ul.children {
        margin-top: 0;
        border: 0;
        overflow: hidden;
        font-size: 95%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
        /* highlight sub-menu current page */
    }
    .top-nav > li ul.sub-menu li,
    .top-nav > li ul.children li {
        /*
        if you need to go deeper, go nuts
        just remember deeper menus suck
        for usability. k, bai.
        */
    }
    .top-nav > li ul.sub-menu li a,
    .top-nav > li ul.children li a {
        color: #B7CEEB;
        padding: 8px;
        display: block;
        width: 200px;
        border: 0;
        border-bottom: 1px solid #4681CC;
        background: #2379d8;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
    }
    .top-nav > li ul.sub-menu li a:hover, .top-nav > li ul.sub-menu li a:focus,
    .top-nav > li ul.children li a:hover,
    .top-nav > li ul.children li a:focus {
        color: #fff;
    }
    .top-nav > li ul.sub-menu li:last-child a,
    .top-nav > li ul.children li:last-child a {
        border-bottom: 0;
    }
    .top-nav > li ul.sub-menu li ul,
    .top-nav > li ul.children li ul {
        display: hidden;
    }
    .top-nav > li:hover .pointer {
        top: auto;
        display: block;
    }
    /* end top-nav */


    /*  Responsive Nav  --------------------------------*/

    .selectnav {
        position: absolute;
        bottom: 0;
        display: none;
        padding: 12px 30px;
        border: none;
        border-radius: 0;
        background: #333;
        color: #959595;
        font-size: 14px;
        -webkit-appearance: none;
    }


/* ------------------------------------------------------------------------------- */
/*  2.  Slider
/* ------------------------------------------------------------------------------- */

    .slide-block { color: #fff; }
    .slide-block h1 { font-size: 3em; font-weight: 400; }

/* ------------------------------------------------------------------------------- */
/*  4.  Content
/* ------------------------------------------------------------------------------- */


    /*  Back to Top  --------------------------------*/

    #back-to-top {
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 9999;
        width: 45px;
        height: 45px;
        border-radius: 3px;
        background: #333;
        text-align: center;
        line-height: 45px;
    }
    #back-to-top i {
        color: #fff;
    }


    /*  Page Title  --------------------------------*/
    
    .page-title {
        display: block;
        margin: 0 0 40px;
        padding: 60px 30px 65px;
        font-weight: 400;
        font-size: 40px;
    }
    .page-title .accent {
        display: block;
        color: #fff;
        font-size: 25px;
        line-height: 1.3;
        padding-top: 5px;
    }
    .intro {
        font-size: 18px;
    }


    /*  Project Carousel  --------------------------------*/

    .project-carousel {
        width: auto !important;
        margin-bottom: 40px;
    }

    .project-carousel div {
        position: relative;
        overflow: hidden;
        width: inherit;
    }
    .project-carousel li {
        position: relative;
        display: block;
        float: left;
        margin: 0px 10px 0 0 !important;
        list-style: none !important;
        width: 230px;
        height: 230px;
    }
    .project-carousel img {
        position: relative;
        display: block;
        width: 100%;
    }
    .project-carousel .wrap img {
        overflow: hidden;
    }

    /*  Carousel Navigation  --------------------------------*/

    .jcarousel-next, .jcarousel-prev {
        position: absolute;
        top: 50%;
        right: 20px;
        z-index: 999;
        display: block;
        margin-top: -37px;
        width: 35px;
        height: 75px;
        border-radius: 3px;
        text-align: center;
        line-height: 75px;
        opacity: 0;
        -webkit-transition: all .3s ease;
    }
    .jcarousel-next i,
    .jcarousel-next i:hover,
    .jcarousel-prev i,
    .jcarousel-prev i:hover {
        color: #fff;
    }
    .jcarousel-prev {
        left: 20px;
    }
    .project-carousel:hover .jcarousel-next, .project-carousel:hover .jcarousel-prev {
        background: rgba(0,0,0, .2);
        opacity: .5;
    }
    .project-carousel:hover .jcarousel-next:hover, .project-carousel:hover .jcarousel-next:focus, .project-carousel:hover .jcarousel-next:active,
    .project-carousel:hover .jcarousel-prev:hover, .project-carousel:hover .jcarousel-prev:focus, .project-carousel:hover .jcarousel-prev:active {
        background: rgba(0,0,0, .4);
        opacity: 1;
    }
    .jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus, .jcarousel-next-disabled:active,
    .jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus, .jcarousel-prev-disabled:active {
        display: none !important;
        cursor: auto;
    }

/*  Project Feed Filter  --------------------------------*/

.project-feed-filter {
    display: inline-block;
    margin: 0 0 40px;
    font-size: 12px;
}
.project-feed-filter li {
    display: block;
    float: left;
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
.project-feed-filter a {
    display: block;
    margin: 0 20px 0 0;
    color: #959595;
}
.project-feed-filter a:hover, .project-feed-filter .current {
    color: #333;
}


/*  Project Feed  --------------------------------*/

.project-feed > div {
    position: relative;
    float: left;
    margin: 0 0 20px 0;
    list-style: none;
}
.project-feed div a {
    display: block;
}
.project-feed div img {
    display: block;
    width: 100%;
}

/*  Project Item Overlay  --------------------------------*/

.project-item {
    float: left;
    list-style: none;
    border: 3px solid #2551a1;
}
.project-item .thumbnail {
    position: relative;
    overflow: hidden;
}
.project-item header {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
}
.project-item h2 {
    display: block;
    padding: 10px 15px;
    background: #2551a1;
    color: #fff;
    font-size: 16px;
}
.project-item:hover>header {
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
}
.project-item .overlay,
.overlay {
    position: absolute;
    top: -1px;
    left: -1px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url(../images/overlay_background.svg);
}
.project-item .mask {
    position: absolute;
    top: -3px;
    left: -3px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 3px solid #2551a1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
}

.project-item:hover .mask h2 { background: transparent; }
.project-item:hover .mask,
.project-item:focus .mask
{
    opacity: .95;
}
.project-item img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.project-item:hover img {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.project-item .button {
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.project-item .excerpt {
    color: #fff;
    padding: 0 10px;
    line-height: normal;
    width: auto;
}
.project-item .icon-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}
.project-item .icon-image:hover {
    background: #333;
}
.project-item .icon-image i {
    color: #fff;
}
.project-item .thumbnail img {
    position: relative;
    overflow: hidden;
}
.project-item .item-title {
    position: absolute;
    bottom: 40px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.project-item .item-title:hover {
    color: #333;
}
.project-item .thumb-item-title {
    position: relative;
    padding: 15px 20px;
    background: #333;
    text-align: center;
}
.project-item .thumb-item-title h2 a:hover {
    color: #FFF;
}
.project-item .thumb-item-title span {
    color: #959595;
    font-size: 12px;
}


    /*  Blog Feed  --------------------------------*/

    .blog-feed {
        color: #636363;
        font-size: 12px;
    }
    .blog-feed a {
        position: relative;
        display: block;
    }
    .blog-feed h4  {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .blog-feed h5  {
        margin-top: 10px;
    }
    .blog-feed p {
        margin: 0;
    }
    .blog-feed .post-meta {
        margin-top: 2px;
        margin-bottom: 5px;
    }
    .blog-feed .post-meta span {
        font-size: 11px;
    }


 /* ------------------------------------------------------------------------------- */
/*  7.  Services
/* ------------------------------------------------------------------------------- */
    .services-block { margin-bottom: 40px; }
    .service {
        float: left;
        width: 100%;
    }
    .service-icon {
        display: block;
        float: left;
        margin: 0 6px 6px 0;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #333;
        vertical-align: middle;
        text-align: center;
        line-height: 38px;
        backface-visibility:hidden;
        -webkit-backface-visibility:hidden; /* Chrome and Safari */
        -moz-backface-visibility:hidden; /* Firefox */
        -ms-backface-visibility:hidden; /* Internet Explorer */
    }
    .service-description h2 {
        margin: 0 0 0 48px;
        margin-top: 5px;
        font-size: 20px;
    }
    .service-description p {
        margin: 25px 0 15px;
        color: #000;
    }
    .home .service-description p {
        min-height: 125px;
    }
    .service-description .more {
        float: right;
        opacity: 0;
        -webkit-transition: all .3s ease;
    }
    .service:hover .more {
        opacity: 1;
    }
    .service li {
        margin: 0!important;
        list-style: none!important;
        display: block;
        position: relative;
        padding: 7px 0 7px 15px;
        border-bottom: 1px solid #ececec;
    }
    .service li:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        position: absolute;
        left: 0;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
    }
    .service li:first-child {
        border-top: 1px solid #ececec;
    }



/* ------------------------------------------------------------------------------- */
/*  Shortcodes
/* ------------------------------------------------------------------------------- */

    .flexible-blocks { margin-top: 2.5em; }

    /*  Buttons  --------------------------------*/

    .gray-yellow            { background: #ccc; }
    .gray-yellow:hover      { background: #ffd800; }

    .yellow-gray            { background: #ffd800; }
    .yellow-gray:hover      { background: #ccc; }

    .yellow-darkgray        { background: #ffd800; }
    .yellow-darkgray:hover  { background: #333; }

    .darkgray-yellow        { background: #333; }
    .darkgray-yellow:hover  { background: #ffd800; }


    .cranberry, .gform_button { background: #8F3B57; }
    .cranberry:hover, .gform_button:hover { background: #9A5069; }


    .gray-blue            { background: #ccc; }
    .gray-blue:hover      { background: #2551A1; }

    .blue-gray            { background: #2551A1; }
    .blue-gray:hover      { background: #ccc; }

    .blue-darkgray        { background: #2551A1; }
    .blue-darkgray:hover  { background: #333; }

    .darkgray-blue        { background: #333; }
    .darkgray-blue:hover  { background: #2551A1; }


    .gray-cream            { background: #ccc; }
    .gray-cream:hover      { background: #EEE9DA; color: #333; }

    .cream-gray            { background: #EEE9DA; color: #333; }
    .cream-gray:hover      { background: #ccc; }

    .cream-darkgray        { background: #EEE9DA; color: #333; }
    .cream-darkgray:hover  { background: #333; }

    .darkgray-cream        { background: #333; }
    .darkgray-cream:hover  { background: #EEE9DA; color: #333; }


    .gray-green            { background: #ccc; }
    .gray-green:hover      { background: #9BCC45; }

    .green-gray            { background: #9BCC45; }
    .green-gray:hover      { background: #ccc; }

    .green-darkgray        { background: #9BCC45; }
    .green-darkgray:hover  { background: #333; }

    .darkgray-green        { background: #333; }
    .darkgray-green:hover  { background: #9BCC45; }


    .gray-orange            { background: #ccc; }
    .gray-orange:hover      { background: #FE9601; }

    .orange-gray            { background: #FE9601; }
    .orange-gray:hover      { background: #ccc; }

    .orange-darkgray        { background: #FE9601; }
    .orange-darkgray:hover  { background: #333; }

    .darkgray-orange        { background: #333; }
    .darkgray-orange:hover  { background: #FE9601; }


    .gray-pink            { background: #ccc; }
    .gray-pink:hover      { background: #FF9DBC; }

    .pink-gray            { background: #FF9DBC; }
    .pink-gray:hover      { background: #ccc; }

    .pink-darkgray        { background: #FF9DBC; }
    .pink-darkgray:hover  { background: #333; }

    .darkgray-pink        { background: #333; }
    .darkgray-pink:hover  { background: #FF9DBC; }


    .gray-red            { background: #ccc; }
    .gray-red:hover      { background: #D73300; }

    .red-gray            { background: #D73300; }
    .red-gray:hover      { background: #ccc; }

    .red-darkgray        { background: #D73300; }
    .red-darkgray:hover  { background: #333; }

    .darkgray-red        { background: #333; }
    .darkgray-red:hover  { background: #D73300; }


    .gray-tan            { background: #ccc; }
    .gray-tan:hover      { background: #D7AD7C; }

    .tan-gray            { background: #D7AD7C; }
    .tan-gray:hover      { background: #ccc; }

    .tan-darkgray        { background: #D7AD7C; }
    .tan-darkgray:hover  { background: #333; }

    .darkgray-tan        { background: #333; }
    .darkgray-tan:hover  { background: #D7AD7C; }


    .white-darkgray         { background: #fff; color: #333; }
    .white-darkgray:hover   { background: #333; color: #fff; }

    .darkgray-white         { background: #333; }
    .darkgray-white:hover   { background: #fff; color: #333; }


    .button.small {
        padding: 5px 8px 6px;
        font-size: 11px;
        line-height: 11px;
    }
    .button.big {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 16px;
    }
    .button.large {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 20px;
    }


    /*  Skills  --------------------------------*/

    .skill-title {
        display: block;
        margin-bottom: 3px;
        color: #959595;
        font-weight: 600;
    }
    .skillbar {
        display: block;
        overflow: hidden;
        margin-bottom: 15px;
        width: 100%;
        height: 30px;
        border-radius: 3px;
        background: #f2f2f2;
    }
    .skillbar .skill-progress {
        display: block;
        width: 0%;
        height: 100%;
    }


    /*  description  --------------------------------*/

    .infobox {
        padding: 30px;
        border-radius: 3px;
        background: #f2f2f2;
    }


    /*  Accordion  --------------------------------*/

    .accordion-button {
        position: relative;
        display: block;
        margin: 0;
        padding: 7px 0 7px 17px;
        border-top: 1px solid #ececec;
        font-weight: 600;
        line-height: normal;
        cursor: pointer;
    }
    .accordion-button:first-child {
        border: none;
    }
    .accordion-content {
        margin: 5px 0 10px !important;
        padding: 0 0 8px 17px;
    }
    .accordion-button span.ui-icon {
        position: absolute;
        left: 0;
        margin: 0;
    }
    .accordion-button span.ui-icon:before {
        color: #959595;
        content: "\f055";
        font-family: FontAwesome;
    }
    .accordion-button.ui-state-active span.ui-icon:before {
        content: "\f056";
    }

    /*  Alert Boxes  --------------------------------*/

    .alert {
        position: relative;
        margin-bottom: 15px;
        padding: 6px 15px;
        border-radius: 3px;
        color: #FFF;
    }
    .alert.success {
        background: #9BCC45;
    }
    .alert.notice {
        background: #78B9F7;
    }
    .alert.warning {
        background: #FEC901;
    }
    .alert.error {
        background: #D73300;
    }

    /*  Content Social Links  --------------------------------*/

    .content-social-links li {
        float: left;
        margin: 0 6px 6px 0;
    }
    .content-social-links li a {
        display: block;
        width: 38px;
        height: 38px;
        border-radius: 3px;
        background: #333;
        color: #fff;
        text-align: center;
        line-height: 35px;
    }


    /*  Blockquote  --------------------------------*/
    
    blockquote {
        position: relative;
        margin: 30px 0;
        padding: 15px 30px;
        color: #636363;
        font-style: italic;
    }
    blockquote p:last-of-type {
        margin-bottom: 0;
    }
    blockquote .person {
        display: block;
        margin-top: 10px;
        color: #333;
        font-weight: 600;
        font-style: normal;
    }


    /*  Lists  --------------------------------*/


    #content ul li {
        margin: 0 30px 5px 25px;
        list-style-type: disc;
    }

    ul.circle, ul.disc, ul.square {
        margin-bottom: 25px;
    }
    ul.circle li, ul.disc li, ul.square li {
        margin: 0 30px 5px;
        color: #636363;
    }
    ul.disc li {
        list-style-type: disc;
    }
    ul.circle li {
        list-style-type: circle;
    }
    ul.square li {
        list-style-type: square;
    }

    ul.arrow li { list-style: none!important; }
    ul.arrow li:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        position: absolute;
        left: 8px;
        -webkit-font-smoothing: antialiased;
        content: "\f061";
    }

    ul.angle li { list-style: none!important; }
    ul.angle li:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        position: absolute;
        left: 8px;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
    }

    ul.chevron li { list-style: none!important; }
    ul.chevron li:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        position: absolute;
        left: 8px;
        -webkit-font-smoothing: antialiased;
        content: "\f054";
    }

    ul.circle-arrow li { list-style: none!important; }
    ul.circle-arrow li:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        position: absolute;
        left: 8px;
        -webkit-font-smoothing: antialiased;
        content: "\f0a9";
    }

    /* Header Block  --------------------------------*/

    .header-block {
        margin-bottom: 40px;
        text-align: center;
        position: relative;
        background: transparent !important;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .header-block h2 { font-size: 16px; font-weight: 400; color: #000;}
    .header-block h2:before {
        content: "";
        display: block;
        border-top: solid 1px black;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        z-index: 1;
        overflow: hidden;
    }
    .header-block h2 span {
        padding: 0 40px;
        text-transform: uppercase;
        position: relative;
        z-index: 5;
        background:
            url(../images/header-block-dot.png) left center no-repeat,
            url(../images/header-block-dot.png) right center no-repeat,
            #fff;
    }





/* ------------------------------------------------------------------------------- */
/*  10.  Blog
/* ------------------------------------------------------------------------------- */
   
    .post {
        margin: 0 0 55px;
        padding: 0 0 35px;
        border-bottom: 1px solid #ececec;
    }
    .post h2 {
        margin-bottom: 10px;
    }
    .post-meta {
        margin-bottom: 25px;
        color: #959595;
    }
    .post-meta span {
        float: left;
        margin-right: 20px;
        font-size: 12px;
    }
    .post-meta a {
        color: #959595;
    }
    .single .post-entry .image {
        float: left;
        margin: 0 2em 0px 0;
    }
    .post-entry .image, .post-entry .image-slider, .post-entry .video {
        margin-bottom: 35px;
        max-width: 100%;
    }
    .post-entry .button {
        margin-top: 10px;
    }


    /*  Pagination  --------------------------------*/

    .pagination a, .pagination .current {  
        float: left;
        margin-right: 8px;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        background: #e1e1e1;
        color: #fff;
        text-align: center;
        font-weight: 800;
        font-size: 13px;
        line-height: 24px;
    }
    .pagination a:hover, .pagination .current {
        color: #fff;
    }
    .pagination a i {
        color: #fff;
        font-size: 12px;
    }


    /*  Blog Post Details  --------------------------------*/

    .post h3 {
        margin: 30px 0 23px;
        text-transform: capitalize;
        font-weight: 700;
    }
    .post.single p {
        margin-bottom: 20px;
    }
    .post.single p:last-child {
        margin-bottom: 10px;
    }


    /*  Comments  --------------------------------*/

    .comments-list {
        margin: 36px 0 70px;
        padding: 0 0 10px;
        border-bottom: 1px solid #ececec;
    }
    .comment {
        margin-top: 10px;
        padding-top: 30px;
        border-top: 1px solid #ececec;
        font-size: 12px;
    }
    .comment .children .comment {
        margin-top: 10px;
        padding-top: 30px;
    }
    .comment:first-child {
        margin: 0;
        padding: 0;
        border-top: none;
    }

    .comment .avatar {
        position: relative;
        z-index: 1;
        float: left;
        width: 50px;
        height: 50px;
    }
    .comment .respond {
        margin: 40px 0 50px;
    }
    .comment .comment-entry, .comment .comment-meta {
        margin-left: 60px;
    }
    .comment .comment-entry {
        color: #636363;
    }
    .comment .comment-meta {
        margin-top: -4px;
    }
    .comment .author {
        margin: 0;
        font-weight: 600;
    }
    .comment .reply {
        color: #959595;
    }
    .comment .date {
        margin: 1px 0 8px;
        color: #959595;
    }
    .comment .children {
        padding-left: 60px;
    }
    .comment .children .comment {
        position: relative;
        border-top: 1px solid #ececec;
    }

    
    /*  Comments Form  --------------------------------*/

    #comments-form {
        margin-top: 30px;
    }


    /*  Blog (Alt. Version)  --------------------------------*/

    .post-block {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        border-radius: 4px;
        background: #f3f3f3;
    }
    .post-block .post-entry {
        margin: 13px 20px 15px;
    }
    .post-block .post-entry h2 {
        margin-bottom: 15px;
        padding-bottom: 14px;
        border-bottom: 1px solid #333;
        font-weight: 700;
        font-size: 18px;;
    }
    .category-4 .post-block .post-entry h2 {
        border: 0px;
    }
    .post-block .post-entry h2:hover {
        color: #000;
    }
    .post-block .post-entry p {
        color: #333;
        font-size: 12px;
    }
    .post-block img {
        display: block;
        width: 100%;
    }
    .post-block .post-meta {
        margin: 0;
        padding: 11px 20px;
        background: rgba(255, 255, 255, .1);
        font-weight: 800;
        font-size: 12px;
    }
    .post-block .comments {
        float: right;
    }


    /*  Isotope Plugin  --------------------------------*/

    #infscr-loading {
        position: absolute;
        bottom: 0;
        z-index: 100;
        width: 100%;
        text-align: center;
    }
    #infscr-loading img {
        display: none;
    }
    #infscr-loading div {
        display: inline-block;
        padding: 15px 20px;
        border-radius: 5px;
        color: #fff;
        font-weight: 800;
        font-size: 14px;
    }


    /*  Isotope Plugin  --------------------------------*/

    .isotope-item {
        z-index: 2;
    }
    .isotope-hidden.isotope-item {
        z-index: 1;
        pointer-events: none;
    }
    .isotope, .isotope .isotope-item {/* change duration value to whatever you like */
        -webkit-transition-duration: 0.8s;
           -moz-transition-duration: 0.8s;
                transition-duration: 0.8s;
    }
    .isotope {
        -webkit-transition-property: height, width;
           -moz-transition-property: height, width;
                transition-property: height, width;
    }
    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
           -moz-transition-property:    -moz-transform, opacity;
            -ms-transition-property:     -ms-transform, opacity;
             -o-transition-property:         top, left, opacity;
                transition-property:         transform, opacity;
    }





/* ------------------------------------------------------------------------------- */
/*  12.  Contact
/* ------------------------------------------------------------------------------- */
    .google-map {
        height: 300px;
        width: 100%;
    }
    .bound .google-map {
        position: relative;
        margin: 0 auto 50px;
        padding: 0;
        width: 980px;
    }
    .fullwidth .google-map {
        margin-bottom: 50px;
        margin-top: -80px;
        height: 500px;
        width: 100%;
    }
    .google-map-marker {
        max-width: 350px;
        height: auto;
    }
    .google-map img {
        max-width: none;
    }
    .contact-intro {
        margin: 60px 0 40px;
        color: #333;
        font-size: 14px;
    }
    .contact-info .address {
        margin-top: 20px;
    }
    #contact-form {
        margin-top: 25px;
    }

/* ------------------------------------------------------------------------------- */
/*  13.  Widgets
/* ------------------------------------------------------------------------------- */

    .widget {
        margin: 0 0 50px;
        font-size: 12px;
    }
    #footer .widget {
        margin: 0;
    }
    .widget h3 {
        margin: 0 0 18px;
        font-weight: 600;
        font-size: 14px;
    }


    /*  Search  --------------------------------*/

    .widget_search input {
        width: 212px !important;
    }
    #sidebar .widget_search {
        margin-top: 15px;
    }


    /*  Categories  --------------------------------*/

    #sidebar .widget_categories li {
        padding: 7px 0 7px 0;
        border-bottom: 1px solid #ececec;
    }
    #sidebar .widget_categories li:before {
        margin-right: 5px;
        color: #636363;
        content: "\f0da";
        font-size: 9px;
        font-family: 'FontAwesome';
    }
    #sidebar .widget_categories li:last-child {
        border: none;
    }
    #sidebar .widget_categories li a {
        color: #636363;
    }


    #footer .widget_categories li {
        border-bottom: 1px solid #484848;
        /*background: url(http://careersystemsintl.com/wp-content/themes/csi/images/c_icon_next_g.png) no-repeat 0 12px;*/
    }
    #footer .widget_categories li:last-child {
        border: none;
    }
    #footer .widget_categories li a {
        /*color: #C2C2C2;*/
    }


    /*  Text Widget  --------------------------------*/

    #sidebar .widget_text {
        color: #636363;
    }


    /*  Tabs With Posts  --------------------------------*/

    .ui-tabs .ui-tabs-nav {
        display: block;
        display: table;
        width: 100%;
    }
    .bordered.ui-tabs .tabs-content-wrapper {
        display: block;
        margin-top: -21px;
        padding: 30px 20px;
        border: 1px solid #e6e6e6;
        border-radius: 0;
        overflow: hidden;
    }
    .ui-tabs .ui-tabs-nav li {
        position: relative;
        float: left;
        margin: 0 0 20px!important;
        padding: 0;
        width: auto;
        line-height: 32px;
        list-style: none!important;
    }
    #sidebar .ui-tabs .ui-tabs-nav li {
        width: 50%;
    }
    .ui-tabs .ui-tabs-nav li a {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        display: block;
        padding: 0 25px;
        border: 1px solid #e6e6e6;
        border-left: none;
        border-radius: 0;
        color: #959595;
        text-align: center;
    }
    .ui-tabs .ui-tabs-nav li a i {
        color: #959595;
        padding-right: 10px;
    }
    .ui-tabs .ui-tabs-nav li a:last-child {
        margin-right: 0;
    }
    .ui-tabs .ui-tabs-nav li:first-child a {
        border-left: 1px solid #e6e6e6;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        border-bottom: 1px solid #fff;
        color: #333;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a i {
        color: #000;
        border-right-color: #000;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text;
    }
    .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
        cursor: pointer;
    }
    .ui-tabs .ui-tabs-panel {
        font-family: "Open Sans";
        font-size: 100%;
        font-weight: 400;
        position: relative;
        display: block;
        border: none;
    }
    .ui-tabs .ui-tabs-panel .posts li {
        margin-bottom: 15px;
    }
    .ui-tabs .ui-tabs-panel .posts li:last-child {
        margin: 0;
    }
    .ui-tabs .ui-tabs-panel .posts img {
        float: left;
        margin-top: 3px;
        margin-right: 10px;
        width: 50px;
        height: 50px;
        border-radius: 3px;
    }
    .ui-tabs .ui-tabs-panel .entry .date {
        display: block;
        color: #959595;
    }
    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }

    /* Icon Tabs */
    .icon-tabs {
        margin-bottom: 2.2em;
        overflow: hidden;
        display: block!important;
        -webkit-backface-visibility: hidden;
    }
    .icon-tabs.left-tabs { border-top: 1px solid #E6E6E6; }
    .icon-tabs.left-tabs .ui-tabs .ui-tabs-nav li {
        position: relative;
        float: none;
        margin: 0;
        padding: 0;
        width: auto;
        line-height: 32px;
        border-width: 0 1px 1px 1px;
        border-color: #E6E6E6;
        border-style: solid;
    }
    .icon-tabs.left-tabs .ui-tabs .ui-tabs-nav li.ui-state-active { border-right-color: #fff; }
    .icon-tabs.left-tabs .ui-tabs .ui-tabs-nav li a {
        text-align: left;
        border: 0;
    }
    .icon-tabs.left-tabs .ui-tabs .ui-tabs-nav li:last-child a { border-bottom: 0; }
    .icon-tabs.left-tabs .ui-tabs .tabs-content-wrapper {
        display: block;
        padding: 10px 0 0 0;
    }


    /*  Recent Entries  --------------------------------*/

    .widget_recent_entries .posts li {
        margin-bottom: 15px;
    }
    .widget_recent_entries .posts li:last-child {
        margin: 0;
    }
    .widget_recent_entries .posts img {
        float: left;
        margin-top: 3px;
        margin-right: 10px;
        width: 50px;
        height: 50px;
        border-radius: 3px;
    }
    .widget_recent_entries .entry .date {
        display: block;
        color: #959595;
    }
    #footer .widget_recent_entries a {
        color: #c2c2c2;
    }
    #footer .widget_recent_entries .date {
        color: #636363;
    }
    

    /*  Latest Posts  --------------------------------*/

    .widget_latest_posts li {
        margin-bottom: 10px;
    }
    .widget_latest_posts li:last-child {
        margin: 0;
    }


    /*  Twitter Feed  --------------------------------*/

    .twitter-feed li {
        margin: 0 0 10px;
    }
    .jta-tweet-timestamp {
        display: block;
    }
    .jta-clear {
        display: none;
    }

    #sidebar .jta-tweet-text {
        color: #636363;
    }
    #sidebar .jta-tweet-text:before {
        margin: 0 5px 0 -16px;
        color: #959595;
        content: "\f099";
        font-family: FontAwesome;
    }
    #sidebar .jta-tweet-text a {
        color: #333;
    }
    #sidebar .jta-tweet-list-item {
        padding-left: 16px;
    }
    #sidebar .jta-tweet-timestamp-link {
        color: #959595;
    }
    #footer .jta-tweet-text {
        color: #636363;
    }
    #footer .jta-tweet-timestamp-link {
        color: #636363;
    }


    /*  Photo Stream  --------------------------------*/

    .photo-stream {
        margin-right: -12px;
    }
    .photo-stream li {
        float: left;
        overflow: hidden;
        margin: 0 10px 10px 0;
    }
    .photo-stream a {
        display: block;
        border-radius: 3px;
    }
    .photo-stream a:hover img {
        opacity: .4;
    }
    .photo-stream img {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 3px;
    }

    #footer .photo-stream {
        margin-top: 22px;
    }





/* ------------------------------------------------------------------------------- */
/*  14.  Footer
/* ------------------------------------------------------------------------------- */

    #footer {
        margin-top: 40px;
        padding-top: 40px;
        background: #333;
        color: #636363;
        font-size: 12px;
    }
    #footer .logo {
        display: block;
        margin-top: -15px;
        margin-bottom: 20px;
        color: #fff;
        letter-spacing: -0.05em;
        font-weight: 800;
        font-size: 28px;
        line-height: 1.2em;
    }
    #footer h3 {
        margin-bottom: 20px;
        color: #636363;
        font-weight: 700;
        font-size: 14px;
    }
    #footer a {
        color: #cccccc;
    }


    /*  Copyright & Social Links  --------------------------------*/

    #footer a:hover { color: #fff; }

    #footer .info {
        margin: 40px auto 0;
        padding: 15px 0;
        width: 100%;
        background: #2b2b2b;
    }
    .copyright {
        float: left;
    }
    .copyright li {
        float: left;
        margin-right: 30px;
        line-height: 26px;
    }
    .social-links {
        float: right;
    }
    .widget .social-links {float: left; list-style: none; margin: 0;}
    #content .widget .social-links {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    #content .widget .social-links li {
        list-style: none;
        margin: 0px;
        margin-right: 8px;
    }
    #content .widget .social-links li a {color: #ccc;}
    .social-links li {
        float: left;
        margin-left: 8px;
        border-radius: 3px;
        background: #363636;
        text-align: center;
    }
    .widget .social-links li {
        margin-left: 0px;
        margin-right: 8px;p
    }
    .social-links li a {
        display: block;
        width: 26px;
        height: 26px;/* ----------------------------------------------------------------------------- */
/*  0.  Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ----------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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, input, textarea, select {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

del {
    text-decoration: line-through;
}

hr {
    clear: both;
    margin: 0;
    padding: 0;
    height: 1px;
    border: 0;
    background: transparent;
    color: transparent;
}

mark {
    background-color: #ffffb3;
    font-style: italic;
}

input, select {
    vertical-align: middle;
}

ins {
    background-color: red;
    color: white;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.clear{display:block;visibility:hidden;clear:both;overflow:hidden;width:0;height:0;}.clearfix:after{display:block;visibility:hidden;clear:both;width:0;height:0;content:' ';font-size:0;line-height:0;}* html .clearfix,:first-child+html .clearfix{zoom:1;}

/* ----------------------------------------------------------------------------- */
/*  1.  Document Setup
/* ----------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);

    html {
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        font: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    body {
        overflow-x: hidden;
        overflow-y: auto;
        color: #000;
        font: 15px/1.7 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }
    a, a > * {
        color: #2551A1;
        text-decoration: none;
        -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    }

    ::-moz-selection { background: #333; color: #fff; text-shadow: none; }
    ::selection { background: #333; color: #fff; text-shadow: none; }

    h1 { font-size: 30px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 14px; }

    h1, h2, h3, h4, h5, h6 {
        line-height: 1.3em;
        font-weight: 700;
    }
    h1.headline, h2.headline, h3.headline {
        margin-bottom: 25px;
    }
    h4.headline, h5.headline, h6.headline {
        margin-bottom: 15px;
    }
    .inline-border {
        position: relative;
        display: block;
        margin: 0 0 40px;
        color: #959595;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 200;
    }
    .inline-border:before, .inline-border:after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 25%;
        height: 1px;
        background: #ececec;
        content: '';
    }
    .inline-border:after {
        right: 0;
        left: auto;
    }

    small {
        font-size: 11px;
    }

    p,
    pre,
    dl,
    dd,
    blockquote,
    address,
    table,
    fieldset,
    form {
        margin-bottom: 20px;
    }
    p { min-height: 20px; line-height: 1.7em; }

    img {
        display: block;
        max-width: 100%;
        height: auto;
        -webkit-backface-visibility: hidden;
    }

    object, video {
        display: block;
        height: auto;
    }

    strong { font-weight: 700; }




    /*  Forms  -----------------------------------------------------*/

    label {
        font-weight: 600;
    }
    label.error {
        display: block;
        margin-top: -15px;
        margin-bottom: 20px;
        background: none;
        color: red;
        font-weight: 400;
    }

    input[type="text"], textarea {
        display: block;
        margin-bottom: 20px;
        padding: 7px 8px;
        max-width: 100%;
        width: 240px;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        color: #959595;
        font: 12px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-weight: 500;
        -webkit-transition: border linear .3s, box-shadow linear .3s;
           -moz-transition: border linear .3s, box-shadow linear .3s;
            -ms-transition: border linear .3s, box-shadow linear .3s;
             -o-transition: border linear .3s, box-shadow linear .3s;
                transition: border linear .3s, box-shadow linear .3s;
        -webkit-appearance: none;
    }
    textarea {
        min-width: 97%;
        max-width: 97%;
        resize: none;
        -webkit-resize: none;
        -moz-resize: none;
        -webkit-resize: none;
        -moz-resize: none;
    }
    input[type="submit"], input[type="reset"], input[type="button"], button, .button {
        display: inline-block;
        margin: 0 5px 15px 0;
        padding: 7px 20px 8px;
        border-radius: 3px;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.5;
        cursor: pointer;
        -webkit-transition: background .2s ease-out;
           -moz-transition: background .2s ease-out;
            -ms-transition: background .2s ease-out;
             -o-transition: background .2s ease-out;
                transition: background .2s ease-out;
        -webkit-appearance: none;
        -webkit-font-smoothing: antialiased;
    }
    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
        color: #fff;
    }



    /*  Tools  -----------------------------------------------------*/
    .box-shadow {
        -webkit-box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.5)!important;
        box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.5)!important;
    }
    .text-shadow { text-shadow: 1px 1px 5px rgba(0,0,0,0.5); }

    .marginize { margin-bottom: 2.2em; }

    .alignleft { float: left; margin-right: 10px; margin-bottom: 10px; }
    .alignright { float: right; margin-right: 10px; margin-bottom: 10px; }




/* ------------------------------------------------------------------------------- */
/*  2.  Wrap
/* ------------------------------------------------------------------------------- */


    #body-wrapper {
        position: relative;
        background: #fff;
    }
    .container {
        position: relative;
        margin: 0 auto;
        padding: 0;
        max-width: 980px;
    }
    .container>p:last-of-type { margin-bottom: 0!important; }
    .container:after {
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        content: "\0020";
    }

    .fullwidth {
        margin-right: -70px !important;
        margin-left: -70px !important;
    }
    .fullwidth-padding {
        margin-right: -70px !important;
        margin-left: -70px !important;
        padding-right: 70px !important;
        padding-left: 70px !important;
    }


    /*  Columns  --------------------------------*/

    #main {
        float: left;
        width: 71.5%;
    }
    #sidebar {
        float: right;
        width: 23.5%;
    }

    .one-half       { width: 49%; }
    .one-third      { width: 31.9%; }
    .two-third      { width: 64%; }
    .one-fourth     { width: 23.5%; }
    .three-fourth   { width: 74.5%; }
    .one-fifth      { width: 18.4%; }
    .two-fifth      { width: 38.8%; }
    .three-fifth    { width: 59.2%; }
    .four-fifth     { width: 79.6%; }

    .one-half,
    .one-third,
    .two-third,
    .three-fourth,
    .one-fourth,
    .one-fifth,
    .two-fifth,
    .three-fifth,
    .four-fifth {
        position: relative;
        float: left;
        margin-right: 2%;
    }
    .column-container { margin-bottom: 2.2em; }
    .column-container p:last-child { margin-bottom: 0; }
    .column-last {
        clear: right;
        margin-right: 0!important;
    }

    hr {
        display: block;
    }

    .sep10   { height: 10px; }
    .sep20   { height: 20px; }
    .sep30   { height: 30px; }
    .sep40   { height: 40px; }
    .sep50   { height: 50px; }
    .sep60   { height: 60px; }
    .sep70   { height: 70px; }
    .sep80   { height: 80px; }
    .sep90   { height: 90px; }
    .sep100  { height: 100px; }


/* ------------------------------------------------------------------------------- */
/*  3.  Header
/* ------------------------------------------------------------------------------- */

    #header {
        position: relative;
        margin: 0 auto;
        min-height: 120px;
    }
    #logo {
        float: left;
        margin-top: 35px;
        color: #333;
        letter-spacing: -0.06em;
        font-weight: 700;
        font-size: 36px;
        line-height: 1.2em;
    }


    /*  Navigation  --------------------------------*/



    /*********************
    NAVIGATION STYLES
    *********************/

    .top-nav {
        float: right;
        margin: 30px 0 0 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -webkit-box-shadow: inset 0px 0px 5px 0px rgba(181, 181, 181, 0.2), 0px 0px 5px 0 rgba(181, 181, 181, 0.2);
        box-shadow: inset 0px 0px 5px 0px rgba(181, 181, 181, 0.2), 0px 0px 5px 0 rgba(181, 181, 181, 0.2);
        background: #fff;
        /* end .menu ul li */
        /* highlight current page */
        /* end current highlighters */
    }

    .top-nav > li {
        float: left;
        position: relative;
        border-right: 1px solid #f2f2f2;
        /* showing sub-menus */
    }
    .top-nav > li:hover > a, .top-nav > li:focus > a {
        color: #fff;
        background-color: #2555a7;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#2469c2), to(#2555a7));
        background-image: -webkit-linear-gradient(top, #2469c2, #2555a7);
        background-image: -moz-linear-gradient(top, #2469c2, #2555a7);
        background-image: -o-linear-gradient(top, #2469c2, #2555a7);
        background-image: linear-gradient(to bottom, #2469c2, #2555a7);
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;


    }
    .top-nav > li a {
        color: #000;
        font-weight: 400;
        display: block;
        text-decoration: none;
        padding: 10px 10px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .top-nav > li:first-child a {
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
    }
    .top-nav > li:last-child {
        border-right: 0;
    }
    .top-nav > li:last-child a {
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
    }
    .top-nav > li .pointer {
        padding-top: 15px;
        position: absolute;
        right: 0;
        display: none;
        z-index: 8999;
        background: url(../images/sub-menu-tip.png) 150px 5px no-repeat;
    }
    .top-nav > li ul.sub-menu,
    .top-nav > li ul.children {
        margin-top: 0;
        border: 0;
        overflow: hidden;
        font-size: 95%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
        /* highlight sub-menu current page */
    }
    .top-nav > li ul.sub-menu li,
    .top-nav > li ul.children li {
        /*
        if you need to go deeper, go nuts
        just remember deeper menus suck
        for usability. k, bai.
        */
    }
    .top-nav > li ul.sub-menu li a,
    .top-nav > li ul.children li a {
        color: #B7CEEB;
        padding: 8px;
        display: block;
        width: 200px;
        border: 0;
        border-bottom: 1px solid #4681CC;
        background: #2379d8;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
    }
    .top-nav > li ul.sub-menu li a:hover, .top-nav > li ul.sub-menu li a:focus,
    .top-nav > li ul.children li a:hover,
    .top-nav > li ul.children li a:focus {
        color: #fff;
    }
    .top-nav > li ul.sub-menu li:last-child a,
    .top-nav > li ul.children li:last-child a {
        border-bottom: 0;
    }
    .top-nav > li ul.sub-menu li ul,
    .top-nav > li ul.children li ul {
        display: hidden;
    }
    .top-nav > li:hover .pointer {
        top: auto;
        display: block;
    }
    /* end top-nav */


    /*  Responsive Nav  --------------------------------*/

    .selectnav {
        position: absolute;
        bottom: 0;
        display: none;
        padding: 12px 30px;
        border: none;
        border-radius: 0;
        background: #333;
        color: #959595;
        font-size: 14px;
        -webkit-appearance: none;
    }


/* ------------------------------------------------------------------------------- */
/*  2.  Slider
/* ------------------------------------------------------------------------------- */

    .slide-block { color: #fff; }
    .slide-block h1 { font-size: 3em; font-weight: 400; }

/* ------------------------------------------------------------------------------- */
/*  4.  Content
/* ------------------------------------------------------------------------------- */


    /*  Back to Top  --------------------------------*/

    #back-to-top {
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 9999;
        width: 45px;
        height: 45px;
        border-radius: 3px;
        background: #333;
        text-align: center;
        line-height: 45px;
    }
    #back-to-top i {
        color: #fff;
    }


    /*  Page Title  --------------------------------*/
    
    .page-title {
        display: block;
        margin: 0 0 40px;
        padding: 60px 30px 65px;
        font-weight: 400;
        font-size: 40px;
    }
    .page-title .accent {
        display: block;
        color: #fff;
        font-size: 25px;
        line-height: 1.3;
        padding-top: 5px;
    }
    .intro {
        font-size: 18px;
    }


    /*  Project Carousel  --------------------------------*/

    .project-carousel {
        width: auto !important;
        margin-bottom: 40px;
    }

    .project-carousel div {
        position: relative;
        overflow: hidden;
        width: inherit;
    }
    .project-carousel li {
        position: relative;
        display: block;
        float: left;
        overflow: hidden;
        margin: 0 20px 0 0!important;
        list-style: none!important;
        width: 230px;
        height: 230px;
    }
    .project-carousel img {
        position: relative;
        display: block;
        width: 100%;
    }


    /*  Carousel Navigation  --------------------------------*/

    .jcarousel-next, .jcarousel-prev {
        position: absolute;
        top: 50%;
        right: 20px;
        z-index: 999;
        display: block;
        margin-top: -37px;
        width: 35px;
        height: 75px;
        border-radius: 3px;
        text-align: center;
        line-height: 75px;
        opacity: 0;
        -webkit-transition: all .3s ease;
    }
    .jcarousel-next i,
    .jcarousel-next i:hover,
    .jcarousel-prev i,
    .jcarousel-prev i:hover {
        color: #fff;
    }
    .jcarousel-prev {
        left: 20px;
    }
    .project-carousel:hover .jcarousel-next, .project-carousel:hover .jcarousel-prev {
        background: rgba(0,0,0, .2);
        opacity: .5;
    }
    .project-carousel:hover .jcarousel-next:hover, .project-carousel:hover .jcarousel-next:focus, .project-carousel:hover .jcarousel-next:active,
    .project-carousel:hover .jcarousel-prev:hover, .project-carousel:hover .jcarousel-prev:focus, .project-carousel:hover .jcarousel-prev:active {
        background: rgba(0,0,0, .4);
        opacity: 1;
    }
    .jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus, .jcarousel-next-disabled:active,
    .jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus, .jcarousel-prev-disabled:active {
        display: none !important;
        cursor: auto;
    }

/*  Project Feed Filter  --------------------------------*/

.project-feed-filter {
    display: inline-block;
    margin: 0 0 40px;
    font-size: 12px;
}
.project-feed-filter li {
    display: block;
    float: left;
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
.project-feed-filter a {
    display: block;
    margin: 0 20px 0 0;
    color: #959595;
}
.project-feed-filter a:hover, .project-feed-filter .current {
    color: #333;
}


/*  Project Feed  --------------------------------*/

.project-feed > div {
    position: relative;
    float: left;
    margin: 0 0 20px 0;
    list-style: none;
}
.project-feed div a {
    display: block;
}
.project-feed div img {
    display: block;
    width: 100%;
}

/*  Project Item Overlay  --------------------------------*/

.project-item {
    overflow: hidden;
    float: left;
    list-style: none;
}
.project-item .thumbnail {
    position: relative;
    overflow: hidden;
}
.project-item header {
    top: 10px;
    left: 5px;
    right: 5px;
    position: absolute;
}
.project-item h2 {
    display: inline-block;
    padding: 5px 10px;
    background: #2551a1;
    color: #fff;
    font-size: 16px;
}
.project-item:hover>header {
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
}
.project-item .overlay,
.overlay {
    position: absolute;
    top: -1px;
    left: -1px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url(../images/overlay_background.svg);
}
.project-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
}

.project-item:hover .mask h2 { background: transparent; }
.project-item:hover .mask,
.project-item:focus .mask
{
    opacity: .95;
}
.project-item img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.project-item:hover img {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.project-item .button {
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.project-item .excerpt {
    color: #fff;
    padding: 0 10px;
    line-height: normal;
}
.project-item .icon-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}
.project-item .icon-image:hover {
    background: #333;
}
.project-item .icon-image i {
    color: #fff;
}
.project-item .thumbnail img {
    position: relative;
    overflow: hidden;
}
.project-item .item-title {
    position: absolute;
    bottom: 40px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.project-item .item-title:hover {
    color: #333;
}
.project-item .thumb-item-title {
    position: relative;
    padding: 15px 20px;
    background: #333;
    text-align: center;
}
.project-item .thumb-item-title h2 a:hover {
    color: #FFF;
}
.project-item .thumb-item-title span {
    color: #959595;
    font-size: 12px;
}


    /*  Blog Feed  --------------------------------*/

    .blog-feed {
        color: #636363;
        font-size: 12px;
    }
    .blog-feed a {
        position: relative;
        display: block;
    }
    .blog-feed h4  {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .blog-feed h5  {
        margin-top: 10px;
    }
    .blog-feed p {
        margin: 0;
    }
    .blog-feed .post-meta {
        margin-top: 2px;
        margin-bottom: 5px;
    }
    .blog-feed .post-meta span {
        font-size: 11px;
    }


 /* ------------------------------------------------------------------------------- */
/*  7.  Services
/* ------------------------------------------------------------------------------- */
    .services-block { margin-bottom: 40px; }
    .service {
        float: left;
        width: 100%;
    }
    .service-icon {
        display: block;
        float: left;
        margin: 0 6px 6px 0;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #333;
        vertical-align: middle;
        text-align: center;
        line-height: 38px;
        backface-visibility:hidden;
        -webkit-backface-visibility:hidden; /* Chrome and Safari */
        -moz-backface-visibility:hidden; /* Firefox */
        -ms-backface-visibility:hidden; /* Internet Explorer */
    }
    .service-description h2 {
        margin: 0 0 0 48px;
        margin-top: 5px;
        font-size: 20px;
    }
    .service-description p {
        margin: 25px 0 15px;
        color: #000;
    }
    .service-description .more {
        float: right;
        opacity: 0;
        -webkit-transition: all .3s ease;
    }
    .service:hover .more {
        opacity: 1;
    }
    .service li {
        margin: 0!important;
        list-style: none!important;
        display: block;
        position: relative;
        padding: 7px 0 7px 15px;
        border-bottom: 1px solid #ececec;
    }
    .service li:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        position: absolute;
        left: 0;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
    }
    .service li:first-child {
        border-top: 1px solid #ececec;
    }



/* ------------------------------------------------------------------------------- */
/*  Shortcodes
/* ------------------------------------------------------------------------------- */

    .flexible-blocks { margin-top: 2.5em; }

    /*  Buttons  --------------------------------*/

    .gray-yellow            { background: #ccc; }
    .gray-yellow:hover      { background: #ffd800; }

    .yellow-gray            { background: #ffd800; }
    .yellow-gray:hover      { background: #ccc; }

    .yellow-darkgray        { background: #ffd800; }
    .yellow-darkgray:hover  { background: #333; }

    .darkgray-yellow        { background: #333; }
    .darkgray-yellow:hover  { background: #ffd800; }


    .cranberry, .gform_button { background: #8F3B57; }
    .cranberry:hover, .gform_button { background: #9A5069; }


    .gray-blue            { background: #ccc; }
    .gray-blue:hover      { background: #2551A1; }

    .blue-gray            { background: #2551A1; }
    .blue-gray:hover      { background: #ccc; }

    .blue-darkgray        { background: #2551A1; }
    .blue-darkgray:hover  { background: #333; }

    .darkgray-blue        { background: #333; }
    .darkgray-blue:hover  { background: #2551A1; }


    .gray-cream            { background: #ccc; }
    .gray-cream:hover      { background: #EEE9DA; color: #333; }

    .cream-gray            { background: #EEE9DA; color: #333; }
    .cream-gray:hover      { background: #ccc; }

    .cream-darkgray        { background: #EEE9DA; color: #333; }
    .cream-darkgray:hover  { background: #333; }

    .darkgray-cream        { background: #333; }
    .darkgray-cream:hover  { background: #EEE9DA; color: #333; }


    .gray-green            { background: #ccc; }
    .gray-green:hover      { background: #9BCC45; }

    .green-gray            { background: #9BCC45; }
    .green-gray:hover      { background: #ccc; }

    .green-darkgray        { background: #9BCC45; }
    .green-darkgray:hover  { background: #333; }

    .darkgray-green        { background: #333; }
    .darkgray-green:hover  { background: #9BCC45; }


    .gray-orange            { background: #ccc; }
    .gray-orange:hover      { background: #FE9601; }

    .orange-gray            { background: #FE9601; }
    .orange-gray:hover      { background: #ccc; }

    .orange-darkgray        { background: #FE9601; }
    .orange-darkgray:hover  { background: #333; }

    .darkgray-orange        { background: #333; }
    .darkgray-orange:hover  { background: #FE9601; }


    .gray-pink            { background: #ccc; }
    .gray-pink:hover      { background: #FF9DBC; }

    .pink-gray            { background: #FF9DBC; }
    .pink-gray:hover      { background: #ccc; }

    .pink-darkgray        { background: #FF9DBC; }
    .pink-darkgray:hover  { background: #333; }

    .darkgray-pink        { background: #333; }
    .darkgray-pink:hover  { background: #FF9DBC; }


    .gray-red            { background: #ccc; }
    .gray-red:hover      { background: #D73300; }

    .red-gray            { background: #D73300; }
    .red-gray:hover      { background: #ccc; }

    .red-darkgray        { background: #D73300; }
    .red-darkgray:hover  { background: #333; }

    .darkgray-red        { background: #333; }
    .darkgray-red:hover  { background: #D73300; }


    .gray-tan            { background: #ccc; }
    .gray-tan:hover      { background: #D7AD7C; }

    .tan-gray            { background: #D7AD7C; }
    .tan-gray:hover      { background: #ccc; }

    .tan-darkgray        { background: #D7AD7C; }
    .tan-darkgray:hover  { background: #333; }

    .darkgray-tan        { background: #333; }
    .darkgray-tan:hover  { background: #D7AD7C; }


    .white-darkgray         { background: #fff; color: #333; }
    .white-darkgray:hover   { background: #333; color: #fff; }

    .darkgray-white         { background: #333; }
    .darkgray-white:hover   { background: #fff; color: #333; }


    .button.small {
        padding: 5px 8px 6px;
        font-size: 11px;
        line-height: 11px;
    }
    .button.big {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 16px;
    }
    .button.large {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 20px;
    }


    /*  Skills  --------------------------------*/

    .skill-title {
        display: block;
        margin-bottom: 3px;
        color: #959595;
        font-weight: 600;
    }
    .skillbar {
        display: block;
        overflow: hidden;
        margin-bottom: 15px;
        width: 100%;
        height: 30px;
        border-radius: 3px;
        background: #f2f2f2;
    }
    .skillbar .skill-progress {
        display: block;
        width: 0%;
        height: 100%;
    }


    /*  description  --------------------------------*/

    .infobox {
        padding: 30px;
        border-radius: 3px;
        background: #f2f2f2;
    }


    /*  Accordion  --------------------------------*/

    .accordion-button {
        position: relative;
        display: block;
        margin: 0;
        padding: 7px 0 7px 17px;
        border-top: 1px solid #ececec;
        font-weight: 600;
        line-height: normal;
        cursor: pointer;
    }
    .accordion-button:first-child {
        border: none;
    }
    .accordion-content {
        margin: 5px 0 10px !important;
        padding: 0 0 8px 17px;
    }
    .accordion-button span.ui-icon {
        position: absolute;
        left: 0;
        margin: 0;
    }
    .accordion-button span.ui-icon:before {
        color: #959595;
        content: "\f055";
        font-family: FontAwesome;
    }
    .accordion-button.ui-state-active span.ui-icon:before {
        content: "\f056";
    }

    /*  Alert Boxes  --------------------------------*/

    .alert {
        position: relative;
        margin-bottom: 15px;
        padding: 6px 15px;
        border-radius: 3px;
        color: #FFF;
    }
    .alert.success {
        background: #9BCC45;
    }
    .alert.notice {
        background: #78B9F7;
    }
    .alert.warning {
        background: #FEC901;
    }
    .alert.error {
        background: #D73300;
    }

    /*  Content Social Links  --------------------------------*/

    .content-social-links li {
        float: left;
        margin: 0 6px 6px 0;
    }
    .content-social-links li a {
        display: block;
        width: 38px;
        height: 38px;
        border-radius: 3px;
        background: #333;
        color: #fff;
        text-align: center;
        line-height: 35px;
    }


    /*  Blockquote  --------------------------------*/
    
    blockquote {
        position: relative;
        margin: 30px 0;
        padding: 15px 30px;
        color: #636363;
        font-style: italic;
    }
    blockquote p:last-of-type {
        margin-bottom: 0;
    }
    blockquote .person {
        display: block;
        margin-top: 10px;
        color: #333;
        font-weight: 600;
        font-style: normal;
    }


    /*  Lists  --------------------------------*/


    #content ul li {
        margin: 0 30px 5px 25px;
        list-style-type: disc;
    }

    ul.circle, ul.disc, ul.square {
        margin-bottom: 25px;
    }
    ul.circle li, ul.disc li, ul.square li {
        margin: 0 30px 5px;
        color: #636363;
    }
    ul.disc li {
        list-style-type: disc;
    }
    ul.circle li {
        list-style-type: circle;
    }
    ul.square li {
        list-style-type: square;
    }

    ul.arrow li { list-style: none!important; }
    ul.arrow li:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        position: absolute;
        left: 8px;
        -webkit-font-smoothing: antialiased;
        content: "\f061";
    }

    ul.angle li { list-style: none!important; }
    ul.angle li:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        position: absolute;
        left: 8px;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
    }

    ul.chevron li { list-style: none!important; }
    ul.chevron li:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        position: absolute;
        left: 8px;
        -webkit-font-smoothing: antialiased;
        content: "\f054";
    }

    ul.circle-arrow li { list-style: none!important; }
    ul.circle-arrow li:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        position: absolute;
        left: 8px;
        -webkit-font-smoothing: antialiased;
        content: "\f0a9";
    }

    /* Header Block  --------------------------------*/

    .header-block {
        margin-bottom: 40px;
        text-align: center;
        position: relative;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .header-block h2 { font-size: 16px; font-weight: 400; }
    .header-block h2:before {
        content: "";
        display: block;
        border-top: solid 1px black;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        z-index: 1;
        overflow: hidden;
    }
    .header-block h2 span {
        padding: 0 40px;
        text-transform: uppercase;
        position: relative;
        z-index: 5;
        background:
            url(../images/header-block-dot.png) left center no-repeat,
            url(../images/header-block-dot.png) right center no-repeat,
            #fff;
    }





/* ------------------------------------------------------------------------------- */
/*  10.  Blog
/* ------------------------------------------------------------------------------- */
   
    .post {
        margin: 0 0 55px;
        padding: 0 0 35px;
        border-bottom: 1px solid #ececec;
    }
    .post h2 {
        margin-bottom: 10px;
    }
    .post-meta {
        margin-bottom: 25px;
        color: #959595;
    }
    .post-meta span {
        float: left;
        margin-right: 20px;
        font-size: 12px;
    }
    .post-meta a {
        color: #959595;
    }
    .post-entry .image {
        float: left;
        margin: 0 2em 0px 0;
    }
    .post-entry .image, .post-entry .image-slider, .post-entry .video {
        margin-bottom: 35px;
        max-width: 100%;
    }
    .post-entry .button {
        margin-top: 10px;
    }


    /*  Pagination  --------------------------------*/

    .pagination a, .pagination .current {  
        float: left;
        margin-right: 8px;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        background: #e1e1e1;
        color: #fff;
        text-align: center;
        font-weight: 800;
        font-size: 13px;
        line-height: 24px;
    }
    .pagination a:hover, .pagination .current {
        color: #fff;
    }
    .pagination a i {
        color: #fff;
        font-size: 12px;
    }


    /*  Blog Post Details  --------------------------------*/

    .post h3 {
        margin: 30px 0 23px;
        text-transform: capitalize;
        font-weight: 700;
    }
    .post.single p {
        margin-bottom: 20px;
    }
    .post.single p:last-child {
        margin-bottom: 10px;
    }


    /*  Comments  --------------------------------*/

    .comments-list {
        margin: 36px 0 70px;
        padding: 0 0 10px;
        border-bottom: 1px solid #ececec;
    }
    .comment {
        margin-top: 10px;
        padding-top: 30px;
        border-top: 1px solid #ececec;
        font-size: 12px;
    }
    .comment .children .comment {
        margin-top: 10px;
        padding-top: 30px;
    }
    .comment:first-child {
        margin: 0;
        padding: 0;
        border-top: none;
    }

    .comment .avatar {
        position: relative;
        z-index: 1;
        float: left;
        width: 50px;
        height: 50px;
    }
    .comment .respond {
        margin: 40px 0 50px;
    }
    .comment .comment-entry, .comment .comment-meta {
        margin-left: 60px;
    }
    .comment .comment-entry {
        color: #636363;
    }
    .comment .comment-meta {
        margin-top: -4px;
    }
    .comment .author {
        margin: 0;
        font-weight: 600;
    }
    .comment .reply {
        color: #959595;
    }
    .comment .date {
        margin: 1px 0 8px;
        color: #959595;
    }
    .comment .children {
        padding-left: 60px;
    }
    .comment .children .comment {
        position: relative;
        border-top: 1px solid #ececec;
    }

    
    /*  Comments Form  --------------------------------*/

    #comments-form {
        margin-top: 30px;
    }


    /*  Blog (Alt. Version)  --------------------------------*/

    .post-block {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        border-radius: 4px;
        background: #f3f3f3;
    }
    .post-block .post-entry {
        margin: 13px 20px 15px;
    }
    .post-block .post-entry h2 {
        margin-bottom: 15px;
        padding-bottom: 14px;
        border-bottom: 1px solid #333;
        font-weight: 700;
        font-size: 18px;;
    }
    .post-block .post-entry h2:hover {
        color: #000;
    }
    .post-block .post-entry p {
        color: #333;
        font-size: 12px;
    }
    .post-block img {
        display: block;
        width: 100%;
    }
    .post-block .post-meta {
        margin: 0;
        padding: 11px 20px;
        background: rgba(255, 255, 255, .1);
        font-weight: 800;
        font-size: 12px;
    }
    .post-block .comments {
        float: right;
    }


    /*  Isotope Plugin  --------------------------------*/

    #infscr-loading {
        position: absolute;
        bottom: 0;
        z-index: 100;
        width: 100%;
        text-align: center;
    }
    #infscr-loading img {
        display: none;
    }
    #infscr-loading div {
        display: inline-block;
        padding: 15px 20px;
        border-radius: 5px;
        color: #fff;
        font-weight: 800;
        font-size: 14px;
    }


    /*  Isotope Plugin  --------------------------------*/

    .isotope-item {
        z-index: 2;
    }
    .isotope-hidden.isotope-item {
        z-index: 1;
        pointer-events: none;
    }
    .isotope, .isotope .isotope-item {/* change duration value to whatever you like */
        -webkit-transition-duration: 0.8s;
           -moz-transition-duration: 0.8s;
                transition-duration: 0.8s;
    }
    .isotope {
        -webkit-transition-property: height, width;
           -moz-transition-property: height, width;
                transition-property: height, width;
    }
    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
           -moz-transition-property:    -moz-transform, opacity;
            -ms-transition-property:     -ms-transform, opacity;
             -o-transition-property:         top, left, opacity;
                transition-property:         transform, opacity;
    }





/* ------------------------------------------------------------------------------- */
/*  12.  Contact
/* ------------------------------------------------------------------------------- */
    .google-map {
        height: 300px;
        width: 100%;
    }
    .bound .google-map {
        position: relative;
        margin: 0 auto 50px;
        padding: 0;
        width: 980px;
    }
    .fullwidth .google-map {
        margin-bottom: 50px;
        margin-top: -80px;
        height: 500px;
        width: 100%;
    }
    .google-map-marker {
        max-width: 350px;
        height: auto;
    }
    .google-map img {
        max-width: none;
    }
    .contact-intro {
        margin: 60px 0 40px;
        color: #333;
        font-size: 14px;
    }
    .contact-info .address {
        margin-top: 20px;
    }
    #contact-form {
        margin-top: 25px;
    }

/* ------------------------------------------------------------------------------- */
/*  13.  Widgets
/* ------------------------------------------------------------------------------- */

    .widget {
        margin: 0 0 50px;
        font-size: 12px;
    }
    #footer .widget {
        margin: 0;
    }
    .widget h3 {
        margin: 0 0 18px;
        font-weight: 600;
        font-size: 14px;
    }


    /*  Search  --------------------------------*/

    .widget_search input {
        width: 212px !important;
    }
    #sidebar .widget_search {
        margin-top: 15px;
    }


    /*  Categories  --------------------------------*/

    #sidebar .widget_categories li {
        padding: 7px 0 7px 0;
        border-bottom: 1px solid #ececec;
    }
    #sidebar .widget_categories li:before {
        margin-right: 5px;
        color: #636363;
        content: "\f0da";
        font-size: 9px;
        font-family: 'FontAwesome';
    }
    #sidebar .widget_categories li:last-child {
        border: none;
    }
    #sidebar .widget_categories li a {
        color: #636363;
    }


    #footer .widget_categories li {
        border-bottom: 1px solid #484848;
        /*background: url(http://careersystemsintl.com/wp-content/themes/csi/images/c_icon_next_g.png) no-repeat 0 12px;*/
    }
    #footer .widget_categories li:last-child {
        border: none;
    }
    #footer .widget_categories li a {
        /*color: #C2C2C2;*/
    }


    /*  Text Widget  --------------------------------*/

    #sidebar .widget_text {
        color: #636363;
    }


    /*  Tabs With Posts  --------------------------------*/

    .ui-tabs .ui-tabs-nav {
        display: block;
        display: table;
        width: 100%;
    }
    .bordered.ui-tabs .tabs-content-wrapper {
        display: block;
        margin-top: -21px;
        padding: 30px 20px;
        border: 1px solid #e6e6e6;
        border-radius: 0;
        overflow: hidden;
    }
    .ui-tabs .ui-tabs-nav li {
        position: relative;
        float: left;
        margin: 0 0 20px!important;
        padding: 0;
        width: auto;
        line-height: 32px;
        list-style: none!important;
    }
    #sidebar .ui-tabs .ui-tabs-nav li {
        width: 50%;
    }
    .ui-tabs .ui-tabs-nav li a {
        font-family: "Open Sans";
        font-size: 14px;
        display: block;
        padding: 0 25px;
        border: 1px solid #e6e6e6;
        border-left: none;
        border-radius: 0;
        color: #959595;
        text-align: center;
    }
    .ui-tabs .ui-tabs-nav li a i {
        color: #959595;
        padding-right: 10px;
    }
    .ui-tabs .ui-tabs-nav li a:last-child {
        margin-right: 0;
    }
    .ui-tabs .ui-tabs-nav li:first-child a {
        border-left: 1px solid #e6e6e6;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        border-bottom: 1px solid #fff;
        color: #333;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a i {
        color: #000;
        border-right-color: #000;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text;
    }
    .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
        cursor: pointer;
    }
    .ui-tabs .ui-tabs-panel {
        font-family: "Open Sans";
        font-size: 100%;
        font-weight: 400;
        position: relative;
        display: block;
        border: none;
    }
    .ui-tabs .ui-tabs-panel .posts li {
        margin-bottom: 15px;
    }
    .ui-tabs .ui-tabs-panel .posts li:last-child {
        margin: 0;
    }
    .ui-tabs .ui-tabs-panel .posts img {
        float: left;
        margin-top: 3px;
        margin-right: 10px;
        width: 50px;
        height: 50px;
        border-radius: 3px;
    }
    .ui-tabs .ui-tabs-panel .entry .date {
        display: block;
        color: #959595;
    }
    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }

    /* Icon Tabs */
    .icon-tabs {
        margin-bottom: 2.2em;
        overflow: hidden;
        display: block!important;
        -webkit-backface-visibility: hidden;
    }
    .icon-tabs.left-tabs { border-top: 1px solid #E6E6E6; }
    .icon-tabs.left-tabs .ui-tabs .ui-tabs-nav li {
        position: relative;
        float: none;
        margin: 0;
        padding: 0;
        width: auto;
        line-height: 32px;
        border-width: 0 1px 1px 1px;
        border-color: #E6E6E6;
        border-style: solid;
    }
    .icon-tabs.left-tabs .ui-tabs .ui-tabs-nav li.ui-state-active { border-right-color: #fff; }
    .icon-tabs.left-tabs .ui-tabs .ui-tabs-nav li a {
        text-align: left;
        border: 0;
    }
    .icon-tabs.left-tabs .ui-tabs .ui-tabs-nav li:last-child a { border-bottom: 0; }
    .icon-tabs.left-tabs .ui-tabs .tabs-content-wrapper {
        display: block;
        padding: 10px 0 0 0;
    }


    /*  Recent Entries  --------------------------------*/

    .widget_recent_entries .posts li {
        margin-bottom: 15px;
    }
    .widget_recent_entries .posts li:last-child {
        margin: 0;
    }
    .widget_recent_entries .posts img {
        float: left;
        margin-top: 3px;
        margin-right: 10px;
        width: 50px;
        height: 50px;
        border-radius: 3px;
    }
    .widget_recent_entries .entry .date {
        display: block;
        color: #959595;
    }
    #footer .widget_recent_entries a {
        color: #c2c2c2;
    }
    #footer .widget_recent_entries .date {
        color: #636363;
    }
    

    /*  Latest Posts  --------------------------------*/

    .widget_latest_posts li {
        margin-bottom: 10px;
    }
    .widget_latest_posts li:last-child {
        margin: 0;
    }


    /*  Twitter Feed  --------------------------------*/

    .twitter-feed li {
        margin: 0 0 10px;
    }
    .jta-tweet-timestamp {
        display: block;
    }
    .jta-clear {
        display: none;
    }

    #sidebar .jta-tweet-text {
        color: #636363;
    }
    #sidebar .jta-tweet-text:before {
        margin: 0 5px 0 -16px;
        color: #959595;
        content: "\f099";
        font-family: FontAwesome;
    }
    #sidebar .jta-tweet-text a {
        color: #333;
    }
    #sidebar .jta-tweet-list-item {
        padding-left: 16px;
    }
    #sidebar .jta-tweet-timestamp-link {
        color: #959595;
    }
    #footer .jta-tweet-text {
        color: #636363;
    }
    #footer .jta-tweet-timestamp-link {
        color: #636363;
    }


    /*  Photo Stream  --------------------------------*/

    .photo-stream {
        margin-right: -12px;
    }
    .photo-stream li {
        float: left;
        overflow: hidden;
        margin: 0 10px 10px 0;
    }
    .photo-stream a {
        display: block;
        border-radius: 3px;
    }
    .photo-stream a:hover img {
        opacity: .4;
    }
    .photo-stream img {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 3px;
    }

    #footer .photo-stream {
        margin-top: 22px;
    }





/* ------------------------------------------------------------------------------- */
/*  14.  Footer
/* ------------------------------------------------------------------------------- */

    #footer {
        margin-top: 40px;
        padding-top: 40px;
        background: #333;
        color: #ccc;
        font-size: 12px;
    }
    #footer .logo {
        display: block;
        margin-top: -15px;
        margin-bottom: 20px;
        color: #fff;
        letter-spacing: -0.05em;
        font-weight: 800;
        font-size: 28px;
        line-height: 1.2em;
    }
    #footer h3 {
        margin-bottom: 20px;
        color: #ccc;
        font-weight: 700;
        font-size: 14px;
    }
    #footer a {
        color: #959595;
    }


    /*  Copyright & Social Links  --------------------------------*/

    #footer a:hover { color: #fff; }

    #footer .info {
        margin: 40px auto 0;
        padding: 15px 0;
        width: 100%;
        background: #2b2b2b;
    }
    .copyright {
        float: left;
    }
    .copyright li {
        float: left;
        margin-right: 30px;
        line-height: 26px;
    }
    .social-links {
        float: right;
    }
    .social-links li {
        float: left;
        margin-left: 8px;
        border-radius: 3px;
        background: #363636;
        text-align: center;
    }
    .social-links li a {
        display: block;
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
    }
    .social-links li a i {
        color: #959595;
    }
    .social-links li a:hover {
        opacity: 1;
    }

    .social-links li a i {
        color: #959595;
    }
    .social-links li a:hover {
        opacity: 1;
    }
}
#gform_wrapper_1 .gfield_radio input {margin-left: 3px;}
.gform_wrapper .ginput_complex input {margin-bottom: 9px;}
.gf_browser_gecko.gform_wrapper .gfield_radio li input[type="radio"] {margin-top: 4px;}
.page-id-193  .gform_wrapper .top_label input.medium {width: 99.2%;}