/* Minification failed. Returning unminified contents.
(1512,1): run-time error CSS1035: Expected colon, found '}'
 */
@import url(/Content/font-awesome.css);

@import url(/Content/overwrite.css);

/*@media print{@page {size: portrait}}*/
.clear {
    clear: both;
}

.video-container, .map-container {
    position: relative;
    margin: 0 0 15px 0;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: none;
}

    .video-container iframe, .map-container iframe, .map-container object, .map-container embed, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

iframe {
    border: none;
}

.row {
    margin-bottom: 20px;
}

.left {
    float: left;
}

img.left {
    float: left;
    margin: 0 10px 10px 0;
}

/* home */

.masthead h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -2px;
}

.features i.left {
    margin-right: 10px;
}

.features h4 {
    margin-top: 2px;
}


/*.navbar-brand.logo {
    padding: 0;
    margin-left: 60px;
    margin-top: 4px;
    width: 240px;
}

.navbar-brand.txt {
    color: #275d07 !important;
    font-weight: bold;
    font-size: 18px;
    padding-left: 60px;
    text-transform: uppercase !important;
    padding-top: 0;
    width: 340px;
}


.navbar .nav {
    margin-top: 5px;
}

    .navbar .nav li.active {
        margin-top: -5px;
    }

        .navbar .nav li.active a, .navbar .nav li.active a:hover {
            background: #f1f8e9;
            border-bottom: 2px solid #c8e6c9;
        }

        .navbar .nav li.active ul li a {
            background: #fff;
        }

    .navbar .nav li ul li a {
        color: #777;
        font-weight: normal;
    }

    .navbar .nav li.active ul li a {
        color: #777;
        font-weight: normal;
    }

        .navbar .nav li.active ul li a:hover, .navbar .nav li ul li a:hover {
            color: #fff;
        }

.navbar ul.topnav {
    float: right;
}

.navbar .nav > li > a {
    float: none;
    font-size: 12px;
    padding: 30px 15px 30px;
    color: #777777;
    text-decoration: none;
    text-shadow: none;
    font-weight: bold;
}

header .topnav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}*/

.dropdown-menu {
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 0;
    *border-bottom-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

ul.topnav .dropdown-menu {
    border: none;
    background: #fff;
    border: 1px solid #e9e9e9;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

ul.topnav .dropdown-menu .sub-menu {
    margin-left: 1px;
}

ul.topnav .dropdown-menu {
    padding: 0 0;
    margin: 0 0 0;
}

    ul.topnav .dropdown-menu li {
        padding: 0;
    }

        ul.topnav .dropdown-menu li > a {
            padding: 5px 20px;
            line-height: 1.6em;
        }

nav select {
    display: none;
}

/* ================ */

/* main content */

#maincontent {
    z-index: 1000;
    margin-top: 0px;
}

/* intro */

section#intro {
    max-width: 100%;
    background: #f1f8e9;
    height: auto;
    margin: 0 auto;
    margin-top: 16px;
    padding: 0;
    border-bottom: 1px solid #c8e6c9;
    padding-top: 30px;
}

.line {
    background: #c8e6c9;
    height: 10px;
}

section#bottom {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    padding-top: 30px;
}

section#subintro {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    margin-top: 80px;
}

.carousel .item img {
    max-width: 100%;
    height: auto;
}

.flexslider {
    margin-bottom: 20px;
}

ul.filter {
    list-style: none;
    margin-left: 0;
}

    ul.filter li {
        float: left;
        margin-right: 10px;
    }

        ul.filter li.active a {
            text-shadow: none;
            color: #fff;
            background: #1b1b1b;
        }

.col {
    width: 230px;
    margin: 0 15px 0 15px;
}

/* Portolio Hover */

.da-thumbs li, .da-thumbs li img {
    display: block;
    position: relative;
}

