/* == .HEADER-MOBILE-CUSTOM == */
.header-mobile-custom{}
.header-mobile-custom .wrapper{
    background-color:#1853a3;
    padding:10px 0px;
}
.header-mobile-custom .brand{}
.header-mobile-custom .brand img{
    height:25px;
    /* filter:brightness(0) invert(1); */
}
.header-mobile-custom .tool>.uk-list>li{
	margin-right:15px;
}
.header-mobile-custom .tool>.uk-list>li>a{
    color:#FFF;
}
.header-mobile-custom .tool>.uk-list>li>a>i{
	margin-right:5px;
}
.header-mobile-custom .tool.right>.uk-list>li{
	margin-right:0px;
	margin-left:15px;
}
/* == .HEADER-DESKTOP-CUSTOM == */
.header-desktop-custom{}
.header-desktop-custom .wrapper{
    background-color:#1853a3;
    padding:5px 0px;
}
.header-desktop-custom .brand{}
.header-desktop-custom .brand img{
    height:30px;
    /* filter:brightness(0) invert(1); */
}
.header-desktop-custom .tool>.uk-list>li{
	margin-right:15px;
}
.header-desktop-custom .tool>.uk-list>li>a{
    /* position:relative; */
    /* height:30px; */
    /* line-height:30px; */
    /* padding:0px 10px; */
    /* display:inline-block; */
    /* border:1px solid #FFF; */
    /* border-radius:25px; */
    color:#FFF;
}
.header-desktop-custom .tool>.uk-list>li>a>i{
	margin-right:5px;
}
.header-desktop-custom .tool.right>.uk-list>li{
	margin-right:0px;
	margin-left:15px;
}

