body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

section {
    padding: 50px 0 50px 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Josefin Slab', serif;
    font-weight: 600;
    color: #3379bb;
}

.general-title h1 {
    font-size: 42px;
    padding: 10px 0 10px 0;
    text-align: center;
}

a, a:hover, a:visited {
    /*color: #333;*/
    text-decoration: none;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    color: #ffffff;
}

.justify {
    text-align: justify;
    text-align-last: center;
}

.site-wrapper {
    /*padding-top: 70px;*/
}

.padding-top {
    padding-top: 50px;
}

.padding-bottom {
    padding-bottom: 50px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.bg-color {
    background-color: #f2f2f2;
}

.btn {
    border-radius: 0px;
    text-decoration: none;
    padding: 12px 18px;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-black {
    color: #333;
    background-color: transparent;
    border-color: #333;
}

.btn-white {
    color: #ffffff !important;
    background-color: transparent;
    border-color: #ffffff;
}

.btn:hover {
    border: 1px #c89e5b solid;
    color: #c89e5b !important;
}

.tile {
    position: relative;
    /*padding: 20px;*/
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tile-inner {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

@media (min-width: 1024px) {
    .tile:hover {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.tile-header h3 {
    background-color: #19A857;
    padding: 5px 20px 5px 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block
}

.tile-header-blue h3 {
    background-color: #0079B7;
}

.tile-body {
    padding: 20px;
}

.tile-body h1 {
    color: #fff;
    font-size: 4rem;
}

.tile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    -webkit-box-shadow: inset 0px -125px 52px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -125px 52px -12px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -125px 52px -12px rgba(0, 0, 0, 0.75);
}

.page-header {
    width: 100%;
    height: 45vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    text-align: center;
    min-height: 30vh;
}

.header-overlay {
    background-color: #2b2d32;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    opacity: 0.5;
}

@media (min-width: 992px) {
    .page-header {
        height: 65vh;
    }
}

#content {
    padding-bottom: 30px;
}

.page-title {
    display: table;
    font-size: 2rem;
    position: relative;
    padding: 20px 10px 10px;
    background-color: #c89e5b;
    color: #fff;
    margin: -35px auto 20px auto;
    z-index: 100;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .page-title {
        font-size: 3.2rem;
        padding: 40px 50px 30px;
        margin: -75px auto 50px auto;
    }
}

.letter-spacing {
    letter-spacing: -10px;
}

/* ----------------------------------------------------
	Home: Navbar
------------------------------------------------------- */

#mainNav {
    background-color: #c89e5b;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
    padding: 0.75em 0;
    color: #fff;
    font-weight: 400;
}

.dropdown-item {
    text-transform: none;
    padding-left: 10px;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    margin: 0;
    min-width: 300px;
}

@media (min-width: 992px) {
    #mainNav {
        border: none;
        background-color: transparent;
        padding: .2rem 4rem;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #c89e5b;
        border-bottom: 1px solid #c89e5b;
    }

    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
        color: #2b2d32;
    }

    .nav-item {
        text-align: center;
    }

    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
        color: #fff;
    }

    .dropdown-item {
        font-size: 0.9rem;
        padding: 5px 15px;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 0.9rem;
    }
}

/* ----------------------------------------------------
	Carousel
------------------------------------------------------- */

.overlay {
    background-color: #2b2d32;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    opacity: 0.5;
}

header .carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header .carousel-item .display-1 {
    font-size: 4rem;
}

header .carousel-item .display-4 {
    font-size: 1.5rem;
    padding: 5px 10px 5px 10px;
}

#carousel-subtitle-1 {
    color: #c89e5b;
    background-color: #ffffff;
}

.animation-delay {
    animation-delay: 1s;
}

.read-more h4 {
    color: #ffffff;
    background-color: transparent;
    border: 1px #ffffff solid;
    font-size: 1.2rem;
    margin: 0;
    padding: 5px 10px 5px 10px;
}

.read-more h4:hover {
    border: 1px #c89e5b solid;
    color: #c89e5b;
}

