body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6  {
	font-family:'Roboto',Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
html {
	font-size: 18px;
	color: #000;
}

/* !DEF-CHANGE - START */

form {margin-bottom: 0;}
ul ul {list-style-type:disc;}
a img {border:none;}
.uk-button-primary {
	background: #0b6242;
}
.uk-button-primary:hover {
	background: rgba(11, 98, 66, 0.7);
}

	/* !DEF-CHANGE - HEADER - START */

.uk-navbar-nav>li>a {
	font-weight: 700;
	color: #1b5b23;
}
.uk-navbar-nav>li>a {
	font-weight: 700;
	color: #1b5b23;
}
.uk-logo {
	display: none;
}
.uk-navbar-sticky .uk-logo {
	display: block;
}

	/* !DEF-CHANGE - HEADER - END */
/* !DEF-CHANGE - END */
/* !MIDDLE - START */

.bg-white {
	background: #fff;
}
.bg-1 {
	background: #efcc4b;
}
.bg-2 {
	background: #ba9d4a;
}
.side-bg {
	position: relative;
}	
.side-bg>div:nth-child(1) {
	position: absolute;
	left: -250.5px;
    top: 110px;
    width: 500px;
	-webkit-transform: rotate(123deg);
    -moz-transform: rotate(123deg);
    transform: rotate(123deg);
}	
.side-bg>div:nth-child(2) {
	position: absolute;
	right: -250.5px;
    top: 110px;
    width: 500px;
	-webkit-transform: rotate(123deg);
    -moz-transform: rotate(123deg);
    transform: rotate(123deg);
}	

/* !MIDDLE - END */
/* !FOOTER - START */

.footer {
	background: #0b6242;
}

/* !FOOTER - END */

/* !CUSTOM-DEF-ELEMENTS - START */

/* !CUSTOM-DEF-ELEMENTS - END */

/* !-----------------ADAPTIVE - START */

@media (min-width: 1px) {}
@media (min-width: 640px) {}
@media (min-width: 767px) {}
@media (min-width: 960px) {}

@media (min-width: 1200px) {}
@media (min-width: 1300px) {}

/* !-----------------ADAPTIVE - END */