.logo {
    display: inline-block
}

.mobile-menu {
    display: none;
}

.home.act {
    position: fixed;
}

.logo-reverse {
    display: none;
}

.act .logo-default {
    display: none;
}

.act .logo {
    z-index: 200;
}

.act .logo-reverse {
    display: block;
    position: ;
    z-index: 100;
}

.act .logo-reverse img {
    height: 45px;
}


/* menu button */

.menuBtn {
	height: 30px;
	width: 30px;
	position: fixed;
	right: 50px;
	top: 30px;
	z-index: 1200;
}

.menuBtn>span {
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: height 100ms;
    transition: height 100ms;
}
.mainMenu .level2 a {
	font-size: 20px;
}
.mainMenu li {
	padding: 5px 0;
}
.ic {
	position: absolute;
	right: 0;
}
.ic i {
	color: #fff;
	position: relative;
	top: 7px;
}
.uk-nav-parent-icon > .uk-parent > a::after{
    content: none;
}
.mainMenu ul.level2 {
	padding: 0;
}
.menuBtn>span:after,
.menuBtn>span:before {
    content: '';
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.menuBtn>span:after {
    top: -7px;
}

.menuBtn>span:before {
    bottom: -7px;
}

.menuBtn.act>span {
    height: 0;
}

.menuBtn.act>span:after,
.menuBtn.act>span:before {
    background-color: #fff;
    top: 1px;
}

.menuBtn.act>span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuBtn.act>span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* main menu block */
.mainMenu {
	background-color: #48805B;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	height: 100%;
	width: 100%;
	display: table;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: 1000;
}
.mainMenu.act {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mainMenu.act ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mainMenu ul {
	display: block;
	/* vertical-align: middle; */
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
}
.mainMenu li {
    padding: 15px 0;
    -webkit-transition: all 400ms 510ms;
    transition: all 400ms 510ms;
    opacity: 0;
}

.mainMenu li:nth-child(odd) {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
}

.mainMenu li:nth-child(even) {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}

.mainMenu li:last-child {
    -webkit-transform: none;
    transform: none;
}
.mainMenu a {
	color: #fff;
	display: inline-block;
	font-size: 35px;
	font-family: Avenir Next;
	text-transform: uppercase;
	font-weight: ;
}

.mainMenu a.suBtn {
    color: #fff;
}

.mobile-header {
    display: none;
}

.mobile-header header {
    position: absolute;
    width: 100%;
    background: #fff;
}
.mobile-logo {
	display: inline-block;
	position: relative;
	z-index: 100;
}
.mobile-logo img {
	padding: 20px 40px;
}
.act .mobile-header {
    height: 100%;
}
@media (max-width: 1480px) {
    .wrapper {
        max-width: 90%;
    }
    .banner_a {
        padding-left: 50px;
    }
    .uk-snav {
        position: absolute;
        bottom: 150px;
        width: 200px;
        width: 100%;
        left: 38px;
    }
    .wbg-text.wrapper h1 {
        font-size: 60px;
    }
    .imagelefttext {
        padding-left: 50px;
    }
    .imagerighttext {
        padding-right: 50px;
    }
    .top-e .moduletable {
        max-width: 90%;
        margin: 0 auto;
    }
    .top-c .wrapper {
        max-width: 90%;
        margin: 0 auto;
    }
}
@media (max-width: 800px) {
    .wbg-text.wrapper h1 {
        max-width: 100%;
    }
    .uk-snav {
        bottom: 125px;
    }
    .banner_a, .banner_b {
        padding: 20px 50px;
    }
    .banner_ h3 {
        font-size: 18px;
    }
    .banner_a p, .banner_b p {
        font-size: 14px;
    }
    .top-a {
        padding-top: 50px;
    }
    .about .top-c .wrapper {
        max-width: 90%;
        margin: 0 auto;
    }
    .mobile-header {
        display: block !important;
    }
    .header {
        display: none;
    }
    .mobile-logo img {
        max-width: 250px;
    }
}
@media (max-width: 600px) {


.footer li a, .footer li, .footer p {
  font-size:18px;
  line-height: 28px;
}

.eradication .top-c .wrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.banner_a, .banner_b {
	position: relative;
	text-align: center;
}
.mobile-logo img {
	max-width: 200px;
}
.inner-banner h3 {
	font-size: 30px;
}
.innerbanner-content {
	height: 400px;
}
.banner_a {
	background: #48805B;
	padding-top: 35px;
}
.banner_b {
	background: rgba(72, 128, 91, 0.04);
	padding-top: 35px;
}
.wbg-text.wrapper h1 {
	font-size: 30px;
	text-align: center;
	margin-top: 100px;
}
.about .top-a {
	text-align: center;
}
.top-a h1 {
	max-width: 100%;
}
.top-a {
	padding-bottom: 50px;
}
.square span {
	display: none;
}
.col-5-10 {
	width: 100%;
	text-align: center;
}
.imagerighttext {
	padding-right: 0;
}
.imagerightimage, .imageleftimage {
	background-size: cover;
	height: 400px;
}
.imagerightimage {
	margin-top: 50px;
}
.top-b_bg::before{
    content: none;
}
.top-b_bg::after{
    content: none;
}
.top-b .imagelefttext {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 0;
}
.top-c h2 {
	text-align: center;
	font-size: 30px;
}
.top-c h2::before {
	content: "";
	background: #CFD2B2;
	height: 2px;
	width: 200px;
	display: block;
	margin-bottom: 48px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.top-d {
	background: #48805B;
  margin-bottom: 0px;
}

.top-e {
  margin-top:60px;
}

.top-e h3 {
  margin-bottom: 20px !important;
}

.uk-width-1-3 {
	width: 100%;
}
.footer .col-1-3 .moduletable {
	max-width: 250px;
	margin: 0 auto;
}
.col-1-3 {
	width: 100%;
	text-align: center;
}
.col-2-3 {
	width: 100%;
}
.col-1-4 {
	width: 100%;
	text-align: center;
}
.col-1-1.copyright {
	text-align: center;
}
.col-1-2 {
	width: 100%;
}
.col-2-10 {
	width: 100%;
}
.col-3-10 {
	width: 100%;
}
.top-b_bg {
	margin-bottom: 50px;
}
.uk-snav {
	display: none;
}
}
