@charset "UTF-8";
/**
*
* [Table of contents]
*
*   2. Components
*     2.1 Icons
**/

html .icon {
	display: inline-block;
	line-height: 1;
	text-align: center;
}

html .icon:before {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*="list-inline"] > li > .icon {
	vertical-align: middle;
}

.page .icon-default {
	color: #888;
}

.page .icon-gray {
	color: #888;
}

.page .icon-primary {
	color: #c0392b;
}

.page .icon-secondary-2 {
	color: #ff596d;
}

.page .icon-secondary-4 {
	color: #ffc045;
}

.page .icon-gray-4 {
	color: #c7c7c7;
}

.page a.icon-default:hover {
	color: #2c2c2c;
}

.page a.icon-primary {
	color: #009fe3;
}

.page a.icon-primary:hover {
	color: #000;
}

html .icon-xxs {
	font-size: 15px;
}

html .icon-sm {
	font-size: 20px;
	line-height: 20px;
}

html .icon-md {
	font-size: 22px;
	line-height: 22px;
}

html .icon-lg {
	font-size: 44px;
}

html .icon-xxl {
	font-size: 48px;
}

@media (min-width: 992px) {
	html .icon-xxl {
		font-size: 80px;
	}
}

.icon-circle {
	border-radius: 100%;
}

.icon.icon-circle {
	width: 2.2em;
	height: 2.2em;
	line-height: 2.2em;
}

.icon.icon-round {
	border-radius: 4px;
	width: 2.2em;
	height: 2.2em;
	line-height: 2.2em;
}

.icon-list-wrap > *, .icon-list-wrap:before {
	vertical-align: middle;
	margin-right: 6px;
}

