@import url(//fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
    display: block;
}

    nav ul {
        list-style: none;
    }

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

    ul ul {
        list-style: circle;
    }

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

.img-bor-1 {
    border: 1px solid #b5b4ad;
    padding: 5px;
    margin-right: 14px;
}

.img-bor{
    border: 1px solid #b5b4ad;
    padding: 5px;
}

.mTB-20{margin-top: 20px; margin-bottom: 40px;}


blockquote, q {
    quotes: none;
}

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

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input[type=submit], input[type=button] {
    margin: 0 !important;
    padding: 0 !important;
}

input, select, a img {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
}

a {
    text-decoration: none;
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}

body {
    background-color: #eeede7;
    color: #232222;
    font-family: Merriweather,Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

    body p {
        line-height: 200%;
        font-weight: 300;
    }

.content {
    background-color: #eeede7;
    position: relative;
    overflow: auto;
}

.template-1173 .content, .template-1169 .content {
    overflow: hidden;
}

.content p + p, .content ul + p {
    margin-top: 20px;
}

.content ul a {
    text-decoration: none;
}

.content a {
    text-decoration: underline;
}

    .content a:hover {
        color: #677a89;
    }

ul.list, ol.list {
    line-height: 200%;
    font-weight: 300;
    margin: 20px 0 0 40px;
}

.content ul {
    list-style: disc outside none;
    margin-left: 20px;
    margin-top: 20px;
}

    .content ul li {
        line-height: 175%;
            font-weight: 300;
        margin-bottom: 10px;
    }
.m-0{margin-right: 0px; margin-left: 0px;}

.marTB-35{margin-top: 35px; margin-bottom: 35px;}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
}

small {
    font-size: 86%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.break {
    clear: both;
}

.wrapper {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.a_link {
      text-decoration: none !important;
}

#top {
    position: fixed;
    top: 0px;
    z-index: 90000;
    background: url(../images/bg_header.png) repeat-x;
    width: 100%;
    height: 125px;
    background-size: 100% 100%;
}

    #top .wrapper > a > img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -178px;
        width: 356px;
    }
    /*Start Nav Styles*/

    #top #nav {
        padding-top: 55px;
    }

        #top #nav li {
            list-style-type: none;
            font-family: Lato;
        }

        #top #nav > ul > li {
            display: inline-block;
        }

            #top #nav > ul > li.current_page_item, #top #nav > ul > li:hover {
                border-top: solid 4px #f9ca00;
            }

            #top #nav > ul > li > a {
                float: left;
                font-family: Lato;
                font-size: 13px;
                margin: 10px 0 28px;
                text-decoration: none;
                text-transform: uppercase;
                color: #fff;
            }

            #top #nav > ul > li.current_page_item > a, #top #nav > ul > li:hover > a {
                margin-top: 2px !important;
                color: #edeadc;
            }

    #top #nav > ul > li + li {
    margin-left: 5px;
}

#top #nav > ul > li.nav-about {
     margin-left: 310px;
}
/*Start services menu dropdown nav styles*/

.sub-menu, .sub-sub-menu {
    display: none;
}

#top #nav li:hover > .sub-menu {
    display: block;
    position: absolute;
    top: 107px;
    background-color: #f4f4f4;
}

    #top #nav li:hover > .sub-menu > li > span a {
        font-size: 14px;
        border-bottom: solid 1px #dcd7d3;
        line-height: 31px;
        display: inline-block;
        padding-left: 15px;
        color: #26292e;
        min-width: 140px;
        padding-right: 10px;
    }

    #top #nav li:hover > .sub-menu > li > span:hover {
        background-color: #677a89;
        display: block;
        position: relative;
    }

        #top #nav li:hover > .sub-menu > li > span:hover a {
            border-bottom: none !important;
            line-height: 32px !important;
            color: #f4f4f4;
        }

#top #nav li:hover a[href="/services/"] + .sub-menu {
    border: solid 1px #cccdce;
    width: 390px;
    height: 443px;
}

    #top #nav li:hover a[href="/services/"] + .sub-menu li a {
        padding: 10px;
    }

    #top #nav li:hover a[href="/services/"] + .sub-menu > li {
        color: #26292e;
    }

        #top #nav li:hover a[href="/services/"] + .sub-menu > li + li {
            position: relative;
            top: -112px;
        }

        #top #nav li:hover a[href="/services/"] + .sub-menu > li > span a {
            font-weight: 600;
            line-height: 27px !important;
            width: 90%;
            display: inline-block;
            margin: 0 10px;
            padding: 10px !important;
        }

        #top #nav li:hover a[href="/services/"] + .sub-menu > li > span:hover a {
            line-height: 28px !important;
        }

    #top #nav li:hover a[href="/services/"] + .sub-menu .sub-sub-menu {
        display: block;
        position: relative;
    }

        #top #nav li:hover a[href="/services/"] + .sub-menu .sub-sub-menu > li {
            margin: 10px 0;
        }

            #top #nav li:hover a[href="/services/"] + .sub-menu .sub-sub-menu > li > a {
                font-size: 12px;
                margin: 0 10px;
            }

            #top #nav li:hover a[href="/services/"] + .sub-menu .sub-sub-menu > li:hover > a {
                color: #677a89;
            }

            #top #nav li:hover a[href="/services/"] + .sub-menu .sub-sub-menu > li + li + li + li + li + li + li {
                position: relative;
                left: 200px;
                top: -168px;
            }

#top #nav .sub-sub-menu > li { /*keep playing with this*/ /*line-height: 7px;*/
}
/* Header request quote and number */

.ctr-request, .ctr-call {
    position: absolute;
    top: 17px;
}

.ctr-request {
    left: 60px;
}

    .ctr-request a {
        display: inline-block;
        position: relative;
        padding: 0 43px 0 15px;
        background: url(../images/bg_request_quote.png) no-repeat top right;
        line-height: 29px;
        font-family: Lato;
        font-weight: 600;
        color: #24262f;
            text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
    }

    .ctr-request .ico-leaf {
        position: absolute;
        top: 5px;
        right: 15px;
        display: block;
        background: url(../images/img_leaf_dark.png) no-repeat 0 0;
        width: 22px;
        height: 19px;
    }

li.nav-contact a {
    position: relative;
}

li.nav-contact .ico {
    position: absolute;
    top: 0px;
    right: -25px;
    display: block;
    background: url(../images/img_leaf_green.png) no-repeat 0 0;
    width: 22px;
    height: 19px;
}

