.hidden-xl {
	display: none;
}

.hidden-xs {
}

@media (max-width: 1000px) {
	.hidden-xl {
		display: block;
	}
	.hidden-xs {
		display: none;
	}
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both !important;
	height: 1px;
}

@media (max-width: 1000px) {
	.logo-header
	{
		padding: 0px;
		width: 140px;
	}
	
	.header-center .wt-header-left {
	    width: 200px;
	}
}