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 {color: #333; background: #f3faff; height: 100%; margin: 0;}

/* !DEF-CHANGE - START */

.uk-container-large {max-width: 1400px;}
form {margin-bottom: 0;}
:focus {outline: none;}
ul ul {list-style-type:disc;}
a img {border:none;}
.green {color: #42a422 !important;}
.red {color: #f0506e !important;}
.font14 {font-size: 85%;}
  

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

.uk-logo {padding: 0px;}
.uk-navbar-nav>li>a {
	text-transform: none;
	position: relative
}
.uk-navbar-dropdown {
	border-radius: 4px;
}

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

.uk-button {
	font-size: 14px !important;
	border-radius: 4px !important;
	text-transform: none;
	padding: 2px 15px !important;
	line-height: 34px;
}
.uk-button.uk-button-primary,
.uk-button.uk-button-primary:hover,
.uk-button.uk-button-primary:active,
.uk-button.uk-button-secondary,
.uk-button.uk-button-secondary:hover,
.uk-button.uk-button-secondary:active{
	color: #fff;
	box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
.uk-button.uk-button-primary {
    background: #009345;
    white-space: nowrap;
    font-size: 16px !important;
}
.uk-button.uk-button-secondary {
    background: #009345;
    color: #111 !important;
}
.uk-button-danger {
	font-size: 16px !important;
}
.uk-button.uk-button-default {	padding: 0px 15px !important;}
.uk-button.uk-button-primary,
.uk-button.uk-button-secondary {
    text-shadow: 0 1px 3px rgba(36,180,126,.4);
}
.uk-button.uk-button-primary:hover {background: #7795f8}
.uk-button.uk-button-primary:hover,
.uk-button.uk-button-secondary:hover,
.uk-button.uk-button-danger:hover,
.uk-card-primary.uk-card-hover:hover,
.uk-card-secondary.uk-card-hover:hover {
	transform: translateY(-1px);
    border-color: transparent;
}
.uk-button.uk-button-primary:active,
.uk-button.uk-button-secondary:active,
.uk-card-primary.uk-card-hover:active,
.uk-card-secondary.uk-card-hover:active {
	transform: translateY(1px);
}
.uk-button-large {padding: 0 30px;}
.button-hover a:hover {
	text-decoration: none;
}
.button-hover a:hover div {
	transform: scale(1.1);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.button-hover a:active div {
    transform: scale(1);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

	/* !DEF-CHANGE - BUTTON - END */

small {
    font-size: 85%;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6,
.uk-link:hover{
	color: #333;
	text-decoration: none;
}
.uk-link {
	color: #009345;
	font-weight: 700;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}
.uk-table td {
	padding: 10px 10px;
	vertical-align: middle;
}
.uk-card {
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
.uk-card-default,
.uk-card-primary,
.uk-card-secondary {
	border-radius: 4px;
}
.uk-card-primary.uk-card-hover:hover,
.uk-card-secondary.uk-card-hover:hover{
	transform: translateY(-1px);
}

.uk-card-primary,
.uk-card-primary.uk-card-hover:hover {
	background: #009345 !important;
}
.uk-card-secondary,
.uk-card-secondary.uk-card-hover:hover {
	background: #009345 !important;
}
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary>:not([class*=uk-card-media]) {
	color: #111 !important;
}
.uk-card-badge {
	top: 25px;
	right: 25px;
}
.uk-dotnav>*>* {border-color: rgba(66, 163, 34, 0.4)}
.uk-dotnav>.uk-active>* {background-color: rgba(66, 163, 34, 0.6)}

.uk-section-default {
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
	box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
}

.formAjax {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
	box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
}
.uk-legend {
	border-bottom: 1px solid #ebedf2;
	padding: 22px 0px;
	font-size: 18px;
	font-weight: 700;
}
.uk-input, .uk-select, .uk-textarea {
	border-radius: 4px;
}
.uk-form-label {
	font-weight: 500;
}
.uk-progress {
	margin-bottom: 0px;
	margin-top: 7px;
	height: 10px;
	background-color: #ebedf2;
}
.uk-progress::-webkit-progress-bar {
	background-color: #ebedf2;
}
.uk-description-list>dt {
    font-size: 16px;
    font-weight: bold;
    text-transform: inherit;
}
.uk-subnav>*>:first-child {
	text-transform: none;
}
.filter h5 {
	line-height: 31px;
	font-size: 16px;
}
.uk-subnav>* {
	padding-left: 15px;
}
.uk-subnav-pill>*>:first-child {
	padding: 5px 7px;
}

.uk-text-danger.uk-heading-bullet::before {
    border-left-color: #f0506e;
}
.uk-text-success.uk-heading-bullet::before {
    border-left-color: #32d296;
}

.uk-background-primary {
	background: #2c2e3e !important;
}

.uk-light {
	color: #fff;
}

.uk-text-large {
	font-size: 1.3rem;
	line-height: 1.3;
}

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

.header {
	position:relative;
	width:100%;
	background: #fff;
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.1);
	box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.1);
}
.header .uk-navbar-left .uk-navbar-nav>li>a {
	font-family:'Roboto',Helvetica,Arial,sans-serif;
	color: #333;
	font-size: 18px;
	min-height: 70px;
	font-weight: 500;
}

.navbar_hover .uk-navbar-nav>li>a:before{
    content: '';
    display: block;
    position: absolute;
    left: 50px;
    right: calc(102% - 15px);
    bottom: 20px;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-property: right;
    transition-property: right;
}
.navbar_hover .uk-navbar-nav>li>a.uk-button:before {
	display: none;
}
.navbar_hover .uk-navbar-nav>li>a:hover::before {
    right: 15px
}
.navbar_hover .uk-navbar-nav>li.uk-active>a {
	color: #009345;
}
.main_menu [class*=uk-navbar-dropdown-bottom] {
    margin-top: 0px;
}
.uk-navbar-left>.uk-navbar-item:first-child {
#	padding: 0px 15px 0px 0px;
}
.uk-navbar-right>.uk-navbar-item:last-child {
	padding: 0px 0px 0px 15px;
}

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

.middle {
	position:relative;
}
.section-nav.uk-nav-default .uk-nav-sub a {
	color: #333;
	font-size: 14px;
	margin: 9px 0px 9px 0px;
	padding-right: 35px;
	position: relative;
}
.section-nav.uk-nav-default .uk-nav-sub li.uk-active>a {
	font-weight: bold;
}
.section-nav ul.uk-nav-sub {
	margin-top: 10px;
	padding: 5px 5px 5px 15px;
}
.uk-nav-parent-icon>.uk-parent>a.section-nav-parent::after {
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
}
.section-nav-parent {
    text-align: left !important;
    padding: 15px 35px 15px 15px !important;
	font-size: 16px;
	line-height: 19px;
	position: relative;
}
.section-nav .fa-li {
	left: -18px;
	position: absolute;
	text-align: center;
	width: 20px;
	line-height: inherit;
	top: 1px;
}
.section-nav .fa-li svg {
	height: 15px;
	width: 15px;
}
.section-nav .uk-badge {
	position: absolute;
	top: 2px;
	right: 5px;
}
.form-submit {
	border-top: 1px solid #ebedf2;
	padding: 22px 0 0 0;
	font-weight: bold;
}
.uk-light .remove-single {
	color: #000 !important;
}

	/* !BREADCRUMB - START */

.uk-breadcrumb {
	font-size: 12px;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: "/";
    margin: 0 10px;
}
.uk-breadcrumb .uk-icon {
	top: -2px;
	position: relative;
}

	/* !BREADCRUMB - END */

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

.footer {
	background: #2c2e3e !important;
}
.footer_menu a {
	color: rgba(255, 255, 255, 0.6) !important;
}
.footer_menu .uk-parent>a {
	font-weight: bold;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.85) !important;
}
.footer a {
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
.footer a:hover,
.footer_menu .uk-active>a,
.footer_menu .uk-parent>a:hover {
	color: #42a422 !important;
}
.footer .uk-iconnav svg {
	border-radius: 4px;
	border: 1px solid #999;
	height: 40px;
	width: 40px;
	padding: 8px;
	color: rgba(255, 255, 255, 0.6);
}
.footer .uk-iconnav a:hover svg {
	border: 1px solid #42a422;
	color: #42a422 !important;
}

/* !FOOTER - END */

/* !CUSTOM-ELEMENTS - START */

.clear {clear:both;}
.uk-icon-up1,
.uk-icon-up2,
.uk-icon-down1 {
	position: relative;
}
.uk-icon-up1 {
	top: -1px;
}
.uk-icon-up2 {
	top: -2px;
}
.uk-icon-up4 {
	top: -4px;
}
.uk-icon-down1 {
	bottom: -1px;
}
.uk-button-totop {
	padding: 12px 10px;
	line-height: 18px;
	margin: 25px !important;
}
.uk-button.font19 {font-size: 19px !important;}

.iconInLink {
	position: relative;
	height: 19px;
	width: 17px;
}
.iconInLink_small {
	position: relative;
	height: 15px;
	width: 13px;
}
.iconInLink_medium {
	position: relative;
	height: 25px;
	width: 23px;
	margin-right: 1px;
}
.iconInLink_big {
	position: relative;
	height: 30px;
	width: 30px;
}
.iconInLink_xbig {
	position: relative;
	height: 40px;
	width: 40px;
}
.uk-logo  img {
	height: 70px;
}
.uk-card-secondary1 {
	background: #6686E8 !important;
}
.uk-card-secondary2 {
	background: green !important;
}
.uk-card-secondary3 {
	background: #F7AE14 !important;
}
.fv-plugins-uikit .calendar_div .fv-plugins-icon {
	top: 0;
}
.calendar_div .uk-form-icon {
	display: block;
    top: 11px;
    left: 11px;
}

/* !CUSTOM-ELEMENTS - END */

/* !ADAPTIVE - START */

@media (min-width: 1px) {
/* !DEF-CHANGE - START */
	.uk-h1, h1 {
	    font-size: 1.5rem;
	    line-height: 1.2;
	}
	.uk-h2, h2 {
	    font-size: 1.3rem;
	    line-height: 1.3;
	}
	.uk-h3, h3 {
	    font-size: 1.1rem;
	    line-height: 1.4;
	}
/* !DEF-CHANGE - END */
/* !HEADER - START */
	.uk-navbar-right .uk-navbar-item {
			padding: 0 10px;
	}
	.uk-navbar-right>.uk-navbar-item:last-child {
		padding: 0px 0px 0px 10px;
	}
/* !HEADER - END */
/* !MIDDLE - START */
/* !MIDDLE - END */
/* !FOOTER - START */
/* !FOOTER - END */
/* !CUSTOM-DEF-ELEMENTS - START */
/* !CUSTOM-DEF-ELEMENTS - END */
}

@media (min-width: 640px) {

/* !DEF-CHANGE - START */
	.uk-h1, h1 {
	    font-size: 2rem;
	    line-height: 1.2;
	}
	.uk-h2, h2 {
	    font-size: 1.6rem;
	    line-height: 1.3;
	}
	.uk-h3, h3 {
	    font-size: 1.3rem;
	    line-height: 1.4;
	}
/* !DEF-CHANGE - END */
/* !MIDDLE - START */
/* !MIDDLE - END */
/* !CUSTOM-DEF-ELEMENTS - START */
/* !CUSTOM-DEF-ELEMENTS - END */
}

@media (min-width: 767px) {
/* !DEF-CHANGE - START */
	.uk-h1, h1 {
	    font-size: 1.5rem;
	    line-height: 1.2;
	}
	.uk-h2, h2 {
	    font-size: 1.3rem;
	    line-height: 1.3;
	}
	.uk-h3, h3 {
	    font-size: 1.1rem;
	    line-height: 1.4;
	}
/* !DEF-CHANGE - END */
/* !HEADER - START */
	.uk-navbar-right .uk-navbar-item {
			padding: 0 15px;
	}
	.uk-navbar-right>.uk-navbar-item:last-child {
		padding: 0px 0px 0px 15px;
	}
/* !HEADER - END */
}

@media (min-width: 960px) {

/* !DEF-CHANGE - START */
	.uk-h1, h1 {
	    font-size: 2rem;
	    line-height: 1.2;
	}
	.uk-h2, h2 {
	    font-size: 1.6rem;
	    line-height: 1.3;
	}
	.uk-h3, h3 {
	    font-size: 1.3rem;
	    line-height: 1.4;
	}
/* !DEF-CHANGE - END */
/* !HEADER - START */
/* !HEADER - END */
/* !MIDDLE - START */
/* !MIDDLE - END */
/* !FOOTER - START */
/* !FOOTER - END */
}

@media (min-width: 1200px) {

/* !DEF-CHANGE - START */
	.uk-h1, h1 {
	    font-size: 2rem;
	    line-height: 1.2;
	}
	.uk-h2, h2 {
	    font-size: 1.7rem;
	    line-height: 1.3;
	}
	.uk-h3, h3 {
	    font-size: 1.5rem;
	    line-height: 1.4;
	}
/* !DEF-CHANGE - END */
/* !HEADER - START */
/* !HEADER - END */
/* !MIDDLE - START */
/* !MIDDLE - END */
/* !FOOTER - START */
/* !FOOTER - END */
}
/* !ADAPTIVE - END */