html {
    background: #cce9ef;
}
@media (max-width:767px){
	/* html { */
		/* background: #FFF; */
	/* } */
}
.item .more a{
    border: none;
    padding: 0px;
}
/* == .HEADER-CUSTOM == */
.header-custom .header .wrapper{
    background:#106934;
}
.header-custom .header .tool>.uk-list>li>*{
    color:#FFF;
}
.header-custom .desktop .wrapper {
    padding: 10px 0px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.header-custom .desktop .brand img {
    height: 45px;
}
.header-custom .navbar .uk-navbar-nav>li>a {
    color: #000;
    /* border-left: 1px solid #9E9E9E; */
    padding: 0 10px;
    text-align: right;
    border-radius: 0px !important;
}
.header-custom .mobile .wrapper {
    border: none;
    padding: 5px 0px;
}
.header-custom .mobile .brand img {
    height: 30px;
}
/* == .FOOTER-CUSTOM == */
.footer-custom .wrapper {
    background: #106934;
    color: #FFF;
    padding: 35px 0px 0px 0px;
}
.footer-custom .uk-panel {
    border-bottom: 1px solid rgb(255 255 255 / 23%);
}
.footer-custom .datagrid .uk-grid>div {
    margin-bottom: 0px;
}
.footer-custom .form input[type=text] {
    border: none;
}
.footer-custom .social .uk-list>li>a {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
}
.footer-custom .copyright .wrapper {
    border: none;
    padding: 10px 0px;
}
.footer-custom .copyright .wrapper p:last-child{
	margin-bottom:0px;
}