body {
    font-family: 'Comfortaa', cursive;
}

.uk-link, a {
    color: #88cc33;
}

.uk-link:hover, a:hover {
    color: #4c8221;
}

#header {
    position: relative;
    top: 0;
}

#header .top-slider {
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
}

#header .headerbar {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    padding: 20px 0 30px;
}

#header .headerbar .uk-subnav > li > a {
    line-height: 100px;
    color: #fff;
}

.to-top {
    top: auto !important;
    left: auto !important;
    bottom: 20px;
    right: 20px;
    z-index: 980;
    display: inline-block;
    position: fixed;
    width: 0;
}

.to-top.uk-active {
    width: 50px !important;
}

.to-top a {
    display: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    background: #fff;
}

.to-top.uk-active a {
    display: block;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: 'Comfortaa', BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    color: #333;
    text-transform: none;
}

h1 {
    margin: 20px 0 15px;
}

h2 {
    text-align: center;
    margin: 25px auto 15px;
}

h2.crossed {
    position: relative;
    display: block;
    margin: 25px auto 15px;
    width: fit-content;
    padding: 0 10px;
    background: #fff;
}

h2.crossed:before {
    content: '';
    display: block;
    border-bottom: 1px solid #ccc;
    width: 20vw;
    position: absolute;
    right: 100%;
    top: 50%;
    z-index: 0;
}

h2.crossed:after {
    content: '';
    display: block;
    border-bottom: 1px solid #ccc;
    width: 20vw;
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 0;
}

.uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h2, h3, h4, h5, h6 {
    color: #99cc33;
}

.gallery-grid {
    background: #EEE;
    max-width: 1200px;
}

/* clearfix */
.gallery-grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- grid-item ---- */

.gallery-grid .grid-item {
    width: 160px;
    float: left;
    /* vertical gutter */
    margin-bottom: 20px;
    background: #D26;
    border: 2px solid #333;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;
}

.gallery-grid .gutter-sizer {
    width: 2%;
}

.gallery-grid .grid-item--width2 {
    width: 39%
}

.gallery-grid .grid-item--width3 {
    width: 19%
}

#ftg-3434 .tile .icon {
    color: #ffffff;
}

#ftg-3434 .ftg-items .loading-bar i {
    background: #666;
}

#ftg-3434 .ftg-items .loading-bar {
    background: #fff;
}

#ftg-3434 .tile .icon {
    font-size: 12px;
}

#ftg-3434 .tile .icon {
    margin: -6px 0 0 -6px;
}

#ftg-3434 .tile .caption-block .text-wrapper span.text {
    font-size: 12px;
}

#ftg-3434 .tile .caption-block .text-wrapper span.title {
    font-size: 14px;
}

#ftg-3434 .tile {
    background-color: transparent;
}

#ftg-3434 .tile .caption-block .text-wrapper span.text {
    color: #ffffff;
}

#ftg-3434 .tile .caption-block .text-wrapper span.title {
    color: #ffffff;
}

#ftg-3434 .tile .ftg-social a {
    color: #ffffff;
}

#ftg-3434 .tile .caption-block {
    transition-timing-function: ease;
}

#ftg-3434 .tile .caption-block {
    transition-duration: 0.25s;
}

#ftg-3434 .tile .tile-inner:before {
    background-color: #000000;
}

.vc-hoverbox-block, .vc-hoverbox-block-inner * {
    backface-visibility: hidden
}

#ftg-3434 .tile .tile-inner:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.vc-hoverbox-wrapper, .vc-hoverbox-wrapper * {
    box-sizing: border-box
}

.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-back, .vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-front {
    border-radius: 10px
}

.vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-back, .vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-front {
    border-radius: 50px
}

.vc-hoverbox-wrapper.vc-hoverbox-align--center {
    text-align: center
}

.vc-hoverbox-wrapper.vc-hoverbox-align--left {
    text-align: left
}

.vc-hoverbox-wrapper.vc-hoverbox-align--right {
    text-align: right
}

.vc-hoverbox-wrapper .vc-hoverbox {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox {
    width: 100%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--90 .vc-hoverbox {
    width: 90%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--80 .vc-hoverbox {
    width: 80%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--70 .vc-hoverbox {
    width: 70%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--60 .vc-hoverbox {
    width: 60%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--50 .vc-hoverbox {
    width: 50%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--40 .vc-hoverbox {
    width: 40%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--30 .vc-hoverbox {
    width: 30%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--20 .vc-hoverbox {
    width: 20%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--10 .vc-hoverbox {
    width: 10%
}

.vc-hoverbox-inner {
    width: 100%;
    display: inline-block;
    min-height: 250px
}

.vc-hoverbox-inner h2 {
    background: rgba(0, 0, 0, .5);
    line-height: 60px
}

.vc-hoverbox-inner :last-child {
    margin-bottom: 0
}

.vc-hoverbox-block {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center
}

.vc-hoverbox-block-inner {
    flex-shrink: 0;
    padding: 20px
}

.vc-hoverbox-front {
    transform: rotateY(0);
    z-index: 1
}

.vc-hoverbox-back {
    transform: rotateY(180deg)
}

.vc-hoverbox:hover .vc-hoverbox-front {
    transform: rotateY(-180deg)
}

.vc-hoverbox:hover .vc-hoverbox-back {
    transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-front {
    transform: rotateY(180deg)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-back {
    transform: rotateY(0);
    z-index: 2
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-front {
    transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-back {
    transform: rotateY(-180deg)
}

#footer .footer-bottom {
    padding: 35px 0;
    color: #ffffff;
    background: #99cc33;
    line-height: 35px;
    font-size: 18px;
}

.social-links {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-links > li {
    display: inline-block;
}

.social-links > li + li {
    margin-left: 15px;
}

.social-links > li > a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
    text-align: center;
}

.social-links > li:hover > a {
    color: #eeee22;
    border-color: #eeee22;
}

.social-links > li > a > i {
    vertical-align: middle;
}

#footer {
    margin-top: 30px;
    background: #ddd;
}

#footer .footer-top {
    padding: 90px 0 50px;
}

#footer .icon-holder {
    float: left;
    margin-right: 15px;
    font-size: 40px;
    color: #99cc33;
    font-weight: 400;
    line-height: 48px;
}

#footer .icon-text {
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    font-weight: bold;
}

#footer .icon-text {
    color: #99cc33;
}

#footer .icon-text :last-child {
    color: #fff;
}

.mainnav {
    background: #ebebeb !important;
}

#header .social-links a {
    color: #99cc33;
    border-color: #99cc33;
}

#header .mobile-menu {
    color: #99cc33;
    font-size: 30px;
    line-height: 35px;
    vertical-align: middle;
}

#header .mobile-menu i, #header .mobile-menu a {
    vertical-align: middle;
}

#top > div {
    min-height: 500px;
    background-position: center center;
    background-size: cover;
    color: #99cc33;
    position: relative;
}

#top > div a {
    color: #fff;
}

#top > div h1 {
    color: #fff;
}

#top > div:after {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#top > div > * {
    position: relative;
    z-index: 2;
}

#top .uk-breadcrumb {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #header .uk-flex-left {
        justify-content: center;
        margin-bottom: 20px;
    }

    #header .uk-slideshow-items {
        min-height: 250px !important;
    }
}

.mobile-top-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}

.top-slider li {
    background-position: center center;
    background-size: cover;
}

.top-slider .uk-slideshow-items {
    height: 100vh;
}

@media (max-width: 767px) {
    .top-slider .uk-slideshow-items {
        max-height: 300px;
    }
}
