<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *------------------------------------------------------------------------------
 *  iCicons font by Jooml!C
 *------------------------------------------------------------------------------
 * @copyright   Copyright (c)2012-2017 Cyril RezÃ©, Jooml!C - All rights reserved
 *
 * @license     GNU General Public License version 3 or later; see LICENSE.txt
 * @author      Cyril RezÃ© (Lyr!C)
 * @link        http://www.joomlic.com
 *
 * @version 	3.6.0 2016-07-22
 * @since       3.2.2
 *------------------------------------------------------------------------------
*/

@font-face {
	font-family: 'iCicons';
	src:url('fonts/iCicons.eot');
	src:url('fonts/iCicons.eot?#iefix') format('embedded-opentype'),
		url('fonts/iCicons.woff') format('woff'),
		url('fonts/iCicons.ttf') format('truetype'),
		url('fonts/iCicons.svg#iCicons') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'iCicons';
	content: attr(data-icon);
	speak: none;
}
[class^="iCicon-"], [class*=" iCicon-"] {
	font-family: 'iCicons' !important; /* !important to fix conflict with some templates font icons */
	display: inline-block;
/*	width: 14px;
	height: 14px;
	margin-right: .25em;
	line-height: 14px; */
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="iCicon-"]:before,
[class*=" iCicon-"]:before {
	font-family: 'iCicons' !important; /* !important to fix conflict with some templates font icons */
	font-style: normal;
	speak: none;
}
[class^="iCicon-"].disabled,
[class*=" iCicon-"].disabled {
	font-weight: normal;
}

.iCicon-header-before:before {
	content: "\e618";
}
.iCicon-header-after:before {
	content: "\e617";
}
.iCicon-iclogo:before {
	content: "\e606";
}
.iCicon-thumbs:before {
	content: "\e60c";
}
.iCicon-form:before {
	content: "\e616";
}
.iCicon-location:before {
	content: "\e605";
}
.iCicon-clock:before {
	content: "\e60d";
}
.iCicon-calendar:before {
	content: "\e604";
}
.iCicon-calendar-2:before {
	content: "\e603";
}
.iCicon-print:before {
	content: "\e602";
}
.iCicon-disk:before {
	content: "\e607";
}
.iCicon-reset:before {
	content: "\e900";
}
.iCicon-people:before {
	content: "\e60b";
}
.iCicon-search:before {
	content: "\e901";
}
.iCicon-private:before {
	content: "\e608";
}
.iCicon-options:before {
	content: "\e60f";
}
.iCicon-register:before {
	content: "\e609";
}
.iCicon-timezone:before {
	content: "\e601";
}
.iCicon-earth:before {
	content: "\e600";
}
.iCicon-blocked:before {
	content: "\e60a";
}
.iCicon-nextic:before {
	content: "\25b6";
}
.iCicon-backic:before {
	content: "\25c0";
}
.iCicon-backicY:before {
	content: "\25c1";
}
.iCicon-nexticY:before {
	content: "\25b7";
}
.iCicon-filter:before {
	content: "\e611";
}
.iCicon-filter-2:before {
	content: "\e902";
}
.iCicon-screen:before {
	content: "\e60e";
}
.iCicon-minus:before {
	content: "\e612";
}
.iCicon-info:before {
	content: "\e613";
}
.iCicon-info-circle:before {
	content: "\e614";
}
.iCicon-icons:before {
	content: "\e610";
}
.iCicon-navigation:before {
	content: "\e615";
}
.iCicon-arrow-down:before {
	content: "\e903";
}
.iCicon-arrow-up:before {
	content: "\e904";
}

/* BI-COLOR ICONS */
.iCicon-bi-color-header:before {
	content: "\e618";
	letter-spacing: -1em;
	color: #bebebe;
}
.iCicon-bi-color-header:after {
	content: "\e617";
	color: #ca0000;
}

/* ONE-COLOR ICONS */
.iCicon-iclogo:before {
	content: "\e606";
	color: #990000;
}

/* ADDITIONAL STYLES */
.iCicon-info-circle:active,
.iCicon-info-circle:hover,
.iCicon-info-circle:focus {
	text-decoration: none !important;
	background: none;
	text-shadow:0px 0px 5px rgba(0,0,0,0.3);;
	cursor: help;
}
</pre></body></html>