.logo {
    width: 252px;
    height: 155px;
}
.uk-overlay-background {
    background: rgba(40,86,50,.85) !important;
    color: #285632 !important;
}
.uk-modal-caption {
    color: #285632 !important;
}
.uk-overlay-icon::before {
    color: #fff !important;
}
.uk-modal-caption {
    font-size: 18px;
	background:#fff;
}

#content_full {
    min-height:600px;
}

.c8home .module:first-of-type .module_surround {
    padding-top: 10px;
}

.c8home #container_showcase {
	display:block;
}

#c8placeholder {
	visibility: hidden;
	height:300px;
}

.c8home .uk-overlay {
    padding: 0 !important;
}

h2, .c8home h3, .c8home .module h3 {
    font-size: 22px;
    font-weight: 600;
	letter-spacing:0;
    text-rendering: optimizeLegibility;
}

#footer-1 {
    font-size: 15px;
    font-weight: 400;
    line-height: 34px;
	letter-spacing:1px;
}

.hornav > ul > li > a {
	display: block;
	box-sizing: border-box;
}

.hornav > ul > li > a::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 2px;
    width: 0;
    background: rgba(255,255,255,0.8);
    -webkit-transition: width .4s;
    transition: width .4s;
}

.hornav > ul > li:hover > a::before, .hornav > ul > li > a:focus::before, .hornav > ul > li.current > a::before {
    width: 100%;
}

#footermenu {display:none;}


@media only screen and (max-width: 1200px) {
  .c8home #container_showcase {
	display:none;
  }
  #c8placeholder {
	display:none;
  }
}
