/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url("custom-KH.css");
@import url("custom-RG.css");
@import url("custom-TS.css");
@import url("custom-GF.css");
@import url("custom-GS.css");


/*=================112019==============*/

html {
    color: #000;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

a, .uk-link{
	font-weight: 600;
}

a:hover, .uk-link:hover {
    color: #000;
}

.home-about p {
    font-size: 16px;
}

.uk-slideshow li p{
	font-size: 14pt;
}

.link {
    font-weight: 600;
}

.title-tab a{
	font-weight: 500;
}

/* Placeholder */
.uk-search-field:-ms-input-placeholder {
  color: #fff !important;
}
.uk-search-field::-moz-placeholder {
  color: #fff !important;
}
.uk-search-field::-webkit-input-placeholder {
  color: #fff !important;
}
/* Placeholder */

.uk-icon-button{
	font-size: 30px;
}

.uk-search::before{
	font-size: 22px;
}
.uk-navbar-nav > li {
   padding-bottom: 0;
}
.uk-navbar-nav > li > a{
	color: #000;
}
.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li > a:focus, 
.uk-navbar-nav > li.uk-open > a{
	color: #000;
}

.uk-nav-navbar > li > a:hover, 
.uk-nav-navbar > li > a:focus {
	color: #000;
}

.uk-navbar-nav > li.uk-active > a {
	color: #ffffff !important;
}

.uk-button-primary:hover, 
.uk-button-primary:focus,
.uk-panel-box-primary .uk-button:hover, 
.tm-block-primary .uk-button:hover{
	color: #000;
}

.fa-ul li i + br{
	display: none;
}

.uk-icon-facebook{
	color: #4C6EA3;
}

.uk-icon-pinterest{
	color: #B7081B;
}

.uk-icon-twitter{
	color: #1C9CEB;
}

.uk-icon-linkedin{
	color: #0172B2;	 
}

.uk-icon-button.uk-icon-facebook:hover, 
.uk-icon-button.uk-icon-facebook:focus{
	background-color: #4C6EA3;
}

.uk-icon-button.uk-icon-pinterest:hover, 
.uk-icon-button.uk-icon-pinterest:focus{
	background-color: #B7081B;
}

.uk-icon-button.uk-icon-twitter:hover, 
.uk-icon-button.uk-icon-twitter:focus{
	background-color: #1C9CEB;
}

.uk-icon-button.uk-icon-linkedin:hover, 
.uk-icon-button.uk-icon-linkedin:focus{
	background-color: #0172B2;
}
/*------------scroller----------------*/
.tm-totop-scroller:hover,
.tm-totop-scroller:focus{
	text-decoration: none !important;
}


/*==============121019================*/
.tm-bottom-c .uk-button{
	border: solid 1px #d29e12 !important;
	box-shadow: none !important;
}

.tm-bottom-c .uk-button:hover, 
.tm-bottom-c .uk-button:focus{
	background: #00476b !important;
	color: #fff !important;
	border: solid 1px #d29e12 !important;
	box-shadow: none !important;
}

.uk-navbar{
	background-image: -webkit-linear-gradient(top, #d0cfcf, #fff);
	background-image: linear-gradient(to bottom, #d0cfcf, #fff);
}

.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li > a:focus, 
.uk-navbar-nav > li.uk-open > a{
	background: #2586b7;
	color: #fff;
}