@font-face {
    font-family: 'iconsregular';
    src: url('../_media/fonts/2074icons-webfont.eot');
    src: url('../_media/fonts/2074icons-webfont.eot?#iefix') format('embedded-opentype'),
    url('../_media/fonts/2074icons-webfont.woff') format('woff'),
    url('../_media/fonts/2074icons-webfont.ttf') format('truetype'),
    url('../_media/fonts/2074icons-webfont.svg#iconsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    font-size: 62.5%;
}

body {
    color: #FFF;
    background: #010101 url('../_media/backgrounds/pattern-strong.png');
    font-size: 1.4rem;
}

/* --- Base Element Styles --- */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Lato, sans-serif;
    font-weight: 300;
    margin-bottom: 1em;
}

h1 {
}

h2 {
    color: #cab37c;
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0.8em;
}

a, a:hover, .btn-link {
    color: #8ca245;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p, .p, .review-body {
    color: #DEDEDE;
    text-align: justify;
    font-size: .95em;
    line-height: 1.8em;
    margin-bottom: 1.5em;
}

@media (min-width: 1200px) {
    p, .p, li {
        font-size: .95em;
    }
}

ul {
    list-style: square;
}

ol {
}

ul.unstyled, ol.unstyled {
    padding-left: 0;
}

li {
    margin-bottom: 10px;
}

blockquote {
}

input, textarea {
    color: #000;
}


.font-lato {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

/* --- Background Colors --- */
.bg-dark {
    background-color: #262626;
}

.bg-dark-50 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-darker {
    background-color: #222;
    color: #FFF;
}

/* --- Background Colors LG Styles --- */
@media (min-width: 1200px) {
    .bg-dark-lg {
        background-color: #262626;
    }

    .bg-dark-50-lg {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .bg-darker-lg {
        background-color: #222;
        color: #FFF;
    }
}

/* --- Background Colors MD Styles --- */
@media (max-width: 1199px) {
    .bg-dark-md {
        background-color: #262626;
    }

    .bg-dark-50-md {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .bg-darker-md {
        background-color: #222;
        color: #FFF;
    }
}

/* --- Background Colors SM Styles --- */
@media (max-width: 991px) {
    .bg-dark-sm {
        background-color: #262626;
    }

    .bg-dark-50-sm {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .bg-darker-sm {
        background-color: #222;
        color: #FFF;
    }
}

/* --- Background Colors XS Styles --- */
@media (max-width: 767px) {
    .bg-dark-xs {
        background-color: #262626;
    }

    .bg-dark-50-xs {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .bg-darker-xs {
        background-color: #222;
        color: #FFF;
    }
}

.border-dark {
    border: 4px solid rgba(20, 20, 20, 0.5);
}


/* --- Text Colors --- */
.text-white {
    color: #FFF;
}

.text-light {
    color: #cab37c;
}

.text-dark {
    color: #888;
}

/* --- Text Colors LG Styles --- */
@media (min-width: 1200px) {
    .text-white-lg {
        color: #FFF;
    }
}

/* --- Text Colors MD Styles --- */
@media (max-width: 1199px) {
    .text-white-md {
        color: #FFF;
    }
}

/* --- Text Colors SM Styles --- */
@media (max-width: 991px) {
    .text-white-sm {
        color: #FFF;
    }
}

/* --- Text Colors XS Styles --- */
@media (max-width: 767px) {
    .text-white-xs {
        color: #FFF;
    }
}


/* --- Text Shadows --- */
.text-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}


/* --- Royal Slider Addons --- */
.pbhs-slider-content {
    display: none;
}

/* Prevent slides from stacking down the page before slide has loaded */
.pbhs-slider-content:first-child {
    display: block;
}

.slider {
    width: 100%;
    z-index: 0;
}

.slider .pbhs-slider-a-block {
    text-align: center;
}

.slider .pbhs-slider-a-block {
    left: 20%;
    right: 20%;
}

.slider .testimonial .pbhs-slider-a-block {
    top: 20%;
}

.slider .pbhs-slider-content blockquote {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 50%;
}

.slider .pbhs-slider-content blockquote p {
    line-height: 1.5em;
}

#banner-captions {
    position: absolute;
    z-index: 20;
    right: 10px;
    bottom: 0;
    height: 42px;
    width: 60%;
}

#banner-captions:empty {
    display: none;
}

#banner-captions .pbhs-slider-g-caption {
    position: static;
    padding: 0 0 0 1em;
    width: 100% !important;
    background: rgba(193, 172, 121, 0.75);
    float: none;
}

#banner-captions .pbhs-slider-caption {
    margin: 0;
    color: #191919;
    font-size: 2rem;
    line-height: 42px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1565px) {
    #banner-captions {
        right: 0;
    }
}

