@font-face {
    font-family: 'myriad';
    src: url('assets/fonts/myriadpro-light.ttf');
    src: url('assets/fonts/myriadpro-light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/myriadpro-light.ttf') format('truetype'), url('assets/fonts/myriadpro-light.svg#myriad') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriadpro-bold';
    src: url('assets/fonts/myriadpro-bold-webfont.ttf');
    src: url('assets/fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/myriadpro-bold-webfont.ttf') format('truetype'), url('assets/fonts/myriadpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#page .container:first-child {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, .25);
    background: #eee;
}
body {
    color: #666;
    background: #fff;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #B2D468;
    text-decoration: none;
}
a:hover {
    color: #666;
}
.btn,
a,
.btn:hover,
a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none !important;
}
h1,
h2,
h3,
h4 {
    margin: 0 0 5vh;
    line-height: 1.5;
    color: #B2D468;
}
h1 {
    text-transform: uppercase;
    color: #fff;
}
h2 {
    color: #B2D468;
}
h3 {}
h1,
h2,
h3,
h4,
h5,
p,
body {
    font-family: 'myriad';
}
b,
strong {
    font-family: 'myriadpro-bold';
    font-weight: normal;
    color: #B2D468;
}
.btn {
    background: #B2D468;
    color: #fff;
    border-radius: 30px !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    margin: 25px 0;
}
.btn:hover {
    color: #B2D468 !important;
    background: #fff;
    border: 1px solid #B2D468 !important;
}
p {
    margin-bottom: 1.7em;
}
body,
p {
    font-size: 18px;
    line-height: 1.5;
}
.container {
    width: 100%;
    max-width: 1400px;
}
.wrapper {
    background-color: #fff;
}
.spacer {
    padding: 2vw;
}
.btn {
    border: none;
    border-radius: 0;
    padding: 0.75em 3em;
    text-transform: uppercase;
}
.btn-danger {
    background: #B2D468 !important;
}
.btn:hover,
.btn:active {
    color: #fff;
    box-shadow: none;
}
.navbar-nav > li > a {
    font-size: 1em;
    line-height: 2em;
}
.navbar-inverse {
    background: #111;
}
a.navbar-brand span {
    font-family: myriadpro-bold;
    margin-left: 5px;
}
.navbar-brand {
    color: #B2D468 !important;
    background: none;
    margin-left: 0 !important;
    height: 60px;
    padding: 1em;
}
.navbar-default .navbar-nav>li>a {
    color: #000 !important;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff !important;
    background-color: #B2D468;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0 !important
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-default .navbar-collapse {
    background: #fafafa;
}
.banner {
    background: url(assets/main-hero.jpg) #fff;
    margin-top: 4em;
    background-size: cover;
}
.overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.col-sm-7.wowload.fadeInRight.animated {
    height: 60vh;
    margin-left: -14px;
    background-position: 50% !important;
}
.carousel-control {
    width: 10%;
}
.carousel-control i.fa {
    top: 50%;
    position: absolute;
    margin-top: -30px;
    left: 0;
    right: 0;
}
.carousel .item a.view {
    position: absolute;
    top: -10%;
    left: 50%;
    text-align: center;
    background: #B2D468;
    color: #fff;
    display: inline-block;
    padding: 0.75em 2em;
    font-size: 1.25em;
    margin-top: -24px;
    margin-left: -70px;
}
.carousel .item:hover a.view {
    top: 50%;
    text-decoration: none;
}
.service {
    padding: 5vh 2vw;
    color: #B2D468;
    background: rgba(252, 252, 252, .99);
    margin: 0;
    width: 100%;
    display: block;
}
.service p {
    /* color: #fff; */
    font-size: 0.90em;
    line-height: 1.20em;
}
.social a {
    margin-right: 1em;
}
.footer {
    background-color: #ffffff;
    color: #fff;
    font-size: 1em;
    color: #aaa;
    padding: 3em;
}
.footer a {
    color: #aaa;
    margin: 0 1em;
}
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px;
    color: #fff;
}
.gototop i {
    line-height: 0.5em;
}
.banner h1 {
    text-transform: lowercase;
    font-size: 2.75vw;
    padding: 70vh 50px 5vh 20px;
    line-height: 1;
    text-align: left;
    background: rgba(178, 212, 104, 0.9);
    width: 50vw;
    margin: 0;
    display: inline-block;
    font-family: myriadpro-bold;
    letter-spacing: -1px;
}
.banner h1 span {
    font-family: myriad;
    display: block;
}
.overlay p {
    line-height: 1;
    text-align: left;
    background: rgba(178, 212, 104, 0.9);
    width: auto;
    margin: 0;
    display: inline-block;
    color: #fff;
    padding: 50px 20px 0vh 0px;
    margin-top: 70vh;
    font-size: 1.75vw;
    line-height: 1.1;
    font-family: myriadpro-bold;
    letter-spacing: -.10vw;
}
.navbar-brand {
    text-transform: lowercase;
    font-size: 2.5vw;
    line-height: 0;
    height: auto;
}
.navbar-nav > li > a {
    font-size: 1vw;
    padding: 2.25vw;
        letter-spacing: 0;

}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background: #B2D468;
    color: #ffffff !important;
}
.service h3 {
    font-size: 2vw;
    margin: 10px 0 25px;
    /* color: #fff; */
}
.service a {
    /* color: #fff; */
}
.service p {
    font-size: 18px;
}
.form-input h2 {
    display: inline-block;
    margin: 25px;
    color: #fff;
    font-size: 42px;
    line-height: 1;
}
.form-input h2 span {
    font-size: 24px;
    margin-left: 10px;
}
.bh-sl-container .form-input input {
    width: 60vw;
    padding: 28px 25px;
    background-color: rgb(104, 142, 212);
    border: none;
    outline: none;
    margin: 0;
    line-height: 2;
    border-radius: 0;
    margin-top: 0;
    top: 0;
    font-size: 32px;
    color: #fff;
}
.related-all {
    width: 100%;
    border-radius: 0 !important;
    background: #B2D468;
    color: #fff;
    font-size: 2vw;
}
.related-all:hover {
    background: #fff;
    color: #B2D468;
}
.bh-sl-container .form-input input::-webkit-input-placeholder {
    color: #fff;
}
.bh-sl-container .form-input input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}
.bh-sl-container .form-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}
.bh-sl-container .form-input input:-ms-input-placeholder {
    color: #fff;
}
.bh-sl-container button {
    background: rgb(167, 203, 89);
    border: none;
    padding: 36px;
    border-radius: 0;
    margin: 0;
    outline: none;
    font-size: 32px;
    position: absolute;
    z-index: 1;
    margin-left: -80px;
}
.bh-sl-container .form-input label {
    font-weight: normal;
    top: -3px;
    position: relative;
    font-size: 18px;
    color: #333;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    margin-top: 0;
    padding: 18px;
    margin-bottom: 0;
}
.related {
    padding: 0;
    word-wrap: break-word;
    list-style: none;
}
.related li {
    margin: 10px 0;
}
.related-container {
    padding: 0 50px;
}
.related li p {
    font-size: 14px;
}
#interior-header h1,
#archive-header h1 {
    padding: 40vh 5vw 50px;
}
#page-content {
    padding: 50px 5vw;
    min-height: 80vh;
}
#single-share ul {
    list-style: none;
    padding: 0;
}
#single-share ul li {
    display: inline-block;
    width: auto;
    margin: 1px;
}
#single-share ul:before {
    content: 'Share This:';
    margin-right: 15px;
    color: #B2D468;
}
#single-share ul li a {
    background-color: #B2D468;
    color: #fff;
    padding: 10px 15px;
}
#single-share {
    margin-bottom: 25px;
    display: block;
}
#archive-header h1 {
    padding: 100px !important;
    line-height: 1;
}
#intro .col-md-4,
#intro .col-md-8 {
    font-size: 22px;
    padding: 0 25px;
    margin-top: 30px;
}
#intro .col-md-4 p {
    font-size: 22px;
}
#intro ul {
    font-size: 16px;
    padding: 0 25px;
    line-height: 2;
}
#intro .related-all {
    font-size: 18px;
    margin: 5px 0;
    width: 100%;
    padding: 10px;
}
#intro .col-md-7 h3 {
    margin: 0 auto 20px;
}
#intro .row {
    padding: 0 5vw;
}
#intro .row:nth-child(2) {
    margin-top: 50px;
}
.wrapper > div > .row:first-child {
    padding-left: 40px;
}
li.find {
    background: #B2D468;
}
.navbar-default .navbar-nav .find a {
    color: #fff !important;
    font-family: myriadpro-bold;
}
.nav-previous.alignleft a {
    background: #B2D468;
    color: #fff;
    padding: 5px 25px;
    display: block;
    font-size: 32px;
    max-width: 50%;
    border-radius: 30px;
    float: left;
}
.nav-next.alignright a {
    background: #B2D468;
    color: #fff;
    padding: 5px 25px;
    display: block;
    font-size: 32px;
    max-width: 50%;
    border-radius: 30px;
    float: right;
}
#interior-header h1,
#archive-header h1 {
    background: none;
    color: #B2D468;
}
#interior-header .overlay,
#archive-header .overlay {
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(40%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.related li p {
    font-size: 14px;
}
#interior-header,
#archive-header {
    background-size: 75% auto !important;
    background-repeat: no-repeat !important;
    background-position: 100% 50% !important;
}