.ctr-call {
        right: 72px;
    color: #7aa2c5;
    font-size: 12px;
    font-family: Lato;
    text-transform: uppercase;
    line-height: 26px;
}

    .ctr-call .ctr-txt {
        position: relative;
        width: 255px;
    }

    .ctr-call .lbl {
        position: absolute;
        top: 2px;
        left: 0;
    }

    .ctr-call a {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        font-size: 24px;
        display: inline-block;
    text-decoration: none;
        margin-left: 15px;
    }

.bg_img {
    left: 0;
    position: absolute;
    top: -50%;
    width: 100%;
}

h1, h2, h2, h3, h4, .title {
    color: #0d2b46;
    font-family: Lato;
    font-weight: 400;
    line-height: 44px;
    text-transform: uppercase;
}

.main.title {
    font-size: 30px;
}

.sub.title {
    font-size: 23px;
    text-transform: none;
    font-family: Merriweather;
}

.small.title {
    font-size: 18px;
}

.lower {
    text-transform: none;
}

.hover_content .title {
    font-size: 24px;
}

h2, h2, h3, h4 {
    line-height: 100%;
    margin: 15px 0 10px 0;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h2.h2hlcenter, h2 .h2hlcenter {
    display: block;
    color: #677a89;
    text-align: center;
}

.button {
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    font-family: lato;
    font-size: 25px;
    line-height: 50px;
    min-width: 200px;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
}

    .button.slider {
        border-radius: 2px;
        color: #FFFFFF;
        font-family: lato;
        font-size: 20px;
        line-height: 50px;
        min-width: 180px;
        margin: 0px 10px 0px 5px;
        padding: 0 10px;
        ;
        text-align: center;
        text-transform: uppercase;
    }

#slider-button-content {
    margin-top: 15px;
}

#slide-description {
    height: 90px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.blinker .button {
    padding: 0px;
    font-size: 20px;
    line-height: 35px;
}

.blinker .button_wrap {
    margin: 10px 0;
}

.flip {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}

    .flip .description {
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        -ms-filter: fliph; /*IE*/
        filter: fliph; /*IE*/
    }

.blue.button {
    background-color: #0d2b46;
    text-decoration: none;
}

    .blue.button:hover {
        background-color: #08345c;
    }

.green.button {
    background-color: #f9ca00;
    text-decoration: none;
}

    .green.button:hover {
        background-color: #d2ab05;
    }

.dark.blue.button {
    background-color: #2E2E2F;
}

.dark.blue.small.button:hover {
    background-color: #3f3f3f;
}

.small.button {
    font-size: 15px;
    line-height: 35px;
}

.double.divider {
    border-bottom: double 4px #dcd7d3;
    width: 960px;
    margin: 0 auto;
}

.divider.full {
    width: 100%;
}

.hover_box .hover {
    display: none;
}

.hover_box:hover .hover {
    display: block;
}

.cycle-slideshow.homepage img {
    width: 100%;
}

.cycle-overlay {
    background: url("../images/showcase_bg.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 250px;
    left: 0;
    position: absolute;
    top: 56%;
    width: 100%;
    z-index: 900;
}

    .cycle-overlay > div {
        color: #fff;
        font-family: Merriweather;
        font-size: 36px;
        margin: 0 auto;
        max-width: 480px;
        position: relative;
        text-align: center;
        top: 70px;
        font-weight: 300;
    }

#about_wrap {
    background-color: #EEEDE7;
    overflow: hidden;
    padding: 20px 0 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

    #about_wrap .main.title {
        margin: 20px auto;
        max-width: 100%;
    }

    #about_wrap p {
        margin: 20px auto;
        max-width: 750px;
    }
/* Parallax Start */

.parax {
    position: absolute;
    display: block;
}

.slide {
    display: block;
    width: 100%;
    height: 600px;
    clear: both;
    position: relative;
    background-size: 100% auto !important;
    background-position-x: left !important;
    padding-top: 200px;
    overflow: hidden;
}

    .slide .box {
        margin: 0 auto; /*min-width: 550px;*/
        max-width: 650px;
        width: 50%;
        text-align: center;
        padding: 5px;
        position: relative;
        background: url('/images/bg_blue91.png') repeat;
        z-index: 400;
    }

.innerbox {
    border: double #abaaa2 4px;
    padding: 20px 40px 30px;
}

    .innerbox p {
        color: #c1bfb3;
        margin-bottom: 15px;
    }

    .innerbox .main.title {
        color: #dddbcb;
        border-bottom: solid 1px #68686a;
        max-width: 75%;
        margin: 0 auto 15px;
        padding-bottom: 15px;
    }
/* Parallax End*/

.creds {
    background-color: #d5d3ca;
}

.cycle-slideshow.logos {
    margin: 0 auto;
}

    .cycle-slideshow.logos div {
        width: 100px;
        height: 100px;
        background-repeat: no-repeat;
        background-position: bottom center;
        margin: 0 5px;
    }

        .cycle-slideshow.logos div:hover {
            background-position: top center;
        }

.cycle-slider .cycle-prev, .cycle-slider .cycle-next {
    position: absolute;
    top: 0;
    width: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    display: block;
}

.cycle-slider .cycle-prev {
    left: -50px;
    background: url(/images/icn_prev.png) 50% 50% no-repeat;
}

.cycle-slider .cycle-next {
    right: -50px;
    background: url(/images/icn_next.png) 50% 50% no-repeat;
}