@media (max-width: 1199px) {
    .slider .pbhs-slider-content blockquote {
        right: 0;
    }
}

@media (max-width: 991px) {
    #banner-captions {
        bottom: auto;
        top: 218px;
        width: 100%;
        height: 32px;
    }

    #banner-captions .pbhs-slider-g-caption {
        width: 720px !important;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #banner-captions .pbhs-slider-caption {
        line-height: 32px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #banner-captions .pbhs-slider-g-caption {
        width: 100% !important;
    }

    #banner-captions .pbhs-slider-caption {
        font-size: 1rem;
    }

    .slider .testimonial .pbhs-slider-a-block {
        top: 0;
    }
}

/* --- Page Gallery --- */
.pbhs-slider-gallery.pbhs-slider-default .pbhs-slider-overflow,
.pbhs-slider-gallery.pbhs-slider-default .pbhs-slider-slide,
.pbhs-slider-gallery.pbhs-slider-default .pbhs-slider-thumbs,
.pbhs-slider-gallery.pbhs-slider-default .pbhs-slider-video-frame-holder {
    background: #333;
}


/* --- Gravity Form Addons --- */
.gform_wrapper {
    max-width: 100%;
}

.gform_wrapper li.gfield_error,
.gform_wrapper .validation_error {
    background-color: #f2dede !important;
}

.full-width-errors .gform_wrapper li.gfield.gfield_error,
.full-width-errors .gform_wrapper .validation_error,
.gform_wrapper .full-width-errors li.gfield.gfield_error,
.gform_wrapper .full-width-errors .validation_error {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.gform_title {
    width: auto !important;
}

input.form-control,
textarea.form-control {
    padding-left: 8px !important;
    padding-right: 8px !important;
}


/* --- Header Styles --- */
#header {
}

.header-container {
    background: #191919 url('../_media/backgrounds/pattern.png');
}

.header-glow {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(95%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
    background-size: 2000px auto;
    background-repeat: repeat-y;
    background-position: top center;
}

#search-tab {
    background: #333;
    border: 1px solid #555;
    border-top: none;
    box-shadow: 0 0 2px #333;
    padding: 4px 5px 4px 10px;
    font-size: 1.1em;
}

#search-tab:focus {
    border-color: #999;
}

#search-tab input, #search-tab button {
    background: none;
    border: none;
    outline: none;
}

#search-tab button {
    border-left: 1px solid #555;
    padding-left: 10px;
}

#client-logo {
    margin-right: 20px;
}

#practice {
    text-shadow: 1px 1px 0 #000;
    margin-bottom: 10px;
}

.practice-underline {
    border-bottom: 1px solid #90A741;
    margin-bottom: 20px;
}

.underline-dots {
    position: absolute;
    right: 15px;
    bottom: -10px;
}

@media (max-width: 767px) {
    .underline-dots {
        right: inherit;
        left: 50%;
        margin-left: -61px;
    }
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #333333;
    border: 1px solid #555;
    display: inline-block;
    margin: 0 14px;
}

.middle-wrap {
    background: url('../_media/backgrounds/home-header.jpg') no-repeat center top;
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.3);
    max-width: 1566px;
    margin: 0 auto;
}

.middle-wrap-repeat {
    background: url('../_media/backgrounds/home-header-horz.jpg') repeat-x center 14px;
}

@media (max-width: 991px) {
    .middle-wrap-repeat {
        background-color: #b09f7d;
    }
}

.bar-wrapper {
    background: #c8bda5 none;
    border-top: 1px solid #ddd7c8;
    border-bottom: 1px solid #2e2e2e;
    height: 10px;
}

.home .bar-wrapper {
    background: url('../_media/backgrounds/bar-wrapper.jpg') repeat-x top center;
    height: 29px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}


