@import url("/assets/css/frontend/responsive/mobile.css?1001") only screen and (min-width : 320px);
@import url("/assets/css/frontend/responsive/mobile-landscape.css?1000") only screen and (min-width : 480px);
@import url("/assets/css/frontend/responsive/tablet.css?1000") only screen and (min-width : 768px);
@import url("/assets/css/frontend/responsive/desktop.css?1000") only screen and (min-width : 992px);
@import url("/assets/css/frontend/responsive/desktop-large.css?1000") only screen and (min-width :1200px);

					.form-control,
.panel,
.btn,
.datepicker,
.panel-heading,
.alert
{
	border-radius: 0px;
}

textarea:focus,
select:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(60,78,76, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(60,78,76,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(60,78,76,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(60,78,76,.6);
}

.form-control
{
	border:1px solid #a6a6a6;
}

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/

@media (min-width: 1200px) and (max-width: 1599px) {
	.hidden-lg {
		display: none !important;
	}
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
	display: none !important;
}



@media (min-width: 1600px) {

	.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
		float: left;
	}

	.col-xl-12 {
		width: 100%;
	}

	.col-xl-11 {
		width: 91.66666667%;
	}

	.col-xl-10 {
		width: 83.33333333%;
	}

	.col-xl-9 {
		width: 75%;
	}

	.col-xl-8 {
		width: 66.66666667%;
	}

	.col-xl-7 {
		width: 58.33333333%;
	}

	.col-xl-6 {
		width: 50%;
	}

	.col-xl-5 {
		width: 41.66666667%;
	}

	.col-xl-4 {
		width: 33.33333333%;
	}

	.col-xl-3 {
		width: 25%;
	}

	.col-xl-2 {
		width: 16.66666667%;
	}

	.col-xl-1 {
		width: 8.33333333%;
	}

	.col-xl-pull-12 {
		right: 100%;
	}

	.col-xl-pull-11 {
		right: 91.66666667%;
	}

	.col-xl-pull-10 {
		right: 83.33333333%;
	}

	.col-xl-pull-9 {
		right: 75%;
	}

	.col-xl-pull-8 {
		right: 66.66666667%;
	}

	.col-xl-pull-7 {
		right: 58.33333333%;
	}

	.col-xl-pull-6 {
		right: 50%;
	}

	.col-xl-pull-5 {
		right: 41.66666667%;
	}

	.col-xl-pull-4 {
		right: 33.33333333%;
	}

	.col-xl-pull-3 {
		right: 25%;
	}

	.col-xl-pull-2 {
		right: 16.66666667%;
	}

	.col-xl-pull-1 {
		right: 8.33333333%;
	}

	.col-xl-pull-0 {
		right: auto;
	}

	.col-xl-push-12 {
		left: 100%;
	}

	.col-xl-push-11 {
		left: 91.66666667%;
	}

	.col-xl-push-10 {
		left: 83.33333333%;
	}

	.col-xl-push-9 {
		left: 75%;
	}

	.col-xl-push-8 {
		left: 66.66666667%;
	}

	.col-xl-push-7 {
		left: 58.33333333%;
	}

	.col-xl-push-6 {
		left: 50%;
	}

	.col-xl-push-5 {
		left: 41.66666667%;
	}

	.col-xl-push-4 {
		left: 33.33333333%;
	}

	.col-xl-push-3 {
		left: 25%;
	}

	.col-xl-push-2 {
		left: 16.66666667%;
	}

	.col-xl-push-1 {
		left: 8.33333333%;
	}

	.col-xl-push-0 {
		left: auto;
	}

	.col-xl-offset-12 {
		margin-left: 100%;
	}

	.col-xl-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-xl-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-xl-offset-9 {
		margin-left: 75%;
	}

	.col-xl-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-xl-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-xl-offset-6 {
		margin-left: 50%;
	}

	.col-xl-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-xl-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-xl-offset-3 {
		margin-left: 25%;
	}

	.col-xl-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-xl-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-xl-offset-0 {
		margin-left: 0;
	}

	.visible-xl {
		display: block !important;
	}

	table.visible-xl {
		display: table;
	}

	tr.visible-xl {
		display: table-row !important;
	}

	th.visible-xl, td.visible-xl {
		display: table-cell !important;
	}

	.visible-xl-block {
		display: block !important;
	}

	.visible-xl-inline {
		display: inline !important;
	}

	.visible-xl-inline-block {
		display: inline-block !important;
	}

	.hidden-xl {
		display: none !important;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.hidden-lg {
		display: none !important;
	}
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
	display: none !important;
}



@media (min-width: 480px) AND (max-width: 768px)
{

	.col-ssm-1, .col-ssm-2, .col-ssm-3, .col-ssm-4, .col-ssm-5, .col-ssm-6, .col-ssm-7, .col-ssm-8, .col-ssm-9, .col-ssm-10, .col-ssm-11, .col-ssm-12 {
		float: left;
	}

	.col-ssm-12 {
		width: 100%;
	}

	.col-ssm-11 {
		width: 91.66666667%;
	}

	.col-ssm-10 {
		width: 83.33333333%;
	}

	.col-ssm-9 {
		width: 75%;
	}

	.col-ssm-8 {
		width: 66.66666667%;
	}

	.col-ssm-7 {
		width: 58.33333333%;
	}

	.col-ssm-6 {
		width: 50%;
	}

	.col-ssm-5 {
		width: 41.66666667%;
	}

	.col-ssm-4 {
		width: 33.33333333%;
	}

	.col-ssm-3 {
		width: 25%;
	}

	.col-ssm-2 {
		width: 16.66666667%;
	}

	.col-ssm-1 {
		width: 8.33333333%;
	}

	.col-ssm-pull-12 {
		right: 100%;
	}

	.col-ssm-pull-11 {
		right: 91.66666667%;
	}

	.col-ssm-pull-10 {
		right: 83.33333333%;
	}

	.col-ssm-pull-9 {
		right: 75%;
	}

	.col-ssm-pull-8 {
		right: 66.66666667%;
	}

	.col-ssm-pull-7 {
		right: 58.33333333%;
	}

	.col-ssm-pull-6 {
		right: 50%;
	}

	.col-ssm-pull-5 {
		right: 41.66666667%;
	}

	.col-ssm-pull-4 {
		right: 33.33333333%;
	}

	.col-ssm-pull-3 {
		right: 25%;
	}

	.col-ssm-pull-2 {
		right: 16.66666667%;
	}

	.col-ssm-pull-1 {
		right: 8.33333333%;
	}

	.col-ssm-pull-0 {
		right: auto;
	}

	.col-ssm-push-12 {
		left: 100%;
	}

	.col-ssm-push-11 {
		left: 91.66666667%;
	}

	.col-ssm-push-10 {
		left: 83.33333333%;
	}

	.col-ssm-push-9 {
		left: 75%;
	}

	.col-ssm-push-8 {
		left: 66.66666667%;
	}

	.col-ssm-push-7 {
		left: 58.33333333%;
	}

	.col-ssm-push-6 {
		left: 50%;
	}

	.col-ssm-push-5 {
		left: 41.66666667%;
	}

	.col-ssm-push-4 {
		left: 33.33333333%;
	}

	.col-ssm-push-3 {
		left: 25%;
	}

	.col-ssm-push-2 {
		left: 16.66666667%;
	}

	.col-ssm-push-1 {
		left: 8.33333333%;
	}

	.col-ssm-push-0 {
		left: auto;
	}

	.col-ssm-offset-12 {
		margin-left: 100%;
	}

	.col-ssm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-ssm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-ssm-offset-9 {
		margin-left: 75%;
	}

	.col-ssm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-ssm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-ssm-offset-6 {
		margin-left: 50%;
	}

	.col-ssm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-ssm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-ssm-offset-3 {
		margin-left: 25%;
	}

	.col-ssm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-ssm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-ssm-offset-0 {
		margin-left: 0;
	}

	.visible-ssm {
		display: block !important;
	}

	table.visible-ssm {
		display: table;
	}

	tr.visible-ssm {
		display: table-row !important;
	}

	th.visible-ssm, td.visible-ssm {
		display: table-cell !important;
	}

	.visible-ssm-block {
		display: block !important;
	}

	.visible-ssm-inline {
		display: inline !important;
	}

	.visible-ssm-inline-block {
		display: inline-block !important;
	}

	.hidden-ssm {
		display: none !important;
	}
}

.tooltip
{
	font-family: "Roboto";
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover
{
	background-image: linear-gradient(to bottom, #ec4438, #da291c);
}

.panel-collapsible span.collapse-toggle:hover,
.panel-collapsible span.reset-active-filters:hover
{
	cursor:pointer;
}

.panel-collapsible span.collapse-toggle,
.panel-collapsible span.reset-active-filters
{
	margin-top:-16px;
	padding-left:10px;
}

.panel-collapsible span.reset-active-filters
{
	display:none;
}

.panel .panel:last-child
{
	margin-bottom:0px;
}
					.checkbox {
    padding-left: 20px;
}
.checkbox span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.checkbox span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox span::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[type="checkbox"]:focus+span::before,
.checkbox input[type="radio"]:focus+span::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + span::after,
.checkbox input[type="radio"]:checked + span::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + span::after,
.checkbox input[type="radio"]:indeterminate + span::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + span,
.checkbox input[type="radio"]:disabled + span {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + span::before,
.checkbox input[type="radio"]:disabled + span::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle span::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + span::before,
.checkbox-primary input[type="radio"]:checked + span::before {
    background-color: #337ab7;
    border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + span::after,
.checkbox-primary input[type="radio"]:checked + span::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + span::before,
.checkbox-danger input[type="radio"]:checked + span::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + span::after,
.checkbox-danger input[type="radio"]:checked + span::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + span::before,
.checkbox-info input[type="radio"]:checked + span::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + span::after,
.checkbox-info input[type="radio"]:checked + span::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + span::before,
.checkbox-warning input[type="radio"]:checked + span::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + span::after,
.checkbox-warning input[type="radio"]:checked + span::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + span::before,
.checkbox-success input[type="radio"]:checked + span::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + span::after,
.checkbox-success input[type="radio"]:checked + span::after {
    color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + span::before,
.checkbox-primary input[type="radio"]:indeterminate + span::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + span::after,
.checkbox-primary input[type="radio"]:indeterminate + span::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + span::before,
.checkbox-danger input[type="radio"]:indeterminate + span::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + span::after,
.checkbox-danger input[type="radio"]:indeterminate + span::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + span::before,
.checkbox-info input[type="radio"]:indeterminate + span::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + span::after,
.checkbox-info input[type="radio"]:indeterminate + span::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + span::before,
.checkbox-warning input[type="radio"]:indeterminate + span::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + span::after,
.checkbox-warning input[type="radio"]:indeterminate + span::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + span::before,
.checkbox-success input[type="radio"]:indeterminate + span::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + span::after,
.checkbox-success input[type="radio"]:indeterminate + span::after {
    background-color: #fff;
}

.radio {
    padding-left: 20px;
}
.radio span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.radio span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio span::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.radio input[type="radio"]:focus + span::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + span::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + span {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + span::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + span::after {
    background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + span::before {
    border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + span::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + span::after {
    background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + span::before {
    border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + span::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + span::after {
    background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + span::before {
    border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + span::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + span::after {
    background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + span::before {
    border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + span::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + span::after {
    background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + span::before {
    border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + span::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + span:after,
input[type="radio"].styled:checked + span:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
input[type="checkbox"] .styled:checked + span::before,
input[type="radio"] .styled:checked + span::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + span::after,
input[type="radio"] .styled:checked + span::after {
    color: #fff;
}

input[type="checkbox"].styled:checked+span:after,
input[type="radio"].styled:checked+span:after,
.checkbox input[type=checkbox]:checked+span:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}

input[type="checkbox"].styled:checked span:after,
input[type="radio"].styled:checked span:after,
.checkbox span:after {
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
}
					@font-face
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(/assets/fonts/open-sans/open-sans-light.woff) format('woff');
}

@font-face
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(/assets/fonts/open-sans/open-sans.woff) format('woff');
}

@font-face
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(/assets/fonts/open-sans/open-sans-semibold.woff) format('woff');
}

@font-face
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/assets/fonts/open-sans/open-sans-bold.woff) format('woff');
}
					@font-face {
	font-family: 'icomoon';
	src:url('/assets/fonts/icomoon/icomoon.eot?-xo02vw');
	src:url('/assets/fonts/icomoon/icomoon.eot?#iefix-xo02vw') format('embedded-opentype'),
		url('/assets/fonts/icomoon/icomoon.ttf?-xo02vw') format('truetype'),
		url('/assets/fonts/icomoon/icomoon.woff?-xo02vw') format('woff'),
		url('/assets/fonts/icomoon/icomoon.svg?-xo02vw#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e900";
}
.icon-home2:before {
	content: "\e901";
}
.icon-home3:before {
	content: "\e902";
}
.icon-home4:before {
	content: "\e903";
}
.icon-home5:before {
	content: "\e904";
}
.icon-home6:before {
	content: "\e905";
}
.icon-home7:before {
	content: "\e906";
}
.icon-home8:before {
	content: "\e907";
}
.icon-home9:before {
	content: "\e908";
}
.icon-office:before {
	content: "\e909";
}
.icon-city:before {
	content: "\e90a";
}
.icon-newspaper:before {
	content: "\e90b";
}
.icon-magazine:before {
	content: "\e90c";
}
.icon-design:before {
	content: "\e90d";
}
.icon-pencil:before {
	content: "\e90e";
}
.icon-pencil2:before {
	content: "\e90f";
}
.icon-pencil3:before {
	content: "\e910";
}
.icon-pencil4:before {
	content: "\e911";
}
.icon-pencil5:before {
	content: "\e912";
}
.icon-pencil6:before {
	content: "\e913";
}
.icon-pencil7:before {
	content: "\e914";
}
.icon-eraser:before {
	content: "\e915";
}
.icon-eraser2:before {
	content: "\e916";
}
.icon-eraser3:before {
	content: "\e917";
}
.icon-quill:before {
	content: "\e918";
}
.icon-quill2:before {
	content: "\e919";
}
.icon-quill3:before {
	content: "\e91a";
}
.icon-quill4:before {
	content: "\e91b";
}
.icon-pen:before {
	content: "\e91c";
}
.icon-pen-plus:before {
	content: "\e91d";
}
.icon-pen-minus:before {
	content: "\e91e";
}
.icon-pen2:before {
	content: "\e91f";
}
.icon-pen3:before {
	content: "\e920";
}
.icon-pen4:before {
	content: "\e921";
}
.icon-pen5:before {
	content: "\e922";
}
.icon-marker:before {
	content: "\e923";
}
.icon-marker2:before {
	content: "\e924";
}
.icon-blog:before {
	content: "\e925";
}
.icon-blog2:before {
	content: "\e926";
}
.icon-pen6:before {
	content: "\e927";
}
.icon-brush:before {
	content: "\e928";
}
.icon-spray:before {
	content: "\e929";
}
.icon-palette:before {
	content: "\e92a";
}
.icon-palette2:before {
	content: "\e92b";
}
.icon-color-sampler:before {
	content: "\e92c";
}
.icon-toggle:before {
	content: "\e92d";
}
.icon-bucket:before {
	content: "\e92e";
}
.icon-bucket2:before {
	content: "\e92f";
}
.icon-gradient:before {
	content: "\e930";
}
.icon-eyedropper:before {
	content: "\e931";
}
.icon-eyedropper2:before {
	content: "\e932";
}
.icon-eyedropper3:before {
	content: "\e933";
}
.icon-droplet:before {
	content: "\e934";
}
.icon-droplet2:before {
	content: "\e935";
}
.icon-droplet-contrast:before {
	content: "\e936";
}
.icon-color-clear:before {
	content: "\e937";
}
.icon-paint-format:before {
	content: "\e938";
}
.icon-stamp:before {
	content: "\e939";
}
.icon-images:before {
	content: "\e93a";
}
.icon-image:before {
	content: "\e93b";
}
.icon-image2:before {
	content: "\e93c";
}
.icon-image-compare:before {
	content: "\e93d";
}
.icon-images2:before {
	content: "\e93e";
}
.icon-image3:before {
	content: "\e93f";
}
.icon-images3:before {
	content: "\e940";
}
.icon-image4:before {
	content: "\e941";
}
.icon-image5:before {
	content: "\e942";
}
.icon-image6:before {
	content: "\e943";
}
.icon-camera:before {
	content: "\e944";
}
.icon-camera2:before {
	content: "\e945";
}
.icon-camera3:before {
	content: "\e946";
}
.icon-shutter:before {
	content: "\e947";
}
.icon-headphones:before {
	content: "\e948";
}
.icon-headset:before {
	content: "\e949";
}
.icon-music:before {
	content: "\e94a";
}
.icon-music2:before {
	content: "\e94b";
}
.icon-music3:before {
	content: "\e94c";
}
.icon-music4:before {
	content: "\e94d";
}
.icon-music5:before {
	content: "\e94e";
}
.icon-music6:before {
	content: "\e94f";
}
.icon-album:before {
	content: "\e950";
}
.icon-cassette:before {
	content: "\e951";
}
.icon-tape:before {
	content: "\e952";
}
.icon-piano:before {
	content: "\e953";
}
.icon-guitar:before {
	content: "\e954";
}
.icon-trumpet:before {
	content: "\e955";
}
.icon-speakers:before {
	content: "\e956";
}
.icon-play:before {
	content: "\e957";
}
.icon-play2:before {
	content: "\e958";
}
.icon-clapboard-play:before {
	content: "\e959";
}
.icon-clapboard:before {
	content: "\e95a";
}
.icon-media:before {
	content: "\e95b";
}
.icon-presentation:before {
	content: "\e95c";
}
.icon-movie:before {
	content: "\e95d";
}
.icon-film:before {
	content: "\e95e";
}
.icon-film2:before {
	content: "\e95f";
}
.icon-film3:before {
	content: "\e960";
}
.icon-film4:before {
	content: "\e961";
}
.icon-video-camera:before {
	content: "\e962";
}
.icon-video-camera2:before {
	content: "\e963";
}
.icon-video-camera-slash:before {
	content: "\e964";
}
.icon-video-camera3:before {
	content: "\e965";
}
.icon-video-camera4:before {
	content: "\e966";
}
.icon-video-camera-slash2:before {
	content: "\e967";
}
.icon-video-camera5:before {
	content: "\e968";
}
.icon-recording:before {
	content: "\e969";
}
.icon-dice:before {
	content: "\e96a";
}
.icon-gamepad:before {
	content: "\e96b";
}
.icon-gamepad2:before {
	content: "\e96c";
}
.icon-gamepad3:before {
	content: "\e96d";
}
.icon-pacman:before {
	content: "\e96e";
}
.icon-spades:before {
	content: "\e96f";
}
.icon-clubs:before {
	content: "\e970";
}
.icon-diamonds:before {
	content: "\e971";
}
.icon-chess-king:before {
	content: "\e972";
}
.icon-chess-queen:before {
	content: "\e973";
}
.icon-chess-rock:before {
	content: "\e974";
}
.icon-chess-bishop:before {
	content: "\e975";
}
.icon-chess-knight:before {
	content: "\e976";
}
.icon-chess-pawn:before {
	content: "\e977";
}
.icon-chess:before {
	content: "\e978";
}
.icon-bullhorn:before {
	content: "\e979";
}
.icon-megaphone:before {
	content: "\e97a";
}
.icon-new:before {
	content: "\e97b";
}
.icon-connection:before {
	content: "\e97c";
}
.icon-connection2:before {
	content: "\e97d";
}
.icon-connection3:before {
	content: "\e97e";
}
.icon-connection4:before {
	content: "\e97f";
}
.icon-podcast:before {
	content: "\e980";
}
.icon-station:before {
	content: "\e981";
}
.icon-station2:before {
	content: "\e982";
}
.icon-antenna:before {
	content: "\e983";
}
.icon-satellite-dish:before {
	content: "\e984";
}
.icon-satellite-dish2:before {
	content: "\e985";
}
.icon-feed:before {
	content: "\e986";
}
.icon-podcast2:before {
	content: "\e987";
}
.icon-antenna2:before {
	content: "\e988";
}
.icon-mic:before {
	content: "\e989";
}
.icon-mic-off:before {
	content: "\e98a";
}
.icon-mic2:before {
	content: "\e98b";
}
.icon-mic-off2:before {
	content: "\e98c";
}
.icon-mic3:before {
	content: "\e98d";
}
.icon-mic4:before {
	content: "\e98e";
}
.icon-mic5:before {
	content: "\e98f";
}
.icon-book:before {
	content: "\e990";
}
.icon-book2:before {
	content: "\e991";
}
.icon-book-play:before {
	content: "\e992";
}
.icon-book3:before {
	content: "\e993";
}
.icon-bookmark:before {
	content: "\e994";
}
.icon-books:before {
	content: "\e995";
}
.icon-archive:before {
	content: "\e996";
}
.icon-reading:before {
	content: "\e997";
}
.icon-library:before {
	content: "\e998";
}
.icon-library2:before {
	content: "\e999";
}
.icon-graduation:before {
	content: "\e99a";
}
.icon-file-text:before {
	content: "\e99b";
}
.icon-profile:before {
	content: "\e99c";
}
.icon-file-empty:before {
	content: "\e99d";
}
.icon-file-empty2:before {
	content: "\e99e";
}
.icon-files-empty:before {
	content: "\e99f";
}
.icon-files-empty2:before {
	content: "\e9a0";
}
.icon-file-plus:before {
	content: "\e9a1";
}
.icon-file-plus2:before {
	content: "\e9a2";
}
.icon-file-minus:before {
	content: "\e9a3";
}
.icon-file-minus2:before {
	content: "\e9a4";
}
.icon-file-download:before {
	content: "\e9a5";
}
.icon-file-download2:before {
	content: "\e9a6";
}
.icon-file-upload:before {
	content: "\e9a7";
}
.icon-file-upload2:before {
	content: "\e9a8";
}
.icon-file-check:before {
	content: "\e9a9";
}
.icon-file-check2:before {
	content: "\e9aa";
}
.icon-file-eye:before {
	content: "\e9ab";
}
.icon-file-eye2:before {
	content: "\e9ac";
}
.icon-file-text2:before {
	content: "\e9ad";
}
.icon-file-text3:before {
	content: "\e9ae";
}
.icon-file-picture:before {
	content: "\e9af";
}
.icon-file-picture2:before {
	content: "\e9b0";
}
.icon-file-music:before {
	content: "\e9b1";
}
.icon-file-music2:before {
	content: "\e9b2";
}
.icon-file-play:before {
	content: "\e9b3";
}
.icon-file-play2:before {
	content: "\e9b4";
}
.icon-file-video:before {
	content: "\e9b5";
}
.icon-file-video2:before {
	content: "\e9b6";
}
.icon-copy:before {
	content: "\e9b7";
}
.icon-copy2:before {
	content: "\e9b8";
}
.icon-file-zip:before {
	content: "\e9b9";
}
.icon-file-zip2:before {
	content: "\e9ba";
}
.icon-file-xml:before {
	content: "\e9bb";
}
.icon-file-xml2:before {
	content: "\e9bc";
}
.icon-file-css:before {
	content: "\e9bd";
}
.icon-file-css2:before {
	content: "\e9be";
}
.icon-file-presentation:before {
	content: "\e9bf";
}
.icon-file-presentation2:before {
	content: "\e9c0";
}
.icon-file-stats:before {
	content: "\e9c1";
}
.icon-file-stats2:before {
	content: "\e9c2";
}
.icon-file-locked:before {
	content: "\e9c3";
}
.icon-file-locked2:before {
	content: "\e9c4";
}
.icon-file-spreadsheet:before {
	content: "\e9c5";
}
.icon-file-spreadsheet2:before {
	content: "\e9c6";
}
.icon-copy3:before {
	content: "\e9c7";
}
.icon-copy4:before {
	content: "\e9c8";
}
.icon-paste:before {
	content: "\e9c9";
}
.icon-paste2:before {
	content: "\e9ca";
}
.icon-paste3:before {
	content: "\e9cb";
}
.icon-paste4:before {
	content: "\e9cc";
}
.icon-stack:before {
	content: "\e9cd";
}
.icon-stack2:before {
	content: "\e9ce";
}
.icon-stack3:before {
	content: "\e9cf";
}
.icon-folder:before {
	content: "\e9d0";
}
.icon-folder-search:before {
	content: "\e9d1";
}
.icon-folder-download:before {
	content: "\e9d2";
}
.icon-folder-upload:before {
	content: "\e9d3";
}
.icon-folder-plus:before {
	content: "\e9d4";
}
.icon-folder-plus2:before {
	content: "\e9d5";
}
.icon-folder-minus:before {
	content: "\e9d6";
}
.icon-folder-minus2:before {
	content: "\e9d7";
}
.icon-folder-check:before {
	content: "\e9d8";
}
.icon-folder-heart:before {
	content: "\e9d9";
}
.icon-folder-remove:before {
	content: "\e9da";
}
.icon-folder2:before {
	content: "\e9db";
}
.icon-folder-open:before {
	content: "\e9dc";
}
.icon-folder3:before {
	content: "\e9dd";
}
.icon-folder4:before {
	content: "\e9de";
}
.icon-folder-plus3:before {
	content: "\e9df";
}
.icon-folder-minus3:before {
	content: "\e9e0";
}
.icon-folder-plus4:before {
	content: "\e9e1";
}
.icon-folder-minus4:before {
	content: "\e9e2";
}
.icon-folder-download2:before {
	content: "\e9e3";
}
.icon-folder-upload2:before {
	content: "\e9e4";
}
.icon-folder-download3:before {
	content: "\e9e5";
}
.icon-folder-upload3:before {
	content: "\e9e6";
}
.icon-folder5:before {
	content: "\e9e7";
}
.icon-folder-open2:before {
	content: "\e9e8";
}
.icon-folder6:before {
	content: "\e9e9";
}
.icon-folder-open3:before {
	content: "\e9ea";
}
.icon-certificate:before {
	content: "\e9eb";
}
.icon-cc:before {
	content: "\e9ec";
}
.icon-price-tag:before {
	content: "\e9ed";
}
.icon-price-tag2:before {
	content: "\e9ee";
}
.icon-price-tags:before {
	content: "\e9ef";
}
.icon-price-tag3:before {
	content: "\e9f0";
}
.icon-price-tags2:before {
	content: "\e9f1";
}
.icon-price-tag4:before {
	content: "\e9f2";
}
.icon-price-tags3:before {
	content: "\e9f3";
}
.icon-price-tag5:before {
	content: "\e9f4";
}
.icon-price-tags4:before {
	content: "\e9f5";
}
.icon-barcode:before {
	content: "\e9f6";
}
.icon-barcode2:before {
	content: "\e9f7";
}
.icon-qrcode:before {
	content: "\e9f8";
}
.icon-ticket:before {
	content: "\e9f9";
}
.icon-ticket2:before {
	content: "\e9fa";
}
.icon-theater:before {
	content: "\e9fb";
}
.icon-store:before {
	content: "\e9fc";
}
.icon-store2:before {
	content: "\e9fd";
}
.icon-cart:before {
	content: "\e9fe";
}
.icon-cart2:before {
	content: "\e9ff";
}
.icon-cart3:before {
	content: "\ea00";
}
.icon-cart4:before {
	content: "\ea01";
}
.icon-cart5:before {
	content: "\ea02";
}
.icon-cart-add:before {
	content: "\ea03";
}
.icon-cart-add2:before {
	content: "\ea04";
}
.icon-cart-remove:before {
	content: "\ea05";
}
.icon-basket:before {
	content: "\ea06";
}
.icon-bag:before {
	content: "\ea07";
}
.icon-bag2:before {
	content: "\ea08";
}
.icon-percent:before {
	content: "\ea09";
}
.icon-coins:before {
	content: "\ea0a";
}
.icon-coin-dollar:before {
	content: "\ea0b";
}
.icon-coin-euro:before {
	content: "\ea0c";
}
.icon-coin-pound:before {
	content: "\ea0d";
}
.icon-coin-yen:before {
	content: "\ea0e";
}
.icon-piggy-bank:before {
	content: "\ea0f";
}
.icon-wallet:before {
	content: "\ea10";
}
.icon-cash:before {
	content: "\ea11";
}
.icon-cash2:before {
	content: "\ea12";
}
.icon-cash3:before {
	content: "\ea13";
}
.icon-cash4:before {
	content: "\ea14";
}
.icon-credit-card:before {
	content: "\ea15";
}
.icon-credit-card2:before {
	content: "\ea16";
}
.icon-calculator:before {
	content: "\ea17";
}
.icon-calculator2:before {
	content: "\ea18";
}
.icon-calculator3:before {
	content: "\ea19";
}
.icon-chip:before {
	content: "\ea1a";
}
.icon-lifebuoy:before {
	content: "\ea1b";
}
.icon-phone:before {
	content: "\ea1c";
}
.icon-phone2:before {
	content: "\ea1d";
}
.icon-phone-slash:before {
	content: "\ea1e";
}
.icon-phone-wave:before {
	content: "\ea1f";
}
.icon-phone-plus:before {
	content: "\ea20";
}
.icon-phone-minus:before {
	content: "\ea21";
}
.icon-phone-plus2:before {
	content: "\ea22";
}
.icon-phone-minus2:before {
	content: "\ea23";
}
.icon-phone-incoming:before {
	content: "\ea24";
}
.icon-phone-outgoing:before {
	content: "\ea25";
}
.icon-phone3:before {
	content: "\ea26";
}
.icon-phone-slash2:before {
	content: "\ea27";
}
.icon-phone-wave2:before {
	content: "\ea28";
}
.icon-phone-hang-up:before {
	content: "\ea29";
}
.icon-phone-hang-up2:before {
	content: "\ea2a";
}
.icon-address-book:before {
	content: "\ea2b";
}
.icon-address-book2:before {
	content: "\ea2c";
}
.icon-address-book3:before {
	content: "\ea2d";
}
.icon-notebook:before {
	content: "\ea2e";
}
.icon-at-sign:before {
	content: "\ea2f";
}
.icon-envelop:before {
	content: "\ea30";
}
.icon-envelop2:before {
	content: "\ea31";
}
.icon-envelop3:before {
	content: "\ea32";
}
.icon-envelop4:before {
	content: "\ea33";
}
.icon-envelop5:before {
	content: "\ea34";
}
.icon-mailbox:before {
	content: "\ea35";
}
.icon-pushpin:before {
	content: "\ea36";
}
.icon-pushpin2:before {
	content: "\ea37";
}
.icon-location:before {
	content: "\ea38";
}
.icon-location2:before {
	content: "\ea39";
}
.icon-location3:before {
	content: "\ea3a";
}
.icon-location4:before {
	content: "\ea3b";
}
.icon-location5:before {
	content: "\ea3c";
}
.icon-location6:before {
	content: "\ea3d";
}
.icon-location7:before {
	content: "\ea3e";
}
.icon-compass:before {
	content: "\ea3f";
}
.icon-compass2:before {
	content: "\ea40";
}
.icon-compass3:before {
	content: "\ea41";
}
.icon-compass4:before {
	content: "\ea42";
}
.icon-compass5:before {
	content: "\ea43";
}
.icon-compass6:before {
	content: "\ea44";
}
.icon-map:before {
	content: "\ea45";
}
.icon-map2:before {
	content: "\ea46";
}
.icon-map3:before {
	content: "\ea47";
}
.icon-map4:before {
	content: "\ea48";
}
.icon-map5:before {
	content: "\ea49";
}
.icon-direction:before {
	content: "\ea4a";
}
.icon-reset:before {
	content: "\ea4b";
}
.icon-history:before {
	content: "\ea4c";
}
.icon-clock:before {
	content: "\ea4d";
}
.icon-clock2:before {
	content: "\ea4e";
}
.icon-clock3:before {
	content: "\ea4f";
}
.icon-clock4:before {
	content: "\ea50";
}
.icon-watch:before {
	content: "\ea51";
}
.icon-watch2:before {
	content: "\ea52";
}
.icon-alarm:before {
	content: "\ea53";
}
.icon-alarm-add:before {
	content: "\ea54";
}
.icon-alarm-check:before {
	content: "\ea55";
}
.icon-alarm-cancel:before {
	content: "\ea56";
}
.icon-bell:before {
	content: "\ea57";
}
.icon-bell2:before {
	content: "\ea58";
}
.icon-bell3:before {
	content: "\ea59";
}
.icon-bell-plus:before {
	content: "\ea5a";
}
.icon-bell-minus:before {
	content: "\ea5b";
}
.icon-bell-check:before {
	content: "\ea5c";
}
.icon-bell-cross:before {
	content: "\ea5d";
}
.icon-stopwatch:before {
	content: "\ea5e";
}
.icon-calendar:before {
	content: "\ea5f";
}
.icon-calendar2:before {
	content: "\ea60";
}
.icon-calendar3:before {
	content: "\ea61";
}
.icon-calendar4:before {
	content: "\ea62";
}
.icon-calendar5:before {
	content: "\ea63";
}
.icon-printer:before {
	content: "\ea64";
}
.icon-printer2:before {
	content: "\ea65";
}
.icon-printer3:before {
	content: "\ea66";
}
.icon-printer4:before {
	content: "\ea67";
}
.icon-shredder:before {
	content: "\ea68";
}
.icon-mouse:before {
	content: "\ea69";
}
.icon-mouse2:before {
	content: "\ea6a";
}
.icon-mouse-left:before {
	content: "\ea6b";
}
.icon-mouse-right:before {
	content: "\ea6c";
}
.icon-keyboard:before {
	content: "\ea6d";
}
.icon-keyboard2:before {
	content: "\ea6e";
}
.icon-typewriter:before {
	content: "\ea6f";
}
.icon-display:before {
	content: "\ea70";
}
.icon-display2:before {
	content: "\ea71";
}
.icon-display3:before {
	content: "\ea72";
}
.icon-display4:before {
	content: "\ea73";
}
.icon-laptop:before {
	content: "\ea74";
}
.icon-mobile:before {
	content: "\ea75";
}
.icon-mobile2:before {
	content: "\ea76";
}
.icon-tablet:before {
	content: "\ea77";
}
.icon-mobile3:before {
	content: "\ea78";
}
.icon-tv:before {
	content: "\ea79";
}
.icon-radio:before {
	content: "\ea7a";
}
.icon-cabinet:before {
	content: "\ea7b";
}
.icon-drawer:before {
	content: "\ea7c";
}
.icon-drawer2:before {
	content: "\ea7d";
}
.icon-drawer-out:before {
	content: "\ea7e";
}
.icon-drawer-in:before {
	content: "\ea7f";
}
.icon-drawer3:before {
	content: "\ea80";
}
.icon-box:before {
	content: "\ea81";
}
.icon-box-add:before {
	content: "\ea82";
}
.icon-box-remove:before {
	content: "\ea83";
}
.icon-download:before {
	content: "\ea84";
}
.icon-upload:before {
	content: "\ea85";
}
.icon-floppy-disk:before {
	content: "\ea86";
}
.icon-floppy-disks:before {
	content: "\ea87";
}
.icon-floppy-disks2:before {
	content: "\ea88";
}
.icon-floppy-disk2:before {
	content: "\ea89";
}
.icon-floppy-disk3:before {
	content: "\ea8a";
}
.icon-disk:before {
	content: "\ea8b";
}
.icon-disk2:before {
	content: "\ea8c";
}
.icon-usb-stick:before {
	content: "\ea8d";
}
.icon-drive:before {
	content: "\ea8e";
}
.icon-server:before {
	content: "\ea8f";
}
.icon-database:before {
	content: "\ea90";
}
.icon-database2:before {
	content: "\ea91";
}
.icon-database3:before {
	content: "\ea92";
}
.icon-database4:before {
	content: "\ea93";
}
.icon-database-menu:before {
	content: "\ea94";
}
.icon-database-add:before {
	content: "\ea95";
}
.icon-database-remove:before {
	content: "\ea96";
}
.icon-database-insert:before {
	content: "\ea97";
}
.icon-database-export:before {
	content: "\ea98";
}
.icon-database-upload:before {
	content: "\ea99";
}
.icon-database-refresh:before {
	content: "\ea9a";
}
.icon-database-diff:before {
	content: "\ea9b";
}
.icon-database-edit:before {
	content: "\ea9c";
}
.icon-database-edit2:before {
	content: "\ea9d";
}
.icon-database-check:before {
	content: "\ea9e";
}
.icon-database-arrow:before {
	content: "\ea9f";
}
.icon-database-time:before {
	content: "\eaa0";
}
.icon-database-time2:before {
	content: "\eaa1";
}
.icon-undo:before {
	content: "\eaa2";
}
.icon-redo:before {
	content: "\eaa3";
}
.icon-rotate-ccw:before {
	content: "\eaa4";
}
.icon-rotate-cw:before {
	content: "\eaa5";
}
.icon-rotate-ccw2:before {
	content: "\eaa6";
}
.icon-rotate-cw2:before {
	content: "\eaa7";
}
.icon-rotate-ccw3:before {
	content: "\eaa8";
}
.icon-rotate-cw3:before {
	content: "\eaa9";
}
.icon-flip-vertical:before {
	content: "\eaaa";
}
.icon-flip-vertical2:before {
	content: "\eaab";
}
.icon-flip-horizontal:before {
	content: "\eaac";
}
.icon-flip-horizontal2:before {
	content: "\eaad";
}
.icon-flip-vertical3:before {
	content: "\eaae";
}
.icon-flip-vertical4:before {
	content: "\eaaf";
}
.icon-angle:before {
	content: "\eab0";
}
.icon-shear:before {
	content: "\eab1";
}
.icon-unite:before {
	content: "\eab2";
}
.icon-subtract:before {
	content: "\eab3";
}
.icon-interset:before {
	content: "\eab4";
}
.icon-exclude:before {
	content: "\eab5";
}
.icon-align-left:before {
	content: "\eab6";
}
.icon-align-center-horizontal:before {
	content: "\eab7";
}
.icon-align-right:before {
	content: "\eab8";
}
.icon-align-top:before {
	content: "\eab9";
}
.icon-align-center-vertical:before {
	content: "\eaba";
}
.icon-align-bottom:before {
	content: "\eabb";
}
.icon-undo2:before {
	content: "\eabc";
}
.icon-redo2:before {
	content: "\eabd";
}
.icon-forward:before {
	content: "\eabe";
}
.icon-reply:before {
	content: "\eabf";
}
.icon-reply-all:before {
	content: "\eac0";
}
.icon-bubble:before {
	content: "\eac1";
}
.icon-bubbles:before {
	content: "\eac2";
}
.icon-bubbles2:before {
	content: "\eac3";
}
.icon-bubble2:before {
	content: "\eac4";
}
.icon-bubbles3:before {
	content: "\eac5";
}
.icon-bubbles4:before {
	content: "\eac6";
}
.icon-bubble-notification:before {
	content: "\eac7";
}
.icon-bubbles5:before {
	content: "\eac8";
}
.icon-bubbles6:before {
	content: "\eac9";
}
.icon-bubble3:before {
	content: "\eaca";
}
.icon-bubble-dots:before {
	content: "\eacb";
}
.icon-bubble-lines:before {
	content: "\eacc";
}
.icon-bubble4:before {
	content: "\eacd";
}
.icon-bubble-dots2:before {
	content: "\eace";
}
.icon-bubble-lines2:before {
	content: "\eacf";
}
.icon-bubble5:before {
	content: "\ead0";
}
.icon-bubble6:before {
	content: "\ead1";
}
.icon-bubbles7:before {
	content: "\ead2";
}
.icon-bubble7:before {
	content: "\ead3";
}
.icon-bubbles8:before {
	content: "\ead4";
}
.icon-bubble8:before {
	content: "\ead5";
}
.icon-bubble-dots3:before {
	content: "\ead6";
}
.icon-bubble-lines3:before {
	content: "\ead7";
}
.icon-bubble9:before {
	content: "\ead8";
}
.icon-bubble-dots4:before {
	content: "\ead9";
}
.icon-bubble-lines4:before {
	content: "\eada";
}
.icon-bubbles9:before {
	content: "\eadb";
}
.icon-bubbles10:before {
	content: "\eadc";
}
.icon-bubble-blocked:before {
	content: "\eadd";
}
.icon-bubble-quote:before {
	content: "\eade";
}
.icon-bubble-user:before {
	content: "\eadf";
}
.icon-bubble-smiley:before {
	content: "\eae0";
}
.icon-bubble-check:before {
	content: "\eae1";
}
.icon-bubble-video:before {
	content: "\eae2";
}
.icon-bubble-link:before {
	content: "\eae3";
}
.icon-bubble-lock:before {
	content: "\eae4";
}
.icon-bubble-star:before {
	content: "\eae5";
}
.icon-bubble-heart:before {
	content: "\eae6";
}
.icon-bubble-paperclip:before {
	content: "\eae7";
}
.icon-bubble-cancel:before {
	content: "\eae8";
}
.icon-bubble-plus:before {
	content: "\eae9";
}
.icon-bubble-minus:before {
	content: "\eaea";
}
.icon-bubble-notification2:before {
	content: "\eaeb";
}
.icon-bubble-left:before {
	content: "\eaec";
}
.icon-bubble-right:before {
	content: "\eaed";
}
.icon-bubble-first:before {
	content: "\eaee";
}
.icon-bubble-last:before {
	content: "\eaef";
}
.icon-bubble-reply:before {
	content: "\eaf0";
}
.icon-bubble-forward:before {
	content: "\eaf1";
}
.icon-bubble-reply2:before {
	content: "\eaf2";
}
.icon-bubble-forward2:before {
	content: "\eaf3";
}
.icon-user:before {
	content: "\eaf4";
}
.icon-users:before {
	content: "\eaf5";
}
.icon-user-plus:before {
	content: "\eaf6";
}
.icon-user-minus:before {
	content: "\eaf7";
}
.icon-user-cancel:before {
	content: "\eaf8";
}
.icon-user-block:before {
	content: "\eaf9";
}
.icon-user-lock:before {
	content: "\eafa";
}
.icon-user-check:before {
	content: "\eafb";
}
.icon-users2:before {
	content: "\eafc";
}
.icon-user2:before {
	content: "\eafd";
}
.icon-users3:before {
	content: "\eafe";
}
.icon-user-plus2:before {
	content: "\eaff";
}
.icon-user-minus2:before {
	content: "\eb00";
}
.icon-user-cancel2:before {
	content: "\eb01";
}
.icon-user-block2:before {
	content: "\eb02";
}
.icon-user-lock2:before {
	content: "\eb03";
}
.icon-user-check2:before {
	content: "\eb04";
}
.icon-user3:before {
	content: "\eb05";
}
.icon-user4:before {
	content: "\eb06";
}
.icon-user5:before {
	content: "\eb07";
}
.icon-user6:before {
	content: "\eb08";
}
.icon-users4:before {
	content: "\eb09";
}
.icon-user-tie:before {
	content: "\eb0a";
}
.icon-user7:before {
	content: "\eb0b";
}
.icon-users5:before {
	content: "\eb0c";
}
.icon-collaboration:before {
	content: "\eb0d";
}
.icon-vcard:before {
	content: "\eb0e";
}
.icon-hat:before {
	content: "\eb0f";
}
.icon-bowtie:before {
	content: "\eb10";
}
.icon-tie:before {
	content: "\eb11";
}
.icon-hanger:before {
	content: "\eb12";
}
.icon-tshirt:before {
	content: "\eb13";
}
.icon-pants:before {
	content: "\eb14";
}
.icon-shorts:before {
	content: "\eb15";
}
.icon-sock:before {
	content: "\eb16";
}
.icon-laundry:before {
	content: "\eb17";
}
.icon-quotes-left:before {
	content: "\eb18";
}
.icon-quotes-right:before {
	content: "\eb19";
}
.icon-quotes-left2:before {
	content: "\eb1a";
}
.icon-quotes-right2:before {
	content: "\eb1b";
}
.icon-hour-glass:before {
	content: "\eb1c";
}
.icon-hour-glass2:before {
	content: "\eb1d";
}
.icon-hour-glass3:before {
	content: "\eb1e";
}
.icon-spinner:before {
	content: "\eb1f";
}
.icon-spinner2:before {
	content: "\eb20";
}
.icon-spinner3:before {
	content: "\eb21";
}
.icon-spinner4:before {
	content: "\eb22";
}
.icon-spinner5:before {
	content: "\eb23";
}
.icon-spinner6:before {
	content: "\eb24";
}
.icon-spinner7:before {
	content: "\eb25";
}
.icon-spinner8:before {
	content: "\eb26";
}
.icon-spinner9:before {
	content: "\eb27";
}
.icon-spinner10:before {
	content: "\eb28";
}
.icon-spinner11:before {
	content: "\eb29";
}
.icon-microscope:before {
	content: "\eb2a";
}
.icon-binoculars:before {
	content: "\eb2b";
}
.icon-binoculars2:before {
	content: "\eb2c";
}
.icon-search:before {
	content: "\eb2d";
}
.icon-zoom-in:before {
	content: "\eb2e";
}
.icon-zoom-out:before {
	content: "\eb2f";
}
.icon-search2:before {
	content: "\eb30";
}
.icon-zoom-in2:before {
	content: "\eb31";
}
.icon-zoom-out2:before {
	content: "\eb32";
}
.icon-search3:before {
	content: "\eb33";
}
.icon-search4:before {
	content: "\eb34";
}
.icon-zoom-in3:before {
	content: "\eb35";
}
.icon-zoom-out3:before {
	content: "\eb36";
}
.icon-search5:before {
	content: "\eb37";
}
.icon-search6:before {
	content: "\eb38";
}
.icon-enlarge:before {
	content: "\eb39";
}
.icon-shrink:before {
	content: "\eb3a";
}
.icon-enlarge2:before {
	content: "\eb3b";
}
.icon-shrink2:before {
	content: "\eb3c";
}
.icon-enlarge3:before {
	content: "\eb3d";
}
.icon-shrink3:before {
	content: "\eb3e";
}
.icon-enlarge4:before {
	content: "\eb3f";
}
.icon-shrink4:before {
	content: "\eb40";
}
.icon-enlarge5:before {
	content: "\eb41";
}
.icon-shrink5:before {
	content: "\eb42";
}
.icon-enlarge6:before {
	content: "\eb43";
}
.icon-shrink6:before {
	content: "\eb44";
}
.icon-enlarge7:before {
	content: "\eb45";
}
.icon-shrink7:before {
	content: "\eb46";
}
.icon-key:before {
	content: "\eb47";
}
.icon-key2:before {
	content: "\eb48";
}
.icon-key3:before {
	content: "\eb49";
}
.icon-key4:before {
	content: "\eb4a";
}
.icon-key5:before {
	content: "\eb4b";
}
.icon-keyhole:before {
	content: "\eb4c";
}
.icon-lock:before {
	content: "\eb4d";
}
.icon-lock2:before {
	content: "\eb4e";
}
.icon-lock3:before {
	content: "\eb4f";
}
.icon-lock4:before {
	content: "\eb50";
}
.icon-unlocked:before {
	content: "\eb51";
}
.icon-lock5:before {
	content: "\eb52";
}
.icon-unlocked2:before {
	content: "\eb53";
}
.icon-safe:before {
	content: "\eb54";
}
.icon-wrench:before {
	content: "\eb55";
}
.icon-wrench2:before {
	content: "\eb56";
}
.icon-wrench3:before {
	content: "\eb57";
}
.icon-equalizer:before {
	content: "\eb58";
}
.icon-equalizer2:before {
	content: "\eb59";
}
.icon-equalizer3:before {
	content: "\eb5a";
}
.icon-equalizer4:before {
	content: "\eb5b";
}
.icon-cog:before {
	content: "\eb5c";
}
.icon-cogs:before {
	content: "\eb5d";
}
.icon-cog2:before {
	content: "\eb5e";
}
.icon-cog3:before {
	content: "\eb5f";
}
.icon-cog4:before {
	content: "\eb60";
}
.icon-cog5:before {
	content: "\eb61";
}
.icon-cog6:before {
	content: "\eb62";
}
.icon-cog7:before {
	content: "\eb63";
}
.icon-factory:before {
	content: "\eb64";
}
.icon-hammer:before {
	content: "\eb65";
}
.icon-hammer-wrench:before {
	content: "\eb66";
}
.icon-knife:before {
	content: "\eb67";
}
.icon-screwdriver:before {
	content: "\eb68";
}
.icon-screwdriver2:before {
	content: "\eb69";
}
.icon-magic-wand:before {
	content: "\eb6a";
}
.icon-magic-wand2:before {
	content: "\eb6b";
}
.icon-pulse:before {
	content: "\eb6c";
}
.icon-pulse2:before {
	content: "\eb6d";
}
.icon-aid-kit:before {
	content: "\eb6e";
}
.icon-aid-kit2:before {
	content: "\eb6f";
}
.icon-stethoscope:before {
	content: "\eb70";
}
.icon-ambulance:before {
	content: "\eb71";
}
.icon-alarm2:before {
	content: "\eb72";
}
.icon-pandage:before {
	content: "\eb73";
}
.icon-pandage2:before {
	content: "\eb74";
}
.icon-bug:before {
	content: "\eb75";
}
.icon-bug2:before {
	content: "\eb76";
}
.icon-syringe:before {
	content: "\eb77";
}
.icon-syringe2:before {
	content: "\eb78";
}
.icon-pill:before {
	content: "\eb79";
}
.icon-construction:before {
	content: "\eb7a";
}
.icon-traffic-cone:before {
	content: "\eb7b";
}
.icon-traffic-lights:before {
	content: "\eb7c";
}
.icon-pie-chart:before {
	content: "\eb7d";
}
.icon-pie-chart2:before {
	content: "\eb7e";
}
.icon-pie-chart3:before {
	content: "\eb7f";
}
.icon-pie-chart4:before {
	content: "\eb80";
}
.icon-pie-chart5:before {
	content: "\eb81";
}
.icon-pie-chart6:before {
	content: "\eb82";
}
.icon-pie-chart7:before {
	content: "\eb83";
}
.icon-stats-dots:before {
	content: "\eb84";
}
.icon-stats-bars:before {
	content: "\eb85";
}
.icon-pie-chart8:before {
	content: "\eb86";
}
.icon-stats-bars2:before {
	content: "\eb87";
}
.icon-stats-bars3:before {
	content: "\eb88";
}
.icon-stats-bars4:before {
	content: "\eb89";
}
.icon-stats-bars5:before {
	content: "\eb8a";
}
.icon-stats-bars6:before {
	content: "\eb8b";
}
.icon-chart:before {
	content: "\eb8c";
}
.icon-stats-growth:before {
	content: "\eb8d";
}
.icon-stats-decline:before {
	content: "\eb8e";
}
.icon-stats-growth2:before {
	content: "\eb8f";
}
.icon-stats-decline2:before {
	content: "\eb90";
}
.icon-stairs-up:before {
	content: "\eb91";
}
.icon-stairs-down:before {
	content: "\eb92";
}
.icon-stairs:before {
	content: "\eb93";
}
.icon-stairs2:before {
	content: "\eb94";
}
.icon-ladder:before {
	content: "\eb95";
}
.icon-rating:before {
	content: "\eb96";
}
.icon-rating2:before {
	content: "\eb97";
}
.icon-rating3:before {
	content: "\eb98";
}
.icon-cake:before {
	content: "\eb99";
}
.icon-podium:before {
	content: "\eb9a";
}
.icon-stars:before {
	content: "\eb9b";
}
.icon-medal-star:before {
	content: "\eb9c";
}
.icon-medal:before {
	content: "\eb9d";
}
.icon-medal2:before {
	content: "\eb9e";
}
.icon-medal-first:before {
	content: "\eb9f";
}
.icon-medal-second:before {
	content: "\eba0";
}
.icon-medal-third:before {
	content: "\eba1";
}
.icon-crown:before {
	content: "\eba2";
}
.icon-trophy:before {
	content: "\eba3";
}
.icon-trophy2:before {
	content: "\eba4";
}
.icon-trophy3:before {
	content: "\eba5";
}
.icon-diamond:before {
	content: "\eba6";
}
.icon-diamond2:before {
	content: "\eba7";
}
.icon-trophy4:before {
	content: "\eba8";
}
.icon-gift:before {
	content: "\eba9";
}
.icon-gift2:before {
	content: "\ebaa";
}
.icon-balloon:before {
	content: "\ebab";
}
.icon-pipe:before {
	content: "\ebac";
}
.icon-mustache:before {
	content: "\ebad";
}
.icon-mustache2:before {
	content: "\ebae";
}
.icon-glass:before {
	content: "\ebaf";
}
.icon-glass2:before {
	content: "\ebb0";
}
.icon-glass3:before {
	content: "\ebb1";
}
.icon-glass4:before {
	content: "\ebb2";
}
.icon-bottle:before {
	content: "\ebb3";
}
.icon-bottle2:before {
	content: "\ebb4";
}
.icon-bottle3:before {
	content: "\ebb5";
}
.icon-bottle4:before {
	content: "\ebb6";
}
.icon-mug:before {
	content: "\ebb7";
}
.icon-fork-knife:before {
	content: "\ebb8";
}
.icon-spoon-knife:before {
	content: "\ebb9";
}
.icon-cook:before {
	content: "\ebba";
}
.icon-plate:before {
	content: "\ebbb";
}
.icon-steak:before {
	content: "\ebbc";
}
.icon-fish:before {
	content: "\ebbd";
}
.icon-chicken:before {
	content: "\ebbe";
}
.icon-hamburger:before {
	content: "\ebbf";
}
.icon-pizza:before {
	content: "\ebc0";
}
.icon-cheese:before {
	content: "\ebc1";
}
.icon-bread:before {
	content: "\ebc2";
}
.icon-icecream:before {
	content: "\ebc3";
}
.icon-milk:before {
	content: "\ebc4";
}
.icon-cup:before {
	content: "\ebc5";
}
.icon-cup2:before {
	content: "\ebc6";
}
.icon-coffee-baen:before {
	content: "\ebc7";
}
.icon-coffee:before {
	content: "\ebc8";
}
.icon-teapot:before {
	content: "\ebc9";
}
.icon-leaf:before {
	content: "\ebca";
}
.icon-leaf2:before {
	content: "\ebcb";
}
.icon-apple:before {
	content: "\ebcc";
}
.icon-grapes:before {
	content: "\ebcd";
}
.icon-cherry:before {
	content: "\ebce";
}
.icon-tree:before {
	content: "\ebcf";
}
.icon-tree2:before {
	content: "\ebd0";
}
.icon-tree3:before {
	content: "\ebd1";
}
.icon-tree4:before {
	content: "\ebd2";
}
.icon-cactus:before {
	content: "\ebd3";
}
.icon-mountains:before {
	content: "\ebd4";
}
.icon-paw:before {
	content: "\ebd5";
}
.icon-footprint:before {
	content: "\ebd6";
}
.icon-tent:before {
	content: "\ebd7";
}
.icon-flower:before {
	content: "\ebd8";
}
.icon-flower2:before {
	content: "\ebd9";
}
.icon-rocket:before {
	content: "\ebda";
}
.icon-meter:before {
	content: "\ebdb";
}
.icon-meter2:before {
	content: "\ebdc";
}
.icon-meter-slow:before {
	content: "\ebdd";
}
.icon-meter-medium:before {
	content: "\ebde";
}
.icon-meter-fast:before {
	content: "\ebdf";
}
.icon-meter3:before {
	content: "\ebe0";
}
.icon-hammer2:before {
	content: "\ebe1";
}
.icon-balance:before {
	content: "\ebe2";
}
.icon-scale:before {
	content: "\ebe3";
}
.icon-bomb:before {
	content: "\ebe4";
}
.icon-fire:before {
	content: "\ebe5";
}
.icon-fire2:before {
	content: "\ebe6";
}
.icon-lab:before {
	content: "\ebe7";
}
.icon-atom:before {
	content: "\ebe8";
}
.icon-atom2:before {
	content: "\ebe9";
}
.icon-magnet:before {
	content: "\ebea";
}
.icon-magnet2:before {
	content: "\ebeb";
}
.icon-dumbbell:before {
	content: "\ebec";
}
.icon-skull:before {
	content: "\ebed";
}
.icon-skull2:before {
	content: "\ebee";
}
.icon-lamp:before {
	content: "\ebef";
}
.icon-lamp2:before {
	content: "\ebf0";
}
.icon-lamp3:before {
	content: "\ebf1";
}
.icon-spotlight:before {
	content: "\ebf2";
}
.icon-lamp4:before {
	content: "\ebf3";
}
.icon-lamp5:before {
	content: "\ebf4";
}
.icon-lamp6:before {
	content: "\ebf5";
}
.icon-lamp7:before {
	content: "\ebf6";
}
.icon-lamp8:before {
	content: "\ebf7";
}
.icon-broom:before {
	content: "\ebf8";
}
.icon-toiletpaper:before {
	content: "\ebf9";
}
.icon-bin:before {
	content: "\ebfa";
}
.icon-bin2:before {
	content: "\ebfb";
}
.icon-bin3:before {
	content: "\ebfc";
}
.icon-bin4:before {
	content: "\ebfd";
}
.icon-bin5:before {
	content: "\ebfe";
}
.icon-briefcase:before {
	content: "\ebff";
}
.icon-briefcase2:before {
	content: "\ec00";
}
.icon-briefcase3:before {
	content: "\ec01";
}
.icon-airplane:before {
	content: "\ec02";
}
.icon-airplane2:before {
	content: "\ec03";
}
.icon-airplane3:before {
	content: "\ec04";
}
.icon-airplane4:before {
	content: "\ec05";
}
.icon-paperplane:before {
	content: "\ec06";
}
.icon-car:before {
	content: "\ec07";
}
.icon-steering-wheel:before {
	content: "\ec08";
}
.icon-car2:before {
	content: "\ec09";
}
.icon-gas:before {
	content: "\ec0a";
}
.icon-bus:before {
	content: "\ec0b";
}
.icon-truck:before {
	content: "\ec0c";
}
.icon-bike:before {
	content: "\ec0d";
}
.icon-road:before {
	content: "\ec0e";
}
.icon-train:before {
	content: "\ec0f";
}
.icon-train2:before {
	content: "\ec10";
}
.icon-ship:before {
	content: "\ec11";
}
.icon-boat:before {
	content: "\ec12";
}
.icon-chopper:before {
	content: "\ec13";
}
.icon-chopper2:before {
	content: "\ec14";
}
.icon-cube:before {
	content: "\ec15";
}
.icon-cube2:before {
	content: "\ec16";
}
.icon-cube3:before {
	content: "\ec17";
}
.icon-cube4:before {
	content: "\ec18";
}
.icon-pyramid:before {
	content: "\ec19";
}
.icon-pyramid2:before {
	content: "\ec1a";
}
.icon-package:before {
	content: "\ec1b";
}
.icon-puzzle:before {
	content: "\ec1c";
}
.icon-puzzle2:before {
	content: "\ec1d";
}
.icon-puzzle3:before {
	content: "\ec1e";
}
.icon-puzzle4:before {
	content: "\ec1f";
}
.icon-glasses-3d:before {
	content: "\ec20";
}
.icon-glasses-3d2:before {
	content: "\ec21";
}
.icon-glasses:before {
	content: "\ec22";
}
.icon-glasses2:before {
	content: "\ec23";
}
.icon-brain:before {
	content: "\ec24";
}
.icon-accessibility:before {
	content: "\ec25";
}
.icon-accessibility2:before {
	content: "\ec26";
}
.icon-strategy:before {
	content: "\ec27";
}
.icon-target:before {
	content: "\ec28";
}
.icon-target2:before {
	content: "\ec29";
}
.icon-target3:before {
	content: "\ec2a";
}
.icon-ammo:before {
	content: "\ec2b";
}
.icon-gun:before {
	content: "\ec2c";
}
.icon-gun-forbidden:before {
	content: "\ec2d";
}
.icon-shield:before {
	content: "\ec2e";
}
.icon-shield-check:before {
	content: "\ec2f";
}
.icon-shield-notice:before {
	content: "\ec30";
}
.icon-shield2:before {
	content: "\ec31";
}
.icon-shield3:before {
	content: "\ec32";
}
.icon-shield4:before {
	content: "\ec33";
}
.icon-soccer:before {
	content: "\ec34";
}
.icon-football:before {
	content: "\ec35";
}
.icon-archery:before {
	content: "\ec36";
}
.icon-bow:before {
	content: "\ec37";
}
.icon-sword:before {
	content: "\ec38";
}
.icon-tennis:before {
	content: "\ec39";
}
.icon-pingpong:before {
	content: "\ec3a";
}
.icon-baseball:before {
	content: "\ec3b";
}
.icon-basketball:before {
	content: "\ec3c";
}
.icon-golf:before {
	content: "\ec3d";
}
.icon-golf2:before {
	content: "\ec3e";
}
.icon-hockey:before {
	content: "\ec3f";
}
.icon-racing:before {
	content: "\ec40";
}
.icon-finish:before {
	content: "\ec41";
}
.icon-eight-ball:before {
	content: "\ec42";
}
.icon-bowling:before {
	content: "\ec43";
}
.icon-bowling2:before {
	content: "\ec44";
}
.icon-power:before {
	content: "\ec45";
}
.icon-power2:before {
	content: "\ec46";
}
.icon-power3:before {
	content: "\ec47";
}
.icon-switch:before {
	content: "\ec48";
}
.icon-switch2:before {
	content: "\ec49";
}
.icon-power-cord:before {
	content: "\ec4a";
}
.icon-power-cord2:before {
	content: "\ec4b";
}
.icon-outlet:before {
	content: "\ec4c";
}
.icon-clipboard:before {
	content: "\ec4d";
}
.icon-clipboard2:before {
	content: "\ec4e";
}
.icon-clipboard3:before {
	content: "\ec4f";
}
.icon-clipboard4:before {
	content: "\ec50";
}
.icon-clipboard5:before {
	content: "\ec51";
}
.icon-clipboard6:before {
	content: "\ec52";
}
.icon-playlist:before {
	content: "\ec53";
}
.icon-playlist-add:before {
	content: "\ec54";
}
.icon-list-numbered:before {
	content: "\ec55";
}
.icon-list:before {
	content: "\ec56";
}
.icon-list2:before {
	content: "\ec57";
}
.icon-more:before {
	content: "\ec58";
}
.icon-more2:before {
	content: "\ec59";
}
.icon-grid:before {
	content: "\ec5a";
}
.icon-grid2:before {
	content: "\ec5b";
}
.icon-grid3:before {
	content: "\ec5c";
}
.icon-grid4:before {
	content: "\ec5d";
}
.icon-grid5:before {
	content: "\ec5e";
}
.icon-grid6:before {
	content: "\ec5f";
}
.icon-grid7:before {
	content: "\ec60";
}
.icon-tree5:before {
	content: "\ec61";
}
.icon-tree6:before {
	content: "\ec62";
}
.icon-tree7:before {
	content: "\ec63";
}
.icon-lan:before {
	content: "\ec64";
}
.icon-lan2:before {
	content: "\ec65";
}
.icon-lan3:before {
	content: "\ec66";
}
.icon-menu:before {
	content: "\ec67";
}
.icon-circle-small:before {
	content: "\ec68";
}
.icon-menu2:before {
	content: "\ec69";
}
.icon-menu3:before {
	content: "\ec6a";
}
.icon-menu4:before {
	content: "\ec6b";
}
.icon-menu5:before {
	content: "\ec6c";
}
.icon-menu6:before {
	content: "\ec6d";
}
.icon-menu7:before {
	content: "\ec6e";
}
.icon-menu8:before {
	content: "\ec6f";
}
.icon-menu9:before {
	content: "\ec70";
}
.icon-menu10:before {
	content: "\ec71";
}
.icon-cloud:before {
	content: "\ec72";
}
.icon-cloud-download:before {
	content: "\ec73";
}
.icon-cloud-upload:before {
	content: "\ec74";
}
.icon-cloud-check:before {
	content: "\ec75";
}
.icon-cloud2:before {
	content: "\ec76";
}
.icon-cloud-download2:before {
	content: "\ec77";
}
.icon-cloud-upload2:before {
	content: "\ec78";
}
.icon-cloud-check2:before {
	content: "\ec79";
}
.icon-download2:before {
	content: "\ec7a";
}
.icon-download3:before {
	content: "\ec7b";
}
.icon-upload2:before {
	content: "\ec7c";
}
.icon-upload3:before {
	content: "\ec7d";
}
.icon-import:before {
	content: "\ec7e";
}
.icon-import2:before {
	content: "\ec7f";
}
.icon-download4:before {
	content: "\ec80";
}
.icon-upload4:before {
	content: "\ec81";
}
.icon-download5:before {
	content: "\ec82";
}
.icon-upload5:before {
	content: "\ec83";
}
.icon-download6:before {
	content: "\ec84";
}
.icon-upload6:before {
	content: "\ec85";
}
.icon-download7:before {
	content: "\ec86";
}
.icon-upload7:before {
	content: "\ec87";
}
.icon-download8:before {
	content: "\ec88";
}
.icon-upload8:before {
	content: "\ec89";
}
.icon-download9:before {
	content: "\ec8a";
}
.icon-upload9:before {
	content: "\ec8b";
}
.icon-download10:before {
	content: "\ec8c";
}
.icon-upload10:before {
	content: "\ec8d";
}
.icon-sphere:before {
	content: "\ec8e";
}
.icon-sphere2:before {
	content: "\ec8f";
}
.icon-sphere3:before {
	content: "\ec90";
}
.icon-planet:before {
	content: "\ec91";
}
.icon-planet2:before {
	content: "\ec92";
}
.icon-earth:before {
	content: "\ec93";
}
.icon-earth2:before {
	content: "\ec94";
}
.icon-earth3:before {
	content: "\ec95";
}
.icon-link:before {
	content: "\ec96";
}
.icon-unlink:before {
	content: "\ec97";
}
.icon-link2:before {
	content: "\ec98";
}
.icon-unlink2:before {
	content: "\ec99";
}
.icon-link3:before {
	content: "\ec9a";
}
.icon-unlink3:before {
	content: "\ec9b";
}
.icon-link4:before {
	content: "\ec9c";
}
.icon-unlink4:before {
	content: "\ec9d";
}
.icon-link5:before {
	content: "\ec9e";
}
.icon-unlink5:before {
	content: "\ec9f";
}
.icon-anchor:before {
	content: "\eca0";
}
.icon-flag:before {
	content: "\eca1";
}
.icon-flag2:before {
	content: "\eca2";
}
.icon-flag3:before {
	content: "\eca3";
}
.icon-flag4:before {
	content: "\eca4";
}
.icon-flag5:before {
	content: "\eca5";
}
.icon-flag6:before {
	content: "\eca6";
}
.icon-flag7:before {
	content: "\eca7";
}
.icon-flag8:before {
	content: "\eca8";
}
.icon-attachment:before {
	content: "\eca9";
}
.icon-attachment2:before {
	content: "\ecaa";
}
.icon-eye:before {
	content: "\ecab";
}
.icon-eye-plus:before {
	content: "\ecac";
}
.icon-eye-minus:before {
	content: "\ecad";
}
.icon-eye-blocked:before {
	content: "\ecae";
}
.icon-eye2:before {
	content: "\ecaf";
}
.icon-eye-blocked2:before {
	content: "\ecb0";
}
.icon-eye3:before {
	content: "\ecb1";
}
.icon-eye-blocked3:before {
	content: "\ecb2";
}
.icon-eye4:before {
	content: "\ecb3";
}
.icon-bookmark2:before {
	content: "\ecb4";
}
.icon-bookmark3:before {
	content: "\ecb5";
}
.icon-bookmarks:before {
	content: "\ecb6";
}
.icon-bookmark4:before {
	content: "\ecb7";
}
.icon-spotlight2:before {
	content: "\ecb8";
}
.icon-starburst:before {
	content: "\ecb9";
}
.icon-snowflake:before {
	content: "\ecba";
}
.icon-temperature:before {
	content: "\ecbb";
}
.icon-temperature2:before {
	content: "\ecbc";
}
.icon-weather-lightning:before {
	content: "\ecbd";
}
.icon-weather-lightning2:before {
	content: "\ecbe";
}
.icon-weather-rain:before {
	content: "\ecbf";
}
.icon-weather-rain2:before {
	content: "\ecc0";
}
.icon-weather-snow:before {
	content: "\ecc1";
}
.icon-weather-snow2:before {
	content: "\ecc2";
}
.icon-weather-cloud-wind:before {
	content: "\ecc3";
}
.icon-weather-cloud-wind2:before {
	content: "\ecc4";
}
.icon-weather-cloud-sun:before {
	content: "\ecc5";
}
.icon-weather-cloud-sun2:before {
	content: "\ecc6";
}
.icon-weather-cloudy:before {
	content: "\ecc7";
}
.icon-weather-cloudy2:before {
	content: "\ecc8";
}
.icon-weather-sun-wind:before {
	content: "\ecc9";
}
.icon-weather-sun-wind2:before {
	content: "\ecca";
}
.icon-sun:before {
	content: "\eccb";
}
.icon-sun2:before {
	content: "\eccc";
}
.icon-moon:before {
	content: "\eccd";
}
.icon-day-night:before {
	content: "\ecce";
}
.icon-day-night2:before {
	content: "\eccf";
}
.icon-weather-windy:before {
	content: "\ecd0";
}
.icon-fan:before {
	content: "\ecd1";
}
.icon-umbrella:before {
	content: "\ecd2";
}
.icon-sun3:before {
	content: "\ecd3";
}
.icon-contrast:before {
	content: "\ecd4";
}
.icon-brightness-contrast:before {
	content: "\ecd5";
}
.icon-brightness-high:before {
	content: "\ecd6";
}
.icon-brightness-medium:before {
	content: "\ecd7";
}
.icon-brightness-low:before {
	content: "\ecd8";
}
.icon-bed:before {
	content: "\ecd9";
}
.icon-bed2:before {
	content: "\ecda";
}
.icon-furniture:before {
	content: "\ecdb";
}
.icon-chair:before {
	content: "\ecdc";
}
.icon-star-empty:before {
	content: "\ecdd";
}
.icon-star-empty2:before {
	content: "\ecde";
}
.icon-star-full:before {
	content: "\ecdf";
}
.icon-star-empty3:before {
	content: "\ece0";
}
.icon-star-half:before {
	content: "\ece1";
}
.icon-star-full2:before {
	content: "\ece2";
}
.icon-star:before {
	content: "\ece3";
}
.icon-heart:before {
	content: "\ece4";
}
.icon-heart2:before {
	content: "\ece5";
}
.icon-heart3:before {
	content: "\ece6";
}
.icon-heart4:before {
	content: "\ece7";
}
.icon-heart-broken:before {
	content: "\ece8";
}
.icon-heart5:before {
	content: "\ece9";
}
.icon-heart6:before {
	content: "\ecea";
}
.icon-heart-broken2:before {
	content: "\eceb";
}
.icon-heart7:before {
	content: "\ecec";
}
.icon-heart8:before {
	content: "\eced";
}
.icon-heart-broken3:before {
	content: "\ecee";
}
.icon-lips:before {
	content: "\ecef";
}
.icon-lips2:before {
	content: "\ecf0";
}
.icon-thumbs-up:before {
	content: "\ecf1";
}
.icon-thumbs-up2:before {
	content: "\ecf2";
}
.icon-thumbs-down:before {
	content: "\ecf3";
}
.icon-thumbs-down2:before {
	content: "\ecf4";
}
.icon-thumbs-up3:before {
	content: "\ecf5";
}
.icon-thumbs-down3:before {
	content: "\ecf6";
}
.icon-height:before {
	content: "\ecf7";
}
.icon-man:before {
	content: "\ecf8";
}
.icon-woman:before {
	content: "\ecf9";
}
.icon-man-woman:before {
	content: "\ecfa";
}
.icon-male:before {
	content: "\ecfb";
}
.icon-female:before {
	content: "\ecfc";
}
.icon-peace:before {
	content: "\ecfd";
}
.icon-yin-yang:before {
	content: "\ecfe";
}
.icon-happy:before {
	content: "\ecff";
}
.icon-happy2:before {
	content: "\ed00";
}
.icon-smile:before {
	content: "\ed01";
}
.icon-smile2:before {
	content: "\ed02";
}
.icon-tongue:before {
	content: "\ed03";
}
.icon-tongue2:before {
	content: "\ed04";
}
.icon-sad:before {
	content: "\ed05";
}
.icon-sad2:before {
	content: "\ed06";
}
.icon-wink:before {
	content: "\ed07";
}
.icon-wink2:before {
	content: "\ed08";
}
.icon-grin:before {
	content: "\ed09";
}
.icon-grin2:before {
	content: "\ed0a";
}
.icon-cool:before {
	content: "\ed0b";
}
.icon-cool2:before {
	content: "\ed0c";
}
.icon-angry:before {
	content: "\ed0d";
}
.icon-angry2:before {
	content: "\ed0e";
}
.icon-evil:before {
	content: "\ed0f";
}
.icon-evil2:before {
	content: "\ed10";
}
.icon-shocked:before {
	content: "\ed11";
}
.icon-shocked2:before {
	content: "\ed12";
}
.icon-baffled:before {
	content: "\ed13";
}
.icon-baffled2:before {
	content: "\ed14";
}
.icon-confused:before {
	content: "\ed15";
}
.icon-confused2:before {
	content: "\ed16";
}
.icon-neutral:before {
	content: "\ed17";
}
.icon-neutral2:before {
	content: "\ed18";
}
.icon-hipster:before {
	content: "\ed19";
}
.icon-hipster2:before {
	content: "\ed1a";
}
.icon-wondering:before {
	content: "\ed1b";
}
.icon-wondering2:before {
	content: "\ed1c";
}
.icon-sleepy:before {
	content: "\ed1d";
}
.icon-sleepy2:before {
	content: "\ed1e";
}
.icon-frustrated:before {
	content: "\ed1f";
}
.icon-frustrated2:before {
	content: "\ed20";
}
.icon-crying:before {
	content: "\ed21";
}
.icon-crying2:before {
	content: "\ed22";
}
.icon-cursor:before {
	content: "\ed23";
}
.icon-cursor2:before {
	content: "\ed24";
}
.icon-lasso:before {
	content: "\ed25";
}
.icon-lasso2:before {
	content: "\ed26";
}
.icon-select:before {
	content: "\ed27";
}
.icon-select2:before {
	content: "\ed28";
}
.icon-point-up:before {
	content: "\ed29";
}
.icon-point-right:before {
	content: "\ed2a";
}
.icon-point-down:before {
	content: "\ed2b";
}
.icon-point-left:before {
	content: "\ed2c";
}
.icon-pointer:before {
	content: "\ed2d";
}
.icon-reminder:before {
	content: "\ed2e";
}
.icon-drag-left-right:before {
	content: "\ed2f";
}
.icon-drag-left:before {
	content: "\ed30";
}
.icon-drag-right:before {
	content: "\ed31";
}
.icon-touch:before {
	content: "\ed32";
}
.icon-multitouch:before {
	content: "\ed33";
}
.icon-touch-zoom:before {
	content: "\ed34";
}
.icon-touch-pinch:before {
	content: "\ed35";
}
.icon-hand:before {
	content: "\ed36";
}
.icon-grab:before {
	content: "\ed37";
}
.icon-stack-empty:before {
	content: "\ed38";
}
.icon-stack-plus:before {
	content: "\ed39";
}
.icon-stack-minus:before {
	content: "\ed3a";
}
.icon-stack-star:before {
	content: "\ed3b";
}
.icon-stack-picture:before {
	content: "\ed3c";
}
.icon-stack-down:before {
	content: "\ed3d";
}
.icon-stack-up:before {
	content: "\ed3e";
}
.icon-stack-cancel:before {
	content: "\ed3f";
}
.icon-stack-check:before {
	content: "\ed40";
}
.icon-stack-text:before {
	content: "\ed41";
}
.icon-stack-clubs:before {
	content: "\ed42";
}
.icon-stack-spades:before {
	content: "\ed43";
}
.icon-stack-hearts:before {
	content: "\ed44";
}
.icon-stack-diamonds:before {
	content: "\ed45";
}
.icon-stack-user:before {
	content: "\ed46";
}
.icon-stack4:before {
	content: "\ed47";
}
.icon-stack-music:before {
	content: "\ed48";
}
.icon-stack-play:before {
	content: "\ed49";
}
.icon-move:before {
	content: "\ed4a";
}
.icon-dots:before {
	content: "\ed4b";
}
.icon-warning:before {
	content: "\ed4c";
}
.icon-warning2:before {
	content: "\ed4d";
}
.icon-notification:before {
	content: "\ed4e";
}
.icon-notification2:before {
	content: "\ed4f";
}
.icon-question:before {
	content: "\ed50";
}
.icon-question2:before {
	content: "\ed51";
}
.icon-question3:before {
	content: "\ed52";
}
.icon-question4:before {
	content: "\ed53";
}
.icon-question5:before {
	content: "\ed54";
}
.icon-question6:before {
	content: "\ed55";
}
.icon-plus:before {
	content: "\ed56";
}
.icon-minus:before {
	content: "\ed57";
}
.icon-plus2:before {
	content: "\ed58";
}
.icon-minus2:before {
	content: "\ed59";
}
.icon-plus3:before {
	content: "\ed5a";
}
.icon-minus3:before {
	content: "\ed5b";
}
.icon-plus-circle:before {
	content: "\ed5c";
}
.icon-minus-circle:before {
	content: "\ed5d";
}
.icon-plus-circle2:before {
	content: "\ed5e";
}
.icon-minus-circle2:before {
	content: "\ed5f";
}
.icon-info:before {
	content: "\ed60";
}
.icon-info2:before {
	content: "\ed61";
}
.icon-cancel-circle:before {
	content: "\ed62";
}
.icon-cancel-circle2:before {
	content: "\ed63";
}
.icon-blocked:before {
	content: "\ed64";
}
.icon-cancel-square:before {
	content: "\ed65";
}
.icon-cancel-square2:before {
	content: "\ed66";
}
.icon-cancel:before {
	content: "\ed67";
}
.icon-spam:before {
	content: "\ed68";
}
.icon-cross:before {
	content: "\ed69";
}
.icon-cross2:before {
	content: "\ed6a";
}
.icon-cross3:before {
	content: "\ed6b";
}
.icon-checkmark:before {
	content: "\ed6c";
}
.icon-checkmark2:before {
	content: "\ed6d";
}
.icon-checkmark3:before {
	content: "\ed6e";
}
.icon-checkmark4:before {
	content: "\ed6f";
}
.icon-checkmark5:before {
	content: "\ed70";
}
.icon-spell-check:before {
	content: "\ed71";
}
.icon-spell-check2:before {
	content: "\ed72";
}
.icon-enter:before {
	content: "\ed73";
}
.icon-exit:before {
	content: "\ed74";
}
.icon-enter2:before {
	content: "\ed75";
}
.icon-exit2:before {
	content: "\ed76";
}
.icon-enter3:before {
	content: "\ed77";
}
.icon-exit3:before {
	content: "\ed78";
}
.icon-wall:before {
	content: "\ed79";
}
.icon-fence:before {
	content: "\ed7a";
}
.icon-play3:before {
	content: "\ed7b";
}
.icon-pause:before {
	content: "\ed7c";
}
.icon-stop:before {
	content: "\ed7d";
}
.icon-previous:before {
	content: "\ed7e";
}
.icon-next:before {
	content: "\ed7f";
}
.icon-backward:before {
	content: "\ed80";
}
.icon-forward2:before {
	content: "\ed81";
}
.icon-play4:before {
	content: "\ed82";
}
.icon-pause2:before {
	content: "\ed83";
}
.icon-stop2:before {
	content: "\ed84";
}
.icon-backward2:before {
	content: "\ed85";
}
.icon-forward3:before {
	content: "\ed86";
}
.icon-first:before {
	content: "\ed87";
}
.icon-last:before {
	content: "\ed88";
}
.icon-previous2:before {
	content: "\ed89";
}
.icon-next2:before {
	content: "\ed8a";
}
.icon-eject:before {
	content: "\ed8b";
}
.icon-volume-high:before {
	content: "\ed8c";
}
.icon-volume-medium:before {
	content: "\ed8d";
}
.icon-volume-low:before {
	content: "\ed8e";
}
.icon-volume-mute:before {
	content: "\ed8f";
}
.icon-speaker-left:before {
	content: "\ed90";
}
.icon-speaker-right:before {
	content: "\ed91";
}
.icon-volume-mute2:before {
	content: "\ed92";
}
.icon-volume-increase:before {
	content: "\ed93";
}
.icon-volume-decrease:before {
	content: "\ed94";
}
.icon-volume-high2:before {
	content: "\ed95";
}
.icon-volume-medium2:before {
	content: "\ed96";
}
.icon-volume-medium3:before {
	content: "\ed97";
}
.icon-volume-low2:before {
	content: "\ed98";
}
.icon-volume-mute3:before {
	content: "\ed99";
}
.icon-volume-increase2:before {
	content: "\ed9a";
}
.icon-volume-decrease2:before {
	content: "\ed9b";
}
.icon-volume-decrease3:before {
	content: "\ed9c";
}
.icon-volume-5:before {
	content: "\ed9d";
}
.icon-volume-4:before {
	content: "\ed9e";
}
.icon-volume-3:before {
	content: "\ed9f";
}
.icon-volume-2:before {
	content: "\eda0";
}
.icon-volume-1:before {
	content: "\eda1";
}
.icon-volume-0:before {
	content: "\eda2";
}
.icon-volume-mute4:before {
	content: "\eda3";
}
.icon-volume-mute5:before {
	content: "\eda4";
}
.icon-loop:before {
	content: "\eda5";
}
.icon-loop2:before {
	content: "\eda6";
}
.icon-loop3:before {
	content: "\eda7";
}
.icon-infinite-square:before {
	content: "\eda8";
}
.icon-infinite:before {
	content: "\eda9";
}
.icon-infinite2:before {
	content: "\edaa";
}
.icon-loop4:before {
	content: "\edab";
}
.icon-shuffle:before {
	content: "\edac";
}
.icon-shuffle2:before {
	content: "\edad";
}
.icon-wave:before {
	content: "\edae";
}
.icon-wave2:before {
	content: "\edaf";
}
.icon-split:before {
	content: "\edb0";
}
.icon-merge:before {
	content: "\edb1";
}
.icon-first2:before {
	content: "\edb2";
}
.icon-last2:before {
	content: "\edb3";
}
.icon-arrow-up:before {
	content: "\edb4";
}
.icon-arrow-up2:before {
	content: "\edb5";
}
.icon-arrow-up3:before {
	content: "\edb6";
}
.icon-arrow-up4:before {
	content: "\edb7";
}
.icon-arrow-right:before {
	content: "\edb8";
}
.icon-arrow-right2:before {
	content: "\edb9";
}
.icon-arrow-right3:before {
	content: "\edba";
}
.icon-arrow-right4:before {
	content: "\edbb";
}
.icon-arrow-down:before {
	content: "\edbc";
}
.icon-arrow-down2:before {
	content: "\edbd";
}
.icon-arrow-down3:before {
	content: "\edbe";
}
.icon-arrow-down4:before {
	content: "\edbf";
}
.icon-arrow-left:before {
	content: "\edc0";
}
.icon-arrow-left2:before {
	content: "\edc1";
}
.icon-arrow-left3:before {
	content: "\edc2";
}
.icon-arrow-left4:before {
	content: "\edc3";
}
.icon-arrow-up5:before {
	content: "\edc4";
}
.icon-arrow-right5:before {
	content: "\edc5";
}
.icon-arrow-down5:before {
	content: "\edc6";
}
.icon-arrow-left5:before {
	content: "\edc7";
}
.icon-arrow-up-left:before {
	content: "\edc8";
}
.icon-arrow-up6:before {
	content: "\edc9";
}
.icon-arrow-up-right:before {
	content: "\edca";
}
.icon-arrow-right6:before {
	content: "\edcb";
}
.icon-arrow-down-right:before {
	content: "\edcc";
}
.icon-arrow-down6:before {
	content: "\edcd";
}
.icon-arrow-down-left:before {
	content: "\edce";
}
.icon-arrow-left6:before {
	content: "\edcf";
}
.icon-arrow-up-left2:before {
	content: "\edd0";
}
.icon-arrow-up7:before {
	content: "\edd1";
}
.icon-arrow-up-right2:before {
	content: "\edd2";
}
.icon-arrow-right7:before {
	content: "\edd3";
}
.icon-arrow-down-right2:before {
	content: "\edd4";
}
.icon-arrow-down7:before {
	content: "\edd5";
}
.icon-arrow-down-left2:before {
	content: "\edd6";
}
.icon-arrow-left7:before {
	content: "\edd7";
}
.icon-arrow-up-left3:before {
	content: "\edd8";
}
.icon-arrow-up8:before {
	content: "\edd9";
}
.icon-arrow-up-right3:before {
	content: "\edda";
}
.icon-arrow-right8:before {
	content: "\eddb";
}
.icon-arrow-down-right3:before {
	content: "\eddc";
}
.icon-arrow-down8:before {
	content: "\eddd";
}
.icon-arrow-down-left3:before {
	content: "\edde";
}
.icon-arrow-left8:before {
	content: "\eddf";
}
.icon-circle-up:before {
	content: "\ede0";
}
.icon-circle-right:before {
	content: "\ede1";
}
.icon-circle-down:before {
	content: "\ede2";
}
.icon-circle-left:before {
	content: "\ede3";
}
.icon-circle-up2:before {
	content: "\ede4";
}
.icon-circle-right2:before {
	content: "\ede5";
}
.icon-circle-down2:before {
	content: "\ede6";
}
.icon-circle-left2:before {
	content: "\ede7";
}
.icon-circle-up-left:before {
	content: "\ede8";
}
.icon-circle-up3:before {
	content: "\ede9";
}
.icon-circle-up-right:before {
	content: "\edea";
}
.icon-circle-right3:before {
	content: "\edeb";
}
.icon-circle-down-right:before {
	content: "\edec";
}
.icon-circle-down3:before {
	content: "\eded";
}
.icon-circle-down-left:before {
	content: "\edee";
}
.icon-circle-left3:before {
	content: "\edef";
}
.icon-circle-up-left2:before {
	content: "\edf0";
}
.icon-circle-up4:before {
	content: "\edf1";
}
.icon-circle-up-right2:before {
	content: "\edf2";
}
.icon-circle-right4:before {
	content: "\edf3";
}
.icon-circle-down-right2:before {
	content: "\edf4";
}
.icon-circle-down4:before {
	content: "\edf5";
}
.icon-circle-down-left2:before {
	content: "\edf6";
}
.icon-circle-left4:before {
	content: "\edf7";
}
.icon-arrow-resize:before {
	content: "\edf8";
}
.icon-arrow-resize2:before {
	content: "\edf9";
}
.icon-arrow-resize3:before {
	content: "\edfa";
}
.icon-arrow-resize4:before {
	content: "\edfb";
}
.icon-arrow-resize5:before {
	content: "\edfc";
}
.icon-arrow-resize6:before {
	content: "\edfd";
}
.icon-arrow-resize7:before {
	content: "\edfe";
}
.icon-arrow-resize8:before {
	content: "\edff";
}
.icon-square-up-left:before {
	content: "\ee00";
}
.icon-square-up:before {
	content: "\ee01";
}
.icon-square-up-right:before {
	content: "\ee02";
}
.icon-square-right:before {
	content: "\ee03";
}
.icon-square-down-right:before {
	content: "\ee04";
}
.icon-square-down:before {
	content: "\ee05";
}
.icon-square-down-left:before {
	content: "\ee06";
}
.icon-square-left:before {
	content: "\ee07";
}
.icon-arrow-up9:before {
	content: "\ee08";
}
.icon-arrow-right9:before {
	content: "\ee09";
}
.icon-arrow-down9:before {
	content: "\ee0a";
}
.icon-arrow-left9:before {
	content: "\ee0b";
}
.icon-arrow-up10:before {
	content: "\ee0c";
}
.icon-arrow-right10:before {
	content: "\ee0d";
}
.icon-arrow-down10:before {
	content: "\ee0e";
}
.icon-arrow-left10:before {
	content: "\ee0f";
}
.icon-arrow-up-left4:before {
	content: "\ee10";
}
.icon-arrow-up11:before {
	content: "\ee11";
}
.icon-arrow-up-right4:before {
	content: "\ee12";
}
.icon-arrow-right11:before {
	content: "\ee13";
}
.icon-arrow-down-right4:before {
	content: "\ee14";
}
.icon-arrow-down11:before {
	content: "\ee15";
}
.icon-arrow-down-left4:before {
	content: "\ee16";
}
.icon-arrow-left11:before {
	content: "\ee17";
}
.icon-arrow-up-left5:before {
	content: "\ee18";
}
.icon-arrow-up12:before {
	content: "\ee19";
}
.icon-arrow-up-right5:before {
	content: "\ee1a";
}
.icon-arrow-right12:before {
	content: "\ee1b";
}
.icon-arrow-down-right5:before {
	content: "\ee1c";
}
.icon-arrow-down12:before {
	content: "\ee1d";
}
.icon-arrow-down-left5:before {
	content: "\ee1e";
}
.icon-arrow-left12:before {
	content: "\ee1f";
}
.icon-arrow-up13:before {
	content: "\ee20";
}
.icon-arrow-right13:before {
	content: "\ee21";
}
.icon-arrow-down13:before {
	content: "\ee22";
}
.icon-arrow-left13:before {
	content: "\ee23";
}
.icon-arrow-up14:before {
	content: "\ee24";
}
.icon-arrow-right14:before {
	content: "\ee25";
}
.icon-arrow-down14:before {
	content: "\ee26";
}
.icon-arrow-left14:before {
	content: "\ee27";
}
.icon-circle-up5:before {
	content: "\ee28";
}
.icon-circle-right5:before {
	content: "\ee29";
}
.icon-circle-down5:before {
	content: "\ee2a";
}
.icon-circle-left5:before {
	content: "\ee2b";
}
.icon-circle-up6:before {
	content: "\ee2c";
}
.icon-circle-right6:before {
	content: "\ee2d";
}
.icon-circle-down6:before {
	content: "\ee2e";
}
.icon-circle-left6:before {
	content: "\ee2f";
}
.icon-arrow-up15:before {
	content: "\ee30";
}
.icon-arrow-right15:before {
	content: "\ee31";
}
.icon-arrow-down15:before {
	content: "\ee32";
}
.icon-arrow-left15:before {
	content: "\ee33";
}
.icon-arrow-up16:before {
	content: "\ee34";
}
.icon-arrow-right16:before {
	content: "\ee35";
}
.icon-arrow-down16:before {
	content: "\ee36";
}
.icon-arrow-left16:before {
	content: "\ee37";
}
.icon-menu-open:before {
	content: "\ee38";
}
.icon-menu-open2:before {
	content: "\ee39";
}
.icon-menu-close:before {
	content: "\ee3a";
}
.icon-menu-close2:before {
	content: "\ee3b";
}
.icon-enter4:before {
	content: "\ee3c";
}
.icon-enter5:before {
	content: "\ee3d";
}
.icon-esc:before {
	content: "\ee3e";
}
.icon-enter6:before {
	content: "\ee3f";
}
.icon-backspace:before {
	content: "\ee40";
}
.icon-backspace2:before {
	content: "\ee41";
}
.icon-tab:before {
	content: "\ee42";
}
.icon-transmission:before {
	content: "\ee43";
}
.icon-transmission2:before {
	content: "\ee44";
}
.icon-sort:before {
	content: "\ee45";
}
.icon-sort2:before {
	content: "\ee46";
}
.icon-move-up:before {
	content: "\ee47";
}
.icon-move-down:before {
	content: "\ee48";
}
.icon-sort-alpha-asc:before {
	content: "\ee49";
}
.icon-sort-alpha-desc:before {
	content: "\ee4a";
}
.icon-sort-numeric-asc:before {
	content: "\ee4b";
}
.icon-sort-numberic-desc:before {
	content: "\ee4c";
}
.icon-sort-amount-asc:before {
	content: "\ee4d";
}
.icon-sort-amount-desc:before {
	content: "\ee4e";
}
.icon-sort-time-asc:before {
	content: "\ee4f";
}
.icon-sort-time-desc:before {
	content: "\ee50";
}
.icon-battery-6:before {
	content: "\ee51";
}
.icon-battery-5:before {
	content: "\ee52";
}
.icon-battery-4:before {
	content: "\ee53";
}
.icon-battery-3:before {
	content: "\ee54";
}
.icon-battery-2:before {
	content: "\ee55";
}
.icon-battery-1:before {
	content: "\ee56";
}
.icon-battery-0:before {
	content: "\ee57";
}
.icon-battery-charging:before {
	content: "\ee58";
}
.icon-key-keyboard:before {
	content: "\ee59";
}
.icon-key-A:before {
	content: "\ee5a";
}
.icon-key-up:before {
	content: "\ee5b";
}
.icon-key-right:before {
	content: "\ee5c";
}
.icon-key-down:before {
	content: "\ee5d";
}
.icon-key-left:before {
	content: "\ee5e";
}
.icon-command:before {
	content: "\ee5f";
}
.icon-shift:before {
	content: "\ee60";
}
.icon-ctrl:before {
	content: "\ee61";
}
.icon-opt:before {
	content: "\ee62";
}
.icon-checkbox-checked:before {
	content: "\ee63";
}
.icon-checkbox-unchecked:before {
	content: "\ee64";
}
.icon-checkbox-partial:before {
	content: "\ee65";
}
.icon-square:before {
	content: "\ee66";
}
.icon-triangle:before {
	content: "\ee67";
}
.icon-triangle2:before {
	content: "\ee68";
}
.icon-diamond3:before {
	content: "\ee69";
}
.icon-diamond4:before {
	content: "\ee6a";
}
.icon-checkbox-checked2:before {
	content: "\ee6b";
}
.icon-checkbox-unchecked2:before {
	content: "\ee6c";
}
.icon-checkbox-partial2:before {
	content: "\ee6d";
}
.icon-radio-checked:before {
	content: "\ee6e";
}
.icon-radio-checked2:before {
	content: "\ee6f";
}
.icon-radio-unchecked:before {
	content: "\ee70";
}
.icon-toggle-on:before {
	content: "\ee71";
}
.icon-toggle-off:before {
	content: "\ee72";
}
.icon-checkmark-circle:before {
	content: "\ee73";
}
.icon-circle:before {
	content: "\ee74";
}
.icon-circle2:before {
	content: "\ee75";
}
.icon-circles:before {
	content: "\ee76";
}
.icon-circles2:before {
	content: "\ee77";
}
.icon-crop:before {
	content: "\ee78";
}
.icon-crop2:before {
	content: "\ee79";
}
.icon-make-group:before {
	content: "\ee7a";
}
.icon-ungroup:before {
	content: "\ee7b";
}
.icon-vector:before {
	content: "\ee7c";
}
.icon-vector2:before {
	content: "\ee7d";
}
.icon-rulers:before {
	content: "\ee7e";
}
.icon-ruler:before {
	content: "\ee7f";
}
.icon-pencil-ruler:before {
	content: "\ee80";
}
.icon-scissors:before {
	content: "\ee81";
}
.icon-scissors2:before {
	content: "\ee82";
}
.icon-scissors3:before {
	content: "\ee83";
}
.icon-haircut:before {
	content: "\ee84";
}
.icon-comb:before {
	content: "\ee85";
}
.icon-filter:before {
	content: "\ee86";
}
.icon-filter2:before {
	content: "\ee87";
}
.icon-filter3:before {
	content: "\ee88";
}
.icon-filter4:before {
	content: "\ee89";
}
.icon-font:before {
	content: "\ee8a";
}
.icon-ampersand:before {
	content: "\ee8b";
}
.icon-ligature:before {
	content: "\ee8c";
}
.icon-ligature2:before {
	content: "\ee8d";
}
.icon-font-size:before {
	content: "\ee8e";
}
.icon-typography:before {
	content: "\ee8f";
}
.icon-text-height:before {
	content: "\ee90";
}
.icon-text-width:before {
	content: "\ee91";
}
.icon-height2:before {
	content: "\ee92";
}
.icon-width:before {
	content: "\ee93";
}
.icon-bold:before {
	content: "\ee94";
}
.icon-underline:before {
	content: "\ee95";
}
.icon-italic:before {
	content: "\ee96";
}
.icon-strikethrough:before {
	content: "\ee97";
}
.icon-strikethrough2:before {
	content: "\ee98";
}
.icon-font-size2:before {
	content: "\ee99";
}
.icon-bold2:before {
	content: "\ee9a";
}
.icon-underline2:before {
	content: "\ee9b";
}
.icon-italic2:before {
	content: "\ee9c";
}
.icon-strikethrough3:before {
	content: "\ee9d";
}
.icon-omega:before {
	content: "\ee9e";
}
.icon-sigma:before {
	content: "\ee9f";
}
.icon-nbsp:before {
	content: "\eea0";
}
.icon-page-break:before {
	content: "\eea1";
}
.icon-page-break2:before {
	content: "\eea2";
}
.icon-superscript:before {
	content: "\eea3";
}
.icon-subscript:before {
	content: "\eea4";
}
.icon-superscript2:before {
	content: "\eea5";
}
.icon-subscript2:before {
	content: "\eea6";
}
.icon-text-color:before {
	content: "\eea7";
}
.icon-highlight:before {
	content: "\eea8";
}
.icon-pagebreak:before {
	content: "\eea9";
}
.icon-clear-formatting:before {
	content: "\eeaa";
}
.icon-table:before {
	content: "\eeab";
}
.icon-table2:before {
	content: "\eeac";
}
.icon-insert-template:before {
	content: "\eead";
}
.icon-pilcrow:before {
	content: "\eeae";
}
.icon-ltr:before {
	content: "\eeaf";
}
.icon-rtl:before {
	content: "\eeb0";
}
.icon-ltr2:before {
	content: "\eeb1";
}
.icon-rtl2:before {
	content: "\eeb2";
}
.icon-section:before {
	content: "\eeb3";
}
.icon-paragraph-left:before {
	content: "\eeb4";
}
.icon-paragraph-center:before {
	content: "\eeb5";
}
.icon-paragraph-right:before {
	content: "\eeb6";
}
.icon-paragraph-justify:before {
	content: "\eeb7";
}
.icon-paragraph-left2:before {
	content: "\eeb8";
}
.icon-paragraph-center2:before {
	content: "\eeb9";
}
.icon-paragraph-right2:before {
	content: "\eeba";
}
.icon-paragraph-justify2:before {
	content: "\eebb";
}
.icon-indent-increase:before {
	content: "\eebc";
}
.icon-indent-decrease:before {
	content: "\eebd";
}
.icon-paragraph-left3:before {
	content: "\eebe";
}
.icon-paragraph-center3:before {
	content: "\eebf";
}
.icon-paragraph-right3:before {
	content: "\eec0";
}
.icon-paragraph-justify3:before {
	content: "\eec1";
}
.icon-indent-increase2:before {
	content: "\eec2";
}
.icon-indent-decrease2:before {
	content: "\eec3";
}
.icon-share:before {
	content: "\eec4";
}
.icon-share2:before {
	content: "\eec5";
}
.icon-new-tab:before {
	content: "\eec6";
}
.icon-new-tab2:before {
	content: "\eec7";
}
.icon-popout:before {
	content: "\eec8";
}
.icon-embed:before {
	content: "\eec9";
}
.icon-embed2:before {
	content: "\eeca";
}
.icon-markup:before {
	content: "\eecb";
}
.icon-regexp:before {
	content: "\eecc";
}
.icon-regexp2:before {
	content: "\eecd";
}
.icon-code:before {
	content: "\eece";
}
.icon-circle-css:before {
	content: "\eecf";
}
.icon-circle-code:before {
	content: "\eed0";
}
.icon-terminal:before {
	content: "\eed1";
}
.icon-unicode:before {
	content: "\eed2";
}
.icon-seven-segment-0:before {
	content: "\eed3";
}
.icon-seven-segment-1:before {
	content: "\eed4";
}
.icon-seven-segment-2:before {
	content: "\eed5";
}
.icon-seven-segment-3:before {
	content: "\eed6";
}
.icon-seven-segment-4:before {
	content: "\eed7";
}
.icon-seven-segment-5:before {
	content: "\eed8";
}
.icon-seven-segment-6:before {
	content: "\eed9";
}
.icon-seven-segment-7:before {
	content: "\eeda";
}
.icon-seven-segment-8:before {
	content: "\eedb";
}
.icon-seven-segment-9:before {
	content: "\eedc";
}
.icon-share3:before {
	content: "\eedd";
}
.icon-share4:before {
	content: "\eede";
}
.icon-mail:before {
	content: "\eedf";
}
.icon-mail2:before {
	content: "\eee0";
}
.icon-mail3:before {
	content: "\eee1";
}
.icon-mail4:before {
	content: "\eee2";
}
.icon-google:before {
	content: "\eee3";
}
.icon-google-plus:before {
	content: "\eee4";
}
.icon-google-plus2:before {
	content: "\eee5";
}
.icon-google-plus3:before {
	content: "\eee6";
}
.icon-google-drive:before {
	content: "\eee7";
}
.icon-facebook:before {
	content: "\eee8";
}
.icon-facebook2:before {
	content: "\eee9";
}
.icon-facebook3:before {
	content: "\eeea";
}
.icon-ello:before {
	content: "\eeeb";
}
.icon-instagram:before {
	content: "\eeec";
}
.icon-twitter:before {
	content: "\eeed";
}
.icon-twitter2:before {
	content: "\eeee";
}
.icon-twitter3:before {
	content: "\eeef";
}
.icon-feed2:before {
	content: "\eef0";
}
.icon-feed3:before {
	content: "\eef1";
}
.icon-feed4:before {
	content: "\eef2";
}
.icon-youtube:before {
	content: "\eef3";
}
.icon-youtube2:before {
	content: "\eef4";
}
.icon-youtube3:before {
	content: "\eef5";
}
.icon-youtube4:before {
	content: "\eef6";
}
.icon-twitch:before {
	content: "\eef7";
}
.icon-vimeo:before {
	content: "\eef8";
}
.icon-vimeo2:before {
	content: "\eef9";
}
.icon-vimeo3:before {
	content: "\eefa";
}
.icon-lanyrd:before {
	content: "\eefb";
}
.icon-flickr:before {
	content: "\eefc";
}
.icon-flickr2:before {
	content: "\eefd";
}
.icon-flickr3:before {
	content: "\eefe";
}
.icon-flickr4:before {
	content: "\eeff";
}
.icon-picassa:before {
	content: "\ef00";
}
.icon-picassa2:before {
	content: "\ef01";
}
.icon-dribbble:before {
	content: "\ef02";
}
.icon-dribbble2:before {
	content: "\ef03";
}
.icon-dribbble3:before {
	content: "\ef04";
}
.icon-forrst:before {
	content: "\ef05";
}
.icon-forrst2:before {
	content: "\ef06";
}
.icon-deviantart:before {
	content: "\ef07";
}
.icon-deviantart2:before {
	content: "\ef08";
}
.icon-steam:before {
	content: "\ef09";
}
.icon-steam2:before {
	content: "\ef0a";
}
.icon-dropbox:before {
	content: "\ef0b";
}
.icon-onedrive:before {
	content: "\ef0c";
}
.icon-github:before {
	content: "\ef0d";
}
.icon-github2:before {
	content: "\ef0e";
}
.icon-github3:before {
	content: "\ef0f";
}
.icon-github4:before {
	content: "\ef10";
}
.icon-github5:before {
	content: "\ef11";
}
.icon-wordpress:before {
	content: "\ef12";
}
.icon-wordpress2:before {
	content: "\ef13";
}
.icon-joomla:before {
	content: "\ef14";
}
.icon-blogger:before {
	content: "\ef15";
}
.icon-blogger2:before {
	content: "\ef16";
}
.icon-tumblr:before {
	content: "\ef17";
}
.icon-tumblr2:before {
	content: "\ef18";
}
.icon-yahoo:before {
	content: "\ef19";
}
.icon-tux:before {
	content: "\ef1a";
}
.icon-apple2:before {
	content: "\ef1b";
}
.icon-finder:before {
	content: "\ef1c";
}
.icon-android:before {
	content: "\ef1d";
}
.icon-windows:before {
	content: "\ef1e";
}
.icon-windows8:before {
	content: "\ef1f";
}
.icon-soundcloud:before {
	content: "\ef20";
}
.icon-soundcloud2:before {
	content: "\ef21";
}
.icon-skype:before {
	content: "\ef22";
}
.icon-reddit:before {
	content: "\ef23";
}
.icon-linkedin:before {
	content: "\ef24";
}
.icon-linkedin2:before {
	content: "\ef25";
}
.icon-lastfm:before {
	content: "\ef26";
}
.icon-lastfm2:before {
	content: "\ef27";
}
.icon-delicious:before {
	content: "\ef28";
}
.icon-stumbleupon:before {
	content: "\ef29";
}
.icon-stumbleupon2:before {
	content: "\ef2a";
}
.icon-stackoverflow:before {
	content: "\ef2b";
}
.icon-pinterest:before {
	content: "\ef2c";
}
.icon-pinterest2:before {
	content: "\ef2d";
}
.icon-xing:before {
	content: "\ef2e";
}
.icon-xing2:before {
	content: "\ef2f";
}
.icon-flattr:before {
	content: "\ef30";
}
.icon-foursquare:before {
	content: "\ef31";
}
.icon-paypal:before {
	content: "\ef32";
}
.icon-paypal2:before {
	content: "\ef33";
}
.icon-paypal3:before {
	content: "\ef34";
}
.icon-yelp:before {
	content: "\ef35";
}
.icon-file-pdf:before {
	content: "\ef36";
}
.icon-file-openoffice:before {
	content: "\ef37";
}
.icon-file-word:before {
	content: "\ef38";
}
.icon-file-excel:before {
	content: "\ef39";
}
.icon-libreoffice:before {
	content: "\ef3a";
}
.icon-html5:before {
	content: "\ef3b";
}
.icon-html52:before {
	content: "\ef3c";
}
.icon-css3:before {
	content: "\ef3d";
}
.icon-git:before {
	content: "\ef3e";
}
.icon-svg:before {
	content: "\ef3f";
}
.icon-codepen:before {
	content: "\ef40";
}
.icon-chrome:before {
	content: "\ef41";
}
.icon-firefox:before {
	content: "\ef42";
}
.icon-IE:before {
	content: "\ef43";
}
.icon-opera:before {
	content: "\ef44";
}
.icon-safari:before {
	content: "\ef45";
}
.icon-IcoMoon:before {
	content: "\ef46";
}
.icon-uni21:before {
	content: "\21";
}
.icon-uni22:before {
	content: "\22";
}
.icon-uni23:before {
	content: "\23";
}
.icon-uni24:before {
	content: "\24";
}
.icon-uni25:before {
	content: "\25";
}
.icon-uni26:before {
	content: "\26";
}
.icon-uni27:before {
	content: "\27";
}
.icon-uni28:before {
	content: "\28";
}
.icon-uni29:before {
	content: "\29";
}
.icon-uni2A:before {
	content: "\2a";
}
.icon-uni2B:before {
	content: "\2b";
}
.icon-uni2C:before {
	content: "\2c";
}
.icon-uni2D:before {
	content: "\2d";
}
.icon-uni2E:before {
	content: "\2e";
}
.icon-uni2F:before {
	content: "\2f";
}
.icon-uni30:before {
	content: "\30";
}
.icon-uni31:before {
	content: "\31";
}
.icon-uni32:before {
	content: "\32";
}
.icon-uni33:before {
	content: "\33";
}
.icon-uni34:before {
	content: "\34";
}
.icon-uni35:before {
	content: "\35";
}
.icon-uni36:before {
	content: "\36";
}
.icon-uni37:before {
	content: "\37";
}
.icon-uni38:before {
	content: "\38";
}
.icon-uni39:before {
	content: "\39";
}
.icon-uni3A:before {
	content: "\3a";
}
.icon-uni3B:before {
	content: "\3b";
}
.icon-uni3C:before {
	content: "\3c";
}
.icon-uni3D:before {
	content: "\3d";
}
.icon-uni3E:before {
	content: "\3e";
}
.icon-uni3F:before {
	content: "\3f";
}
.icon-uni40:before {
	content: "\40";
}
.icon-uni41:before {
	content: "\41";
}
.icon-uni42:before {
	content: "\42";
}
.icon-uni43:before {
	content: "\43";
}
.icon-uni44:before {
	content: "\44";
}
.icon-uni45:before {
	content: "\45";
}
.icon-uni46:before {
	content: "\46";
}
.icon-uni47:before {
	content: "\47";
}
.icon-uni48:before {
	content: "\48";
}
.icon-uni49:before {
	content: "\49";
}
.icon-uni4A:before {
	content: "\4a";
}
.icon-uni4B:before {
	content: "\4b";
}
.icon-uni4C:before {
	content: "\4c";
}
.icon-uni4D:before {
	content: "\4d";
}
.icon-uni4E:before {
	content: "\4e";
}
.icon-uni4F:before {
	content: "\4f";
}
.icon-uni50:before {
	content: "\50";
}
.icon-uni51:before {
	content: "\51";
}
.icon-uni52:before {
	content: "\52";
}
.icon-uni53:before {
	content: "\53";
}
.icon-uni54:before {
	content: "\54";
}
.icon-uni55:before {
	content: "\55";
}
.icon-uni56:before {
	content: "\56";
}
.icon-uni57:before {
	content: "\57";
}
.icon-uni58:before {
	content: "\58";
}
.icon-uni59:before {
	content: "\59";
}
.icon-uni5A:before {
	content: "\5a";
}
.icon-uni5B:before {
	content: "\5b";
}
.icon-uni5C:before {
	content: "\5c";
}
.icon-uni5D:before {
	content: "\5d";
}
.icon-uni5E:before {
	content: "\5e";
}
.icon-uni5F:before {
	content: "\5f";
}
.icon-uni60:before {
	content: "\60";
}
.icon-uni61:before {
	content: "\61";
}
.icon-uni62:before {
	content: "\62";
}
.icon-uni63:before {
	content: "\63";
}
.icon-uni64:before {
	content: "\64";
}
.icon-uni65:before {
	content: "\65";
}
.icon-uni66:before {
	content: "\66";
}
.icon-uni67:before {
	content: "\67";
}
.icon-uni68:before {
	content: "\68";
}
.icon-uni69:before {
	content: "\69";
}
.icon-uni6A:before {
	content: "\6a";
}
.icon-uni6B:before {
	content: "\6b";
}
.icon-uni6C:before {
	content: "\6c";
}
.icon-uni6D:before {
	content: "\6d";
}
.icon-uni6E:before {
	content: "\6e";
}
.icon-uni6F:before {
	content: "\6f";
}
.icon-uni70:before {
	content: "\70";
}
.icon-uni71:before {
	content: "\71";
}
.icon-uni72:before {
	content: "\72";
}
.icon-uni73:before {
	content: "\73";
}
.icon-uni74:before {
	content: "\74";
}
.icon-uni75:before {
	content: "\75";
}
.icon-uni76:before {
	content: "\76";
}
.icon-uni77:before {
	content: "\77";
}
.icon-uni78:before {
	content: "\78";
}
.icon-uni79:before {
	content: "\79";
}
.icon-uni7A:before {
	content: "\7a";
}
.icon-uni7B:before {
	content: "\7b";
}
.icon-uni7C:before {
	content: "\7c";
}
.icon-uni7D:before {
	content: "\7d";
}
.icon-uni7E:before {
	content: "\7e";
}
.icon-uniA9:before {
	content: "\a9";
}

					@font-face {
  font-family: 'icomoon';
  src:  url('/assets/fonts/icomoon-custom/icomoon.eot?xf3vzk');
  src:  url('/assets/fonts/icomoon-custom/icomoon.eot?xf3vzk#iefix') format('embedded-opentype'),
    url('/assets/fonts/icomoon-custom/icomoon.ttf?xf3vzk') format('truetype'),
    url('/assets/fonts/icomoon-custom/icomoon.woff?xf3vzk') format('woff'),
    url('/assets/fonts/icomoon-custom/icomoon.svg?xf3vzk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-heart-opalion:before {
  content: "\e899";
}
.icon-heart2-opalion:before {
  content: "\e101";
}
.icon-pattern-a4-opalion:before {
  content: "\e900";
}


					@font-face {
    font-family: 'CamingoDosRegular';
    src: url('/assets/fonts/camingodos/camingodos-regular-webfont.eot');
    src: url('/assets/fonts/camingodos/camingodos-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/camingodos/camingodos-regular-webfont.woff') format('woff'),
         url('/assets/fonts/camingodos/camingodos-regular-webfont.ttf') format('truetype'),
         url('/assets/fonts/camingodos/camingodos-regular-webfont.svg#CamingoDosRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CamingoDosSemiBold';
    src: url('/assets/fonts/camingodos/camingodos-semibold-webfont.eot');
    src: url('/assets/fonts/camingodos/camingodos-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/camingodos/camingodos-semibold-webfont.woff') format('woff'),
         url('/assets/fonts/camingodos/camingodos-semibold-webfont.ttf') format('truetype'),
         url('/assets/fonts/camingodos/camingodos-semibold-webfont.svg#CamingoDosSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CamingoDosLight';
    src: url('/assets/fonts/camingodos/camingodos-light-webfont.eot');
    src: url('/assets/fonts/camingodos/camingodos-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/camingodos/camingodos-light-webfont.woff') format('woff'),
         url('/assets/fonts/camingodos/camingodos-light-webfont.ttf') format('truetype'),
         url('/assets/fonts/camingodos/camingodos-light-webfont.svg#CamingoDosLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
					.loginButtonWithModalContainer {
  display: inline; }

.loginModal {
  position: absolute;
  top: 52px;
  right: 7px;
  z-index: 10000;
  background: white;
  width: 300px;
  border: 1px solid #37424A;
  -webkit-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.69);
  box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.69); }
  .loginModal > i {
    font-size: 48px;
    position: absolute;
    right: 14px;
    top: -28px;
    color: #eee;
    pointer-events: none;
    text-shadow: 0px -2px 0px #37424A; }

section.meta-area .loginModal .btn.btn-primary {
  border: 1px solid transparent;
  background-color: #7a3040;
  padding: 6px 12px;
  width: 100%;
  color: #fff;
  font-family: 'Open Sans'; }
  section.meta-area .loginModal .btn.btn-primary:hover {
    color: #fff;
    background-color: #7a3040;
    border-color: #531925; }
  section.meta-area .loginModal .btn.btn-primary:active {
    color: #fff; }
  section.meta-area .loginModal .btn.btn-primary:focus {
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(60, 78, 76, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(60, 78, 76, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(60, 78, 76, 0.6); }
  section.meta-area .loginModal .btn.btn-primary.with-icon {
    padding: 10px 12px 9px 15px; }
  section.meta-area .loginModal .btn.btn-primary i {
    position: absolute;
    font-size: 12px;
    top: 14px;
    right: 10px;
    margin-right: 0;
    display: inline; }

section.meta-area-mobile .loginButtonWithModalContainer {
  margin-left: 1.875%;
  width: 18.5%;
  display: block;
  float: left; }
  section.meta-area-mobile .loginButtonWithModalContainer button.customer-login {
    display: block;
    width: 100%;
    border: 1px solid transparent; }
    section.meta-area-mobile .loginButtonWithModalContainer button.customer-login.opened {
      background-color: #eee;
      padding-bottom: 20px;
      border: 1px solid #ccc;
      border-bottom: none;
      color: #FF850D; }
  section.meta-area-mobile .loginButtonWithModalContainer .loginModal {
    width: 100%;
    margin-bottom: 400px;
    border: none;
    top: 110px;
    right: 0; }
    section.meta-area-mobile .loginButtonWithModalContainer .loginModal .panel-body {
      overflow: auto; }
    section.meta-area-mobile .loginButtonWithModalContainer .loginModal > i {
      left: calc((100% - 30px) * 0.2775);
      right: auto;
      display: none; }
    section.meta-area-mobile .loginButtonWithModalContainer .loginModal .btn.btn-primary {
      border: 1px solid transparent;
      background-color: #7a3040;
      padding: 6px 12px;
      width: 100%;
      color: #fff;
      font-family: 'Open Sans'; }
      section.meta-area-mobile .loginButtonWithModalContainer .loginModal .btn.btn-primary:hover {
        color: #fff;
        background-color: #7a3040;
        border-color: #531925; }
      section.meta-area-mobile .loginButtonWithModalContainer .loginModal .btn.btn-primary:active {
        color: #fff; }
      section.meta-area-mobile .loginButtonWithModalContainer .loginModal .btn.btn-primary:focus {
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(60, 78, 76, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(60, 78, 76, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(60, 78, 76, 0.6); }
      section.meta-area-mobile .loginButtonWithModalContainer .loginModal .btn.btn-primary.with-icon {
        padding: 10px 12px 9px 15px; }
      section.meta-area-mobile .loginButtonWithModalContainer .loginModal .btn.btn-primary .text {
        font-size: 14px; }
      section.meta-area-mobile .loginButtonWithModalContainer .loginModal .btn.btn-primary i {
        position: absolute;
        font-size: 12px;
        top: 14px;
        right: 10px;
        margin-right: 0;
        display: inline; }
section.meta-area-mobile .fixed .loginButtonWithModalContainer .loginModal {
  top: 55px; }

section.meta-area-mobile div.meta-icons .formCustomerLogin a {
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  color: #37424A; }
section.meta-area-mobile div.meta-icons .customer-navigation li a {
  padding: 10px;
  background-color: transparent;
  font-size: 14px;
  color: #37424A; }

section.login {
  width: 100%; }

img.login-logo {
  float: left;
  margin-top: 10px;
  max-width: 130px; }

div.panel-login {
  margin: 0;
  background-color: #eee; }

.panel-login h3.title {
  display: inline-block;
  padding: 10px;
  margin: 0; }

.panel-login h2.title i {
  padding-right: 5px; }

.text-uppercase {
  text-transform: uppercase; }

.text-bold {
  font-weight: 700; }

div.panel-body {
  background: #fff;
  padding: 15px; }

label {
  font-weight: 400; }

input[type="text"],
input[type="password"] {
  border-radius: 2px; }

.input-group-icon, .input-search {
  width: 100%;
  table-layout: fixed; }

.input-group-icon .input-group-addon, .input-search .input-group-addon {
  position: relative;
  padding: 0;
  border: 0 none;
  width: 0; }

.input-group-icon .input-group-addon:last-child span.icon, .input-search .input-group-addon:last-child span.icon {
  left: auto;
  right: 0; }

.input-group-icon .input-group-addon span.icon.icon-lg, .input-search .input-group-addon span.icon.icon-lg {
  padding: 10px 14px;
  font-size: 18px; }

.input-group-icon .input-group-addon span.icon, .input-search .input-group-addon span.icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
  z-index: 3;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 6px 12px;
  background: transparent;
  line-height: 1.42857143;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  pointer-events: none; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #7A3241;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px #7A3241;
  outline: 0 none; }

section
.btn-ksr:hover,
.btn-ksr:focus,
.btn-ksr.active {
  background-color: #782236;
  border-color: #782236;
  color: #fff; }

a,
a:hover,
a:focus {
  color: #7A3241; }

.tooltip {
  z-index: 10000; }

.customer-info {
  top: -27px;
  position: absolute;
  right: 72px; }
  .customer-info .customer-name {
    font-size: 14px;
    line-height: 46px; }
  .customer-info i.customer-hint {
    font-size: 14px;
    position: relative;
    top: 1px; }

.customer-navigation ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0; }
.customer-navigation ul + ul {
  margin: 0; }
  .customer-navigation ul + ul li {
    border: none; }
.customer-navigation li {
  border-bottom: 1px solid #eee; }
  .customer-navigation li:hover {
    background-color: #fafafa; }
    .customer-navigation li:hover a:hover {
      text-decoration: underline; }
  .customer-navigation li.active {
    background-color: #fafafa; }
    .customer-navigation li.active a {
      color: #FF850D; }
  .customer-navigation li a {
    margin: 0;
    display: block;
    padding: 10px;
    text-decoration: none; }

a[data-form-id="formCustomerLogin"], button.loginButton {
  position: relative; }
  a[data-form-id="formCustomerLogin"] .spinner-icomoon, button.loginButton .spinner-icomoon {
    position: absolute;
    left: calc(50% - 7px);
    font-size: 14px;
    top: 13px; }

div.loginModal form.formCustomerLogin input[type="text"],
div.loginModal form.formCustomerLogin input[name="password"] {
  padding-left: 40px; }
div.loginModal form.formCustomerLogin input[name="password"] {
  padding-right: 40px; }
div.loginModal form.formCustomerLogin a.toggle-visibility {
  height: 46px;
  position: absolute;
  top: 0px;
  left: -39px;
  padding: 0 7px;
  z-index: 2;
  font-size: 18px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555;
  text-decoration: none; }

/*# sourceMappingURL=customer-login.css.map */

					html, body
{
	width: 100%;
	font-family: "CamingoDosRegular";
}

html
{
	min-height:100%;
	position:relative;
}

body
{
	overflow-y:scroll;
}

h1
{
	font-size:26px;
}

h2
{
	font-size:20px;
}

h3
{
	font-size:16px;
}

h4
{
	font-size:14px;
}

h5
{
	font-size:12px;
}

@-webkit-keyframes anim-rotate  {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes anim-rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.spinner, #loader, #loader_absolute {
}

.loader, .spinner, #loader, #loader_absolute {
	margin:0 5px;
	border: 4px solid #fff;
	border-radius: 50%;
	border-top: 4px solid #37424A;
	width: 14px;
	height: 14px;
	display:inline-block;
	-webkit-animation: anim-rotate 2s linear infinite;
	animation: anim-rotate 2s linear infinite;
}

.spinner-icomoon
{
	display: inline-block;
	font-size:12px;
	height: 12px;
	margin-right:5px;
	-webkit-animation: anim-rotate 1s infinite steps(8);
	animation: anim-rotate 1s infinite steps(8);
	color: #fff;
	text-shadow: 0 0 .25em rgba(255,255,255, .3);
}

.truncate
{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tt-menu {
	background: white;
}

[data-action="showTransportCostsTable"] {
	cursor: pointer;
}

[data-view="transportCostsTable"] {
	min-height: 100px;
}

[data-view="transportCostsTable"] .spinner-icomoon {
	display: block;
	width: 100%;
	font-size: 50px;
	left: 0;
	height: 50px;
	top: 25px;
	text-align: center;
	margin-right: 5px;
	position: absolute;
	-webkit-animation: anim-rotate 1s infinite steps(8);
	animation: anim-rotate 1s infinite steps(8);
	color: #7A3241;
	text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3);
}

.priceContainer {
	height: 33px;
	display: inline-block;
}

.priceContainer .spinner-icomoon {
	color: #7a3040;
	font-size: 24px;
	height: 24px;
}

[data-view="transportCostsTable"] .subHeader {
	background-color: #ccc;
	color: #fff;
}

[data-view="transportCostsTable"] td {
	padding: 4px 8px !important;
}

.transportCostsLegendContainer {
	display: flex;
	justify-content: center;
}

.transportCostsLegendContainer .border-bottom {
	border-bottom: 1px solid #ccc;
}
					section.content
{
	font-family:"Open Sans";
	margin-top:0px;
	padding: 23px 0px 300px;
}

section.content.tMargin{
	margin-top:45px;
}

section.content h1
{
	font-family:"CamingoDosLight";
	font-size:26px;
	font-weight:bold;
	margin:5px 0px 30px;
	padding-top:0px;
	display:inline-block;
	position:relative;
	top:-2px;
}

.search_result_container h2
{
	padding-left: 15px;
	padding-bottom: 6px;
	margin-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
}

div.toolbar-head
{
	height:44px;
	margin-top:10px;
	padding-top:0px;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}

div.toolbar-head .pagination
{
	padding-top:5px;
}

.modal-backdrop {
	z-index:1020;
}

ul.listStyleTypeNone {
	list-style-type: none;
}

ul.paddingLeftNone {
	padding-left: 0;
}
					h1, h2, h3, h4, h5, h6
{
	font-family: CamingoDosLight;
	text-rendering: optimizeLegibility;
}

h1, h2, h3
{
	font-weight: 600;
}

a
{
	/*color: #7a3040;*/
	color: #37424A;

}

a:hover,
a:focus
{
	color: #531925;
}

.btn {
	transition:all 0.3s;
	opacity:1;
}

.btn.btn-info
{
	color: #7a3040;
	border-color: #7a3040;
	background-color:#fff;
}

.btn.btn-info:hover
{
	background-color:#7a3040;
	color: white;
	border-color: #531925;
}

.btn.btn-info:hover .spinner-icomoon {
	color: white;
}

.btn.btn-info:active
{
	background-color:#fff;
	color: #531925;
	border-color: #531925;
}

.btn.btn-info:focus
{
	background-color:#fff;
	color: #531925;
	border-color: #531925;
}

.btn.btn-info:active:focus
{
	background-color:#fff;
	color: #531925;
	border-color: #531925;
}

.btn.btn-success
{
	background-color:#FF850D;
	color: #fff;
	border-color: #E5780C;
}

.btn.btn-success:hover
{
	background-color:#FF9226;
	color: #fff;
	border-color: #E5780C;
}

.btn.btn-success:active
{
	background-color:#FF9226;
	color: #fff;
	border-color: #E5780C;
}

.btn.btn-success:focus
{
	background-color:#FF9226;
	color: #fff;
	border-color: #E5780C;
}

.btn.btn-success:active:focus
{
	background-color:#FF9226;
	color: #fff;
	border-color: #E5780C;
}

.btn-primary
{
	background-color: #7a3040;
	border-color: #7a3040;
}

.btn-primary:hover
{
	background-color: #7a3040;
	border-color: #531925;
	opacity: 0.9;
}

.btn-primary:active
{
	background-color: #7a3040;
	border-color: #531925;
}

.btn-primary:focus
{
	background-color: #7a3040;
}
.btn-primary:active:hover
{
	background-color: #7a3040;
	border-color: #531925;
}

.btn-primary:active:focus
{
	background-color: #7a3040;
	border-color: #531925;
}

.btn-primary.disabled, .btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active
{
	background-color: #7a3040;
	border-color: #531925;
}

.btn-customer,
.btn-customer[disabled]
{
	background:#37424A;
	color:#fff;
}

.btn-customer:hover,
.btn-customer:focus
{
	color:#fff;
}

.btn-customer span.upper
{
	text-transform: uppercase;
}

.btn-customer-invert
{
	background:#fff;
	color:#7a3040;
	border:1px solid #37424A;
}

.btn-customer-invert:hover
{
	color:#37424A;
}

.btn-info, .btn.with-icon
{
	padding: 10px 12px 9px 12px;
}

.btn.with-icon i
{
	position: relative;
	font-size: 12px;

	margin-right: 9px;
}

.btn.btn-default
{
	text-decoration: none;
}

.btn.with-icon.btn-wishlist i{
	font-size:16px;
	margin-right: 3px;
}

.panel-customer
{
	border-color:#37424A;
}

.panel-customer  > .panel-heading {
	color: #fff;
	background-color: #37424A;
	border-color: #37424A;
}

.panel-customer-light
{
	border-color:#ecf0f1;
}

.panel-customer-light  > .panel-heading {
	color: #465059;
	background-color: #fafafa;
}

.pagination
{
	margin:0px 0px 20px;
	float:right;
}

.pagination li a,
.pagination li span
{
	border:0px;
}


.pagination li
{
	display: inline-block;
	border: 1px solid #eaeaea;
	margin: 0px 2px;
	overflow: hidden;
}

.pagination > li > a, .pagination > li > span
{
	padding: 7px 14px;
}

.pagination li:last-child
{
	margin-right:0px;
}

.pagination li a i
{
	position: relative;
	top: 1px;
}

.panel .panel-title
{
	font-family: "CamingoDosRegular";
}
.panel .panel-title div.check-all div.checkbox
{
	margin:0;
}
.panel .panel-title div.check-all div.checkbox span::before
{
	top:-2px;
}

.panel .panel-title div.check-all div.checkbox span
{
	font-size:13px;
}

.panel .panel-title div.check-all div.checkbox input
{
	margin:3px 0px 0px -16px;
}

.panel-collapsible-off .panel-body
{
	display:none;
}

.pagination > li.active
{
	border:1px solid #37424A;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus
{
	color:#37424A;
	background-color: #fafafa;
	font-weight:bold;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus
{
	color: #37424A;
	background-color: #eeeeee;
	border-color: #dddddd;
}

.pagination > li > a,
.pagination > li > span
{
	color: #37424A;
	background-color: #ffffff;
}

.pagination span.more
{
	line-height: 1.42857143;
	display: inline-block;
	padding: 7px 13px;
	position: relative;
	top: -13px;
}

.table > thead > tr > th
{
	background-color:#37424A;
	color:#fff;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
	vertical-align: middle;
}

.tooltip {
	z-index:1020;
}

.tooltip > .tooltip-inner,.tt-suggestion.tt-selectable
{
	font-family:"Open Sans";
}

.tooltip > .tooltip-inner.custom {
	max-width: initial;
}

.modal-content-container-contactform .caret {
	position: relative;
	color: transparent;
}

.modal-content-container-contactform .caret:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top: 7px solid #a6a6a6;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.modal-content-container-contactform .caret:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 0;
	border-top: 4px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.modal-content-container-contactform .bootstrap-select>.dropdown-toggle {
	height: 100%;
	border-radius: 2px;
	border: 1px solid #a6a6a6;
	background: #fff !important;
}

.modal-content-container-contactform .bootstrap-select.btn-group .dropdown-toggle .caret {
	right: 21px;
	margin-top: -7px;
	top: 50%;
}

.modal-content-container-contactform .dropdown-menu {
	max-height: 210px !important;
	max-width: 100%;
	padding: 0px 0;
}

.modal-content-container-contactform .dropdown-toggle:focus {
	outline: 0px !important;
}

.modal-content-container-contactform *:focus {
	outline: 0px !important;
}












					section.meta-area
{
	background-color: #fafafa;
	padding: 20px 0px;
	height: 49px;
	position: relative;
	padding-top: 23px;
}

section.meta-area
{

}

section.meta-area .container
{
	padding-top: 0;
	position: relative;
	top: 5px;
}

section.meta-area .btn
{
	border-radius: 0px;
	border: none;
	background-color: #fafafa;
	padding:5px 8px 1px 8px;
	border-radius:1px;
	position:relative;
}

section.meta-area .btn:active:focus, section.meta-area .btn:active, section.meta-area .btn:focus,section.meta-area .btn:active:focus,section.meta-area .btn.active:focus,section.meta-area .btn.focus,section.meta-area .btn:active.focus,section.meta-area .btn.active.focus {
	box-shadow:none;
	background:none;
}

section.meta-area-mobile .btn:active:focus, section.meta-area-mobile .btn:active, section.meta-area-mobile .btn:focus,section.meta-area-mobile .btn:active:focus,section.meta-area-mobile .btn.active:focus,section.meta-area-mobile .btn.focus,section.meta-area-mobile .btn:active.focus,section.meta-area-mobile .btn.active.focus {
	box-shadow:none;
	background:none;
}

section.meta-area .btn-group.open .dropdown-toggle {
	box-shadow:none;
	background:none;
	color:#FF850D;
}

section.meta-area .btn:active {
	color:#FF850D;
}

section.meta-area button:hover, section.meta-area button:focus, section.meta-area button:active, section.meta-area button:active:focus
{
	border-color: rgba(60,78,76, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(60,78,76,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(60,78,76,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(60,78,76,.6);
	box-shadow:none;
	outline:none;
	border:none;
	background: none;
	color:#FF850D;
}

section.meta-area a:hover
{
	color:#FF850D;
}


section.meta-area .btn i
{
	font-size:20px;
	position:relative;
	display:block;
}

section.meta-area .btn.wishlist, section.meta-area .loginButtonWithModalContainer
{
	position: relative;
	top: 34px;
	right: 71px;
	z-index: 3;
}

section.header
{
	background: #fafafa;
	padding-top: 37px;
	height: 100px;
}

section.header .container
{
	position:relative;
}

section.header .logo
{
	position: absolute;
	left: 15px;
	max-height: 100px;
	top: -56px;
	z-index:100;
}

section.header div.search-wrapper,
section.meta-area-mobile div.search-wrapper
{
	margin-top:-1px;
}

section.header div.search-wrapper, section.header div.cardButtonContainer.cartGridContainer
{
	margin-top: -26px;
	z-index: 100;
	position: relative;
}

section.header div.search-wrapper div.input-group,
section.meta-area-mobile div.search-wrapper div.input-group
{
	width:100%;
}

section.header div.search-wrapper div.input-group input,
section.meta-area-mobile div.search-wrapper div.input-group input
{
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

section.header div.search-wrapper input,
section.meta-area-mobile div.search-wrapper input
{
	padding: 8px 20px 7px;
	font-family: "Open Sans";
	height:41px;
}

section.header div.search-wrapper div.input-group span.input-group-btn,
section.meta-area-mobile div.search-wrapper div.input-group span.input-group-btn
{
	position:absolute;
	right:40px;
	top:5px;
}

section.header div.search-wrapper div.input-group span.input-group-btn button,
section.meta-area-mobile div.search-wrapper div.input-group span.input-group-btn button
{
	background:transparent;
	color:#37424A;
}

section.header div.search-wrapper div.input-group button,
section.meta-area-mobile div.search-wrapper div.input-group button
{
	padding:10px 15px 9px 15px;
}

section.meta-area div.language-switcher
{
	/**display:none;**/
	top: -19px;
	position: absolute;
	right: 9px;
}

div.language-switcher .btn .icon-arrow-down3
{
	margin-left: 2px;
	font-size:10px;
}

section.header .short-cart-information
{
	position: relative;
	float: right;
	width: 48px;
	height: 48px;
	padding: 13px 1px 0 0;
	margin-top: 0px;
	right: 0;
	top: -1px;
	border: none;
	color: #fff;
	text-align: center;
	background-color: #37424A;
}

section.header .short-cart-information i,
section.meta-area-mobile .short-cart-information i
{
	font-size: 20px;
	color: #fff;
	/** Variante 1 **/
	color:#37424A;
	font-size:26px;
}

section.header .short-cart-information i
{
	color: #fff;
	font-size: 22px;
}

section.header .short-cart-information span.quantity-stored-in-cart,
section.meta-area-mobile .short-cart-information span.quantity-stored-in-cart
{
	font-family:"Open Sans";
	display: block;
	right: 1px;
	top: 0px;
	position: absolute;
	color: #fff;
	height: 24px;
	width: 24px;
	border-radius: 13px;
	background: #FF850D;
	/*background: #7A3241;*/
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
	border: 2px solid #fff;
}

section.header span.twitter-typeahead,
section.meta-area-mobile span.twitter-typeahead
{
	width:100%;
	margin-top: 4px;
}

section.header span.twitter-typeahead .spinner-icomoon,
section.meta-area-mobile span.twitter-typeahead .spinner-icomoon
{
	position: absolute;
	right: 10px;
	top: 12px;
	color: #333;
	z-index: 2;
}

section.meta-area-mobile span.twitter-typeahead .spinner-icomoon {
	right: 30px;
}

section.header span.twitter-typeahead .spinner-icomoon
{
	right:40px;
	top:15px;
}

.navbar
{
	min-height:initial;
}

button.navbar-button-mobile,
button.navbar-button-mobile:hover,
button.navbar-button-mobile:active,
button.navbar-button-mobile:focus
{
	border:none;
	background-color:#404D57;
	margin-right:0px;
}

button.navbar-button-mobile i
{
	font-size:16px;
	color:#fff;
	position: relative;
}

button.navbar-button-mobile span
{
	padding-left:4px;
	color:#fff;
}


div.svg-icon
{
	height:20px;
	overflow:hidden;
	margin:auto;
}

.wishlist-icon
{
	width: 25px;
	height: auto;
	display: block;
	margin: -3px auto -1px auto;
}

.btn.btn-default:hover .wishlist-icon
{
	fill:#FF850D;
}

section.header a.short-cart-information, section.meta-area-mobile a.short-cart-information
{
	cursor: pointer;
	text-decoration:none;
}

section.header a.short-cart-information:hover i, section.meta-area-mobile a.short-cart-information:hover i
{
	color: #FF850D;
}

section.meta-area .wishlistLinkButton {
	position: relative;

	width: 56px;
	margin: 0 auto;
}

section.meta-area span[data-view='wishListCount']
{
	font-family: "Open Sans";
	display: block;
	right: 0;
	top: -8px;
	position: absolute;
	color: #fff;
	height: 26px;
	width: 26px;
	border-radius: 13px;
	background: #FF850D;
	text-align: center;
	font-size: 11px;
	border: 2px solid #fff;
	line-height: 22px;
}

section.meta-area-mobile span[data-view='wishListCount'], section.header a.short-cart-information span[data-view='cartCount'], section.meta-area-mobile a.short-cart-information span[data-view='cartCount']
{
	font-family: "Open Sans";
	display: block;
	right: 7px;
	top: -2px;
	position: absolute;
	color: #fff;
	/*height: 26px;*/
	/*width: 26px;*/
	/*border-radius: 13px;*/
	background: #FF850D;
	text-align: center;
	font-size: 11px;
	/*border: 2px solid #fff;*/
	/*line-height: 22px;*/
	height: 27px;
	width: 27px;
	line-height: 27px;
	border-radius: 0;
	border: 0;
}

section.header a.short-cart-information span[data-view='cartCount'], section.meta-area span[data-view='wishListCount']
{

	height: 22px;
	width: 22px;
	line-height: 22px;
	border-radius: 0;
	border: 0;
}

section.header a.short-cart-information span[data-view='cartCount']
{
	right: -10px;
	top: -7px;
}

section.meta-area span[data-view='wishListCount']
{
	right: 0px;
	top: -15px;
}

section.meta-area-mobile span[data-view='wishListCount']
{
	top: -43px;
	right: -33px;
	display: inline-block;
	position: relative;
	height: 22px;
	width: 22px;
	line-height: 22px;
}

section.meta-area-mobile a.short-cart-information span[data-view='cartCount']
{
	right: calc(50% - 38px);
	height: 22px;
	width: 22px;
	line-height: 22px;
}

.customer_mode {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	width: 146px;
	height: 30px;
	padding: 0px;
	margin: 0 10px 10px 0;
	border-radius: 0px;
	cursor: pointer;
	top: -19px;
	right: 83px;
	cursor: pointer;
}
.customer_mode-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.customer_mode-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 14px;
	background:
			#f1f1f1;
	border-radius: 4px;
	border: 1px solid #f1f1f1;
}
.customer_mode-label:before, .customer_mode-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;

}
.customer_mode-label:before {
	content: attr(data-off);
	right: 0px;
	color: #b5b5b5;
	width: 100%;
	padding-right: 10px;
	text-align: right;
}
.customer_mode-label:after {
	content: attr(data-on);
	left: 0px;
	color: #FFFFFF;
	opacity: 0;
	width: 100%;
	padding-left: 10px;
	text-align: left;
}
.customer_mode-input:checked ~ .customer_mode-label {
	background: #ff850d;
	border: 1px solid #ff850d;
}
.customer_mode-input:checked ~ .customer_mode-label:before {
	opacity: 0;
}
.customer_mode-input:checked ~ .customer_mode-label:after {
	opacity: 1;
}
.customer_mode-handle {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 28px;
	height: 26px;
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #f1f1f1;
	box-shadow: 1px 1px 6px rgb(44 44 44 / 2%);
	content: "\ed73";
	font-family: 'icomoon';
	font-size: 50px;
	color:#000 !important;
}

.customer_mode-handle:before {
	font-family: 'icomoon';
	content: "\ed6a";
	color: #b7b7b7;
	font-size: 16px;
	position: absolute;
	top: 1px;
	left: 6px;
}


.customer_mode-input:checked ~ .customer_mode-handle {
	left: 116px;
}

.customer_mode-input:checked ~ .customer_mode-handle:before {
	font-family: 'icomoon';
	content: "\ed6e";
	color: #37424a;
	font-size: 16px;
	position: absolute;
	top: 1px;
	left: 6px;
}

.customer_mode-label, .customer_mode-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.customer-info {
	position: static;
}

.logged-in {
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content: space-between;
}

.logged-in .customer-name {
	 line-height: normal;
}

.message-no-login {
	margin-top: 20px !important;
}

.message-no-login p {
	font-size: 13px;
}

.message-no-login a {
	text-decoration: underline;
	background: none !important;
	font-size: 13px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.message-no-login a::after {
	content: "\edbb";
	font-size: 12px;
	font-family: 'icomoon';
	text-decoration: none !important;
	display: inline-block;
}

#modal-become-customer .modal-dialog {
	width: 775px;
	margin: 5% auto;
}

#modal-become-customer .modal-dialog .tab-content > .tab-pane {
	display: none;
}

#modal-become-customer .modal-dialog .tab-content > .tab-pane.active {
	display: flex;
}

#modal-become-customer .modal-content {
	border-radius: 0px !important;
	border: 1px solid #37424A;
	background: #eeeeee;
}

#modal-become-customer .modal-body {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

#modal-become-customer .modal-content-container {
	border: 0px solid red;
	width: 45%;
	min-height: 360px;
	margin-top: 10px;
	padding: 0px 14px 0px 14px;
}

#modal-become-customer #container-response .modal-content-container {
	width: 100%;
	min-height: 120px;
	margin-top: 20px;
}

#modal-become-customer .modal-content-container p {
	margin-bottom: 15px;
}

#modal-become-customer .modal-content-container-contactform {
	border: 0px solid red;
	width: 50%;
	margin-top: 10px;
	padding: 0px 22px 0px 22px;
}

#modal-become-customer .modal-content-container-contactform-last {
	border: 0px solid red;
	width: 50%;
	margin-top: 10px;
	padding: 0px 22px 0px 22px;
}

#modal-become-customer .modal-content-container-contactform p {
	margin-bottom: 15px;
}

.full-row {
	width: 100% !important;
}

.full-row-after {
	margin-top: 0px !important;
	width: 100% !important;
}

.full-row-after hr {
	border-top: 1px solid #37424a;
	margin-top: 0px;
}

.full-row textarea  {
	height: 5em;
}

.vl {
	border-left: 1px solid #37424A;
	min-height: 300px;
	margin: 20px 0px 20px 0px;
}

#modal-become-customer .modal-header {
	position: absolute;
	border: 0px solid red;
	right: 0;
	z-index: 999;
	padding: 15px 8px 0px 0px;
}

#modal-become-customer .close {
	font-size: 30px;
	line-height: 0 !important;
	color: #b5b5b5 !important;
	opacity: 10;
}

#modal-become-customer .close:hover {
	opacity: 0.8;
}

#modal-become-customer h3 {
	line-height: 140%;
}

#modal-become-customer #container-selection-tab {
	margin-top: 10px;
}

#modal-become-customer .request_access_data_modal {
	position: relative;
	width: 100% !important;
	padding: 10px 12px 9px 12px;
	margin-top: 10px;
	font-size: 15px;
}

#modal-become-customer .request_access_data_modal .spinner-icomoon
{
	left: calc(50% - 8px);
	top: 12px;
	position: absolute;
	font-size: 16px;
	height: 16px;
	width: 16px;
	margin: 0;
}

.modal-content-container .input-lg, .modal-content-container-contactform .input-lg {
	font-size: 14px;
}

#modal-become-customer option {
	font-family: "Open Sans";
	font-size: 13px;
}

.form-contact-form {
	border:0px solid green;
	width: 100%;
	display: flex;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	flex-wrap: wrap;
}

@media (max-width: 768px) {

	#modal-become-customer .modal-content-container-contactform {
		width: 100%;
	}

	#modal-become-customer .modal-dialog {
		width: 98%;
	}

	.vl {
		border-top: 1px solid #37424A;
		max-height: 1px !important;
		min-height: 1px;
		width: 100%;
		margin: 22px 0px 0px 0px;
	}

	#modal-become-customer .modal-content-container {
		min-height: 100px;
		width: 100%;
	}

	#modal-become-customer .modal-body {
		flex-direction: column;
	}



}

@media (max-width: 767px) {
	.customer_mode {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		width: 146px;
		height: 30px;
		padding: 0px;
		margin: 0 10px 10px 0;
		border-radius: 0px;
		cursor: pointer;
		top: 10px;
		right: 0px;
		cursor: pointer;
	}
}

					section.navigation
{
	background:#37424A;
	margin-bottom:0px;
}

section.navigation div.container div.container-space
{
	height:20px;
}

section.navigation div.navbar-collapse
{
	padding:0px;
}

section.navigation ul
{
	margin:0;
	padding:0;
	overflow:auto;
	display: inline;
	/*background:#5c1726;*/
}

section.navigation ul li
{
	float:left;
	display:block;
}

section.navigation ul li a
{
	display: block;
	padding: 17px 25px 13px 25px;
	color:#fff;
	font-size:15px;
	transition-duration: 0.2s;
	text-transform: uppercase;
}

section.navigation ul li a:hover
{
	text-decoration: none;
}

section.navigation ul li.active a,
section.navigation ul li a:hover
{
	background:#404D57;
}

section.navigation ul li a.sale, section.navigation ul li a[href$="cGFnZT0xJmZpbHRlci1zaG93LWlzLXNhbGU9MQ=="] {
	color: #FF850D;
}

.no_user {
	float: right;
}

.no_user a {
	background: #731b36;
}

.no_user a:hover {
	background: #5c1726 !important;
}

.no_user_data a:before {
	content: "\eb47";
	color: #fff;
	font-size: auto;
	font-family: 'icomoon';
	margin-right: 8px;
}

.no_user_data a {
	padding: 15px 25px 15px 13px !important;
}

@media (max-width: 991px) {
	section.navigation ul li a
	{
		padding: 17px 15px 13px 15px;
	}

	.no_user_data a {
		padding: 15px 15px 15px 13px !important;
	}
}

@media (max-width: 767px)
{
	section.navigation
	{
		border:none;
	}

	section.meta-area-mobile div.meta-icons.fixed
	{
		position:fixed;
		z-index:1035;
		top:0;
		width:100%;
	}

	section.navigation.fixed
	{
		position:fixed;
		z-index: 1025;
		top:55px;
		width:100%;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	}

	section.navigation.active
	{
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
		z-index: 1030;
	}

	section.content.fixed
	{
		margin-top:103px;
	}

	section.navigation div.nav-main.navbar-collapse
	{
		border-color:#37424A;
		background:#37424A;
		padding:0px;
		position:absolute;
		width:100%;
		z-index:100;
	}

	section.navigation div.nav-main.navbar-collapse ul
	{

	}

	section.navigation div.nav-main.navbar-collapse ul li
	{
		float: none;
	}

	.no_user {
		float: left;
		width: 100%;
	}

	.no_user a {
		width: 100%;
	}

	.sale
}
					section.footer
{
	width: 100%;
	height: 38px;
	background-color: #37424A;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-family: 'Open Sans';
}

section.footer div.copyright-note
{
	color: #fff;
	font-size: 12px;
	padding-top:11px;
}

section.footer .separator
{
	padding: 0 5px;
}

section.footer .powered-by a {
	color: #999;
}

section.footer-contact
{
	background-color:#404D57;
	padding: 40px 0 15px 0;
	position: absolute;
	bottom:38px;
	width: 100%;
	font-family: 'Open Sans';
}

section.footer-contact div.row > div[class^="col-"]
{
	padding-left:50px;
}

section.footer-contact ul.list-with-icon li:before
{
	content: "\edba";
	color: #7a3241;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	padding-right: 5px;
}

section.footer-contact ul.list-with-icon li
{
	padding: 10px 0;
	font-weight: 400;
}

section.footer-contact .container, section.footer-contact .container a
{
	color:#fff;
}

section.footer-contact .footer_title
{
	color: #fff;
	font-size: 20px;
	font-family: 'Open Sans';
	text-transform: uppercase;
	margin-bottom: 30px;
}

section.footer-contact .footer_text
{
	line-height: 30px;
	font-weight: 400;
}

section.footer-contact .footer-logo
{
	width:110px;
	max-width:110px;
}

section.footer-contact .container ul
{
	list-style-type: none;
	padding:0;
	margin:0;

}

@media (max-width:370px)
{
	section.footer div.copyright-note
	{
		font-size: 11px;
	}
}

					.typeahead {
	background-color: #fff;
}

.tt-hint {
	color: #999
}

.tt-dataset
{
	border-bottom:2px solid #ccc;
	padding:15px;
}

.tt-dataset h3 {
	margin: 5px 0px;
	padding: 10px 5px;
	background: #37424A;
	color: #fff;
}

.tt-menu {
	z-index:10000;
	width: 100%;
	margin-top: 0px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	max-height: 300px;
	overflow-y:auto;
}

span.tt-suggestions
{
	padding:0;
	margin:0;
}

.tt-suggestion
{
	padding: 3px 20px;
	margin:0;
	cursor: pointer;
}

.tt-suggestion + .tt-suggestion {
	border-top: 1px solid #eaeaea;
}

.tt-suggestions .repo-language {
	float: right;
	font-style: italic;
}

.tt-suggestions .repo-name {
	font-weight: bold;
}

.tt-suggestions .repo-description {
	margin: 0;
}

.twitter-typeahead .tt-suggestion:hover,
.twitter-typeahead .tt-suggestion.tt-cursor {
	background:#eee;
}

.typeaheadMoreContainer {
	display: block;
	text-align: center;
	padding: 5px;
}
					.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(/assets/files/img/app/general/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(/assets/files/img/app/general/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(/assets/files/img/app/general/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(/assets/files/img/app/general/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(/assets/files/img/app/general/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(/assets/files/img/app/general/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(/assets/files/img/app/general/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(/assets/files/img/app/general/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(/assets/files/img/app/general/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(/assets/files/img/app/general/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(/assets/files/img/app/general/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(/assets/files/img/app/general/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(/assets/files/img/app/general/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(/assets/files/img/app/general/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(/assets/files/img/app/general/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(/assets/files/img/app/general/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(/assets/files/img/app/general/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(/assets/files/img/app/general/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(/assets/files/img/app/general/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(/assets/files/img/app/general/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(/assets/files/img/app/general/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(/assets/files/img/app/general/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(/assets/files/img/app/general/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(/assets/files/img/app/general/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(/assets/files/img/app/general/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(/assets/files/img/app/general/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(/assets/files/img/app/general/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(/assets/files/img/app/general/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(/assets/files/img/app/general/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(/assets/files/img/app/general/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(/assets/files/img/app/general/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(/assets/files/img/app/general/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(/assets/files/img/app/general/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(/assets/files/img/app/general/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(/assets/files/img/app/general/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(/assets/files/img/app/general/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(/assets/files/img/app/general/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(/assets/files/img/app/general/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(/assets/files/img/app/general/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(/assets/files/img/app/general/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(/assets/files/img/app/general/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(/assets/files/img/app/general/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(/assets/files/img/app/general/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(/assets/files/img/app/general/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(/assets/files/img/app/general/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(/assets/files/img/app/general/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(/assets/files/img/app/general/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(/assets/files/img/app/general/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(/assets/files/img/app/general/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(/assets/files/img/app/general/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(/assets/files/img/app/general/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(/assets/files/img/app/general/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(/assets/files/img/app/general/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(/assets/files/img/app/general/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(/assets/files/img/app/general/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(/assets/files/img/app/general/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(/assets/files/img/app/general/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(/assets/files/img/app/general/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(/assets/files/img/app/general/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(/assets/files/img/app/general/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(/assets/files/img/app/general/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(/assets/files/img/app/general/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(/assets/files/img/app/general/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(/assets/files/img/app/general/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(/assets/files/img/app/general/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(/assets/files/img/app/general/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(/assets/files/img/app/general/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(/assets/files/img/app/general/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(/assets/files/img/app/general/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(/assets/files/img/app/general/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(/assets/files/img/app/general/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(/assets/files/img/app/general/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(/assets/files/img/app/general/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(/assets/files/img/app/general/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(/assets/files/img/app/general/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(/assets/files/img/app/general/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(/assets/files/img/app/general/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gb.svg);
}
.flag-icon-en {
  background-image: url(/assets/files/img/app/general/flags/4x3/gb.svg);
}
.flag-icon-en.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(/assets/files/img/app/general/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(/assets/files/img/app/general/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(/assets/files/img/app/general/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(/assets/files/img/app/general/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(/assets/files/img/app/general/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(/assets/files/img/app/general/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(/assets/files/img/app/general/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(/assets/files/img/app/general/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(/assets/files/img/app/general/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(/assets/files/img/app/general/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(/assets/files/img/app/general/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(/assets/files/img/app/general/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(/assets/files/img/app/general/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(/assets/files/img/app/general/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(/assets/files/img/app/general/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(/assets/files/img/app/general/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(/assets/files/img/app/general/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(/assets/files/img/app/general/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(/assets/files/img/app/general/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(/assets/files/img/app/general/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(/assets/files/img/app/general/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(/assets/files/img/app/general/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(/assets/files/img/app/general/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(/assets/files/img/app/general/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(/assets/files/img/app/general/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(/assets/files/img/app/general/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(/assets/files/img/app/general/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(/assets/files/img/app/general/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(/assets/files/img/app/general/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(/assets/files/img/app/general/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(/assets/files/img/app/general/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(/assets/files/img/app/general/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(/assets/files/img/app/general/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(/assets/files/img/app/general/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(/assets/files/img/app/general/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(/assets/files/img/app/general/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(/assets/files/img/app/general/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(/assets/files/img/app/general/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(/assets/files/img/app/general/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(/assets/files/img/app/general/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(/assets/files/img/app/general/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(/assets/files/img/app/general/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(/assets/files/img/app/general/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(/assets/files/img/app/general/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(/assets/files/img/app/general/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(/assets/files/img/app/general/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(/assets/files/img/app/general/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(/assets/files/img/app/general/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(/assets/files/img/app/general/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(/assets/files/img/app/general/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(/assets/files/img/app/general/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(/assets/files/img/app/general/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(/assets/files/img/app/general/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(/assets/files/img/app/general/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(/assets/files/img/app/general/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(/assets/files/img/app/general/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(/assets/files/img/app/general/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(/assets/files/img/app/general/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(/assets/files/img/app/general/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(/assets/files/img/app/general/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(/assets/files/img/app/general/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(/assets/files/img/app/general/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(/assets/files/img/app/general/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(/assets/files/img/app/general/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(/assets/files/img/app/general/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(/assets/files/img/app/general/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(/assets/files/img/app/general/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(/assets/files/img/app/general/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(/assets/files/img/app/general/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(/assets/files/img/app/general/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(/assets/files/img/app/general/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(/assets/files/img/app/general/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(/assets/files/img/app/general/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(/assets/files/img/app/general/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(/assets/files/img/app/general/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(/assets/files/img/app/general/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(/assets/files/img/app/general/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(/assets/files/img/app/general/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(/assets/files/img/app/general/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(/assets/files/img/app/general/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(/assets/files/img/app/general/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(/assets/files/img/app/general/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(/assets/files/img/app/general/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(/assets/files/img/app/general/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(/assets/files/img/app/general/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(/assets/files/img/app/general/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(/assets/files/img/app/general/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(/assets/files/img/app/general/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(/assets/files/img/app/general/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(/assets/files/img/app/general/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(/assets/files/img/app/general/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(/assets/files/img/app/general/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(/assets/files/img/app/general/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(/assets/files/img/app/general/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(/assets/files/img/app/general/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(/assets/files/img/app/general/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(/assets/files/img/app/general/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(/assets/files/img/app/general/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(/assets/files/img/app/general/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(/assets/files/img/app/general/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(/assets/files/img/app/general/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(/assets/files/img/app/general/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(/assets/files/img/app/general/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(/assets/files/img/app/general/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(/assets/files/img/app/general/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(/assets/files/img/app/general/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(/assets/files/img/app/general/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(/assets/files/img/app/general/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(/assets/files/img/app/general/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(/assets/files/img/app/general/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(/assets/files/img/app/general/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(/assets/files/img/app/general/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(/assets/files/img/app/general/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(/assets/files/img/app/general/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(/assets/files/img/app/general/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(/assets/files/img/app/general/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(/assets/files/img/app/general/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(/assets/files/img/app/general/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(/assets/files/img/app/general/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(/assets/files/img/app/general/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(/assets/files/img/app/general/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(/assets/files/img/app/general/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(/assets/files/img/app/general/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(/assets/files/img/app/general/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(/assets/files/img/app/general/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(/assets/files/img/app/general/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(/assets/files/img/app/general/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(/assets/files/img/app/general/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(/assets/files/img/app/general/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(/assets/files/img/app/general/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(/assets/files/img/app/general/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(/assets/files/img/app/general/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(/assets/files/img/app/general/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(/assets/files/img/app/general/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(/assets/files/img/app/general/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(/assets/files/img/app/general/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(/assets/files/img/app/general/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(/assets/files/img/app/general/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(/assets/files/img/app/general/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(/assets/files/img/app/general/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(/assets/files/img/app/general/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(/assets/files/img/app/general/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(/assets/files/img/app/general/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(/assets/files/img/app/general/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(/assets/files/img/app/general/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(/assets/files/img/app/general/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(/assets/files/img/app/general/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(/assets/files/img/app/general/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(/assets/files/img/app/general/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(/assets/files/img/app/general/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(/assets/files/img/app/general/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(/assets/files/img/app/general/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(/assets/files/img/app/general/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(/assets/files/img/app/general/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(/assets/files/img/app/general/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(/assets/files/img/app/general/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(/assets/files/img/app/general/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(/assets/files/img/app/general/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(/assets/files/img/app/general/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(/assets/files/img/app/general/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(/assets/files/img/app/general/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(/assets/files/img/app/general/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(/assets/files/img/app/general/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(/assets/files/img/app/general/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(/assets/files/img/app/general/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(/assets/files/img/app/general/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(/assets/files/img/app/general/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(/assets/files/img/app/general/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(/assets/files/img/app/general/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(/assets/files/img/app/general/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(/assets/files/img/app/general/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(/assets/files/img/app/general/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/zw.svg);
}
.flag-icon-eu {
  background-image: url(/assets/files/img/app/general/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(/assets/files/img/app/general/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gb-eng.svg);
}
.flag-icon-gb-sct {
  background-image: url(/assets/files/img/app/general/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(/assets/files/img/app/general/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(/assets/files/img/app/general/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(/assets/files/img/app/general/flags/1x1/un.svg);
}

					.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
					[data-view=cart] {
  position: relative;
}
[data-view=cart] .mobileCartQuantityAndPriceInfo {
  margin-top: 10px;
}
[data-view=cart] .availabilityContainer {
  overflow: hidden;
}

.cart-overview .cartlistHeader {
  background-color: #fafafa;
  margin-top: 15px;
  margin-bottom: 30px;
}
.cart-overview .cartlistHeader div {
  padding: 10px 15px;
}
.cart-overview .cartlistHeader div:not(:first-of-type) {
  border-left: 2px solid #eee;
}
.cart-overview .cartlistContent [data-view=cartRow] {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.cart-overview .cartlistContent [data-view=cartRow]:last-of-type {
  border: none;
}
.cart-overview .cartlistContent [data-view=cartRow] .cartCostsContainer [data-view=variant-price] {
  display: inline-block;
  float: right;
}
.cart-overview .cartlistContent [data-view=cartRow] .cartCostsContainer [data-view=variant-value-price] {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  text-decoration: line-through;
}
.cart-overview .cartlistContent [data-view=cartRow] .cartCostsContainer .priceContainer .spinner-icomoon {
  height: 15px;
  font-size: 15px;
}
.cart-overview .cartlistContent .cart-item-description {
  font-size: 13px;
}
.cart-overview .cartlistContent .cart-item-single-price {
  margin-top: 42px;
}
.cart-overview .cartlistContent .cart-item-quantity {
  margin-top: 35px;
}
.cart-overview .cartlistContent .cart-item-price {
  margin-top: 42px;
}
.cart-overview .cartlistContent .cart-item-price-not-logged-in {
  margin-top: 42px;
}
.cart-overview .cartlistContent .btn-link {
  border: none;
  padding: 0;
  float: right;
  font-size: 13px;
  color: #7a3040;
}
.cart-overview .cartlistContent .btn-link:hover, .cart-overview .cartlistContent .btn-link:focus {
  color: #7a3040;
}
.cart-overview .cartlistFooter {
  margin-bottom: 15px;
}
.cart-overview .cartlistFooter .total-price {
  margin-top: 10px;
  background-color: #404D57;
  border: 1px solid #37424A;
  color: #fff;
  padding: 15px 0;
}
.cart-overview .cartlistFooter .shipping-costs {
  background-color: #eee;
  padding: 10px 0;
  margin: 5px -15px;
}
.cart-overview .cartlistFooter .sum-price, .cart-overview .cartlistFooter .shipping-price {
  padding-right: 15px;
}

.shippingInfo {
  padding-right: 15px;
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 12px;
}
.shippingInfo a {
  text-decoration: underline;
}

.vat-info {
  font-size: 12px;
}

.flexEqualDistribution {
  display: flex;
  align-items: center;
  margin-top: -15px;
}
.flexEqualDistribution > * {
  margin: 15px;
}

@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cartTotalCostsContainer {
  padding-right: 30px;
}

.checkoutCartQuantity {
  position: relative;
}
.checkoutCartQuantity .updateCartButton {
  position: absolute;
  width: 100%;
  text-align: center;
}
.checkoutCartQuantity .updateCartButton .btn {
  width: 100%;
  background: #ccc;
}
.checkoutCartQuantity .updateCartButton .activeCart {
  display: none;
}
.checkoutCartQuantity .updateCartButton .spinner-icomoon {
  color: white;
  top: 6px;
}

/*# sourceMappingURL=cart.css.map */

					