.da-thumbs li {
    overflow: hidden;
}

    .da-thumbs li article {
        position: absolute;
        background-image: url(/img/image_hover.png);
        background-repeat: repeat;
        text-shadow: none;
        width: 100%;
        height: 100%;
    }

        .da-thumbs li article.da-animate {
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

.da-slideFromTop {
    left: 0px;
    top: -200%;
}

.da-slideFromBottom {
    left: 0px;
    top: 100%;
}

.da-slideFromLeft {
    top: 0px;
    left: -100%;
}

.da-slideFromRight {
    top: 0px;
    left: 100%;
}

/* Final state classes: */

.da-slideTop {
    top: 0px;
}

.da-slideLeft {
    left: 0px;
}

.da-thumbs li article a {
    color: #fff;
    padding: 20px;
    display: block;
}

.da-thumbs li article {
    text-align: center;
    padding-top: 25%;
}

    .da-thumbs li article em {
        color: #dfdfdf;
        display: block;
        margin: 0 0 10px 0;
    }

    .da-thumbs li article a {
        display: inline-block;
    }

        .da-thumbs li article a:hover {
            text-decoration: none;
        }

ul.project-detail {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.project-detail li {
        list-style: none;
        border-bottom: 1px dotted #e5e5e5;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

        ul.project-detail li label {
            display: inline;
            color: #494949;
            font-weight: bold;
        }

/* accordion */

.accordion-inner {
    padding: 20px 15px;
}

/* pagination */

.pagination {
    margin-top: 0;
}

    .pagination ul li a {
        color: #666;
    }

        .pagination ul li a:hover {
            color: #fff;
        }

    .pagination ul li.active a {
        background: #444;
        color: #fff;
        border: 1px solid #444;
    }

/* ====== post format ================ */

.post-quote blockquote {
    font-size: 18px;
    line-height: 1.6em;
    font-family: Georgia, Arial, sans-serif;
    font-style: italic;
}

.tooltip-demo a {
    display: block;
}

.media, .media .media {
    margin-top: 20px;
}

.media-list .media {
    margin-top: 30px;
    border-bottom: 1px dotted #eee;
    padding-bottom: 10px;
}

    .media-list .media .media {
        border: none;
    }

.media-body .media-heading a {
    color: #494949;
}

.media .pull-left {
    margin-right: 15px;
}

.media .pull-right {
    margin-left: 15px;
}

.comment-post {
    margin-top: 30px;
}

.comment-form {
    margin: 15px 0 30px 0;
}

.contactForm {
    margin: 0 0 30px 0;
}

    .contactForm .form-group {
        box-sizing: border-box;
        padding-right: 15px;
    }

.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: green;
    border: 1px solid green;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

    #sendmessage.show, #errormessage.show, .show {
        display: block;
    }

.field-validation-error {
    color: #d50000;
    font-weight: bold;
    margin-left: 14px;
}

/* Google Map */
#google-map {
    height: 450px;
    margin-bottom: 20px;
}

/* 404 */

.error-bg {
    background: #f5f5f5;
}

.error-wrapper {
    width: 60%;
    margin: 80px auto;
    padding: 8px;
    background: #f5f5f5;
}

.error-body {
    padding: 20px;
    text-align: center;
    color: #fff;
}

    .error-body h1 {
        font-size: 172px;
        line-height: 160px;
        padding: 15px 0 20px 0;
        margin-bottom: 30px;
    }

    .error-body h3 {
        text-transform: none;
    }

.error-footer {
    margin-top: 30px;
    text-align: right;
    background: #f5f5f5;
}

/* ============ font awesome icons ===================== */

ul.the-icons {
    list-style: none;
    margin-left: 0;
}

[class^="icon-"], [class*=" icon-"] {
    float: none;
}

.icon-square, .icon-rounded, .icon-plain, .icon-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 18px;
    height: 18px;
    padding: 3px;
    font-size: 12px;
    line-height: 18px;
    text-shadow: none;
    cursor: pointer;
}

.icon-rounded {
    background-color: #444;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.icon-circled {
    background-color: #444;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.icon-square {
    background-color: #444;
}

.icon-plain {
    width: 48px;
    height: 48px;
    font-size: 47px;
    line-height: 50px;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
}

    .icon-plain:hover {
        color: #777;
    }

/* circled radius */

