/* footer */

div#gkBottomFooter {
    background: #6C9D30;
}
div#gkBottomFooter .gkPage {
    margin: 0 auto;
}
#gkBottomFooter h3 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -1px;
}
ul.nav.menu {
    margin-right: 0px;
}

ul#home_button {
    margin-bottom: 0px !important;
}
.footer-menu-wrap ul.nav.menu {
    margin-bottom: 0px;
    margin-top: 8px !important;
}

#footerLinks ul.nav.menu li a, div#footer-social-link {
    line-height: 1;
    font-size: 16px;
    color: white;
}
.footer-menu-wrap {
    display: inline-block;
    min-width: 170px;
    margin-top: -15px;
	vertical-align: top;
}
.footer-menu-wrap li {
    list-style: none;
}
#footer-contact-form .rsform-block {
    margin-bottom: 0px !important;
}

#gkBottomFooter .formControlLabel {
    display: none;
}
div#footer-contact-form {
    width: 247px;
}



div#footer-contact-form input {
    background: transparent;
    width: 100%;
    height: 36px;
    border-radius: 2px !important;
    border: solid 2px #bebebf;
    background-color: transparent;
    color: #bebebf !important;
    font-size: 14px;
    padding: 0px;
    padding-right: 11px;
    box-sizing: border-box;
	min-height: 40px;
  
}

div#contact-box input {
    margin: 0 0 10px;
}


.footerContact {
    margin: 0px 0px 23px;
    font-size: 14px !important;
}

#footerMenuRight {
    border-left: 2px solid white;
}
div#footerMenuLeft {
    margin-right: 40px;
}

#footerBox {
    width: 100%;
    border-top: 2px solid white;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 39px;
	padding-top: 29px;
}
.footerContact img {
    width: 29px;
    margin-left: 13px;
    max-height: 30px;
}

#copyright p {
    font-size: 12px;
    line-height: 54px;
    color: white;
	margin-bottom: 0px;
}


#footerBoxMobile {
	display:none;
}




