.header {
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
}

.brr {
	border-radius: 40px;
}

.tm-main {
	height: 450px;
}

.tm-main {
	height: 647px;
}

.uk-navbar-nav > li > a {
	color: #333;
}

.uk-button-secondary {
	background-color: #f55308;
	color: #fff;
	border: 1px solid transparent;
}

.uk-button-secondary:hover {
	background-color: #ff6a25;
	color: #fff;
	border: 1px solid transparent;
}

.tmp1 {
	background: #f2f2f2;
	padding: 30px 0;
}

.tmp2 {
	padding: 40px 0;
}

.tmp3 {
	padding: 40px 0;
	background: #f2f2f2;
}

.icnp {
	width: 80px;
	padding: 10px;
	background: #fff;
	border-radius: 100px;
	border: 1px solid #e1e1e1;
}

.uk-navbar-nav > li > a {
	color: #333;
	padding: 0px 30px;
	font-weight: bold;
	font-size: 21px;
}

.logoo img {
	width: 115px;
	display: block;
	padding: 0px 0;
}

.logoo {
	width: 200px !important;
	display: block;
}

.hzz {
	color: #fff;
	padding: 10px 10px;
	font-size: 48px;
	text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.31);
}

.tmp4 {
 background: rgb(68,68,68);
background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(51,51,51,1) 100%); 
	padding: 40px 0;
}

.bnn {
	background: #444;
}

.result {
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	text-align: center;
	font-size: 24px;
	border: 1px solid #f55308;
	background: #444;
	margin: auto;
	color: #fff;
	padding-top: 0px;
}

.uk-light .uk-button-secondary  {
    background-color: #f55308;
    color: #fff;
}

.uk-button-primary {
	background-color: #f55308;
	color: #fff;
	border: 1px solid transparent;
}

.footer {
	padding: 25px 0;
}

.uk-icon-button {
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border-radius: 500px;
	background: #f55308;
	color: #fff;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: .1s ease-in-out;
	transition-property: color,background-color;
}

.uk-icon-button:hover {
	background: #fff;
	color: #f55308;
}

.sub-footer {
	padding: 20px 0;
	border-top: 1px solid #f0f0f0;
}

.copy {
	border-top: 1px solid #444;
	padding: 15px 0;
}

.fixed-contact {
	position: fixed;
	bottom: 15px;
	right: 15px;
}

.fixed-contact a {
	width: 20px;
	display: flex;
	background: #fff;
	margin: 15px 0 0 0px;
	border-radius: 50%;
	color: black;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
}
.fixed-contact a img{
	min-width: 20px;
	height: 20px;
	width: 20px;
	object-fit: contain;
}
.orange-tittle{
	color: #ff6a25;
	
}


.uk-card-default {
	background: #fff;
	color: #333;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.text-header{
	margin-top: 60px;
}

.little{
	font-size: 12px;
	color: #565659;
}
.blacks{
	color: black;
	font-weight: bold;
}

.whiter{
	color: #fff;
}

.dark-title{
	color: black;
	background-color: #111;
}

.silver-title{
	background-color: #111;
	color: #999;
}

.uk-light .uk-icon-button {
	background-color: #f55308;
	color: #fff;;
}




.bg-calculater{
  background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(51,51,51,1) 100%);
  padding: 40px 0;
}
.bg-form{
  background: #444;
}

/* Phone landscape and bigger */
@media (max-width: 640px) {

.logoo {
	width: 80px !important;
	display: block;
}

.header {
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
	padding: 15px 0;
}

.account {
	padding: 0px 10px;
	line-height: 30px;
	font-size: 12px;
}

.table-case{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0
}
.table-case {
	border: 1px solid #595959;
}

.lbl{
	padding: 3px;
	width: 30px;
	height: 35px;
}

}