.icon-circled {
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.icon-64.icon-circled {
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
}

.icon-128.icon-circled {
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.icon-light {
    background-color: #F5F5F5;
    color: #444;
    text-shadow: 1px 1px 1px #fff;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.icon-rounded:hover, .icon-circled:hover {
    color: #fff;
    text-shadow: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.demoicon [class^="icon-"], .demoicon [class*=" icon-"], [class^="icon-"].left, [class*=" icon-"].left {
    float: left;
}

[class^="icon-"].active:hover, [class*=" icon-"].active:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

[class^="icon-"], [class*=" icon-"] {
    margin-top: 1px;
    margin-right: .3em;
}

/* custom size */

.icon-32 {
    width: 24px;
    height: 24px;
    padding: 4px;
    font-size: 16px;
    line-height: 24px;
}

.icon-48 {
    width: 32px;
    height: 32px;
    padding: 8px;
    font-size: 28px;
    line-height: 30px;
}

.icon-64 {
    width: 40px;
    height: 40px;
    padding: 12px;
    font-size: 30px;
    line-height: 40px;
}

.icon-128 {
    width: 56px;
    height: 56px;
    padding: 36px;
    font-size: 54px;
    line-height: 60px;
}

/***********************************************/

/* Subhead (other pages)
------------------------- */

.subhead {
    text-align: left;
    margin: 0 0 4px 0;
    padding: 18px 0 10px 0;
    background-color: #F1F8E9;
    border-bottom: 1px solid #C8E6C9;
    margin-bottom: 24px;
}

    .subhead h3 {
        color: #275d07;
        margin: 0;
        padding: 0;
    }

    .subhead p {
        padding: 0;
        margin: 0;
    }

    .subhead .navbar {
        display: none;
    }

    .subhead .form-search {
        float: right;
        margin: 15px 0 0 0;
        padding: 0;
    }

/* accordion */

.accordion-heading {
    background: #f8f8f8;
}

    .accordion-heading a {
        outline: none;
        font-weight: bold;
        color: #444;
    }

        .accordion-heading a:hover {
            text-decoration: none;
        }

.accordion-heading {
    border-bottom: 0;
}

    .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
        text-decoration: none;
    }

        .accordion-heading .accordion-toggle i {
            margin-right: 10px;
        }

    .accordion-heading .active {
        background: #fff;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #eee;
}

/* toggleable tabs */

.nav-tabs > li > a, .nav-pills > li > a {
    font-weight: bold;
}

/* breadcrumb */

#breadcrumb .breadcrumb {
    margin: -30px 0 0 0;
    border-bottom: 1px dotted #eeeeee;
    padding-bottom: 10px;
}

.breadcrumb > li {
}

.breadcrumb.custom {
    padding: 8px 0px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #e3e3e3;
}

.breadcrumb > li {
    display: inline-block;
    *display: inline;
    line-height: 1.6em;
    *zoom: 1;
}

    .breadcrumb > li > .divider {
        padding: 0 5px;
        color: #ccc;
    }

/* 404 */

h2.error {
    font-size: 78px;
}

/* list */

ul.list, ol.list {
    margin: 0 0 20px 0;
    padding: 0;
}

ul.list {
    list-style: none outside;
}

ol.list {
    padding: 0 0 0 15px;
}

ol.alpha-upper li {
    list-style: upper-alpha;
}

ol.alpha-lower li {
    list-style: lower-alpha;
}

ol.decimal li {
    list-style: decimal;
}

ol.roman li {
    list-style: upper-roman;
}

ul.diamond li {
    padding: 0 0 0 15px;
    background: transparent url(/img/list/diamond.png) no-repeat 0 6px;
}

ul.arrow li {
    padding: 0 0 0 20px;
    background: transparent url(/img/list/arrow.png) no-repeat 0 6px;
}

ul.check li {
    padding: 0 0 0 18px;
    background: transparent url(/img/list/check.png) no-repeat 0 6px;
}

ul.circle li {
    padding: 0 0 0 15px;
    background: transparent url(/img/list/circle.png) no-repeat 0 8px;
}

ul.list ul, ul.list ol, ol.list ol, ol.list ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

    ul.list ul li, ul ol li, ol.list ol li, ol.list ul li {
        margin-bottom: 6px;
    }

ul.list li, ul.list li {
    line-height: 21px;
    margin: 0 0 12px 5px;
}

    ul.list li p {
        line-height: 21px;
    }

ol.alpha-upper li a, ol.alpha-lower li a, ol.decimal li a, ol.roman li a, ul.diamond li a, ul.arrow li a, ul.check li a, ul.circle li a {
    color: #3c4249;
}

/* blockquote */

blockquote p {
    line-height: 1.6em;
}

/* footer */

footer {
    padding-top: 30px;
    color: #fff;
}

    footer.footer {
        background: #3a3a3a;
    }

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        color: #e8e8e8;
    }

    footer .block-a {
        background: #bcab37;
    }

    footer .belowbottom {
        padding-top: 30px;
        background: #303030;
    }

    footer ul.regular li a, footer .nav-list li.nav-header {
        text-shadow: none;
        color: #b8b8b8;
    }

    footer ul.regular, footer ul.nav {
        margin-left: -40px;
        list-style: none;
    }

        footer ul.regular li {
            background-attachment: scroll;
            background: url(/Content/img/list/white-arrow.png) no-repeat 0 5px;
            padding-left: 15px;
            margin-top: 5px;
            margin-left: 0;
        }

            footer ul.regular li a:hover {
                text-decoration: none;
            }

    footer .nav-list.regular > li > a {
        padding: 0;
        margin-left: 0;
    }

    footer .nav-list li.divider {
        text-shadow: none;
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #222;
        border-bottom: none;
    }

    footer .twitter li {
        border-bottom: 1px dashed #2d2d2d;
        padding-bottom: 20px;
        margin-bottom: 20px;
        list-style: none;
    }

    footer .logo img {
        margin-bottom: 20px;
        width: 220px;
        margin-left: 0;
    }