.cycle-slider:hover .cycle-prev, .cycle-slider:hover .cycle-next {
    opacity: .7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
/* End Credentials and Reviews Styles */

.wrapper.service_map {
    max-width: 1025px;
}

.service_map .hover_content {
    padding: 10px;
    max-width: 130px;
}

    .service_map .hover_content p {
        text-align: left;
        font-size: 10.5px;
        line-height: 18px;
        margin: 10px auto;
    }

    .service_map .hover_content .title {
        font-size: 14px;
        line-height: 16px; /*23*/
        margin: 5px auto;
    }

    .service_map .hover_content .description {
        font-weight: 400;
        margin: 0 0 15px;
    }

    .service_map .hover_content .button_wrap a {
        font-size: 12px;
        font-weight: 400;
        padding: 0 10px !important;
        min-width: 110px;
        display: block;
        border-radius: 2px;
        line-height: 24px;
    }

.centered_content {
    padding: 20px 0 30px;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

    .centered_content .main.title {
        margin: 20px auto;
        max-width: 100%;
    }

    .centered_content p {
        margin: 13px auto;
        max-width: 750px;
    }

#diff_wrap {
    overflow: hidden;
    padding: 60px 0 100px;
    position: relative;
    text-align: center;
    width: 100%;
    background: url(/images/parallax_home_bg.png) top center;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

    #diff_wrap .bg_img {
        width: 100%;
    }

    #diff_wrap .wrapper {
        margin: 0 auto;
        max-width: 750px;
    }

    #diff_wrap .main.title {
        font-size: 30px;
    }

    #diff_wrap p {
        color: #FFFFFF;
        font-size: 17px;
        line-height: 28px;
        margin: 20px 0;
        -webkit-text-shadow: 1px 1px 13px #090909;
        text-shadow: 1px 1px 13px #090909;
    }

    #diff_wrap .hover_box {
        border-radius: 2px;
        height: 191px;
        width: 363px;
    }

        #diff_wrap .hover_box.landscape {
            background: url("../images/landscape_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        }

        #diff_wrap .hover_box.hardscape {
            background: url("../images/hardscape_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        }

        #diff_wrap .hover_box p {
            font-family: Lato;
            font-size: 25px;
            font-weight: 400;
            margin: 80px 0;
            -webkit-text-shadow: none;
            text-shadow: none;
            text-transform: uppercase;
        }

        #diff_wrap .hover_box:hover {
            background: none repeat scroll 0 0 #677A89 !important;
            border: 3px solid rgba(255, 255, 255, 0.25);
            height: 185px;
            width: 357px;
        }

            #diff_wrap .hover_box:hover p {
                margin: 10px 0;
            }

            #diff_wrap .hover_box:hover .hover {
                display: block;
                font-family: Merriweather;
                font-size: 12px;
                line-height: 22px;
                text-transform: none;
            }

                #diff_wrap .hover_box:hover .hover span {
                    display: inline-block;
                    font-size: 11px;
                    margin-bottom: 7px;
                    font-style: italic;
                }

.landscape p.hover br, .hardscape p.hover br {
    display: block;
    line-height: -5px;
    margin-top: -5px;
}

.page-1167 #diff_wrap .hover_box {
    height: 150px;
    background-size: 363px 150px;
}

    .page-1167 #diff_wrap .hover_box:hover {
        height: 144px;
    }

    .page-1167 #diff_wrap .hover_box p {
        margin: 60px 0;
    }

#photo_map {
    position: relative;
    background: url(/images/photo_map.jpg) no-repeat;
    width: 1025px;
    height: 455px;
    margin: 0 auto;
}

.expand_wrap {
    width: 20%;
    height: 34%;
    overflow: hidden;
    z-index: 1;
}

    .expand_wrap .blinker {
        width: 41px;
        height: 42px;
        position: absolute;
        margin-left: -20px;
        margin-top: -21px;
        cursor: pointer;
    }

    .expand_wrap.pool .blinker {
        left: 50%;
        top: 80%;
    }

    .expand_wrap.pond .blinker {
        left: 32%;
        top: 66%;
    }

    .expand_wrap .blinker .layer {
        background-image: url('../images/pulse.png');
        position: absolute;
        top: 0;
        left: 0;
    }

    .expand_wrap .blinker .layer_1 {
        background-position: 0 0;
        height: 42px;
        width: 41px;
    }

    .expand_wrap .blinker .layer_2 {
        background-position: 0 -86px;
        height: 42px;
        width: 41px;
        opacity: 0;
    }

    .expand_wrap .blinker .layer_3 {
        background-position: 0 -129px;
        height: 42px;
        width: 41px;
        opacity: 0;
    }

    .expand_wrap .blinker .layer_4 {
        background-position: 0 -43px;
        height: 42px;
        width: 41px;
        opacity: 0;
    }

    .expand_wrap .hover_content {
        display: none;
    }

    .expand_wrap .blinker:hover .hover_content {
        display: block;
        width: 250px;
        position: absolute;
        top: -60px;
        left: 54px;
        background-color: #eeede7;
        border: 2px solid #606a71;
        z-index: 400;
    }

    .expand_wrap .blinker:hover .triangle {
        background: url(/images/map_triangle.png) right no-repeat;
        z-index: 500;
        width: 20px;
        height: 36px;
        display: block;
        position: absolute;
        right: -15px;
        top: 5px;
    }

#creativity_wrap {
    background: white !important;
}

.consultation {
    background-color: #677a89;
    text-align: center;
    font-size: 26px;
    color: #fff;
    padding: 20px 0;
}

    .consultation strong {
        font-family: "Lato";
    }

#main-wrapper {
    overflow: hidden;
    padding-top: 35px;
}
/*Header with Backround Image and Blue Box*/

#header {
    height: 350px;
    position: relative;
    overflow: hidden;
}

    #header .header-image {
        height: 350px;
    }

        #header .header-image img {
            width: 100%;
            min-height: 350px;
            min-width: 1336px;
            position: fixed;
                z-index: -9;
        }

    #header .page-title {
        position: absolute;
        top: 170px;
        width: 100%;
        text-align: center;
    }

        #header .page-title .title {
            background: url('../images/bg_blue91.png') repeat;
            display: inline-block;
        }

            #header .page-title .title span {
                display: inline-block;
                margin: 5px;
                padding: 20px 40px;
                min-width: 550px;
                border: double #abaaa2 4px;
                color: #DDDBCB; /* text-transform: uppercase; */
                font-size: 36px; /* font-family: Lato; */
            }
/*Breadcrumbs*/

.breadcrumb {
    width: 100%;
    position: absolute;
    top: 385px;
    background: #ffffff;
    border-bottom: double 4px #dcd7d3;
    padding: 9px 0 11px;
    font-size: 11px;
    border-radius: 0px;
    font-family: 'Droid Sans';
}

    .breadcrumb li {
        display: none;
    }

        .breadcrumb li + li {
            display: inline-block;
        }

#main-wrapper #desc_wrap {
    padding: 30px 0 40px;
    background-color: #eeede7;
    overflow: hidden;
}
/*Services*/
.col-form-label {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
}

label.checkbox-inline {
    font-size: 14px;
    line-height: 26px;
}


.contact_form h2 {
    font-size: 22px;
    color: #f9ca00;
    padding: 7px;
    margin-bottom: 23px;
    margin-top: 23px;
    background-color: #12263c;
}


.template-1169 .page-title .double.divider {
    top: 50px;
    position: absolute;
}