.header-desktop-custom .navbar{}
.header-desktop-custom .navbar .navbar{}
.header-desktop-custom .navbar .navbar .uk-navbar{
    background-image:none;
    background:transparent;
    border:none;
}
.header-desktop-custom .navbar .navbar .uk-navbar-nav {
    float: none;
    text-align: center;
}
.header-desktop-custom .navbar .navbar .uk-navbar-nav > li {
    float: none;
    display: inline-block;
}
.header-desktop-custom .navbar .navbar .uk-navbar-nav>li>a{
    text-shadow:none;
    color:#FFF;
    font-family:inherit;
    height:41px;
    line-height:40px;
    padding:0px 10px;
    /* text-transform:uppercase; */
	font-weight:bold;
}
.header-desktop-custom .navbar .navbar .uk-navbar-nav>li>a>i{
    margin-left:5px;
    vertical-align:middle;
}
.header-desktop-custom .navbar .navbar .uk-navbar-nav>li.uk-open>a,
.header-desktop-custom .navbar .navbar .uk-navbar-nav>li:hover>a,
.header-desktop-custom .navbar .navbar .uk-navbar-nav>li>a:focus,
.header-desktop-custom .navbar .navbar .uk-navbar-nav>li.uk-active>a{
    background-color:transparent;
    box-shadow:none;
    border:1px solid transparent;
}
.header-desktop-custom .navbar .navbar .uk-navbar-nav>li:hover>a,
.header-desktop-custom .navbar .navbar .uk-navbar-nav>li.uk-active>a{
	text-decoration:underline;
}
.header-desktop-custom .navbar .navbar .uk-dropdown-navbar{
	top:35px !important;
    text-align: left;
    box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border:none;
}
.header-desktop-custom .navbar .navbar .uk-nav-navbar>li>a{
    color:#000;
}
.header-desktop-custom .navbar .navbar .uk-nav-navbar>li>a:focus,
.header-desktop-custom .navbar .navbar .uk-nav-navbar>li>a:hover{
    background:transparent;
    color:#000;
	text-decoration:underline;
    box-shadow:none;
    text-shadow:none;
}
/* == .CONTAINER-CUSTOM == */
.container-custom{}
.container-custom>.wrapper{
	padding-top:25px;
	/* padding-bottom:25px; */
    margin:0px 0px 0px 0px;
	background-color:#FFF;
}
.container-custom.top>.wrapper{
	margin-top:25px;
	/* margin:25px 0px; */
}
.container-custom>.wrapper>.uk-container{
}
.container-custom>.wrapper>.uk-container>.uk-panel{
	/* background-color:red; */
	/* padding:25px; */
	/* padding-bottom:25px; */
	/* border-radius:10px; */
}
@media (max-width:767px){
	.container-custom>.wrapper{
		padding-top:0px;
		padding-bottom:0px;
		margin:0px 0px 0px 0px;
		background-color:transparent;
	}
	.container-custom.top>.wrapper{
		margin-top:0px;
		padding-top: 15px;
	}
	.container-custom>.wrapper>.uk-container{
		padding:0px;
	}
	.container-custom>.wrapper>.uk-container>.uk-panel{
		border-radius:0px;
		background-color:transparent;
		padding-bottom:0px;
	}
}
/* == FOOTER-CUSTOM == */
.footer-custom .footer .wrapper{
	margin-top:25px;
    background-color:#1853a3;
    /* background-color:#FBFBFB; */
    color:#FFF;
    /* background-color:#000; */
    padding:35px 0px 35px 0px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.footer-custom .footer .brand{
	width:100px;
	margin-right:45px;
}
.footer-custom .footer .content ul{
    padding-left:15px;
}
.footer-custom .footer .content a{
    color:#FFF;
    /* text-decoration:none; */
}
.footer-custom .footer .content.certificate{
    margin-top:15px;
}
.footer-custom .footer .content.certificate img{
    height:45px !important;
    width:auto !important;
}
.footer-custom .footer .sitelink .more{
	margin-top:5px;
}
.footer-custom .footer .sitelink .more a{
    color:#FFF;
}
.footer-custom .footer .social{}
.footer-custom .footer .social .label{
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:15px;
}
.footer-custom .footer .social .uk-list>li {
    display: inline-block;
    margin-right: 5px;
}
.footer-custom .footer .social .uk-list>li>a{
    color:#4d5452;
    border-radius:50%;
    display:inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
}
.footer-custom .footer .social .uk-list>li>a>i{
    font-size:15px;
}
.footer-custom .footer .social .uk-list>li>a.facebook{
    background:#1877f2;
    color:#fff;
}
.footer-custom .footer .social .uk-list>li>a.twitter{
    background:#55acee;
    color:#fff;
}
.footer-custom .footer .social .uk-list>li>a.instagram{
    background:linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
    color:#fff;
}
.footer-custom .footer .social .uk-list>li>a.pinterest{
    background:#cb2027;
    color:#fff;
}
.footer-custom .footer .social .uk-list>li>a.youtube{
    background:#b00;
    color:#fff;
}
.footer-custom .footer .social .uk-list>li>a.linkedin{
    background:#0273b1;
    color:#fff;
}
.footer-custom .footer .social .uk-list>li>a.tumblr{
    background:#2c4661;
    color:#fff;
}
.footer-custom .footer .social .uk-list>li>a.tiktok{
    background:#000;
    color:#fff;
}
.footer-custom .footer .form{}
.footer-custom .footer .form .label{
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:15px;
}
.footer-custom .footer .form .uk-form{
    position:relative;
	width:100%;
}
.footer-custom .footer .form input[type=text]{
    width:100%;
    padding:0px 15px;
    border:1px solid #4d5452;
    border-radius:25px;
}
.footer-custom .footer .form .uk-button{
    position:absolute;
    top:0px;
    right:0px;
    padding:0px 15px;
    background:transparent;
    border:none;
    color:#000;
}
.footer-custom .footer .form .uk-button i{
	margin-right:5px;
}
.footer-custom .copyright .wrapper{
    /* background-color:#FBFBFB; */
    background-color:#FFF;
    color:#000;
    /* border-top:1px solid #ffffff1a; */
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.footer-custom .copyright .wrapper{
    /* border-top:1px solid rgb(255 255 255 / 9%); */
	/* border-top: 1px solid #E7E7E7; */
    padding:5px 0px;
}
.footer-custom .copyright .uk-panel{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
@media (max-width:767px){
	.footer-custom .footer .wrapper{
		padding:25px 0px 0px 0px;
        margin-top: 5px;
	}
	.footer-custom .footer .sitelink{
		margin-top:15px;
	}
	.footer-custom .sitelink.active .more{
		display:none;
	}
	.footer-custom .sitelink.active .uk-grid{
		display:block !important;
	}
}