/* misc */

.center {
    text-align: center;
}

/* img */

img.icon {
    margin-bottom: 10px;
}

img.max-img {
    max-width: 100%;
    height: auto;
}

/* effects */

.rotate:hover {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7;
}

/*================================== doc , overview bootstrap features ========================*/

.doctitle h2 {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

/* Sections
-------------------------------------------------- */

/* padding for in-page bookmarks and fixed navbar */

section.doc {
    padding-top: 70px;
}

section > .page-header, section > .lead {
    color: #5a5a5a;
}

section > ul li {
    margin-bottom: 5px;
}

/* position */

.centered {
    text-align: center;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    text-align: center;
}

img.alignleft {
    margin: 5px 15px 15px 0;
}

img.alignright {
    margin: 5px 0 15px 15px;
}

.aligncenter img {
    margin-bottom: 20px;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.max-iframe {
    width: 100%;
    height: 350px;
}

.video {
    width: 100%;
    height: 350px;
    border: none;
}

/*margin top */

.spacer-10 {
    margin-top: -10px;
}

.spacer0 {
    margin-top: 0;
}

.spacer5 {
    margin-top: 5px;
}

.spacer10 {
    margin-top: 10px;
}

.spacer15 {
    margin-top: 15px;
}

.spacer20 {
    margin-top: 20px;
}

.spacer25 {
    margin-top: 25px;
}

.spacer30 {
    margin-top: 30px;
}

.spacer35 {
    margin-top: 35px;
}

.spacer40 {
    margin-top: 40px;
}

.spacer50 {
    margin-top: 50px;
}

/*margin bottom*/

.botspacer-10 {
    margin-bottom: -10px;
}

.botspacer-20 {
    margin-bottom: -20px;
}

.botspacer0 {
    margin-bottom: 0px;
}

.botspacer5 {
    margin-bottom: 5px;
}

.botspacer10 {
    margin-bottom: 10px;
}

.botspacer-10 {
    margin-bottom: -10px;
}

.botspacer10 {
    margin-bottom: 10px;
}

.botspacer15 {
    margin-bottom: 15px;
}

.botspacer20 {
    margin-bottom: 20px;
}

.botspacer30 {
    margin-bottom: 30px;
}

.botspacer40 {
    margin-bottom: 40px;
}

.botspacer50 {
    margin-bottom: 50px;
}

/* padding */

.padding30 {
    padding-top: 30px;
}

.botpadding20 {
    padding-bottom: 20px;
}

/*margin left & right */

.marginleft20 {
    margin-left: 20px;
}

.marginleft30 {
    margin-left: 30px;
}

.marginright20 {
    margin-right: 20px;
}

.marginright5 {
    margin-left: 5px;
}

/*margin vary*/

.mtopbottom20 {
    margin: 20px 0 20px 0;
}

.mtopbottom30 {
    margin: 30px 0 30px 0;
}

.marginlr5 {
    margin: 0 5px 0 5px;
}

.marginlr10 {
    margin: 0 10px 0 10px;
}

/* ==== media screen queries ==== */

@media (min-width: 768px) and (max-width: 979px) {
    .navbar .navbar-inner .container .logo {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar .nav {
        margin: 0;
    }

    .navbar-fixed-top {
        margin-bottom: 15px;
    }

    #slider_holder {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    section#intro {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 0;
        padding-top: 0;
    }

    section#subintro {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 20px;
        background: #275d07;
    }

    #sequence .info {
        width: 80%;
    }

        #sequence .info p {
            background: #fff;
            padding: 10px;
        }
}