.template-1169 #header {
    height: 205px;
}

    .template-1169 #header .page-title {
        top: 100px;
    }

.template-1169 .centered_content {
    overflow: visible !important;
}

.main_content {
    margin-bottom: 30px;
}

.service_categories {
    margin-top: 30px;
}

.service_map .special {
    font-size: 17px;
    line-height: 24px;
    font-family: Lato;
    font-weight: 400;
    margin: 0 auto 10px;
}

    .service_map .special span {
        font-weight: 300;
        font-style: italic;
    }

.page-1167 #diff_wrap .hover_box:hover p {
    margin: 20px 0 30px;
}

.page-1167 #diff_wrap .hover_box:hover .button_wrap {
    display: none !important;
}
/*Services Categories*/

.services_list {
    border-top: double 4px #d5cfc6;
    padding-top: 30px;
    margin-top: 25px;
    overflow: hidden;
}

    .services_list li {
        float: left;
        list-style: none;
        padding: 5px;
    }

        .services_list li .service {
            width: 181px;
            height: 172px;
            display: inline-block;
            text-align: center;
            position: relative;
        }

            .services_list li .service:hover {
                background-position: 0 -172px;
            }

            .services_list li .service.one {
                background-image: url('/images/a1_services_01.jpg');
            }

            .services_list li .service.two {
                background-image: url('/images/a1_services_02.jpg');
            }

            .services_list li .service.three {
                background-image: url('/images/a1_services_03.jpg');
            }

            .services_list li .service.four {
                background-image: url('/images/a1_services_04.jpg');
            }

            .services_list li .service.five {
                background-image: url('/images/a1_services_05.jpg');
            }

            .services_list li .service.six {
                background-image: url('/images/a1_services_06.jpg');
            }

            .services_list li .service.seven {
                background-image: url('/images/a1_services_07.jpg');
            }

            .services_list li .service.eight {
                background-image: url('/images/a1_services_08.jpg');
            }

            .services_list li .service.nine {
                background-image: url('/images/a1_services_09.jpg');
            }

            .services_list li .service.ten {
                background-image: url('/images/a1_services_10.jpg');
            }

            .services_list li .service span {
                color: #f7f7f7;
                padding: 63px 0;
                display: block;
                font-size: 18px;
            }

            .services_list li .service.third-line span {
                padding: 52px 0;
            }

.page-1192 .services_list {
    padding: 30px 15px;
}

    .page-1192 .services_list li .service {
        width: 222px;
        height: 222px;
    }

        .page-1192 .services_list li .service:hover {
            background-position: 0 222px;
        }

        .page-1192 .services_list li .service.one {
            background-image: url('/images/a2_services_01.jpg');
        }

        .page-1192 .services_list li .service.two {
            background-image: url('/images/a2_services_02.jpg');
        }

        .page-1192 .services_list li .service.three {
            background-image: url('/images/a2_services_03.jpg');
        }

        .page-1192 .services_list li .service.four {
            background-image: url('/images/a2_services_04.jpg');
        }

        .page-1192 .services_list li .service span {
            padding: 100px 0;
        }

        .page-1192 .services_list li .service.third-line span {
            padding: 75px 0;
        }
/*Services Subcategories*/

.template-1169 #header .page-title .title {
    position: relative;
}

    .template-1169 #header .page-title .title span {
        min-width: 230px;
    }

.subheader .page-title .double.divider {
    top: 45px;
    position: relative;
}

.subheader .page-title {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .subheader .page-title .title {
        background: url('/images/bg_blue91.png') repeat;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

        .subheader .page-title .title span {
            display: inline-block;
            margin: 5px;
            padding: 10px 40px;
            min-width: 350px;
            border: double #abaaa2 4px;
            color: #DDDBCB; /* text-transform: uppercase; */
            font-size: 28px; /* font-family: Lato; */
        }

.list_column {
    width: 810px;
    margin: 0 auto;
    overflow: hidden;
}

    .list_column ul {
        width: 270px;
        margin: 20px auto 0 auto;
    }

    .list_column li {
        list-style-type: none;
        font-family: "Droid Sans";
    }

.breadcrumb + .content {
    position: relative;
    top: 32px;
}

#featuredProject_wrap #photo_map {
    width: 960px;
    clear: both;
    margin: 20px auto;
}

    #featuredProject_wrap #photo_map .hover_content .description {
        font-size: 11px;
        margin: 20px;
        line-height: 20px;
    }

    #featuredProject_wrap #photo_map .expand_wrap .blinker:hover .hover_content {
        width: 310px;
        top: -18px;
    }

#featuredProject_wrap {
    padding: 30px 0 75px;
}

    #featuredProject_wrap .button_wrap {
        text-align: center;
        margin: 30px 0 40px;
    }

    #featuredProject_wrap .main.title {
        font-size: 24px;
    }

.content #featuredProject_wrap a.button:hover {
    color: white;
}

.button.share {
    margin: 5px 0 20px;
    min-width: 0;
    padding: 0 15px 0 15px;
    height: 35px;
    width: 90px;
    background-color: #4b5964;
}

.share .hover {
    display: none;
}

.share:hover .hover {
    display: block;
    position: relative;
    top: -80px;
    width: 120px;
    right: 18px;
    padding: 3px;
}

    .share:hover .hover a {
        padding: 0 1px;
    }

.button.share span {
    background: url('/images/icn_share.png') no-repeat right 10px;
    display: block;
    padding-right: 25px;
}

.image-wrapper .button.share.image {
    top: 15px;
    right: 15px;
    left: initial;
}

.button.share.image:hover .hover {
    top: 2px;
    margin: auto;
    right: 10px;
}

.button.share.image img {
    background-color: inherit !important;
    padding: 1px;
}
/*top gallery*/

#header-gallery {
    position: relative;
    height: 160px;
    width: 960px;
    margin: auto;
}

    #header-gallery > div.page-title {
        top: 100px;
        position: absolute;
        left: 0;
        font-size: 40px;
    }

    #header-gallery > div.gallery-switch {
        top: 100px;
        position: absolute;
        right: 0;
        font-size: 20px;
    }