header .carousel-caption-right-2 {
    top: 35%;
    left: 15%;
}

.header-wellness-img {
    width: 200px;
}

@media (min-width: 768px) {
    header .carousel-item {
        height: 100vh;
    }

    header .carousel-item .display-1 {
        text-align: right;
        font-size: 6rem;
    }

    header .carousel-item .display-4 {
        font-size: 3.5rem;
    }

    #carousel-subtitle-1 {
        display: inline-block;
    }

    header .carousel-caption-right {
        top: 35%;
        right: 20%;
        left: 0;
    }

    header .carousel-caption-right-2 {
        top: 25%;
        right: 25%;
    }

    header .carousel-caption-center {
        top: 35%;
        right: 25%;
        bottom: 0;
        left: 25%;
    }

    .right {
        text-align: right;
    }

    .read-more {
        margin-top: 5px;
    }

    .read-more h4 {
        display: inline-block;
        font-size: 1.5rem;
    }

    .header-wellness-img {
        width: 400px;
    }
}

/* ----------------------------------------------------
	About
------------------------------------------------------- */

.about-video {
    padding: 0 20px 20px 20px;
}

/* ----------------------------------------------------
	Projects
------------------------------------------------------- */

#projects .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}

.project-inner {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.project-inner > img, .project-inner > a img, .project-caption > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.project-inner .project-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.7);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.project-inner:hover .project-caption, .project-inner:focus .project-caption {
    visibility: visible;
    opacity: 1;
}

.project-caption i {
    color: #c89e5b;
}

.project-caption h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.project-caption {
    color: #fff;
    text-align: center;
}

.project-details {
    position: absolute;
    width: 100%;
    top: 40%;
}

/* ----------------------------------------------------
	Footer
------------------------------------------------------- */

#footer h3 {
    text-transform: uppercase;
}

#footer .footer-top {
    text-align: center;
    padding: 30px 0;
    background-color: #e5e5e5;
}

#footer .footer-bottom {
    padding: 10px 0;
    background-color: #cecece;
}

#footer .footer-social {
    text-align: center;
    padding: 10px 0 20px 0;
}

.at-icon-wrapper {
    background-color: transparent !important;
}

.addthis_toolbox a {
    margin: 0 30px 0 0 !important;
    text-align: center;
}

.at300b:hover svg {
    fill: #c89e5b !important;
}

#footer .footer-divider {
    position: absolute;
    border-left: 2px solid #cecece;
    margin: 0;
    width: auto;
    left: 50%;
    top: 0;
    bottom: 0;
    height: 100%;
}

#footer .list-group {
    border: 0;
}

#footer .list-group-item {
    padding: 5px 0;
    background-color: transparent;
    border: 0;
}

#footer .list-group-item a {
    color: #1A1919;
}

#footer .list-group-item a:hover {
    color: #c89e5b;
}

#footer .footer-bottom a {
    color: #1A1919;
}

#footer .footer-bottom a:hover {
    color: #c89e5b;
}

#footer .footer-navigate {
    margin-top: 20px;
}

.js-cm-submit-button {
    background-color: #c89e5b;
}

.js-cm-submit-button:hover {
    background-color: #a07e48;
    border-color: #a07e48;
    color: #fff !important;
}

@media (min-width: 768px) {
    #footer .footer-top {
        text-align: left;
    }

    #footer .footer-navigate {
        margin-top: 0;
    }

    #footer .footer-social {
        text-align: left;
    }
}

/* ----------------------------------------------------
	News
------------------------------------------------------- */

.news-main-img {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    min-height: 300px;
    position: relative;
}

.news-main-img p, .news-main-img i {
    color: #ffffff;
    font-size: 0.8rem;
}

.news-small-img {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
}

.news-small p.news-title {
  font-size: 12pt;
  font-weight: 400;
}

.news-small p {
  font-size: 10pt;
  color: #333;
}

.news-small-details {
  border: 1px solid #e5e5e5;
}

@media (min-width: 768px) {

}