@media (max-width: 767px) {
    .navbar .navbar-inner .container .logo {
        padding-left: 20px;
        padding-right: 20px;
    }

    #slider_holder {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    section#intro {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 0;
        padding-top: 0;
    }

    div nav ul {
        display: none;
    }

    nav ul li {
        display: none;
    }

    nav select {
        display: block;
        width: 50%;
        float: right;
        margin-bottom: 20px;
        color: #111;
        margin-top: 20px;
        margin-right: 20px;
        line-height: 30px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 14px;
    }

        nav select a {
            line-height: 1.5em;
        }

    section#subintro {
        padding-left: 40px;
        padding-right: 0px;
        margin-top: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    #sequence .info p {
        display: none;
    }

    #sequence .info a {
        font-size: 12px;
    }

    .features {
        margin-bottom: 30px;
    }

    .priceBox {
        margin-bottom: 30px;
    }

    ul.portfolio-area li {
        width: 100%;
    }

    .tagline, section#intro {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    section#bottom {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .belowbottom {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

        .belowbottom p {
            text-align: center;
        }

            .belowbottom p.pull-right {
                float: none;
                text-align: center;
            }
}

@media (max-width: 480px) {
    nav select {
        display: inline-block;
        width: 85%;
        float: none;
        margin: 20px;
        color: #111;
        line-height: 30px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 14px;
    }

    #sequence {
        height: 250px;
    }

    .features {
        margin-bottom: 30px;
    }

    #sequence .info {
        width: 100%;
    }

        #sequence .info p {
            display: none;
        }

        #sequence .info a {
            font-size: 12px;
        }

    .belowbottom {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

        .belowbottom p {
            text-align: center;
        }
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 16px 10px;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

@media screen and (max-width:780px) {
    .login-side-bg {
        display: none;
    }

    .slider_img {
        display: none;
    }
    
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 5px;
        padding-left: 5px;
    }

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        height: unset !important;
        width: 210px !important;
        padding: 8px 10px !important;
    }
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 10px;
    }
    ::-moz-placeholder { /* Firefox 19+ */
        font-size: 10px;
    }
    :-ms-input-placeholder { /* IE 10+ */
        font-size: 10px;
    }
    :-moz-placeholder { /* Firefox 18- */
        font-size: 10px;
    }
}

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

::selection {
    background: #275d07;
    color: #fff;
    text-shadow: none;
}

a {
    color: #275d07;
}

    .btn-link:hover, a:hover, footer .nav-list li a:hover, footer ul.regular li a:hover {
        color: #81ab35;
    }

.info h2, .navbar .nav li.active a {
    color: #275d07;
}

.btn-color {
    background: #275d07;
    border: 1px solid #275d07;
}

    .btn-color.active, .btn-color.disabled, .btn-color:hover, .btn-color[disabled] {
        background: #81ab35;
    }

.badge-orange, .icon-circled:hover, .icon-rounded:hover, .icon-square:hover, .label-orange, [class*=" icon-"].active, [class^=icon-].active {
    background-color: #275d07;
}

.color, .flex-control-nav li a.active, .flex-control-nav li a:hover, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .navbar .nav li ul.dropdown-menu li a:hover, .navbar .nav li.active ul.dropdown-menu li a:hover, .priceBox.special .emphasis, .progress .bar-orange, .progress-orange .bar, .progress-orange.progress-striped .bar, .progress-striped .bar-orange, .sequence-nav .next:hover, .sequence-nav .prev:hover, ul.filter li.active a:hover {
    background: #275d07;
}

.sequence-nav .next, .sequence-nav .prev {
    margin-top: 32px;
}

    .sequence-nav .next:hover, .sequence-nav .prev:hover {
        background: #275d07;
        margin-top: 32px;
    }

.navbar .nav li.active {
    border-top: 5px solid #275d07;
}

.color {
    color: #fff;
}

.accordion-heading .active, .accordion-heading a:hover, .btn-link {
    color: #275d07;
}