div.wrapper.selectors {
    padding: 10px 0;
    margin: 10px auto;
    border-top: 4px double gray;
    text-align: center;
}

    div.wrapper.selectors ul li:after {
        content: " \2219";
    }

    div.wrapper.selectors ul li:last-child:after {
        content: none;
    }

    div.wrapper.selectors ul {
        text-align: center;
        margin-left: 0px;
        margin-top: 0px;
    }

        div.wrapper.selectors ul li {
            display: inline;
            white-space: nowrap;
        }

    div.wrapper.selectors a {
        text-decoration: none;
        padding-left: 10px;
        font-family: Lato;
        font-size: 80%;
        white-space: nowrap;
        cursor: pointer;
    }

        div.wrapper.selectors a:first-child {
            text-decoration: none;
            padding-left: 0px;
        }

        div.wrapper.selectors a.selected {
            font-weight: bold;
            font-size: 90%;
            color: #688974;
        }

#header-gallery > div.gallery-switch a {
    width: 23px;
    height: 23px;
    display: block;
    float: left;
    margin-left: 20px;
    text-indent: -3000px;
}

    #header-gallery > div.gallery-switch a.current {
        background-position: 0px 0px !important;
    }

    #header-gallery > div.gallery-switch a.grid {
        background: url(/images/icon_grid.png) 23px 23px;
    }

    #header-gallery > div.gallery-switch a.carousel {
        background: url(/images/icon_detail.png) 23px 23px;
    }

.gallery-container .button.share {
    position: absolute;
    top: 14px;
    left: 55%;
    z-index: 9000;
}

.button.share {
    border: 1px solid #eeede7;
}

    .button.share:hover {
        background-color: #eeede7;
        border: 1px solid #677A89;
    }

        .button.share:hover > span {
            display: none;
        }

        .button.share:hover .hover {
            top: -5px;
        }

.galleryImage > .hover {
    display: none;
    background: url(/images/bg_blue73.png);
    width: 310px;
    height: 200px;
    position: absolute;
}

.galleryImage:hover > .hover {
    display: block;
}

.galleryImage .button {
    width: 90px;
    display: block;
    min-width: 80px;
    margin: 10px auto !important;
    position: static !important;
    padding: 0px 20px !important;
    border: 0 !important;
}

    .galleryImage .button.share {
        margin-top: 55px !important;
    }

.galleryImage a {
    text-decoration: none;
}
/* carousel-------------------------------------------------------------------------------*/

#carousel-container {
    position: relative;
    width: 100%;
    height: 568px;
    overflow: hidden;
    background: #ededed;
}
    /*#carousel-container .image-wrapper {  position: absolute;  height: 568px;  display: none;}#carousel-container .image-wrapper img {  position: absolute;  top: 0px;  left: 0px;  max-width: none;  height: auto;}*/

    #carousel-container .image-wrapper {
        position: absolute;
        display: none;
        overflow: hidden;
        background-color: #000;
    }

        #carousel-container .image-wrapper img {
            float: left;
            width: auto !important;
            filter: blur(3px);
            -webkit-filter: blur(3px);
            -moz-filter: blur(3px);
            -o-filter: blur(3px);
            -ms-filter: blur(3px);
            filter: url(blur.svg#blur);
            filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
            background-color: #000;
            opacity: 0.6;
        }

        #carousel-container .image-wrapper:nth-child(3) img {
            filter: none;
            -webkit-filter: blur(0px);
            -moz-filter: blur(0px);
            -ms-filter: blur(0px);
            filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
            opacity: 1;
        }

        #carousel-container .image-wrapper .button {
            display: none;
        }

        #carousel-container .image-wrapper:nth-child(3) .button {
            display: block;
        }

#carousel-prev, #carousel-next, #ideas-prev, #ideas-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 38px;
    height: 60px;
    margin-top: -24px;
    text-indent: -9999px;
    cursor: pointer;
}

#ideas-prev, #ideas-next {
    z-index: 2;
}

#carousel-prev, #ideas-prev {
    background: url(../images/icon_prev.png) no-repeat 0px 0px;
    left: 125px;
}

#carousel-next, #ideas-next {
    background: url(../images/icon_next.png) no-repeat 0px 0px;
    right: 125px;
}
/* project carousel thumbs */

#carousel-thumbs-container {
    padding-top: 10px;
}

#carousel-thumbs {
    height: 68px;
    overflow: hidden;
}

    #carousel-thumbs .thumb-wrapper {
        float: left;
        padding-right: 5px;
    }

#carousel-thumb-slider {
    height: 12px;
    background-color: #bcbcbc;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bcbcbc), to(#e6e6e6));
    background: -moz-linear-gradient(top, #bcbcbc 0%, #e6e6e6 100%);
    background: linear-gradient(#bcbcbc, #e6e6e6);
}

    #carousel-thumb-slider #handle {
        display: block;
        width: 36px;
        height: 12px;
        background: #ff7800 url(../images/handle.png) no-repeat 0px 0px;
        cursor: pointer;
    }

.gallery-container .wrapper .galleryImage {
    width: 310px;
    padding: 5px;
    float: left;
}

#header-gallery > div.gallery-switch p {
    float: left;
    line-height: 24px;
    text-transform: uppercase;
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
}

.selectors a.button {
    font-family: Merriweather !important;
    text-transform: capitalize;
    background-color: #677a89 !important;
    color: #fff;
}

.selectors select {
    font-family: Merriweather !important;
    color: #69737b;
    padding: 3px;
}

div.pagination.break {
    text-align: center;
    padding-top: 40px;
    margin: 36px auto;
    border-top: 4px double #d5cfc6;
}

    div.pagination.break a {
        padding: 4px 10px;
        background-color: #677a89;
        margin: 4px;
        font-family: Lato;
        color: #fff;
        text-decoration: none;
    }

.large_service_box {
    overflow: auto;
}

    .large_service_box .hover_box {
        height: 394px;
        width: 310px;
        float: left;
        margin-bottom: 30px;
        background-position: 0 0;
        position: relative;
        overflow: hidden;
    }

.large_service_box {
    text-align: center;
}

    .large_service_box .hover_box.lshs {
        background-image: url(/images/lshs_sprite.jpg);
    }

    .large_service_box .hover_box.water {
        margin: 0 15px;
        background-image: url(/images/water_sprite.jpg);
    }

    .large_service_box .hover_box.home {
        background-image: url(/images/home_sprite.jpg);
    }

    .large_service_box .hover_box.hover {
        background-position: 0 100%;
    }

    .large_service_box .hover_box p.name {
        background-color: rgba(103,122,137,0.78);
        height: 70px;
        position: absolute;
        width: 310px;
        top: 280px;
        color: #fff;
        text-align: center;
        font-size: 23px;
        line-height: 27px;
        padding-top: 14px;
    }

    .large_service_box .hover_box a.hover {
        padding: 0px 0;
        width: 210px;
        margin: 10px auto;
        font-size: 16px;
        line-height: 34px;
    }

    .large_service_box .hover_box a.gray {
        background-color: #eeede7;
        color: #616369;
        text-decoration: none;
    }

    .large_service_box .hover_box a:hover {
        background-color: #85837c;
        color: #eeede7;
    }

    .large_service_box .hover_box a.blue:hover {
        background-color: #4B5964;
        color: white;
    }