#pinterest a {
    background-image: none !important;
    padding: 5px 17px 6px !important;
    height: auto !important;
    width:  auto !important;
}

footer #pinterest a {
    background-image: none !important;
    padding: 13px 20px 12px !important;
    height: auto !important;
    width:  auto !important;
}

#pinterest a:before {
    content: 'ïƒ’';
    font-family: fontawesome;

}

li#twitter iframe {
opacity: 0;
    position: absolute !important;
    top: 30%;
    left: 0;
    Z-INDEX: 1000000;
}

li#twitter:before {
    content: '\f099';
    font-family: fontawesome;
    color: #fff;
    line-height: 1;
    margin: 0;
}

footer li#twitter:before {
    font-size: 28px; 
    
}

li#twitter {
    padding: 8px 15px 7px;
    width: auto;
    text-align: center;
    background: #B2D468;
    vertical-align: baseline;
    position: relative;
}

footer li#twitter {
    padding: 15px 17px;
    width: auto;
    text-align: center;
    background: #688ED4;
    vertical-align: top;
}

.admin-bar .navbar {
    top: 32px;
}


@media (min-width:1800px) {

    .navbar-brand {
    font-size: 34px;
}

.navbar-nav > li > a {

    font-size: 18px;
        padding: 20px;

}


}