.uneditable-input:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, textarea:focus {
    border-color: #275d07;
    outline: 0;
    outline: dotted thin;\9
}

.tagline {
    border-bottom: 5px solid #275d07;
}

.nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #275d07;
    border-bottom-color: #275d07;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    color: #fff;
    background-color: #275d07;
}

.accordion-heading a.accordion-toggle:hover, aside .widget ul.cat li a:hover, aside .widget ul.recent-posts li a:hover {
    color: #275d07;
}

.pagination ul li a:hover {
    background: #275d07;
    border-color: #275d07;
}

a.thumbnail:hover {
    border-color: #275d07;
}

.media-body .media-heading a:hover, .media-body span, .thumbnail .meta span a:hover, .thumbnail h4 a:hover, article.last-post h5 a:hover, form label span, ul.post-meta li a:hover, ul.recent li h6 a:hover {
    color: #275d07;
    text-decoration: none;
}

.text-red {
    color: #f56954 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #222 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #ff851b !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #932ab6 !important;
}

.text-maroon {
    color: #85144b !important;
}

.text-theme {
    color: #275d07 !important;
}

.bg-theme-light {
    background-color: #F1F8E9 !important;
}

/*slider*/
.info, .next, .prev {
    opacity: 0;
    filter: alpha(opacity=0);
}

.info, .slider_bgr {
    vertical-align: middle;
}

#slider_holder {
    height: 100%;
    position: relative;
}

#sequence li > *, .next, .prev {
    position: absolute;
}

#sequence ul {
    margin: 0;
    list-style-type: none;
}

    #sequence ul li {
        z-index: 1;
        margin: 0 !important;
    }