#banner {
    max-width: 580px;
    margin: 0 0 0 auto;
}

#banner .slider {
    height: 308px !important;
}

@media (max-width: 991px) {
    #banner {
        margin: 0 auto;
    }

    #banner .slider {
        height: 250px !important;
    }
}


/* --- Bucket Styles --- */
.bucket-wrap {
    z-index: 30;
}

.bucket {
    margin-bottom: 1px;
    border-right: 12px solid rgba(0, 0, 0, 0.25);
    box-shadow: inset -6px 0 0 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.bucket:hover {
    border-right-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset -6px 0 0 0 rgba(0, 0, 0, 0.2);
}


.bucket a {
    display: block;
    padding: 15px 30px 15px 15px;
    text-decoration: none;
}

@media (min-width: 768px) {
    .footer-wrap .bucket {
        float: left;
        width: 32.88888889%;
        margin-right: 0.22222222%;
        margin-left: 0.22222222%;
    }
}


.middle-wrap .bucket {
    min-height: 120px;
}

.bucket-title {
    margin-top: 0;
    font-size: 1.4em;
    margin-bottom: .4em;
    font-weight: 400;
}

.bucket-title, .bucket-link {
    color: #fff;
}

.footer-wrap .bucket-title {
    margin-bottom: 0;
}

.bucket-text p {
    color: #eee;
    line-height: 1.45em;
}

.bucket-link, .contact-btn:before {
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -17px;
    background: #555;
    background: linear-gradient(to bottom, rgba(85, 85, 85, 1) 0%, rgba(60, 60, 60, 1) 100%);
    border: 4px solid #A0B45D;
    border-radius: 17px;
    width: 34px;
    height: 34px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 2em;
    padding-left: 2px;
}

a:hover .bucket-link, .contact-btn:hover:before {
    background: linear-gradient(to bottom, rgba(60, 60, 60, 1) 0%, rgba(85, 85, 85, 1) 100%);
}


@media (max-width: 767px) {
    .bucket-link, .contact-btn:before {
        right: -12px;
    }
}

#featured {
    top: 0;
}

#bucket1 {
    background: -moz-linear-gradient(-45deg, rgba(144, 167, 65, 0.95) 0%, rgba(160, 180, 93, 0.95) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(144, 167, 65, 0.95)), color-stop(100%, rgba(160, 180, 93, 0.95))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(144, 167, 65, 0.95) 0%, rgba(160, 180, 93, 0.95) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(144, 167, 65, 0.95) 0%, rgba(160, 180, 93, 0.95) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(144, 167, 65, 0.95) 0%, rgba(160, 180, 93, 0.95) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(144, 167, 65, 0.95) 0%, rgba(160, 180, 93, 0.95) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f290a741', endColorstr='#f2a0b45d', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    z-index: 3;
}

#bucket1:hover {
    background: -moz-linear-gradient(-45deg, rgba(140, 161, 60, 0.95) 0%, rgba(157, 176, 87, 0.95) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(140, 161, 60, 0.95)), color-stop(100%, rgba(157, 176, 87, 0.95))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(140, 161, 60, 0.95) 0%, rgba(157, 176, 87, 0.95) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(140, 161, 60, 0.95) 0%, rgba(157, 176, 87, 0.95) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(140, 161, 60, 0.95) 0%, rgba(157, 176, 87, 0.95) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(140, 161, 60, 0.95) 0%, rgba(157, 176, 87, 0.95) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28ca13c', endColorstr='#f29db057', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

#bucket2 {
    background: -moz-linear-gradient(-45deg, rgba(124, 139, 68, 0.95) 0%, rgba(131, 145, 81, 0.95) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(124, 139, 68, 0.95)), color-stop(100%, rgba(131, 145, 81, 0.95))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(124, 139, 68, 0.95) 0%, rgba(131, 145, 81, 0.95) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(124, 139, 68, 0.95) 0%, rgba(131, 145, 81, 0.95) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(124, 139, 68, 0.95) 0%, rgba(131, 145, 81, 0.95) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(124, 139, 68, 0.95) 0%, rgba(131, 145, 81, 0.95) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27c8b44', endColorstr='#f2839151', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    z-index: 2;
}

