.sisdado {
    height: 11px;
}

.link-contact {
	padding: 10px;
	display: block;
	line-height: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
}
.link-contact a {
	color: #FFF;
	font-weight: bold;
}
.link-contact a:hover {
	color: #2d3e50;
}

.th-widgetsearch {
	padding: 13px 0 13px 15px;
}

.th-slidercontent {
    color: #2D3E50;
    font-size: 16px;
    line-height: 30px;
}

.th-btn {
    color: #fff !important;
    background: #2d3e50 !important;
    border-color: #FFF !important;
}

.th-btn {
    color: #fff !important;
    background: #2d3e50 !important;
    border-color: #FFF !important;
}

.th-btn:hover {
    color: #2d3e50 !important;
    background: none !important;
    border-color: #2d3e50 !important;
}

.th-sectionspace {
    padding: 70px 0 !important;
}

.th-quickcontact {
    background-size: 45% auto !important;
	min-height: auto !important;
}

@media screen and (max-width: 778px) {
	.hide-on-smart {
		display: none;
	}
	.th-logo {
		margin-bottom: 15px !important;
	}
	.align-center-sisdado {
		text-align: center !important;
	}
}

.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right;
}
.th-quickcontactinfo .th-btn:hover {
    color: #00ADEF !important;
    background: none !important;
    border-color: #00ADEF !important;
}

.th-usefullinks li a::before {
    top: 1px;
    left: 0;
    content: '\f105';
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    font-family: 'FontAwesome';
}

@media screen and (min-width: 779px) {
	.th-nav::before {
		top: 0;
		right: 2px;
		content: '';
		height: 100%;
		z-index: -1;
		width: 9999px;
		position: absolute;
		-webkit-transform: skewX(-15deg);
		-moz-transform: skewX(-15deg);
		-ms-transform: skewX(-15deg);
		-o-transform: skewX(-15deg);
		transform: skewX(-15deg);
		background: #00adef;
	}
	
	.th-hasdropdown a {
		color: #FFF !important;
	}
	
	.th-hasdropdown a.active , 
	li.th-hasdropdown a:hover {
		color: #183650 !important;
	}	
	
	.th-widgetsearch::before {
		background: #183650 !important;
	}	
	
	.link-contact a:hover {
		color: #00ADEF;
	}
}