/*Service Areas*/

.page-1182 .content {
    padding: 30px 0;
}

#locations_wrap .left.map {
    margin: 10px 0 100px;
}

#locations_wrap .right.locations {
    max-width: 55%;
    margin-left: 5%;
    width: 100%;
}

#locations_wrap ul {
    margin-left: 10%;
    max-width: 40%;
    width: 100%;
}

#locations_wrap li {
    margin: 10px 0;
    font-family: Lato;
}

.service_example {
    clear: both;
    margin: 30px auto;
    overflow: hidden;
}

    .service_example img {
        float: left;
        margin-right: 25px;
    }

    .service_example .service_content {
        float: left;
        max-width: 600px;
        font-size: 14px;
    }

    .service_example.highlighted_project .service_content {
        max-width: 430px;
    }

    .service_example .service_content p {
        line-height: 22px;
    }

.values_wrapper {
    padding: 20px 0 40px;

}

.accordion {
    padding: 30px 0 60px;
}

    .accordion .category {
        background: url("/images/faq_acc_large_close.png") no-repeat scroll left center transparent;
        border-bottom: 1px solid #000000;
        border-top: 1px solid #000000;
        color: #404040;
        display: block;
        font-size: 24px;
        line-height: 34px;
        margin-top: -1px;
        padding: 20px 0 20px 50px;
    }

        .accordion .category.expanded {
            background-image: url("../images/faq_acc_large_open.png");
        }

    .accordion .question {
        margin-top: 10px;
    }

        .accordion .question > li {
            background: url("../images/acc_close.png") no-repeat scroll left 6px transparent;
            color: #072e56;
            font-size: 19px;
            font-weight: 400;
            line-height: 34px;
            padding: 0 0 10px 40px;
            list-style-type: none;
            border-bottom: solid 1px #dcd7d3;
            margin-bottom: 10px;
        }

            .accordion .question > li.expanded {
                background-image: url("../images/acc_open.png");
            }

        .accordion .question .answer {
            color: #59595a;
            display: block;
            font-family: Merriweather, Helvetica, Arial, sans-serif;
            font-size: 15px;
            font-weight: normal;
            text-transform: none;
            margin: 20px 0 10px;
        }

.page-1201 .accordion .question > li {
    font-family: Lato;
    text-transform: uppercase;
}
/*BLOGS*/

div.blog {
    width: 660px;
    float: left;
    margin: 40px 60px 40px 0;
}

div.sidebar {
    float: left;
    width: 240px;
    margin: 40px 0;
}

.blog .title a, .blog .title {
    font-family: Lato;
    font-size: 26px;
    font-weight: 400;
    color: #69737b;
    text-transform: uppercase;
    text-decoration: none;
}

.blog .meta {
    font-family: Lato;
    font-size: 14px;
    margin-top: 0;
}

.blog a.read-more {
    font-family: Lato;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.blog .article {
    margin-bottom: 30px;
    border-bottom: 1px solid #d5cfc6;
    padding-bottom: 30px;
}

.blog .image-small {
    float: left;
    padding-right: 20px;
}

.blog .image-big img {
    padding-bottom: 20px;
}

.sidebar .title {
    border-bottom: 4px double #d5cfc6;
    font-size: 24px;
}

.sidebar ul li {
    border-bottom: 1px double #D5CFC5;
    list-style: none;
}

.sidebar .feature a {
    font-size: 14px;
    text-decoration: none;
}

.sidebar p.timestamp {
    margin-top: 0 !important;
}

.feature .date {
    font-size: 11px;
    font-family: Arial,sans-serif;
    display: block;
}

.sidebar h3 {
    border-bottom: 1px solid #d5cfc6;
}

.sidebar .feature {
    padding-bottom: 20px;
}
/*Contact*/

.wrapper.contact {
    max-width: 920px;
    background: url(/images/bg_white.png);
    padding: 20px 40px;
    margin-top: 196px;
    margin-bottom: 50px;
}

.page-1212 .content {
    background: url(/images/contact_bg.jpg) top left no-repeat;
    background-size: 100% auto;
}
/* contact form styles */

#frm-contact {
    padding-top: 10px;
    display: inline-block;
    width: 100%;
}

.contact h1 {
    border-bottom: 4px double #d0cbc1;
    padding-bottom: 15px;
    text-align: left;
    margin-bottom: 20px;
}

.contact .frm, .contact .contact-info {
    float: left;
}

.contact .frm {
    width: 65%;
    margin-right: 5%;
}

.contact .contact-info {
    width: 30%;
}

.contact-info > h2 {
    margin-top: 15px;
}

.contact-info .social {
    margin-left: 50px;
    margin-top: 35px;
}

.contact input, .contact select, .contact textarea {
    display: block;
    width: 100%;
    height: 25px;
    padding: 5px 0;
    text-indent: 10px;
    border: 1px solid #d8d2cb;
    font-family: Lato;
    color: #69737b;
    font-size: 14px;
}

.contact .oneline .frm-row {
    width: 33.33%;
    float: left;
}

.contact .oneline select {
    width: 78%;
    margin: 0 20px;
    height: 37px;
    text-indent: 3px;
    line-height: 37px;
}

.contact textarea {
    width: 100%;
    height: 75px;
}

.contact input[type="submit"] {
    width: 215px;
    margin: auto !important;
    text-align: center;
    border-radius: 2px;
    background: #677a89;
    color: #fff;
    font-size: 26px;
    height: 40px;
    font-family: Lato;
    text-transform: uppercase;
    cursor: pointer;
}

.frm-row {
    margin-bottom: 15px;
}

.oneline .frm-row {
    margin-bottom: 0;
}

label.error {
    display: block;
    border-bottom: 1px solid #d8d2cb;
    border-left: 1px solid #d8d2cb;
    border-right: 1px solid #d8d2cb;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0 5px;
    padding: 3px;
    font-size: 12px;
    font-family: Lato;
    background: rgba(226, 0, 21, 0.3);
    color: #fff;
}