.next, .prev {
    cursor: pointer;
    top: 170px;
    height: 36px;
    width: 30px;
    z-index: 20;
    background: #556167;
    background: rgba(85,97,103,.7);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

    .next > span, .prev > span {
        display: block;
        height: 16px;
        width: 10px;
        margin: 10px;
        -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
        -moz-transition: all .4s cubic-bezier(.165,.84,.44,1);
        -ms-transition: all .4s cubic-bezier(.165,.84,.44,1);
        -o-transition: all .4s cubic-bezier(.165,.84,.44,1);
        transition: all .4s cubic-bezier(.165,.84,.44,1);
    }

.prev > span {
    background: url(/Content/img/icons/sec-prev.png) no-repeat;
}

.next > span {
    background: url(/Content/img/icons/sec-next.png) no-repeat;
}

#sequence {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    height: 400px;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}

.info {
    color: #000;
    left: 80%;
    top: 20%;
    width: 45%;
    z-index: 10;
    display: none;
}

    .info h2, .info h3 {
        text-transform: uppercase;
        display: inline-block;
    }

    .info.animate-in {
        left: 0;
        top: 20%;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .5s;
        -moz-transition: all 1s cubic-bezier(.165,.84,.44,1) .5s;
        -ms-transition: all 1s cubic-bezier(.165,.84,.44,1) .5s;
        -o-transition: all 1s cubic-bezier(.165,.84,.44,1) .5s;
        transition: all 1s cubic-bezier(.165,.84,.44,1) .5s;
    }

    .info.animate-out, .slider_img {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .info.animate-out {
        left: 80%;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .info h2 {
        color: #fff;
        padding: 0 7px;
        font-size: 38px;
        line-height: 45px;
        letter-spacing: -1px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 0 0 6px;
    }

    .info h3 {
        color: #404b50;
        padding: 4px 6px;
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 0 0 24px;
    }

    .info a.link, .info p {
        color: #3c4549;
        width: 80%;
        text-shadow: 0 1px 0 rgba(256,256,256,.5);
    }

    .info p {
        padding: 4px 6px;
        font-size: 17px;
        line-height: 27px;
        margin: 0 0 28px;
    }

    .info a.link {
        font-size: 14px;
        line-height: 25px;
        margin: 0 0 14px;
    }

.slider_img {
    max-height: 100%;
    width: auto;
    right: 0;
    top: 0;
    z-index: 6;
}

    .slider_img.animate-in {
        right: 0;
        top: 0;
        filter: alpha(opacity=100);
        opacity: 1;
        z-index: 4;
        -webkit-transition: all .5s cubic-bezier(.165,.84,.44,1) .3s;
        -moz-transition: all .5s cubic-bezier(.165,.84,.44,1) .3s;
        -ms-transition: all .5s cubic-bezier(.165,.84,.44,1) .3s;
        -o-transition: all .5s cubic-bezier(.165,.84,.44,1) .3s;
        transition: all .5s cubic-bezier(.165,.84,.44,1) .3s;
    }

    .slider_bgr, .slider_img.animate-out {
        filter: alpha(opacity=0);
        opacity: 0;
        top: 0;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
    }

    .slider_img.animate-out {
        left: -340%;
        z-index: 2;
        transition: all .3s ease-out;
    }

.slider_bgr {
    height: auto;
    width: 100%;
    left: 0;
    transition: all .3s ease-out;
    z-index: 1;
}

    .slider_bgr.animate-in {
        filter: alpha(opacity=100);
        opacity: 1;
        z-index: 1;
    }

    .slider_bgr.animate-out {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        z-index: 1;
    }

.sequence-preloader .preloading .circle {
    fill: #ccc !important;
}

div.inline {
    background-color: #ccc !important;
}

/*slider end */
.btn-support {
    box-shadow: 0 14px 35px -8px #e65100 !important;
    box-shadow: 0 14px 35px -8px rgba(230,81,0,0.66) !important;
    background: #E65100;
    color: white;
    border-style: none;
    height: 120px;
    width: 180px;
    text-shadow: none;
    text-align: center;
    margin: 16px;
    font-size: 2.2em;
}

    .btn-support.grievance {
        box-shadow: 0 14px 35px -8px #00397b !important;
        box-shadow: 0 14px 35px -8px rgba(0,57,123,1) !important;
        background: #00397B;
    }

    .btn-support.feedback {
        box-shadow: 0 14px 35px -8px #174100 !important;
        box-shadow: 0 14px 35px -8px rgba(23,65,0,1) !important;
        background: #174100;
    }

/*New CSS Classes*/
.jfilestyle {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    border-collapse: separate;
}

div.jfilestyle input, div.jfilestyle label {
    padding: 10px 15px;
    line-height: normal;
    font-size: 14px;
    vertical-align: middle;
    font-family: sans-serif;
}

div.jfilestyle input {
    border: 1px solid silver;
    background: #d9d9d9;
    margin: 0 -5px 0 0;
    border-radius: 0;
    color: #8d8d8d;
    cursor: default;
}

div.jfilestyle label {
    display: inline-block;
    border: 1px solid silver;
    background: #fff;
    color: #0662ba;
    text-align: center;
    margin: 0;
    width: auto;
    border-radius: 0;
    font-weight: 400;
}

div.jfilestyle.jfilestyle-corner input:last-child, div.jfilestyle.jfilestyle-corner label:last-child {
    margin-left: -1px;
}

div.jfilestyle label[disabled] {
    pointer-events: none;
    opacity: .6;
    filter: alpha(opacity=65);
    cursor: not-allowed;
}

div.jfilestyle label:hover {
    cursor: pointer;
    opacity: .9;
}

div.jfilestyle .count-jfilestyle {
    background: #303030;
    color: #fff;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 12px;
    vertical-align: middle;
}

div.jfilestyle.jfilestyle-theme-blue label {
    border-color: #438eff;
    background: #438eff;
    color: #fff;
}

div.jfilestyle.jfilestyle-theme-green label {
    border-color: #18a063;
    background: #18a063;
    color: #fff;
}

div.jfilestyle.jfilestyle-theme-yellow label {
    border-color: #e8c821;
    background: #e8c821;
    color: #fff;
}

div.jfilestyle.jfilestyle-theme-black label {
    border-color: #424242;
    background: #424242;
    color: #fff;
}

div.jfilestyle.jfilestyle-theme-red label {
    border-color: #f33f3f;
    background: #f33f3f;
    color: #fff;
}

div.jfilestyle.jfilestyle-theme-purple label {
    border-color: #873aff;
    background: #873aff;
    color: #fff;
}

div.jfilestyle.jfilestyle-theme-asphalt label {
    border-color: #435673;
    background: #435673;
    color: #fff;
}

.btn-login {
    background-color: #dc2a5f;
    border-radius: 0;
    border: 1px solid rgb( 186, 186, 186 );
    color: #fff;
    font-weight: bold;
    border: none !important;
}

    .btn-login:hover {
        background-color: #174100;
        border: 1px solid rgba(0,0,0,.1);
        color: rgb(255,255,255);
        cursor: pointer;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    }

    .btn-login:active {
        box-shadow: 0 1px 1px rgba(0,0,0,0.15) inset;
        text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    }

.btn-label {
    position: relative;
    display: inline-block;
    padding: 6px 6px;
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.validationreq {
    color: #d50000;
    font-weight: 100;
    font-style: italic;
    font-family: Verdana;
}


/*Customized CSS Styles*/

@media screen and (min-width:768px) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        height: unset !important;
        width: 280px !important;
        padding: 8px 10px !important;
    }
}

select, input[type="file"] {
    height: auto !important;
    line-height: unset !important;
}

.arrow-items li a::after {
    display: none !important;
}

.alert {
    padding: 10px !important;
    margin-top: 20px !important;
    width: 100% !important;
}

.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.form-control {
    min-height: 0px !important; 
    margin-left:8px;   
}

.input-group .form-control
{
    margin-left:0px;
}

.panel-heading {
    padding: 20px 15px !important;
}

.panel-title {
    font-weight: bold;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}



/**gp-start*/
.form-group {
    margin-bottom: 4px;
    margin-left: 14px !important;
}

    .form-group.has-success label {
        color: #00a65a;
    }

    .form-group.has-success .form-control {
        border-color: #00a65a !important;
        box-shadow: none;
    }

    .form-group.has-warning label {
        color: #f39c12;
    }

    .form-group.has-warning .form-control {
        border-color: #f39c12 !important;
        box-shadow: none;
    }

    .form-group.has-error label {
        color: #f56954;
    }

    .form-group.has-error .form-control {
        border-color: #f56954 !important;
        box-shadow: none;
    }


    .form-group.required .control-label:after {
        color: #d00;
        content: "*";
        margin: -4px 0 0 8px;
        font-size: 18px;
    }


.input-validation-error {
    border-color: #f56954 !important;
    box-shadow: none;
}

.marginl40 {
    margin-left: 40px !important;
}

.aleft {
    text-align: left !important;
}


.m14 {
    margin: 14px;
}

.m28 {
    margin: 28px;
}

.ml14 {
    margin-left: 14px;
}

.mt14 {
    margin-top: 14px;
}

.ml28 {
    margin-left: 28px;
}

.mt28 {
    margin-top: 28px;
}

.mb28 {
    margin-bottom: 28px;
}


.pl14 {
    padding-left: 14px;
}

.pl28 {
    padding-left: 28px;
}

.pt28 {
    padding-top: 28px;
}

.pb28 {
    padding-bottom: 28px;
}

.p28 {
    padding: 28px;
}

.p14 {
    padding: 14px;
}

.ui-datepicker .ui-datepicker-title select {
    width: 170px !important;
    padding: 3px 6px !important;
}

.jumbotron {
    background-color: transparent !important;
}

.label-wrap-100 {
    float: left;
    width: 100px;
    text-align: left;
    margin-right: 30px;
    word-wrap: break-word;
    font-weight: normal;
}

.mt7 {
    margin-top: 7px;
}

.p5 {
    padding: 5px;
}


.width-40 {
    width: 40px !important;
}

.preview-tbl-head {
    font-size: 13px;
    font-weight: 600;
    min-width: 900px;
}

.preview-tbl-row-1 {
    font-family: Calibri;
    font-size: 15px;
    width: 970px;
}

    .preview-tbl-row-1 th {
        color: #2f4f4f;
        width: 150px;
        background: #fafafa;
        margin-top: 10px !important;
    }

.table-wrapper-scroll-x {
    display: block;
    max-width: 1000px;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


#viewform .form-control[readonly] {
    border: 0 !important;
    background: #fafafa !important;
    cursor: default !important;
    padding-left: 2px !important;
    width: 100% !important;
}

#viewform .panel {
    margin-bottom: 4px;
}

#viewform .panel-heading {
    padding: 5px !important;
}

.margin-top-25 {
    margin-top: -25px !important;
}

@media screen and (min-width:768px) {
    .step-tabs ul li {
        padding: 16px 0 !important;
    }
    .contact-form-block {
        margin-bottom: 4px !important;
        max-width: 480px !important;
    }

        .contact-form-block .row {
            margin-bottom: 4px !important;
        }
}

/**gp-end*/