@media (max-width: 1200px) {
    .spacer {
        padding: 2em;
    }
    body,
    p {
        font-size: 16px;
    }
}
@media (max-width: 900px) {
    .service {
        padding: 5vh 5vw;
    }
    .service p {
        padding: 0 0 50px;
    }
    .btn {
        padding: 1em 2em;
    }
    .spacer {
        padding: 1.5em 1.5em 0 1.5em;
    }
    .navbar-brand {
        height: 56px;
    }
    .btn {
        padding: 0.5em 2em;
    }
    .bh-sl-container .form-input input {
        width: 100%;
    }
    .bh-sl-container button {
        margin-top: -119px;
        right: 15px;
        padding: 35px;
    }
    .carousel-inner>.item>img {
        max-width: none;
        height: 50vh !important;
    }
}
@media (max-width: 767px) {
    #interior-header h1,
    #archive-header h1 {
        height: auto !important;
        margin-top: 150px;
        padding: 50px 25px 0 !important;
        font-size: 28px;
    }
    .carousel-inner>.item>img {
        max-width: 100%;
        height: auto !important;
    }
    .service > div {
        padding: 0 25px;
    }
    .overlay {
        display: block;
    }
    .banner h1 {
        font-size: 36px;
        padding: 25px;
        width: 100%;
        margin-top: 35vh;
        height: 100vh;
        padding-top: 15vw;
        max-height: 230px;
    }
    .overlay p {
        margin-top: 0;
        display: block;
        padding: 25px;
        width: 100%;
        font-size: 24px;
    }
    .service h3 {
        font-size: 8vw;
    }
    h1 {
        padding: 2em 0;
    }
    .navbar-nav > li > a {
        line-height: 1em;
    }
    .navbar-brand {
        padding: 7px;
        line-height: 1.5;
        background: rgba(255, 255, 255, .99);
        margin-left: 0 !important;
        font-size: 18px;
        height: auto;
    }
    .navbar-default {}
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #B2D468;
        color: #fff;
        border: none;
        border-radius: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .footer {
        margin-top: 2em;
        padding-bottom: 2em;
    }
    .col-sm-5.wowload.fadeInLeft {
        margin: 25px 0;
    }
    .banner {
        margin-top: 0;
        background-size: auto 460px;
        background-position: 50% 0%;
        background-repeat: no-repeat;
    }
    .nav-previous.alignleft a,
    .nav-next.alignright {
        font-size: 18px;
    }
}
#footer-find,
#footer-actions,
#footer-toggle,
#share-icons {
    display: none;
}
@media (max-width: 414px) {

.nav-previous.alignleft a {
    line-height: 1.5;
    max-width: none;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 10px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background: #fff;
}

.col-sm-7.wowload.fadeInRight.animated {

    display: none;
}

#archive-header h1, #intro {display: none;}

#page-content {padding: 0 0 50px}

#archive-header {height: 200px;}

.col-sm-5.wowload.fadeInLeft h2 {
    line-height: 1.25;
    font-size: 6vw;
    margin-bottom: 2vh;
}

    .col-sm-7.wowload.fadeInRight.animated {
        height: auto;
    }
    .carousel-inner>.item>img {
        max-width: none;
        width: 100%;
    }


    
    .single #page-content {
    padding: 50px 25px;
}
    #interior-header,
    #archive-header {
        background-size: auto 180px !important;
        background-repeat: no-repeat !important;
        background-position: 100% 0% !important;
    }
    .wrapper > div > .row:first-child {
        padding-left: 0;
    }
    header .navbar-toggle {
        display: none;
    }
    #footer-toggle {
        position: fixed;
        z-index: 100000;
        bottom: 10px;
        right: 10px;
        background-color: rgba(178, 212, 104, 0.75);
        border: none;
        border-radius: 0;
        color: #fff;
        margin: 0;
        width: 60px;
        height: 60px;
    }
    #footer-toggle .icon-bar {
        background-color: #fff;
        width: 30px;
        margin-bottom: 6px;
        margin-left: 5px;
        margin-top: 5px;
    }
    #footer-toggle {
        10px: z;
    }
    #footer-toggle {
    position: fixed;
    z-index: 100000;
    bottom: 10px;
    right: 10px;
    background-color: rgba(178, 212, 104, 0.75);
    border: none;
    border-radius: 0;
    color: #fff;
    margin: 0;
    width: auto;
    height: auto;
    padding: 17px 15px;
    }
    #footer-toggle .icon-bar {
    background-color: #fff;
    width: 30px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-top: 5px;
    }
    #bar1,
    #bar3 {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    #footer-toggle.menu-open #bar3 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -6px;
        position: relative;
    }
    #footer-toggle.menu-open #bar1 {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
        position: relative;
    }
    #footer-toggle.menu-open #bar2 {
        opacity: 0;
    }
    #footer-actions {
    position: fixed;
    z-index: 100000;
    bottom: 80px;
    right: 10px;
    background-color: rgba(178, 212, 104, 0.75);
    border: none;
    border-radius: 0;
    color: #fff;
    margin: 0;
    width: auto;
    height: auto;
    padding: 18px;
    line-height: 1;
    }
    #footer-actions i {
        font-size: 28px;
        
    }
    #footer-find {
        position: fixed;
        z-index: 100000;
        bottom: 150px;
        right: 10px;
        background-color: rgba(178, 212, 104, 0.75);
        border: none;
        border-radius: 0;
        color: #fff;
        margin: 0;
        width: 60px;
        height: 60px;
    }
    #footer-find i {
        font-size: 28px;
        margin-top: 15px;
        margin-left: 25px;
    }
    .bh-sl-container .form-input input {
        font-size: 4vw;
    }
    #footer-find,
    #footer-actions,
    #footer-toggle {
        display: block;
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff !important;
        font-size: 7vw;
                padding: 20px;

    }
    #share-icons {
        display: block;
        visibility: hidden;
        position: fixed;
        bottom: 71px;
        width: 350px;
        right: 45px;
        z-index: 10000;
    }
    .navbar-default .navbar-collapse {
        height: 100vh !important;
        max-height: none;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: -1;
        padding-top: 10vh;
        text-align: right;
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
        -webkit-transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        -webkit-transform-origin: 100% 100% 0;
        transform-origin: 100% 100% 0;
        background: #B2D468;
    }
    .collapsed .navbar-collapse {
        height: 100vh !important;
        max-height: none;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: -1;
        padding-top: 100px;
        text-align: right;
    }
    #share-icons ul li a {
        padding: 15px 15px 12px;
        background: rgba(104, 142, 212, 1);
        color: #fff;
        font-size: 22px;
        display: block;
        text-align: center;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    #share-icons.share-show {
        visibility: visible !important;
    }
    #share-icons.share-show ul li a {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform .5s ease .1s, visibility 0 linear 0;
        transition: transform .5s ease .1s, visibility 0 linear 0;
    }
    #share-icons ul li {
        display: inline-block;
        width: 20%;
        margin-left: 5px;
    }
    .navbar-collapse.in {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    html,
    body {
        overflow-x: hidden;
        width: 100vw;
    }
    #page .container:first-child {
        padding: 0;
    }
    .related {
        padding: 0px;
    }
    .related-container {
        padding: 25px;
    }
    .navbar-default .navbar-toggle {
        margin-right: 0;
    }
    .related-all {
        font-size: 28px;
        white-space: normal;
        line-height: 1.2;
    }
    .form-input h2 span {
        font-size: 16px;
        margin-left: 0;
        display: block;
    }
    .bh-sl-container .bh-sl-loc-list {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    body,
    p {
        font-size: 14px;
    }
    .service p {
        display: none;
    }
    .service > div {
        width: 100%;
        padding: 0 25px;
    }
    .bh-sl-container .form-input label {
        text-align: left;
        width: 100%;
        padding-left: 30px;
    }
    .form-input h2 {
        margin: 10px 25px 0;
    }
    .bh-sl-container button {
        padding: 46px 10px;
        font-size: 18px;
    }
    .bh-sl-container .form-input label {
        text-align: left;
        width: 100%;
        padding-left: 30px;
    }
    .form-input h2 {
        margin: 10px 25px 25px;
    }
    .bh-sl-container button {
        padding: 31.5px 10px;
        font-size: 18px;
        margin-top: 0;
    }
    .bh-sl-container .bh-sl-loc-list,
    .bh-sl-container .bh-sl-map {
        width: 100%;
        float: none;
    }
    .bh-sl-container .bh-sl-map {
        display: none;
    }
    .service h3 {
        font-size: 5vw;
        margin: 25px auto 50px;
    }
    .col-sm-7.wowload.fadeInRight.animated {
        margin-left: -40px;
    }
}
._5lm5 {
    display: none !important;
}
.fb-comments iframe {
    margin-top: -60px !important;
    background-color: #fff !important;
}
.fb-comments:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 50px;
}

.col-sm-5.wowload.fadeInLeft.animated h2 {
    line-height: 1;
}