#bucket2:hover {
    background: -moz-linear-gradient(-45deg, rgba(114, 131, 54, 0.95) 0%, rgba(134, 150, 83, 0.95) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(114, 131, 54, 0.95)), color-stop(100%, rgba(134, 150, 83, 0.95))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(114, 131, 54, 0.95) 0%, rgba(134, 150, 83, 0.95) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(114, 131, 54, 0.95) 0%, rgba(134, 150, 83, 0.95) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(114, 131, 54, 0.95) 0%, rgba(134, 150, 83, 0.95) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(114, 131, 54, 0.95) 0%, rgba(134, 150, 83, 0.95) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2728336', endColorstr='#f2869653', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

#bucket2 .bucket-link {
    border-color: #839151;
}


#bucket3 {
    background: rgb(94, 109, 47); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(94, 109, 47, 1) 0%, rgba(106, 119, 66, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(94, 109, 47, 1)), color-stop(100%, rgba(106, 119, 66, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(94, 109, 47, 1) 0%, rgba(106, 119, 66, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(94, 109, 47, 1) 0%, rgba(106, 119, 66, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(94, 109, 47, 1) 0%, rgba(106, 119, 66, 1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(94, 109, 47, 1) 0%, rgba(106, 119, 66, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e6d2f', endColorstr='#6a7742', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    z-index: 1;
    box-shadow: inset -6px 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 2px #222;
}

#bucket3:hover {
    background: -moz-linear-gradient(-45deg, rgba(80, 97, 29, 1) 0%, rgba(105, 120, 62, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(80, 97, 29, 1)), color-stop(100%, rgba(105, 120, 62, 0.95))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(80, 97, 29, 1) 0%, rgba(105, 120, 62, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(80, 97, 29, 1) 0%, rgba(105, 120, 62, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(80, 97, 29, 1) 0%, rgba(105, 120, 62, 1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(80, 97, 29, 1) 0%, rgba(105, 120, 62, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f250611d', endColorstr='#f269783e', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.footer-wrap #bucket3 {
    box-shadow: none;
}

#bucket3 .bucket-link {
    border-color: #6A7742;
}

/* --- Breadcrumb Styles --- */
.breadcrumb > li {
    display: inline;
}

.breadcrumb-wrap {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    padding: 10px 15px;
}

.breadcrumb-wrap .divider {
    font-size: .6em;
    vertical-align: middle;
}


/* --- Content Section Styles --- */
.content-wrap {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.25)), color-stop(95%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
    background-size: 2000px auto;
    background-repeat: repeat-y;
    background-position: top center;
    background-attachment: fixed;
}


/* --- Tables with the class table-striped end up with white text on white background. table-striped is a bootstrap style and would be an issue on any site using this template --- */
table.table-striped tr:nth-child(odd) {
    color: #000000;
}


/* --- Page Content Styles (Specific to the main content area of the page editable by users) --- */
.page-content-wrap {
    min-height: 500px;
}

.post.page-content-wrap {
    min-height: 350px;
}

.page-content-wrap li {
    text-align: justify;
}

.page-content-wrap .container {
    width: auto;
}


/* --- Sidebar Styles --- */
.side-wrap {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    #home .side-wrap {
        padding-left: 60px !important;
    }
}

.side-wrap li {
    margin-bottom: 0;
}

.accent-bg {
    background-image: url('../_media/assets/accent-bottom.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}


/* --- Sidebar Navigation Styles --- */
.side-nav-title {
    margin-top: 0;
}

.side-nav-title,
.side-nav h2 {
}

.side-nav h2 a,
.side-nav h2 a:hover,
.side-nav-title a,
.side-nav-title a:hover {
    text-decoration: none;
    color: inherit;
}

.side-nav,
.side-nav ul {
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}

.side-nav li {
    border-bottom: 1px solid #564e3c;
}

.side-nav li a {
    color: #fff;
    display: block;
    padding: 4px 8px;
    text-decoration: none;

    transition: ease-in-out background .2s, ease-in-out color .2s;
    -moz-transition: ease-in-out background .2s, ease-in-out color .2s;
    -webkit-transition: ease-in-out background .2s, ease-in-out color .2s;
}

.side-nav li a:before {
    font-family: iconsregular;
    content: "!";
    font-size: 1.8rem;
    color: #C5BBA1;
    padding-right: 12px;
    vertical-align: middle;
}

.side-nav li a:hover {
    background: rgba(205, 205, 205, 0.15);
}

.side-nav .current_page_item > a, .side-nav .current_page_item > a:hover {
    background: rgba(86, 78, 60, 0.7);
}

.side-nav li:first-child {
    border-top: 1px solid #564e3c;
}

.side-nav li li, .side-nav li li:first-child {
    border: none;
}

.side-nav li li a {
    margin-left: 20px;
}

.side-nav .current_page_item.page_item_has_children > a,
.side-nav .current_page_ancestor > a {
    border-bottom: none;
}

.side-nav .children {
    display: none;
}

/* Hide Child Pages by Default */
.side-nav .current_page_ancestor > .children,
.side-nav .current_page_item > .children {
    display: block;
}

/* --- Footer Styles --- */
.footer-wrap {
}

.footer-bar-wrapper {
    background: url('../_media/backgrounds/footer-wrapper.jpg') repeat-x top center;
    height: 18px;
}


.nav-column-wrap ul {
    overflow: hidden;
    max-height: 200px;
}

.footer-wrap h2, .footer-wrap .h2 {
    color: #fff !important;
}

.footer-wrap a, .footer-wrap a:hover, .footer-wrap .bucket-wrap a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-wrap a:hover {
    text-decoration: underline;
}


.admin-links a, .nav-links a, .admin-links a:hover, .nav-links a:hover {
    color: #888;
}

.footer-wrap h2 {
    color: #fff;
    padding-bottom: 4px;
}

hr, .heading-underline, .modal-header {
    border-top: none;
    border-bottom: 1px solid rgba(20, 20, 20, 0.7);
    box-shadow: 0 1px 0 0 rgba(200, 200, 200, 0.2);
}

footer ul {
    text-align: left;
    margin: 0 0 1em;
    padding: 0;
}

footer ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

footer li {
    color: #888;
    float: left;
    list-style: square;
    margin: 0 0 5px 5%;
    width: 45%;
}

@media (max-width: 991px) {
    footer li {
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    footer li {
        margin-left: 0;
        list-style: none;
    }

}

/* --- SEO Footer Styles --- */

#footer-wrapper .pbhs-grid-footer h1, #footer-wrapper .pbhs-grid-footer h2, #footer-wrapper .pbhs-grid-footer h3 {
    line-height: 1.2em;
}


/* --- Button Styles --- */
a.btn, .btn a {
    text-decoration: none;
}

.btn {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.btn-default a, .btn-default a:hover {
    color: #FFF;
}

.btn-default, .btn-primary {
    color: #FFF;
    text-decoration: none;
    background: rgb(211, 203, 183); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(211, 203, 183, 1) 0%, rgba(172, 159, 127, 1) 21%, rgba(152, 136, 104, 1) 83%, rgba(106, 94, 63, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(211, 203, 183, 1)), color-stop(21%, rgba(172, 159, 127, 1)), color-stop(83%, rgba(152, 136, 104, 1)), color-stop(100%, rgba(106, 94, 63, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(211, 203, 183, 1) 0%, rgba(172, 159, 127, 1) 21%, rgba(152, 136, 104, 1) 83%, rgba(106, 94, 63, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(211, 203, 183, 1) 0%, rgba(172, 159, 127, 1) 21%, rgba(152, 136, 104, 1) 83%, rgba(106, 94, 63, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(211, 203, 183, 1) 0%, rgba(172, 159, 127, 1) 21%, rgba(152, 136, 104, 1) 83%, rgba(106, 94, 63, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(211, 203, 183, 1) 0%, rgba(172, 159, 127, 1) 21%, rgba(152, 136, 104, 1) 83%, rgba(106, 94, 63, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3cbb7', endColorstr='#6a5e3f', GradientType=0); /* IE6-9 */
    border: 1px solid #444;
}

.btn-default:hover, .btn-primary:hover {
    color: #FFF;
    background: rgb(185, 178, 159); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(185, 178, 159, 1) 0%, rgba(152, 139, 112, 1) 21%, rgba(127, 111, 80, 1) 83%, rgba(88, 74, 46, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(185, 178, 159, 1)), color-stop(21%, rgba(152, 139, 112, 1)), color-stop(83%, rgba(127, 111, 80, 1)), color-stop(100%, rgba(88, 74, 46, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(185, 178, 159, 1) 0%, rgba(152, 139, 112, 1) 21%, rgba(127, 111, 80, 1) 83%, rgba(88, 74, 46, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(185, 178, 159, 1) 0%, rgba(152, 139, 112, 1) 21%, rgba(127, 111, 80, 1) 83%, rgba(88, 74, 46, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(185, 178, 159, 1) 0%, rgba(152, 139, 112, 1) 21%, rgba(127, 111, 80, 1) 83%, rgba(88, 74, 46, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(185, 178, 159, 1) 0%, rgba(152, 139, 112, 1) 21%, rgba(127, 111, 80, 1) 83%, rgba(88, 74, 46, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9b29f', endColorstr='#584a2e', GradientType=0); /* IE6-9 */
    border-color: #555;
}

.offset-contact-btn {
    margin-top: -30px;
}

.contact-btn {
    position: relative;
    font-size: 1.5em;
    padding: 15px 44px 15px 20px;
    border: none;
    border-right: 12px solid rgba(0, 0, 0, 0.25);
    box-shadow: inset -6px 0 0 0 rgba(0, 0, 0, 0.1), 0 0 2px #000;
    border-radius: 0;
}

.contact-btn:hover {
    border-right: 12px solid rgba(0, 0, 0, 0.25);
    box-shadow: inset -6px 0 0 0 rgba(0, 0, 0, 0.1), 0 0 2px #000;
}

.contact-btn:before {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: .68em;
    border: 4px solid #A19272;
    right: -18px;
}

.phone-call-out {
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
    line-height: 1.8em;
    padding: 30px 15px 68px;
}

.phone-call-out:before {
    font-family: 'iconsregular';
    content: "\0022";
    color: #C5BBA1;
    font-size: 8.6rem;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
}

.phone-call-out:after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    box-shadow: 0 0 115px 30px rgba(255, 255, 255, 0.3);
    z-index: -1;
}


.phone-call-out strong {
    font-size: 2.5em;
    font-weight: 400;
    text-shadow: 0 2px 0 #000;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .phone-call-out strong {
        font-size: 2em;
    }
}

.header-block {
    background: -moz-linear-gradient(top, rgba(71, 71, 71, 1) 0%, rgba(55, 55, 55, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(71, 71, 71, 1)), color-stop(100%, rgba(55, 55, 55, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(71, 71, 71, 1) 0%, rgba(55, 55, 55, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(71, 71, 71, 1) 0%, rgba(55, 55, 55, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(71, 71, 71, 1) 0%, rgba(55, 55, 55, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(71, 71, 71, 1) 0%, rgba(55, 55, 55, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#373737', GradientType=0); /* IE6-9 */
    color: #FFF;
    border: 1px solid #474747;
    padding: 8px 10px;
    margin-bottom: 15px;
}

.offset-phone-call-out {
    margin-top: -39px;
}

.weight-300 {
    font-weight: 300;
}

.smaller-font {
    font-size: .95em;
}

.mini-photo-gallery {
    margin-bottom: 20px;
}

.mini-photo-gallery .img {
    display: block;
    float: left;
    width: 20%;
}

.mini-photo-gallery img {
    border: 3px solid #968767;
    max-width: 95%;
    height: auto;
    margin-bottom: 8px;
}

.mini-photo-gallery .img:first-child {
    margin-left: 0;
}


@media (min-width: 768px) {
    .col-sm-2-fourth {
        width: 20%;
        float: left;
    }
}


.uppercase {
    text-transform: uppercase;
}


/* --- Popovers --- */
.popover .popover-title {
    color: #333;
}

.popover {
    min-width: 276px;
}


/* --- Wp Alignment Classes --- */
.alignleft, .alignright, .aligncenter, .alignnone {
    margin-bottom: 30px;
}

.alignleft, .alignright {
    width: 50%;
}

.alignleft {
    margin-right: 30px;
    float: left;
}

.alignright {
    margin-left: 30px;
    float: right;
}

.aligncenter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
}

.alignnone {
    width: auto;
    float: none;
}

img.alignleft, img.alignright, img.aligncenter
.alignleft.flash-replaced, .alignright.flash-replaced, img.aligncenter {
    display: block;
    width: auto;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .alignleft, .alignright, .aligncenter {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
}

/* --- Module, Image, Highlight and Well Styles --- */
.image, .module, .highlight, .well {
    background-color: rgba(0, 0, 0, 0.5);
    border: 4px solid rgba(20, 20, 20, 0.5);
}

.highlight.aligncenter, .highlight.alignnone,
.well.aligncenter, .well.alignnone,
.module.aligncenter, .module.alignnone,
.image.aligncenter, .image.alignnone {
    margin-top: 30px;
}

.image h2, .image .h2, .highlight h2, .highlight .h2, .well h2, .well .h2,
.image h3, .image .h3, .highlight h3, .highlight .h3, .well h3, .well .h3,
.image p, .module p, .highlight p, .well p,
.image label, .module label, .highlight label, .well label,
.image .btn, .module .btn, .highlight .btn, .well .btn,
.image a, .highlight a, .well a {
    color: inherit;
}

.image, .module, .highlight,
.image h2, .image .h2, .module h2, .module .h2, .highlight h2, .highlight .h2,
.image h3, .image .h3, .module h3, .module .h3, .highlight h3, .highlight .h3,
.image p, .module p, .highlight p,
.image label, .module label, .highlight label,
.image .btn, .module .btn, .highlight .btn,
.image a, .module a, .highlight a {
    text-align: center;
}

.image label, .module label, .highlight label, .well label {
    display: block;
}

.image a, .module a, .highlight a, .well a {
    text-decoration: underline;
    font-weight: bold;
}

.image a:hover, .module a:hover, .highlight a:hover, .well a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.image .btn, .module .btn, .highlight .btn, .well .btn {
    text-decoration: none;
}

.image .btn:hover, .module .btn:hover, .highlight .btn:hover, .well .btn:hover {
    opacity: 1;
}

.image > :first-child, .module > :first-child, .highlight > :first-child, .well > :first-child {
    margin-top: 0;
}

.image {
    padding: 12px;
}

.module {
    padding: 30px;
}

.ht-image {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .module, .highlight {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* --- Map Shortcode Styles --- */
.map {
    height: 400px;
}

.mobile-phone .map {
    margin-bottom: 65px;
}

.modal-map .map {
    height: 255px;
}

.modal-map .highlight {
    margin-bottom: 12px;
    width: 95%;
}

.modal-map .modal-body {
    max-height: 415px;
}


.modal-content {
    background: #222;
}

.modal-header h3 {
    margin-top: 5px;
}

.close {
    color: #FFF;
    opacity: 0.5;
    text-shadow: 0 1px 0 #000;
}

.close:hover,
.close:focus {
    color: #FFF;
    opacity: 0.8;
}

.scrollup {
    text-decoration: none;
    z-index: 10;
}


.search-results div.hentry {
    padding: 0 10px;
    margin: 6px 0;
    border-bottom: 1px solid #DDD;
}

.next-posts {
    float: left;
}

.prev-posts {
    float: right;
}

.navigation {
    overflow: auto;
    margin: 0 0 .5em;
}

.metadata {
    padding: 10px 0;
    margin: 1em 0;
    clear: both;
}

.tags {
    font-weight: bold;
}

.postmetadata {
    border-left: 4px solid #666;
    padding-left: 15px;
    margin: 0;
}

#commentform > div {
    margin: 5px 0;
}

#commentform label {
    font-weight: bold;
}

#commentform textarea#comment {
    width: 100%;
}

ol.commentlist {
    padding: 0;
}

.commentlist li {
    background: rgba(0, 0, 0, 0.5);
    list-style: none;
    border-left: 5px solid rgba(20, 20, 20, 0.5);
    padding: 10px;
}

.commentlist li.even {
    background-color: rgba(0, 0, 0, 0.4);
}

.commentlist img.avatar {
    float: left;
    margin-right: 10px;
}

.commentlist .commentmetadata {
    border-bottom: 1px solid #111;
    box-shadow: 0 1px 0 0 #4a4a4a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.commentlist .reply {
    text-align: right;
}

.commentlist ul.children {
    margin-top: 10px;
}


@media (max-width: 767px) {
    .dc-social {
        display: none;
    }
}