@CHARSET "ISO-8859-1";

#footer-address {
	text-align: left;
	width: 100%;
	font-size: 14px;
}

#footer-address .footer-addr-box {
	float: none;
	display: inline-block;
	padding-right: 1em;
}

#footer-address .footer-addr-box p {
	white-space: nowrap;
	margin: 0 !important;
}

#footer-address .footer-addr-box span {
	white-space: nowrap;
	vertical-align: middle;
}

.smart-footer-label {
	font-size: 1em;
}
.footer-info {
	text-align: right;
	font-size: .8em;
	margin-top: .8em;
	color: #cccccc;
}
.footer-info a {
	color: #cccccc;
}
.clear {
	clear: both;
	height: .01em;
}

@media ( max-width : 767px) {
	#footer-address .footer-addr-box {
		float: none !important;
	}
}
body {
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	-ms-font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-o-font-feature-settings: "kern";
}

@font-face {
	font-family: 'SmartIconsSVG';
	src: url('../fonts/SmartIcons.svg#SmartSymbols') format('svg');
}

@font-face {
	font-family: 'SmartIconsTTF';
	src: url('../fonts/SmartIcons.ttf') format('truetype');
}
.smart-icon {
	font-family: 'SmartIconsTTF', 'SmartIconsSVG';
	font-size: 36px;
	margin-right: .2em;
}
.footer-addr-box p {
	line-height: 36px !important;
}
.footer-addr-box span {
	/* vertical-align: text-top !important; */
}