.confirmMsg {
    border: 1px solid #57564E;
    padding: 6px;
    background: #BCB88A;
    color: #3B3A35;
    border-radius: 5px;
    margin: 15px 0 25px 0;
}

    .confirmMsg p {
        font-size: 16px;
        line-height: 120%;
        font-family: Lato;
    }

.displayinline {
    display: inline;
}

.fontsize10pt {
    font-size: 10pt;
    position: fixed;
    top: -400px;
}

#addcb {
    width: 20px;
}
/* Testimonials*/

.testimonials .more .morelink {
    font-family: Lato;
    font-size: 18px;
    color: #677a89;
    text-transform: uppercase;
    font-weight: 500;
    background: url(/images/more_less.png) 0 -24px no-repeat;
    display: block;
    height: 23px;
    line-height: 23px;
    padding-left: 26px;
    margin-top: 20px;
    text-decoration: none;
}

    .testimonials .more .morelink.less {
        background-position: 0 0;
    }

.testimonials .morecontent span {
    display: none;
}

.testimonials .comment {
    margin: 10px;
}

.testimonials .source {
    text-align: right;
    font-style: italic;
    font-family: Lato;
    font-size: 17px;
    border-right: 3px solid #cccbc5;
    padding-right: 9px;
    margin-top: 1px;
}

.testimonials .article {
    border-bottom: 1px solid #d5cfc6;
    padding: 20px 0 25px 26px;
    background: url(../images/quote_open.png) 0px 20px no-repeat;
}

.testimonials .moreellipses img, .morecontent img {
    position: relative;
    top: 10px;
    left: 10px;
}
/*Footer*/

#footer {
    background: url(../images/bg_footer.png) repeat-x;
    height: 113px;
    text-align: center;
    line-height: 27px;
    font-family: "Lato";
}

    #footer div.links_list {
        padding-top: 20px;
        color: #fff;
    }

        #footer div.links_list a {
            padding: 0 5px;

            color: #fff;
        }

            #footer div.links_list a:hover {
                color: #d4d2c8;
            }

div.footer.social {
    padding-top: 20px;
}

#footer div.footer.social a, .contact-info .social a {
    height: 28px;
    width: 29px;
    background-image: url(/images/social_sprite.png);
    display: inline-block;
    margin: 0 3px;
    background-repeat: no-repeat;
}

.social a.fb {
    background-position: 0 0;
}

.social a.twitter {
    background-position: -42px 0;
}

.social a.linkedin {
    background-position: -83px 0;
}

.social a.blog {
    background-position: -125px 0;
}

.social a.gplus {
    background-position: -166px 0;
}

.social a.pintrest {
    background-position: -208px 0;
}

.social a.instagram {
    background-position: -249px 0;
}

.social a.houzz {
    background-position: -290px 0;
}

.social a.youtube {
    background-position: -331px 0;
}

.social a.fb:hover {
    background-position: 0 -29px;
}

.social a.twitter:hover {
    background-position: -42px -29px;
}

.social a.linkedin:hover {
    background-position: -83px -29px;
}

.social a.blog:hover {
    background-position: -125px -29px;
}

.social a.gplus:hover {
    background-position: -166px -29px;
}

.social a.pintrest:hover {
    background-position: -208px -29px;
}

.social a.instagram:hover {
    background-position: -249px -29px;
}

.social a.houzz:hover {
    background-position: -290px -29px;
}

.social a.youtube:hover {
    background-position: -331px -29px;
}

#footer > p {
    padding-top: 20px;
}

div.footer.social img {
    padding: 0 5px;
}

.locations li a {
    color: blue;
}
/*CAPTCHA*/

.recaptchatable a, .recaptchatable a:hover {
    color: #707070 !important;
    font-family: Lato,Helvetica,Arial,sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.recaptchatable #recaptcha_response_field {
    height: 25px;
    padding: 5px 6px;
    text-indent: 5px;
    border: 1px solid #d8d2cb !important;
    font-family: Lato;
    color: #69737b;
    font-size: 14px !important;
    background-color: #fff;
    margin-left: -7px;
}

.slicknav_menu {
    display: none;
}

#mobile-menu {
    display: none;
}

.rg-image {
    width: 1000px;
    margin: 0 auto;
}

.ba-wrapper {
    position: relative;
    float: left;
    max-width: 480px;
    z-index: 100;
}

    .ba-wrapper .ba-lbl {
        position: absolute;
        bottom: 20px;
        left: 10px;
        width: 50px;
        font-weight: bold;
        color: white;
        font-size: 25px;
    }

@media screen and (max-width: 388px) {
    .wrapper {
        position: static;
    }

    #diff_wrap .hover_box.hardscape, #diff_wrap .hover_box.landscape {
        width: 100%;
    }

    #diff_wrap .hover_box:hover {
        width: 98%;
    }

    #diff_wrap .hover_box.landscape {
        background: url("../images/landscape_bg.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
        background-size: 100% 100%;
    }

    #diff_wrap .hover_box.hardscape {
        background: url("../images/hardscape_bg.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 768px) { /* #menu is the original menu */

    #nav ul {
        display: none;
    }

    #diff_wrap .hover_box.hardscape, #diff_wrap .hover_box.landscape {
        float: none;
        margin: 0px auto;
        display: inline-block;
    }

    #top {
        height: 80px;
    }

        #top .wrapper > a > img {
            width: 220px;
            margin-left: -110px;
        }

    .ctr-call .lbl {
        display: none;
    }

    .ctr-request a {
        font-size: 11px;
    }

    .ctr-call {
        right: 60px;
    }

    .ctr-request {
        left: 10%;
    }

    .ctr-request, .ctr-call {
        top: 22px;
    }

    div.blog {
        width: 100%;
    }

    .large_service_box .hover_box {
        height: 394px;
        width: 310px;
        float: left;
        margin-bottom: 30px;
        background-position: 0 0;
        position: relative;
        overflow: hidden;
        display: inline-block;
        float: none;
        margin: 0 15px;
        text-align: center;
    }

    .large_service_box {
        text-align: center;
    }

    .creds {
        display: none;
    }

    .slide .box {
        width: 90%;
    }

    #featuredProject_wrap .main, #featuredProject_wrap #photo_map {
        display: none;
    }

    #photo_map {
        display: none;
    }

    #diff_wrap .hover_box.hardscape, #diff_wrap .hover_box.landscape { /*float: left;*/
        float: none;
        margin: 0 auto;
        display: inline-block;
    }

    #header .header-image img {
        position: relative;
    }

    .content {
        overflow: hidden;
    }

    #locations_wrap .right.locations {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        float: left;
    }

    .wrapper {
        width: 95%;
    }

    #footer p {
        font-size: 10px;
    }

    .gallery-container .wrapper .galleryImage {
        width: 100%;
        float: none;
        text-align: center;
    }

    a.dark {
        display: none;
    }

    div.pagination.break a {
        display: block;
    }

    .cycle-slideshow {
        margin-top: 70px;
    }

    .cycle-overlay {
        height: 150px;
        display: none !important;
    }

    ul.services_list {
        text-align: center;
    }

    .services_list li {
        float: none;
    }

    a.cycle-slide div {
        display: none;
    }

    .main.title {
        font-size: 24px;
    }

    .title {
        font-size:;
    }

    .cycle-overlay div {
        font-size: 24px;
    }

    #header .page-title .title span {
        max-width: 80%;
        min-width: 250px;
    }

    #mobile-menu {
        display: block;
    }

    a#responsive-menu-button {
        background: url("../images/mobile-menu.png") no-repeat center center;
        display: block;
        font-size: 0;
        height: 70px;
        padding: 0;
        text-indent: -9999px;
        width: 35px;
    }

    .slicknav_menu {
        display: block;
        z-index: 100000;
        right: 0;
        position: absolute;
        background: none !important;
    }

        .slicknav_menu ul {
            background: #4c4c4c;
        }

    .slicknav_menutxt {
        display: none !important;
    }

    .contact .oneline .frm-row {
        float: none;
        width: 100%;
    }

    .contact .oneline select {
        margin: 0;
        width: 100%;
    }

    .oneline .frm-row {
        margin-bottom: 15px;
    }

    .wrapper.contact {
        padding: 5px;
    }

    .contact .contact-info, .contact .frm {
        float: none;
        width: 100%;
    }

    .contact-info .social {
        margin-left: 75px;
    }

    .contact .contact-info {
        margin-top: 40px;
        border-top: 1px solid #ccc;
        padding-top: 40px;
    }
}

