@import 'https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,600,700&subset=latin-ext';

html,
body {
    height: 100%;
    background: #efefef;
    font-family: 'Raleway', sans-serif;
}

body {
    padding: 0 !important;
}

* {
    margin: 0;
    padding: 0;
    border-radius: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    outline: none !important;
}

.panel {
    border-radius: 0 !important;
}

a {
    color: #189758;
}

a:hover {
    color: #189758;
}

.btn-primary {
    background: #189758;
    border: 0;
}

.btn-primary:hover {
    background: #12ba6b;
    border: 0;
}

h2 {
    font-size: 36px;
    font-style: italic;
    margin-bottom: 35px;
}

p {
    color: #2e2e2e;
    font-size: 18px;
    line-height: 28px;
}

@media screen and (max-width: 767px) {

    nav.navbar {
        min-height: 70px;
    }

    nav .navbar-toggle {
        margin-top: 18px;
        border: 0;
    }

    nav .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: #036233;
    }

    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background: #fff;
    }

    nav.navbar-default {
        background: rgba(56, 55, 55, 1);
        border: 0;
    }

    nav.navbar-default .navbar-collapse {
       border: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    nav.navbar-default .navbar-brand {
        color: #fff;
    }

    nav.navbar-default .navbar-nav > li > a {
        font-size: 18px;
        padding: 10px 25px;
        color: #ffffff;
        font-weight: 500;
    }

    nav.navbar-default .navbar-nav > li.active > a {
        color: #ffffff;
        background: rgba(66, 65, 65, 1);
    }

    nav.navbar-default .navbar-nav > li:hover > a,
    nav.navbar-default .navbar-nav > li:focus > a,
    nav.navbar-default .navbar-nav > li.active:hover > a,
    nav.navbar-default .navbar-nav > li.active:focus > a  {
        color: #89d183;
    }

    nav.navbar-default .navbar-nav > li > a:hover,
    nav.navbar-default .navbar-nav > li > a:focus,
    nav.navbar-default .navbar-nav > li.active > a:hover,
    nav.navbar-default .navbar-nav > li.active > a:focus {
        color: #89d183;
    }

    .owl-carousel .carousel-content {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 50%;
        margin-top: -32px;
        line-height: 32px;
        left: 0;
        right: 0;
        font-size: 18px;
        color: #fff;
        font-style: italic;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    nav.navbar-default {
        background: transparent;
        border: 0;
    }

    nav.navbar-default .navbar-nav {
        margin-top: 68px;
    }

    nav.navbar-scroll .navbar-nav {
        margin-top: 30px;
        margin-bottom: 25px;
    }

    nav.navbar-scroll {
        background: rgba(56, 55, 55, 0.70);
    }

    nav.navbar-scroll img {
        height: 50px;
    }

    nav.navbar-default .navbar-nav > li > a {
        font-size: 18px;
        padding: 0 25px;
        color: #ffffff;
        font-weight: 500;
        background: transparent !important;
    }

    nav.navbar-default .navbar-nav > li.active > a {
        background: transparent;
        color: #ffffff;
    }

    nav.navbar-default .navbar-nav > li:hover > a,
    nav.navbar-default .navbar-nav > li:focus > a,
    nav.navbar-default .navbar-nav > li.active:hover > a,
    nav.navbar-default .navbar-nav > li.active:focus > a  {
        background: transparent;
        color: #89d183;
    }

    nav.navbar-default .navbar-nav > li > a:hover,
    nav.navbar-default .navbar-nav > li > a:focus,
    nav.navbar-default .navbar-nav > li.active > a:hover,
    nav.navbar-default .navbar-nav > li.active > a:focus {
        color: #89d183;
        background-color: transparent;
    }
}

section {
    padding: 70px 0;
}

section.dark {
    background: #383737;
}

section h2 {
    color: #036233;
}

section.dark h2 {
    color: #ffffff;
}

section .panel-box {
    border: 0;
    border-bottom: 5px solid #515151;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: center;
}

section .panel-box a:hover {
    text-decoration: none;
}

section .panel-box .btn-circle {
    margin: 30px 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 125px;
    height: 125px;
    border-radius: 150px;
    border: 5px solid #515151;
}

section .panel-box:hover .btn-circle {
    border-color: #008945;
    background: #008945;
}

section .panel-box:hover .btn-circle i {
    color: #fff;
}

section .panel-box h3 {
    font-size: 24px;
    font-weight: 300;
    color: #008945;
}

section .panel-box i {
    margin-top: 22px;
    font-size: 72px;
    color: #008945;
}

section .panel-ref {
    border: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

section .panel-ref h3 {
    color: #242424;
    font-size: 24px;
    margin-bottom: 25px;
}

section .panel-ref h3 span.date {
    color: #036233;
}

section .panel-ref p {
    font-size: 14px;
    line-height: 22px;
}

section .panel-ref h4 {
    font-size: 18px;
    color: #383737;
    font-weight: 700;
}

section .panel-ref img {
    opacity: 0.70;
}

section .panel-ref:hover img {
    opacity: 1;
}

section .panel-footer {
    padding: 0;
    height: 370px;
    min-height: 370px;
}

section .panel-footer .panel-body {
    height: 100%;
}
a#top {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    overflow: hidden;
    padding-top: 2px;
    z-index: 20;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    background: #008945;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
a#top:hover {
    color: #008945;
    background: #ffffff;
}
@media only screen and (max-width: 1199px) {
    a#top {
        display: none !important;
    }
}
.owl-carousel {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.owl-carousel .owl-wrapper-outer,
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.owl-carousel .item {
    height: 100%;
}

.owl-carousel .item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.owl-carousel .slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background-color: #000000;
}
.owl-carousel .owl-prev {
    left: -35px;
    text-indent: 14px;
}
.owl-carousel .owl-next {
    right: -35px;
    text-indent: -14px;
}
.owl-carousel .container,
.owl-carousel .col-lg-12 {
    height: 100% !important;
}
.owl-carousel .carousel-content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    margin-top: -32px;
    line-height: 32px;
    left: 0;
    right: 0;
    font-size: 30px;
    color: #fff;
    font-style: italic;
    text-align: center;
}
.modal-fullscreen {
    background: transparent;
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
    background: #fff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
    background: #fff;
    -moz-opacity: 1;
    opacity: 1;
    transition: none;
    -webkit-transition: none;
}
.modal.in {
    padding-right: 0 !important;
}
.modal p {
    font-size: 14px !important;
    font-family: 'Raleway', sans-serif !important;
}
.modal ul {
    margin-left: 25px;
}