.news-body {
    position: absolute;
    padding: 20px 20px 5px 20px;
    bottom: 10px;
}

.news-heading {
    position: absolute;
    top: 0;
    left: 0;
}

.news-body h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.news-all-tile p {
    color: #1A1919;
}

/* ----------------------------------------------------
	Wood Benefits
------------------------------------------------------- */

.benefit-inner {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    /*min-height: 500px;*/
    padding: 100px 0;
}

.benefit-inner-txt {
    /*padding: 10px;*/
}

.benefit-inner-txt h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.benefit-inner-txt p {
    color: #fff;
}

.benefit-inner-txt h2.dark {
    color: #0079B7;
}

.benefit-inner-txt p.dark {
    color: #1A1919;
}

.title-separator {
    height: 10px;
    width: 150px;
    background-color: #fff;
}

.title-separator-dark {
    background-color: #1A1919;
}

.overlay-benefit:before {
    background-image: linear-gradient(to right,
    rgba(0, 0, 0, .65) 100%,
    rgba(0, 0, 0, .5) 100%);
    background-image: -moz-linear-gradient(to right,
    rgba(0, 0, 0, .65) 100%,
    rgba(0, 0, 0, .5) 100%);
    background-image: -ms-linear-gradient(to right,
    rgba(0, 0, 0, .65) 100%,
    rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(to right,
    rgba(0, 0, 0, .65) 100%,
    rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-linear-gradient(to right,
    rgba(0, 0, 0, .65) 100%,
    rgba(0, 0, 0, .5) 100%);
    content: "\00a0";
    height: 100%;
    position: absolute;
    width: 100%;
}

@media (min-width: 768px) {
    .overlay-benefit:before {
        background-image: linear-gradient(to right,
        rgba(0, 0, 0, .85) 20%,
        rgba(0, 0, 0, .5) 70%);
        background-image: -moz-linear-gradient(to right,
        rgba(0, 0, 0, .85) 20%,
        rgba(0, 0, 0, .5) 70%);
        background-image: -ms-linear-gradient(to right,
        rgba(0, 0, 0, .85) 20%,
        rgba(0, 0, 0, .5) 70%);
        background-image: -o-linear-gradient(to right,
        rgba(0, 0, 0, .85) 20%,
        rgba(0, 0, 0, .5) 70%);
        background-image: -webkit-linear-gradient(to right,
        rgba(0, 0, 0, .85) 20%,
        rgba(0, 0, 0, .5) 70%);
    }

    .overlay-benefit-right:before {
        background-image: linear-gradient(to left,
        rgba(0, 0, 0, .85) 20%,
        rgba(0, 0, 0, .5) 70%);
        background-image: -moz-linear-gradient(to left,
        rgba(0, 0, 0, .85) 20%,
        rgba(0, 0, 0, .5) 70%);
        background-image: -ms-linear-gradient(to left,
        rgba(0, 0, 0, .85) 20%,
        rgba(0, 0, 0, .5) 70%);
        background-image: -o-linear-gradient(to left,
        rgba(0, 0, 0, .85) 20%,
        rgba(0, 0, 0, .5) 70%);
        background-image: -webkit-linear-gradient(to left,
        rgba(0, 0, 0, .85) 20%,
        rgba(0, 0, 0, .5) 70%);
    }
}

.benefit-strapline {
    font-weight: 600;
    font-size: 1.4rem;
}

.benefit-strapline span {
    font-size: 2.9rem;
}

.benefit-perc {
    color: #e6e9f4;
    display: block;
    font-size: 170px;
    line-height: .7em;
}

.benefit-det {
    color: #e6e9f4;
    display: block;
    font-size: 40px;
    line-height: 1em;
}

@media (min-width: 992px) {
    .benefit-perc {
        font-size: 120px;
        line-height: .7em;
    }

    .benefit-det {
        font-size: 30px;
        line-height: 1em;
    }
}




.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border-radius: 2px;
    position: relative;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 60px;
    height: 60px;
    padding-top: 5px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #c89e5b !important;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

}