.free {
    background-color: #071827;
    font-family: Lato;
    font-size: 35px;
    line-height: 36px;
    padding: 8px;
    text-transform: uppercase;
    border-bottom: 3px solid #ffc80f;
    color: #fff;
}

.blue-bg-f {
    background-color: #0d2b46;
    border: 1px solid #0d2b46;
    color: #fff;
    padding: 10px;
}

.marginT30{
    margin-top: -31px;
}
.win {
    color: #e67e22;
    text-transform: uppercase;
    font-size: 18px;
}
.menu-img-home .box-search {
  background-color: #3a526e;
}
.thumbnailHome {
  position: relative;
}


.thumbnailHome img {
    width: 100%;
}

.box-search {
  margin-bottom: 30px;
}

.box-search > .thumbnailHome > img {
  opacity: 0.5;
  transition: all 300ms ease-in-out;
}

.captionHome {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  border: 3px solid #fff;
}

.captionHome a {
text-decoration: none;
}

.captionHome p strong {
  padding-top: 5%;
  display: block;
  font-family: "Scope One";
  font-size: 150%;
}

.captionHome p {
  margin-left: 8%;
  margin-right: 8%;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
}

.captionHome span {
  border: 2px solid #fff;
  padding: 5px;
  color: #fff;
}

.captionHome span:hover {
  color: #fff;
}

.bg-light {
  background-color: #eaf6ff;
}

.btn a:hover {
    color: #d4d2c8;
    text-decoration: none;
}
.btn-orange {
  background-color: #e67e22;
  border-color: #e67e22;
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-orange:hover {
  color: #fff;
  background-color: #005eff;
  border-color: #005eff;
}

.testimonial {
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 50px;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.adr {
    line-height: 26px;
}

@media screen and (max-width: 480px) and (orientation: portrait) {
    .mobile-bar {
        position: absolute;
        top: 71px;
        left: 0;
        display: block;
        width: 100%;
        background: rgba(228,230,213,.75);
        height: 60px;
    }

    .ctr-request, .ctr-call {
        top: 90px;
    }

    .ctr-request {
        left: 0px;
    }

    .ctr-call {
        right: 0px;
    }

        .ctr-call a {
            color: #262626;
            font-size: 20px;
        }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    .ctr-call {
        right: 20px;
    }
    
    
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

@media (min-width:320px) and (max-width:441px) {

}
@media (min-width:568px) and (max-width:736px) {

 
}

@media (min-width:737px) and (max-width:768px) {

}

@media (min-width:769px) and (max-width:1200px) {
#top #nav > ul > li.nav-about {
    margin-left: 297px;
}
    
    #top #nav > ul > li > a {

    font-size: 11px;
}
}





legend {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 100%;
    color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    padding: 10px;
    background-color: #12263c;
}
fieldset {
     border: 1px solid #b3b3b3 !important; 
    margin-bottom: 20px;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    /* background-color: #f5f5f5; */
    padding-left: 10px!important;
}
.marginB-30 {
    margin-bottom: 30px;
}
.error404 b {
    font-size: 24px;
}
.error404 p {
    font-size: 18px;
    line-height: 34px;
    margin-top: 80px;
    margin-bottom: 120px;
}

/***************/
div#mrova-feedback {
      position: fixed;
      z-index: 99999;
}

.panel-default>.panel-heading {
      color: #fff;
      background-color: #1d2a3f;
      border-color: #ddd;
}
   #mrova-feedback .panel-form input, .panel-form textarea {
      height: 33px;
      font-size: 12px;
      padding: 5px 15px!important;
}
.btn-frm {
    background-color: #1d2a3f!important;
    border-color: #000000!important;
}
.main-title {
    text-transform:none;
    font-size:23px;
}
#header1 .page-title .title {
    background: url('../images/bg_blue91.png') repeat;
    display: inline-block;
}
#header1 .page-title .title span {
    display: inline-block;
    margin: 5px;
       padding: 1px 22px;
    min-width: 200px;
    border: double #abaaa2 4px;
    color: #DDDBCB;
    /* text-transform: uppercase; */
    font-size: 22px;
    /* font-family: Lato; */
}
#header1 {
        margin-bottom: 23px;
}
.link {
    color:white!important;
    text-decoration:none!important;
}

.cov {
text-align: center;
  padding: 10px;
}


.cov h3 {
    font-size: 17px!important;
    color: #bd0101!important;
    border: 3px solid #bd0101;
    display: inline-block;
    padding: 10px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center!important;
}