@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: "Open Sans";
}

.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: "Open Sans";
	src: url("/assets/fonts/open-sans/OpenSans-Regular.ttf") format("truetype"),
		 url("/assets/fonts/open-sans/OpenSans-Regular.woff") format("woff");
	font-weight:normal;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url("/assets/fonts/open-sans/OpenSans-Bold.ttf") format("truetype"),
		 url("/assets/fonts/open-sans/OpenSans-Bold.woff") format("woff");
	font-weight:bold;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url("/assets/fonts/open-sans/OpenSans-ExtraBold.ttf") format("truetype"),
		 url("/assets/fonts/open-sans/OpenSans-ExtraBold.woff") format("woff");
	font-weight:900;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url("/assets/fonts/open-sans/OpenSans-Semibold.ttf") format("truetype"),
		 url("/assets/fonts/open-sans/OpenSans-Semibold.woff") format("woff");
	font-weight:300;
	font-style: normal;
}
					@font-face {
	font-family: 'icomoon';
	src:url('/assets/fonts/icomoon/icomoon.eot?-xo02vw');
	src:url('/assets/fonts/icomoon/icomoon.eot') format('embedded-opentype'),
		url('/assets/fonts/icomoon/icomoon.ttf') format('truetype'),
		url('/assets/fonts/icomoon/icomoon.woff') format('woff'),
		url('/assets/fonts/icomoon/icomoon.svg') 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: "UniSans";
	src: url("/assets/fonts/unisans/Uni%20Sans%20Bold.otf") format("opentype"),
		 url("/assets/fonts/unisans/Uni%20Sans%20Bold.woff") format("woff");
	font-weight:bold;
	font-style: normal;
}

@font-face {
	font-family: "UniSansBook";
	src: url("/assets/fonts/unisans/Uni%20Sans%20Book.otf") format("opentype"),
		 url("/assets/fonts/unisans/Uni%20Sans%20Book.woff") format("woff");
	font-weight:normal;
	font-style: normal;
}

@font-face {
	font-family: "UniSansBook";
	src: url("/assets/fonts/unisans/Uni%20Sans%20BookItalic.otf") format("opentype"),
		 url("/assets/fonts/unisans/Uni%20Sans%20BookItalic.woff") format("woff");
	font-weight:normal;
	font-style:italic;
}

@font-face {
	font-family: "UniSans";
	src: url("/assets/fonts/unisans/Uni%20Sans%20Regular.otf") format("opentype"),
		 url("/assets/fonts/unisans/Uni%20Sans%20Regular.woff") format("woff");
	font-weight:400;
	font-style: normal;
}

@font-face {
	font-family: "UniSans";
	src: url("/assets/fonts/unisans/Uni%20Sans%20Light.otf") format("opentype"),
		 url("/assets/fonts/unisans/Uni%20Sans%20Light.woff") format("woff");
	font-weight:300;
	font-style: normal;
}

@font-face {
	font-family: "UniSans";
	src: url("/assets/fonts/unisans/Uni%20Sans%20RegularItalic.otf") format("opentype"),
		 url("/assets/fonts/unisans/Uni%20Sans%20RegularItalic.woff") format("woff");
	font-weight:normal;
	font-style: italic;
}
					/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fonts/fontawesome/webfonts/fa-brands-400.eot);src:url(/assets/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/assets/fonts/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/assets/fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}
					/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
					/* RIST */
html {
	position: relative;
	min-height: 100%;
}
body
{
	font-family: "Open Sans";
	color:#424a68;
	padding-bottom:330px;
}

a
{
	color:#4c4c4c;
}

a:hover
{
	color:#3e3e3e;
}

div.container
{
	max-width:1120px;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
{
	div.container
	{
		width:100%;
	}
}

ul
{
	list-style-type: none;
	padding:0;
	margin:0;
}

ul#disclaimer {
	list-style-type: disc;
	padding-left: 20px;
}

h1,h2,h3,h4,h5,h6
{
	font-family: UniSans;
}

h1
{
	font-size:2.9rem;
	color:#ff7e40;
	font-weight:normal;
}

h2
{
	font-size:2.1rem;
	color:#ff7e40;
	font-weight:normal;
}

h3
{
	font-size:2.2rem;
}

@-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);
	}
}

ul.breadcrumb
{
	border-radius: 0px;
	background:#fff;
	padding:18px 15px 8px 0px;
}

section.content
{
	padding-bottom:20px;
}

.btn-rist
{
	color:#fff;
	background-color:#424b68;
	border-color:#343d58;
}

.btn-rist:hover,
.btn-rist:focus,
.btn-rist.active
{
	background-color:#343d58;
	border-color:#202840;
	color:#fff;
}

.btn-rist.active
{
	font-weight:600;
}

section.landing-page-slider .owl-controls i[class^="slider-carousel-button"] {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 30px;
	height: 31px;
	position: absolute;
	top: 45%;
	width: 17px;
}

section.landing-page-slider .owl-controls i.slider-carousel-button-left
{
	left:0;
	background-image:url(/assets/layout/carousel-button-left-orange.png);
}

section.landing-page-slider .owl-controls i.slider-carousel-button-right
{
	right:0;
	background-image:url(/assets/layout/carousel-button-right-orange.png);
}

.pagination>li>a, .pagination>li>span {
	/*position: relative;*/
	/*float: left;*/
	/*padding: 6px 12px;*/
	/*margin-left: -1px;*/
	/*line-height: 1.42857143;*/
	color: #424a68;
	/*text-decoration: none;*/
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: #424a68;
	cursor: default;
	background-color: #ff7e40;
	border-color: #ff7e40;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #424a68;
	background-color: #f1f1f5;
	border-color: #ddd;
}

@media (max-width: 992px) {
	body {
		padding-bottom:0px;
	}
}

@media (max-width: 991px) {
	h3
	{
		font-size:1.9rem;
	}
}

@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}
					.static-content h1 {
	color:#ff7e40;
}

.static-content h3 {
	color:#424a68;
	margin-top:30px;
}

.static-content p {
	text-align:justify;
}

.static-content .static-row-box {
	margin:0;
	margin:30px 0px;
	padding:0px;
}

.static-content .staticcontent_box {
	text-align:justify;
}

.static-content .staticcontent_box ul {
}

.static-content .staticcontent_box ul li{
	margin:10px 0px;
}

.static-content .static-row-box:before {
	content:"";
	display:block;
	height:1px;
	margin:5px 0px;
	width:100%;
	background:#eee;
}

.static-content .static-row-box:after {
	content:"";
	display:block;
	height:1px;
	margin:5px 0px;
	width:100%;
	background:#eee;
}

/* STANDORTE */

.standort-box {
	padding:10px 10px 5px 10px;
	/*background:#f9f9f9;*/
	margin:20px 0px;
	border:1px solid #dddde7;
}

#places_map {
	height:500px;
	width:100%;
}

#places_map .markerNotice {
	padding: 8px 15px;
	margin-bottom:10px;
	max-width:400px;
}
#places_map .markerNotice a {
	color: #333;
	text-decoration: none;
}

#places_map .markerNotice h4 {
	margin-top:0;
}
#places_map .markerNotice img {
	max-width:100%;
	height:auto;
}

.standort-box .headline {
	font-size:18px;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
	font-weight:700;
	background:#424b68;
	color:#fff;
}

.standort-box p {
	margin:0px 0px;
	padding:0px;
}

.standort-box p a {
	display:inline-block;
}

.standort-box .contact-infos .contact-infos-box {
	text-align:center;
}

.standort-box .oeffnungszeitenBox {
	text-align:center;
	font-size:16px;
	padding:10px;
	margin:10px 0px 10px 0px;
}

.standort-box .oeffnungszeitenBox:before {
	content:"";
	display:block;
	width:150px;
	height:1px;
	background:#ff7e40;
	margin:0 auto 10px auto;
}

.standort-box .oeffnungszeitenBox:after {
	content:"";
	display:block;
	width:150px;
	height:1px;
	background:#ff7e40;
	margin:10px auto 0 auto;
}




.standort-box .info-txt {
	text-align:center;
}

.standort-box .img-container {
	padding-left:0px;
}

.standort-box .img-container a {
	display:block;
}

.standort-box .img-container .img-box{
	display:inline-block;
	height:200px;
	width:100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.standort-box .img-container .img-box:hover {
	-webkit-box-shadow: 0px 3px 15px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 3px 15px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 3px 15px -4px rgba(0, 0, 0, 0.75);
}



.standort-box .img-container img {
	margin:0 auto;
	position:relative;
	top:50%;
	transform: translateY(-50%);
	max-height:120px;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.standort-box .img-container a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.moreInfo-box {
	padding:0px;
}

.moreInfo-box .moreInfo-box-open {
	text-align:center;
	cursor:pointer;
	padding:8px;
	background:#dddde7;
	color:#434b69;
	margin:5px 0px 5px 0px;
}
.moreInfo-box .moreInfo-box-open span {
	display:inline-block;
	margin-left:10px;
	font-size:12px;
}

.moreInfo-box .moreInfo-box-open:hover {
	background:#ff7e41;
}


.moreInfo-box .moreInfo-box-content {
	border:0px solid red;
	padding:10px;
}



@media (max-width: 992px) {
	.standort-box .contact-infos {
		margin-top:10px;
	}
	.standort-box .oeffnungszeitenBox {
		border-left:0px;
		border-right:0px;
	}

	.standort-box .oeffnungszeitenBox span {
		display:block;
	}

	.standort-box .img-container {
		margin:10px 0px;
	}
	.standort-box .img-container a {
		margin:0px auto;
	}
	.standort-box .img-container {
		padding-left:15px;
	}
	.standort-box {
		padding:10px 10px 10px 10px;
	}
	.moreInfo-box .moreInfo-box-open {
		margin:10px 0px 0px 0px;
	}
}


/* CMS - CONTENT */
.cms-content {
	margin:20px 0px;
}

.cms-content p {
}

.container-cms ol {
	counter-reset:item;
}

.container-cms ol li {
	list-style-type:none;
}

.container-cms ol > li {
	counter-increment: item;
	margin:5px 0px;
	display:inline-block;
}

.container-cms ol > li:before {
	content:counters(item, ".") ". ";
	display:inline-block;
	padding-right:0.6em;
	font-weight:700;
	float:left;
}

.container-cms li ol > li:before {
	content:counters(item, ".") " ";
	display:inline-block;
}


.container-cms ol {
	padding-left:0px;
}

.container-cms ol li > ol{
	padding-left:10px;
}

.container-cms .mainitem {
	display:inline-block;
	font-weight:700;
}


/*.container-cms ol > li {*/
	/*font-weight:700;*/
/*}*/

/*.container-cms ol li > ol li {*/
	/*font-weight:100;*/
/*}*/


.container-cms h3 {
	margin:30px 0px 10px 0px;
}

.container-cms p {

}

.container-cms ul {
	list-style-type:disc;
	padding-left:20px;
}

.container-cms ul li {
	margin-bottom:7px;
}

.container-cms  a {
	display:inline-block;

}
.container-cms  a:hover {
	color:#ff7e40;
	/*text-decoration:none;*/
}

@media (max-width: 400px) {
	.container-cms h1 {
		font-size:18px;
		text-align:center;
	}
}

.container-cms .tinymc-vorlage-boxenlayout {
	margin-top:30px;
}

.container-cms .tinymc-vorlage-boxenlayout img {
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}

.cart-overview h3 {
	margin-top:0 !important;
	font-family: Open Sans;
}

.cart-overview .includedInDiscount {
	display:inline-block;
}

/* Staffelrabatt */
.product-list-item .img-staffelrabatt {
	display: inline-block;
	margin: 0 5px;
}

.staffelrabatt-price,
.staffelrabatt-icon-text{
	display: inline-block !important;
}
.staffelrabatt-price{
	width: 40%;
}
.staffelrabatt-icon-text{
	width: 58%;
}

span.staffelrabatt-icon-text {
	text-align: right;
}

div.staffelrabatt-icon-text {
	margin-left: 10px;
	margin-bottom: 10px;
}

.staffelrabatt-icon-text {
	color: #4c4c4c;
	text-decoration: underline;
}

.staffelrabatt-price {
	text-align: center;
}

#tooltip-staffelrabatte {
	background-color: white;
	padding-top: 10px !important;
	box-shadow: 0 4px 6px rgba(0,0,0,.2),0 1px 3px rgba(0,0,0,.08);
	z-index:100;
}

#tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-txt h4 {
	padding-top: 0px !important;
}
#tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-txt h4:before {
	display: none !important;
}

.staffelrabatt-icon-text:before{
	content:url("/assets/files/img/icons/icon-percent-small.png");
	top: 4px;
	position: relative;
	right: 5px;
}

.variants-responsive-container.productVariantRow img.icon-staffelrabatt-standalone {
	padding-right: 5px;
	padding-bottom: 3px;
}

@media (max-width: 991px) {
	span.staffelrabatt-price,
	span.staffelrabatt-icon-text {
		display: inline-block !important;
		text-align: center;
	}

	.cc-window , .cc-window .cc-message {
		font-size:14px;
	}
}

@media (max-width: 639px) {
	.cc-window .cc-message {
		font-size:12px;
	}
	.cc-window
	{
		font-size: 13px !important;
		line-height: 1.3em !important;
		margin: 0 !important;
		padding: 10px 13px !important;
	}
}

.owl-theme.touchScreen .owl-nav [class*='owl-']
{
	opacity: 1;
	color: #424b68;
	background: rgba(255, 255, 255, 0.5);
}

.cc-btn {
	color: white !important;
}
					.btn-ristv2 {
	padding:10px 15px;
	background:#ff7e40;
	color:#fff;
	border-color:transparent;
	font-size:18px;
}

.btn-ristv2 .icon-arrow-left3 {
	font-size:14px;
	margin-right:5px;
}

.btn-ristv2 .icon-arrow-right3 {
	font-size:14px;
	margin-left:5px;
}

.btn-ristv2:hover {
	 color:#ff7e40;
	 background:#424b68;
 }

.modal-content .btn-info {
	color:#fff;
	background:#424b68;
	border-color:transparent;
}

.modal-content .btn-info:hover {
	color:#ff7e40;
}

.modal-content .btn-ok {
	background:#ff7e40;
	color:#fff;
	border-color:transparent;
}

.modal-content .btn-ok:hover {
	background:#424b68;

}

.required-field-star {
	color:red !important;
	display:inline-block;
}

					/* RIST */

a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

section.top-line{
	background:#424b68;
	height:28px;
	width:100%;
}

section.top-line .top-tele-box {
	display:inline-block;
	color:#fff;
	float:right;
	margin-right:20px;
	font-size:12px;
}

section.top-line .top-tele-box i {
	display:inline-block;
	margin-right:3px;
	font-weight:200;
}

section.top-line .top-tele-box div {
	display:inline-block;
	font-weight:600;
}

section.top-line .top-tele-box div a {
	color:#fff;
	display:inline-block;
	padding:5px;
	font-weight:300;
}

section.top-line .language-switcher {
	float:right;
	background:none;
	color:#fff;
}

section.top-line .language-switcher .dropdown-toggle {
	background:transparent;
	color:#fff;
	border:0px;
	font-size:12px;
	margin-top:0px;
	outline:none;
	padding:5px 8px 6px 8px;
	user-focus: none;
	border-color:transparent;
}

section.top-line .language-switcher .dropdown-toggle .language-icon {
	font-size:10px;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	color:#fff;
	background:#252a3b;
	border-color:transparent;
}

section.header
{
	height:85px;
	background:#dddde7;
	/*border-top:1px solid #b6b9c7;*/
	/*border-bottom:1px solid #f6f6f9;*/
	position:relative;
}

section.header div.container
{
	position: relative;
	height:100%;
}

section.header .logo-box {
	z-index:2;
}

#logo
{
	display:inline-block;
	margin-top:10px;
}
#logo:focus, #logo:hover {
	outline:none;
	border:0;
}

#logo img {
	position:relative;
	left:-10px;
	top:3px;
}



#nav-language
{
	margin-top:3px;
	height:11px;
}

#nav-header
{
	position:relative;
	margin-top:5px;
}

#nav-language,
#nav-header
{
	float: right;
	vertical-align: top;
}

#nav-language li,
#nav-header li
{
	display: inline-block;
	vertical-align: top;
}

#nav-header li
{
	min-height:20px;
}

#nav-header li a {
	color:#424b68;
	cursor:pointer;
	text-decoration:none;
}

#nav-header li a i {
	position:relative;
	/*color:#ff7e40;*/
}

#nav-header li a:focus i ,#nav-header li a:active i {
text-decoration: none;
}


#nav-header li a:hover i {
	/*color:#252a3b;*/
	color:#ff7e40;
	text-decoration:none;
}

#nav-header li a:hover {
	text-decoration:none;
}
#nav-header li a i {
	display:block;
	font-size:20px;
}



.numberofProducts {
	display:inline-block;
	position:absolute;
	right:8px;
	top:-16px;
	font-size:14px;
	background:#ff7e40;
	color:#fff;
	width:25px;
	height:25px;
	line-height:27px;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.numberofProducts span {
	line-height:25px !important;
	text-align:center !important;
	padding-top:0 !important;
	font-size:12px;
	position:relative;
	left:0px;
	top:-2px;
}

@media (max-width: 992px) {
	.numberofProducts {
		top:10px;
		right:-5px;
	}
}

#nav-language a
{
	display: block;
	height:11px;
	width:19px;
	background-repeat:no-repeat;
	background-position: 0% 0%;
	background-color:transparent;
}

#nav-language a[href$="de"]
{
	background-image: url(/assets/files/img/icons/flag_deu.gif);
}

#nav-language a[href$="en"]
{
	background-image: url(/assets/files/img/icons/flag_eng.gif);
}

#nav-language a[href$="hu"]
{
	background-image: url(/assets/files/img/icons/flag_it.gif);
}

#nav-language a[href$="pl"]
{
	background-image: url(/assets/files/img/icons/flag_pl.gif);
}

#nav-language a[href$="hr"]
{
	background-image: url(/assets/files/img/icons/flag_kr.gif);
}


#nav-header li.contact
{
	background:transparent url(/assets/files/img/layout/ccntact-phone.jpg) no-repeat 0% 20%;
	font-weight: 700;
	padding-left:25px;
	color:#4c4c4c;
	font-size:13px;
	font-size:1.3rem;
	padding-top:2px;
}

#nav-header li:not(:last-child)
{
	padding-right:18px;
}

#nav-header a
{
	font-size:12px;
	font-weight:600;
}

#nav-header a.active
{
	font-weight:bold;
}

section.header .btn-search
{
	color: #fff;
	background-color: #424b68;
	border-color: #424b68;
	border-radius: 0px !important;
	margin-top:-4px;
}

section.header .form-control
{
	border-radius:0px;
	border-color:#fff;
	box-shadow: none;
}

section.header input.app-typeahead
{
	height:34px;
}

section.header .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	height:34px;
}

section.header .btn-search i {
	font-size:14px;
	position:relative;
	top:2px;
}

div.toolbox
{
	margin-top:18px;
}

.search_box_main {
	width:50%;
	float:left;
}
.search_box_main .input-group {
	position:relative;
	margin-top:7px;
	width:300px;
	float:right;
}

.search_box_main .twitter-typeahead {
	display:block !important;
	float:right;
	width:300px;
}

.search_box_main .form-control {
	border:1px solid red;
	width:100%;
}

.search_box_main form input:focus {
	border:1px solid #424b68;
}

.search_box_main .btn-customer {
	background:#434b69;
}

.search_box_main .btn-customer:hover {
	background:#ff7e41;
}

.search_box_main .btn-customer i {
	display:inline-block;
	color:#fff;
	position:relative;
	top:1px;
}

.toolbox_btns_main {
	border:0px solid red;
	width:50%;
	float:left;
}

.toolbox_btns_main a {
	display:block;
	border:0px solid blue;
	text-align:center;
	font-size:16px;
}

.toolbox_btns_main a i {
	display:block;
}

.toolbox_btns_main a span {
	display:inline-block;
	padding-top:5px;
}

.loginButtonWithModalContainer {
	/*border:1px solid red;*/
}

.loginButtonWithModalContainer .customer-login {
	border:0px;
	background:transparent !important;
	outline:none;
	border-color:transparent !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color:#424b68;
	padding:0px !important;
}

.loginButtonWithModalContainer .customer-login:focus, .loginButtonWithModalContainer .customer-login:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color:#ff7e40;
}

.loginButtonWithModalContainer .customer-login i {
	display:block;
	font-size:20px;
	/*color:#ff7e41;*/
}

.loginButtonWithModalContainer .customer-login span {
	font-size:12px;
	font-weight:600;
	margin-top:5px;
	display:inline-block;
}

.loginButtonWithModalContainer a.customer-login span {
	margin-top:0;
}

.loginButtonWithModalContainer .customer-login:hover i {
	color:#ff7e41;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.loginButtonWithModalContainer .loginModal {
	position:absolute;
	top:57px;
	z-index:10;
	right:-1px;
	width:300px;
}

.loginButtonWithModalContainer .loginModal .login {
	-webkit-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.9);
}

.loginButtonWithModalContainer .loginModal .login .panel-login {
	border:0;
}

.loginButtonWithModalContainer .loginModal  .panel-title  {
	padding:0px;
}

.loginButtonWithModalContainer .loginModal  .panel-title h3 {
	margin:0px;
	padding:10px;
	background:#eee;
}

.loginButtonWithModalContainer .loginModal  .panel-title span {
	font-size: 14px;
	background-color: #f3f3f3;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 4px 2px 3px;
}

.loginButtonWithModalContainer .loginModal .icon-arrow-up5 {
	font-size: 48px;
	color:#eee;
	pointer-events: none;
	position:absolute;
	left:70px;
	height:1px;
	top:-28px;
}

.loginButtonWithModalContainer .loginModal .login .panel-login input {
	border:1px solid #ccc;
}

.loginButtonWithModalContainer .loginModal .login .panel-login .input-group-addon {
	border-radius:0px;
}

.loginButtonWithModalContainer .loginModal .login .panel-login .loginButton {
	background:#ff7e40;
	border:0;
	display:block;
	width:100%;
	padding:10px 12px;
	text-transform:uppercase;
}

.loginButtonWithModalContainer .loginModal .login .panel-login .loginButton i {
	font-size:11px;
}

.loginButtonWithModalContainer .loginModal .login .panel-login .loginButton:hover {
	background:#424b68;

}

.loginButtonWithModalContainer .loginModal .login .panel-login .loginButton:hover i {
	color:#ff7e40;
}

.loginButtonWithModalContainer .loginModal .login .panel-login .btn:active, .btn.active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.loginButtonWithModalContainer .customer-name {
	font-family: Open Sans;
	font-weight: bold;
}

.loginButtonWithModalContainer .customer-username {
	font-family: Open Sans;
	font-size: 12px;
	color: #aaa;
}

.loginButtonWithModalContainer .customer-hint {
	font-family: Open Sans;
}

.loginButtonWithModalContainer .tooltip {
	font-family: Open Sans;
}

.loginButtonWithModalContainer .account-menu {
	margin-top: 15px;
}

.wishlistLinkButton {
	position:relative;
}

.wishlistLinkButton div {
	display:inline-block;
	width:25px;
	height:25px;
	line-height:25px;
	background:#ff7e40;
	color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position:absolute;
	right:9px;
	top:-16px;
}

.wishlistLinkButton .hidden {
	display:none !important;
}

@media (max-width: 992px) {
	.wishlistLinkButton div {

		right:-18px;
		top:10px;
	}
}

div.toolbox div.searchbox
{
	margin-left:15%;
}

div.toolbox div.searchbox span.twitter-typeahead
{
	width:100%;
}

div.basket
{
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: flex-end;

	display: -webkit-flex;
	-webkit-align-content: flex-end;
	-webkit-align-items: flex-end;
	-webkit-justify-content: flex-end;
}

a.basket-information
{
	outline: 0;
	text-decoration: none;
	width:142px;
	height:28px;
	padding-left:40px;
	background:transparent url(/assets/files/img/layout/basket.jpg) no-repeat 0% 0%;
}

a.basket-information span.product-count-info
{
	display: block;
	width:100%;
	text-align:center;
	color:#fff;
	margin-top:4px;
}

a.basket-information span.product-count-info:before
{
	content:"(";
}

a.basket-information span.product-count-info:after
{
	content:")";
}

a.basket-information:hover
{
	cursor: pointer;
}

.more-links-box {
	float:left;
}

.more-links-box:after {

}

div.basket.dropdown .dropdown-menu .caret-basket-dropdown
{
	position:absolute;
	width:11px;
	height:8px;
	right:121px;
	top:-8px;
	background:transparent url(/assets/files/img/layout/basket-dropdown-caret.jpg) no-repeat 0px 0px;
}

div.basket-information-data
{
	width:258px;
}

div.basket-information-data ul
{
	display: table;
	width:100%;
}

div.basket-information-data ul li
{
	overflow: auto;
	margin:7px 0px 0px;
}

div.basket-information-data ul img
{
	float:left;
	max-width: 40px;
	max-height: 40px;
	border:1px solid #eeeef3;
}

div.basket-information-data ul > li > div.basket-info-modell-image
{
	width:40px;
}

div.basket-information-data ul > li > div.basket-info-modell-description
{
	padding:0px 0px 0px 5px;
	width:208px;
}

div.basket-information-data ul > li > div.basket-info-modell-description > span
{
	font-size:1.3rem;
}

div.basket-information-data ul > li > div.basket-info-modell-description > span:first-child
{
	font-weight:bold;
	line-height: 1;
	display: block;
}

div.basket-information-data ul > li > div
{
	float:left;
}

div.basket-information-data ul > li > a.basket-info-show-cart > span
{
	display: block;
	height:28px;
	width:100%;
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	margin-top:8px;
	padding-top:4px;
	background:#ff7e40 url(/assets/files/img/layout/basket-dropdown-cart-icon.jpg) no-repeat 13px 4px;
}

div.basket-information-data ul > li > a.basket-info-show-cart:hover
{
	color:#fff;

}



/* MAIN NAVIGATION PRODUKT ETC */
.navbar-nav > li > a {
	padding-bottom:10px;
	padding-top:10px !important;
}

.navbar-nav > li > a {
	text-transform:uppercase;
}



.navbar-nav > li > .dropdown-menu {
	border:0px;
	/*-webkit-box-shadow: none;*/
	/*-moz-box-shadow:  none;*/
	/*box-shadow:  none;*/
	border:1px solid #eee;
	/*max-width:300px;*/
	/*white-space: normal;*/
	/*border:1px solid blue;*/
}

.main-navigation {
	position:relative;
}

.main-navigation .container {
	padding:0;
}

.main-navigation .collapse:after {
	display:block;
	content:"";
	width:100%;
	height:1px;
	background:#dddde7;
}

@media (max-width: 992px) {
	.main-navigation .collapse:after {
		display:none;
	}
}

.main-navigation .dropdownonlineshop {
	/*background:#252a3b;*/
	background:#424b68;
	color:#fff;
}

.main-navigation .dropdownonlineshop:hover {
	background:#252a3b;
}

.main-navigation .navbar-nav .open a:focus {
	background:#252a3b !important;
	color:#fff;
}

.navbar-header .text_menu {
	float:left;
	padding-right:10px;
	position:relative;
	top:-1px;
}

.navbar-header .icon_menu {
	float:left;
	padding:3px;
	position:relative;
	right:-5px;
}

.navbar-header .icon-bar{
	background:#333;
}
.dropdown-menu{
	border-radius: 0px;
	padding:0px;
	border:1px solid #dddde7;
	margin-top:0px;
}

.dropdown-submenu {
	position: initial;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	/*min-height: 101%;*/
	border:1px solid blue;
}

.main-navigation .dropdown-menu.open {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.main-navigation .navbar-collapse {

}

.main-navigation .navbar-nav > li i {
	display:inline-block;
	font-size:12px;
	margin-left:5px;
}

.main-navigation .dropdown-menu > li > a {
	font-size:1.3rem;
}

.main-navigation .dropdown-menu > li > a.category-offers {
	color:#ff7e40;
}

.main-navigation .dropdown-2nd-headline {
	display:block;
	width:100%;
	padding:10px;
	color:#ff7e40;
	font-size:14px;
	font-weight:700;
}

@media (max-width: 992px) {
	.main-navigation .dropdown-2nd-headline {
		display:none;
	}
}

.main-navigation .navbar-nav > li > ul > li  {

}
.main-navigation .navbar-nav > li > ul > li > ul > li  {
	padding-left:0px;
	padding-right:0px;
	/*border:1px solid orange;*/
	max-width:300px;
}

@media (min-width: 992px) and (max-width:1200px){
	.main-navigation .navbar-nav > li > ul > li > ul > li  {

		max-width:280px;
	}
}


@media (max-width: 992px){
	.main-navigation .navbar-nav > li > ul > li > ul > li  {
		max-width:100%;
	}
}

.main-navigation .navbar-nav > li > ul > li > a {
	padding:8px 10px;
	border-bottom:1px solid #eee;

}

.main-navigation .navbar-nav > li > ul > li:last-child > a {
	border-bottom:0px;
}

.main-navigation .navbar-nav > li > ul > li > ul > li a {
	padding:5px 10px;
	/*border-bottom:1px solid #f1f1f1;*/
	/*background:#f9f9f9;*/
	/*border:1px solid red;*/
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

@media (min-width: 992px) and (max-width:1200px){
	.main-navigation .navbar-nav > li > ul > li > ul > li a {
		font-size:12px;
		padding:10px 5px;
	}
}

@media (max-width: 992px){
	.main-navigation .navbar-nav > li > ul > li > ul {
		background:#f9f9f9 !important;
	}
}
.main-navigation .navbar-nav > li > ul > li > ul > li a:hover {
	background:#f1f1f1;
}

.main-navigation .dropdown-submenu>a:after {
	display:none;
}

.main-navigation .dropdown-submenu .dropdown-toggle i {
	font-size:8px;
	display:inline-block;
}


.main-navigation .dropdown-submenu .dropdown-menu {
	min-width:602px;
	word-wrap: break-word;
	border:0px;
	/*-webkit-box-shadow: none;*/
	/*-moz-box-shadow:  none;*/
	/*box-shadow:  none;*/
	border:1px solid #eee;
	min-height:386px;
}

@media (min-width: 992px) and (max-width:1200px){
	.main-navigation .dropdown-submenu .dropdown-menu {
		min-width:100%;
	}
}

@media (max-width:1200px){
	.main-navigation .dropdown-submenu .dropdown-menu
	{
		min-height:50px;
	}
}

.main-navigation .dropdown-submenu.open a.dropdown-toggle {
	background:transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background:#252a3b;
	color:#fff;
	outline:none;
}



/* BURGER NAVI ICON */

.icon_menu {
	width: 35px;
	height: 22px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.icon_menu span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #424b68;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}



.icon_menu {
	position:relative;
}

.icon_menu span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.icon_menu span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.icon_menu span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.icon_menu.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -2px;
	left: 6px;
}

.icon_menu.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.icon_menu.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 22px;
	left:5px;
}


/* BREADCRUMB */
.breadcrumb-container {
	border:1px solid #f1f1f1;
	padding:5px 10px;
	font-size:13px;
	color:#8c92ac;
	margin-bottom:20px;
}

.breadcrumb-container .breadcrumb-yourarehere {
	display:inline-block;
}

.breadcrumb-container a {
	display:inline-block;
	font-size:12px;
	color:#8c92ac;
	text-decoration:none;
}

.breadcrumb-container .breadcrumb-separator {
	display:inline-block;
	color:#8c92ac;
	margin:0px 5px;
}

.breadcrumb-container a:hover {
	color:#424a68;
}

.loginButtonWithModalContainer .loginModal .account-menu ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.loginButtonWithModalContainer .loginModal .account-menu ul + ul {
	margin: 0;
}

.loginButtonWithModalContainer .loginModal .account-menu ul + ul li {
	border: none;
}

.loginButtonWithModalContainer .loginModal .account-menu li {
	border-bottom: 1px solid #eee;
	width:100%;
}

.loginButtonWithModalContainer .loginModal .account-menu li:hover {
	background-color: #fafafa;
}

.loginButtonWithModalContainer .loginModal .account-menu li:hover a:hover {
	text-decoration: underline;
}

.loginButtonWithModalContainer .loginModal .account-menu li.active {
	background-color: #fafafa;
}

.loginButtonWithModalContainer .loginModal .account-menu li.active a {
	color: #ff7e41 !important;
}

.loginButtonWithModalContainer .loginModal .account-menu li a {
	margin: 0;
	display: block;
	padding: 10px;
	text-align: left;
	text-decoration: none;
}

.accountd-menu-content {
}
.accountd-menu-content ul {
	padding-left:0;
}
.accountd-menu-content ul li {
	display:inline-block;
	float:left;
	margin-right:4px;
}
.accountd-menu-content ul li a {
	display:inline-block;
	padding:10px 15px;
	text-decoration: none;
	background:#eee;
}

.accountd-menu-content ul li a:hover, .accountd-menu-content ul li.active a {
	background:#dddde7;
	color:#424b68 !important;
}

.accountd-menu-content ul:after {
	display:block;
	content:"";
	clear:both;
}

.accountd-menu-content span {
	display:block;
	margin-bottom:20px;
}


.welchome-account-nav {margin:20px 0px;}
.welchome-account-nav span {display:inline-block; margin-bottom:20px;}
.welchome-account-nav ul {
	padding-left:0;
}
.welchome-account-nav ul li {
	display:inline-block;
	float:left;
	margin-right:20px;
}
.welchome-account-nav ul li a{
	display:block;
	padding:5px 10px;
	text-decoration:none;
	background:#f9f9f9;
}
.welchome-account-nav ul:after {
	display:block;
	content:"";
	clear:both;
}

.shop-nav .btn-primary {
	padding:10px 15px;
	background:#ff7e40;
	color:#fff;
	font-size:18px;
	border:0;
}
.shop-nav .btn-primary:hover {
	color:#ff7e40;
	background:#424b68;
}




@media (max-width: 992px)
{
	.navbar-collapse {
		border-bottom:0px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
		margin-bottom:0px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}


@media (max-width: 992px) {

	.main-navigation .navbar-collapse {
		padding-left:15px;
		padding-right:15px;
		border-bottom:0px;
	}

	section.header {
		height:130px;
	}

	.search_box_main {
		width:116%;
		float:none;
		position:absolute;
		display:inline-block;
		left:-18%;
		bottom:-40px;
	}

	.search_box_main .input-group {
		margin-top:0px;
		width:100%;
		float:none;
	}

	.search_box_main .twitter-typeahead {
		display:block !important;
		float:right;
		max-width:100%;
		width:100%;
	}

	div.toolbox div.searchbox {
		margin:0% 15px;
	}

	.toolbox_btns_main {
		width:100%;
		float:none;
	}
	div.toolbox {
		margin-top:0px;
	}
	.toolbox_btns_main .top-navi-icon-link {
		/*border:1px solid red;*/
		height:70px;
		line-height:70px;
		padding:0px 12px;
	}

	.toolbox_btns_main .top-navi-icon-link i {
		display:block;
		line-height:70px;
	}
	.loginButtonWithModalContainer {
		padding:0px 12px;
	}

	.loginButtonWithModalContainer .customer-login span {
		display:none;
	}

	.loginButtonWithModalContainer .customer-login i {
		line-height:70px;
	}

	.cardButtonContainer .short-cart-information {
		height:70px;
		display:inline-block;
		padding:0px 12px;
	}
	.cardButtonContainer .short-cart-information i {
		line-height:70px;
	}

	.cardButtonContainer .short-cart-information .txt-btn-warenkorb {
		display:inline-block;
		display:none;
	}

	.loginButtonWithModalContainer .loginModal .icon-arrow-up5 {
		left:143px;
	}



	#nav-header li:last-child {
		padding-right:0px;
		/*border:1px solid blue;*/
		padding-left:3px;
	}

	#nav-header li:not(:last-child) {
		padding-right:8px;
	}

	#nav-header li .top-navi-icon-link span {
		display:none;
	}

	#logo img {
		position:relative;
		left:5px;
	}


	/**/

	.main-navigation .container {
		/*border-bottom:1px solid #dddde7;*/
		padding-left:15px;
		padding-right:15px;
	}

	.main-navigation .dropdown-submenu .dropdown-menu {
		background:#f4f4f4;
		margin:0%;
		min-width:100%;
	}

	.main-navigation .navbar-nav > li > ul > li > ul > li a {
		padding:10px 20px;

	}

	.main-navigation .dropdown-submenu .dropdown-menu:after {
		display:block;
		content:"";
		clear:both;
	}

	.navbar-nav .open .dropdown-menu {
		position:static;
		float:none;
		width:auto;
		margin-top:0;
		background-color:transparent;
		border:0;
		box-shadow: none;
	}

}


@media (max-width: 768px) {

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding:5px 10px;
		word-break: break-all;
		white-space: normal;
	}

	section.top-line .top-tele-box {
		float:left;
	}


}

@media (max-width: 400px) {
	#logo img {
		width: 170px;
		position: relative;
		left: 5px;
	}

	.toolbox_btns_main .top-navi-icon-link {
		/*border:1px solid red;*/
		height: 70px;
		line-height: 70px;
		padding: 0px 8px;
	}

	#nav-header li:last-child {
		padding-right: 0px;
		/*border:1px solid blue;*/
		padding-left: 0px;
	}

	#nav-header li:not(:last-child) {
		padding-right: 0px;

	}
}


@media (max-width: 320px) {

	section.top-line .top-tele-box {
		float:left;
	}
	#logo img {
		width:160px;
		position:relative;
		left:5px;
	}
	.toolbox_btns_main .top-navi-icon-link {
		height:70px;
		line-height:70px;
		padding:0px 8px;
	}

	.breadcrumb-container {
		font-size:10px;
		text-align:center;
	}

	.breadcrumb-container a {
		font-size:10px;
	}

}

@media (max-width: 320px) {
	#logo img {
		width:120px;
		margin-top:7px;
	}
}

@media (max-width: 300px) {
	#logo img {
		width:90px;
		margin-top:7px;
		border:1px solid blue;
	}
}

/* open by HOVER Menu Top*/

@media (min-width: 1024px) {
	.navbar-nav li:hover > ul.dropdown-menu {
		display: block;
	}
}


/*FF */
@-moz-document url-prefix() {
	.main-navigation .dropdown-submenu .dropdown-menu {
		min-height:392px;
	}
}


@media (max-width: 1200px) {
	li.dropdown-submenu ul.dropdown-menu li {
		padding-left: 20px !important;
	}

}




					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;
	/*background:#5c1726;*/
}

section.navigation ul li
{
	float:left;
	display:block;
}

section.navigation ul li a
{
	display: block;
	padding:15px 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;
}

@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;
	}
}
					.footer {
	background:#f1f1f5;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

@media (max-width: 992px) {
	.footer {
		height:auto;
	}
}

section.footer div.footer-wrapper
{
	background:#f1f1f5;
	display: table;
	width:100%;
	margin:0px;
}

section.footer h3
{
	font-size:1.5rem;
	font-weight:600;
	text-transform: uppercase;
	margin-top:20px;
}

section.footer p,
section.footer ul
{
	font-size:1.2rem;
}

section.footer ul li
{
	padding-top:2px;
	padding-bottom:2px;
}

section.footer p
{
	margin:0;
	padding:0;
}

p.footer-secure-text
{
	font-size:1.1rem !important;
}

section.footer img
{
	margin-bottom:20px;
}

section.footer img.img-buy-secure
{
	margin-bottom:10px;
}

ul.payments li i
{
	color:#ff7e41;
	display:inline-block;
	margin-right:3px;
}

ul.payments
{
	margin-bottom:20px;
}

ul.secureshop
{
	margin-top:5px;
}

ul.secureshop li
{
	background:transparent url(/assets/files/img/layout/bg-list-style-secure-shop.jpg) no-repeat 0% 5px;
	padding-left:22px;
}

ul.information li a
{
	background:transparent url(/assets/files/img/layout/bg-icon-footer-information.jpg) no-repeat 0% 50%;
	padding-left:11px;
	color:#424a68;
}

section.footer div.footer-part-1
{
	padding-bottom:25px;
	display: table;
	width:100%;
}

section.footer div.footer-part-1 .information {
	margin-top:10px;
}

section.footer div.footer-part-1 span {
	display:inline-block;
	font-weight:700;
}

section.footer .footer-part-1 .col-md-4 {
	/*border:1px solid red;*/
	padding-left:90px;
}

section.footer .footer-part-1 .footer-left-txt a {
	font-weight:700;
	display:inline-block;
}


section.footer div.footer-part-2
{
	padding:20px;
	border-top:1px solid #fff;
	font-size:1.3rem;
	color:#4c4c4c;
}

section.footer div.footer-part-2 a
{
	color: #337ab7;
}

.subscribe-newsletter {
	margin-top:15px;
	display:block;
	background:#424b68;
	padding:10px;
	color:#fff;
	text-align:center;
}

.subscribe-newsletter i {
	display:inline-block;
	font-size:10px;
	position:relative;
	top:0.5px;
	margin-left:5px;
}
.subscribe-newsletter:hover {
	color:#ff7e40;
	text-decoration:none;
}

section.footer div.social-media
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: flex-start;
	max-width: 250px;
	margin: 12px auto 0;
}

section.footer div.social-media i
{
	font-size: 34px;
	cursor: pointer;
}

section.footer div.social-media.icon-only a i{
	font-size:28px;
}

section.footer div.social-media a,
section.footer div.social-media a:focus,
section.footer div.social-media a:visited
{
	color: #424b68;
	text-decoration: none;
}

section.footer div.social-media a:hover
{
	color: #ff7e40;
}

section.footer div.label-social-media
{
	margin-top: 22px;
}
section.footer img.paypal-logo, section.footer img.eps-logo
{
	background-color: #fff;
	width: 46px;
	padding: 8px 4px 8.2px 4px;
	margin-top: 1px;
}

section.footer img.eps-logo
{
	height: 26px;
	width: auto;
	padding: 0 3px;
}

@media (max-width: 992px) {
	.footer {
		position:relative;
	}
	section.footer .footer-part-1 .col-xs-12:nth-child(1) {
		text-align:center;
		padding-left:0px;
	}
	section.footer .footer-part-1 .col-xs-12:nth-child(1):after {
		display:block;
		content:"";
		width:50%;
		height:1px;
		margin:15px auto 15px auto;
		background:#434b69;
	}
	.subscribe-newsletter {
		display:inline-block;
	}
}

@media (max-width: 768px) {
	section.footer .footer-part-1 .col-xs-12 {
		padding-left:0px;
		padding-right:0px;
		margin-bottom:10px;

	}

	section.footer .footer-part-1 .col-xs-12:nth-child(1):after {
		display:block;
		content:"";
		width:50%;
		height:1px;
		margin:15px auto 0px auto;
		background:#434b69;
	}

	section.footer .footer-part-1 .col-xs-12:nth-child(2):after {
		display:block;
		content:"";
		width:50%;
		height:1px;
		margin:15px auto 0px auto;
		background:#434b69;
	}

	.responsive-center {
		text-align:center;
	}

    .responsive-center ul.information li a {
	   background:transparent;
	    padding-left:0px;
    }
}
					.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;
}

/*.tt-menu .media-left {*/
	/*width:50px;*/
	/*border:1px solid blue;*/
/*}*/


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;

}





@media (min-width: 992px) {
	.tt-menu {
		width:600px;
		max-height:500px;
		height:auto;
		min-height:400px;
	}
	.tt-dataset
	{
		border-bottom:0px;
		padding:0px;
	}
	.tt-dataset:last-child {
		border-left:1px solid #eee;
	}
}
					.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);
}

					.customer-data .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
.customer-data .row > [class*='col-'] {
  display: flex;
  flex-direction: column; }

#wishListContainer {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  #wishListContainer .panel-body {
    padding: 0px;
    border: 0; }
  #wishListContainer .tab-links a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    background: #eee; }
    #wishListContainer .tab-links a:hover {
      background: #dddde7;
      color: #424b68; }
  #wishListContainer .tab-content .tab-pane {
    padding: 30px 5px; }
  #wishListContainer .tab-content fieldset {
    margin-top: 10px; }
    #wishListContainer .tab-content fieldset legend span {
      margin-top: 20px;
      display: block;
      padding-bottom: 5px; }
  #wishListContainer .tab-content #variants .grid-item {
    border-bottom: 1px solid #f8f8f8;
    padding: 15px 0px; }
    #wishListContainer .tab-content #variants .grid-item .variants-left {
      width: 900px;
      float: left; }
      @media (max-width: 992px) {
        #wishListContainer .tab-content #variants .grid-item .variants-left {
          width: 100%;
          float: none; } }
      #wishListContainer .tab-content #variants .grid-item .variants-left a {
        display: block; }
        #wishListContainer .tab-content #variants .grid-item .variants-left a .item-image-area {
          width: 200px;
          float: left; }
          @media (max-width: 992px) {
            #wishListContainer .tab-content #variants .grid-item .variants-left a .item-image-area {
              width: 100%;
              float: none; } }
          #wishListContainer .tab-content #variants .grid-item .variants-left a .item-image-area img {
            margin: 0 auto;
            height: 50px; }
            @media (max-width: 992px) {
              #wishListContainer .tab-content #variants .grid-item .variants-left a .item-image-area img {
                height: 150px; } }
        #wishListContainer .tab-content #variants .grid-item .variants-left a .wish-list-item-description {
          width: 700px;
          float: left; }
          @media (max-width: 992px) {
            #wishListContainer .tab-content #variants .grid-item .variants-left a .wish-list-item-description {
              width: 100%;
              float: none;
              text-align: center;
              padding: 5px 0px; } }
          #wishListContainer .tab-content #variants .grid-item .variants-left a .wish-list-item-description h3 {
            margin: 0;
            margin-bottom: 5px; }
          #wishListContainer .tab-content #variants .grid-item .variants-left a .wish-list-item-description p {
            margin: 0;
            display: inline-block;
            width: 33.33%;
            float: left; }
            @media (max-width: 992px) {
              #wishListContainer .tab-content #variants .grid-item .variants-left a .wish-list-item-description p {
                width: 100%;
                float: none;
                text-align: center;
                padding: 2px 0px; } }
    #wishListContainer .tab-content #variants .grid-item .variants-right {
      width: 178px;
      float: left;
      margin-top: 15px; }
      #wishListContainer .tab-content #variants .grid-item .variants-right:after {
        content: "";
        display: block;
        clear: both; }
      @media (max-width: 992px) {
        #wishListContainer .tab-content #variants .grid-item .variants-right {
          width: 100%;
          float: none;
          text-align: center; } }
      #wishListContainer .tab-content #variants .grid-item .variants-right .cartQuantityInputContainer {
        width: 100px;
        float: right; }
        #wishListContainer .tab-content #variants .grid-item .variants-right .cartQuantityInputContainer .bootstrap-touchspin {
          margin: 0 auto; }
          #wishListContainer .tab-content #variants .grid-item .variants-right .cartQuantityInputContainer .bootstrap-touchspin .btn {
            padding: 0px 6px;
            height: 25px;
            border-color: #dddde7;
            background-color: #dddde7;
            line-height: 25px; }
            #wishListContainer .tab-content #variants .grid-item .variants-right .cartQuantityInputContainer .bootstrap-touchspin .btn:hover {
              border-color: #ff7e40;
              background-color: #ff7e40; }
            #wishListContainer .tab-content #variants .grid-item .variants-right .cartQuantityInputContainer .bootstrap-touchspin .btn i {
              display: inline-block;
              font-size: 8px;
              color: #424b68;
              position: relative;
              top: -2px; }
            #wishListContainer .tab-content #variants .grid-item .variants-right .cartQuantityInputContainer .bootstrap-touchspin .btn:hover i {
              color: #fff; }
          #wishListContainer .tab-content #variants .grid-item .variants-right .cartQuantityInputContainer .bootstrap-touchspin .cartQuantityInput {
            padding: 0px 6px;
            min-width: 50px;
            height: 25px;
            line-height: 25px; }
  #wishListContainer .tab-content .btn-info, #wishListContainer .tab-content .btn-info-prev {
    color: #fff;
    margin-top: 20px;
    background: #ff7e40;
    padding: 10px 15px;
    font-size: 18px;
    border: 0;
    width: 240px;
    text-align: center; }
    #wishListContainer .tab-content .btn-info .icon-arrow-right3, #wishListContainer .tab-content .btn-info-prev .icon-arrow-right3 {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      margin-left: 5px; }
    #wishListContainer .tab-content .btn-info .icon-arrow-left3, #wishListContainer .tab-content .btn-info-prev .icon-arrow-left3 {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      margin-right: 5px; }
    #wishListContainer .tab-content .btn-info:hover, #wishListContainer .tab-content .btn-info-prev:hover {
      background: #424b68;
      color: #ff7e40; }
    #wishListContainer .tab-content .btn-info:hover .icon-arrow-right3, #wishListContainer .tab-content .btn-info-prev:hover .icon-arrow-right3 {
      color: #ff7e40; }
    #wishListContainer .tab-content .btn-info:hover .icon-arrow-left3, #wishListContainer .tab-content .btn-info-prev:hover .icon-arrow-left3 {
      color: #ff7e40; }
  #wishListContainer .tab-content .btn-ghost {
    border: 0;
    padding: 10px 15px;
    font-size: 18px;
    background: transparent;
    border: 1px solid #424b68;
    width: 240px;
    text-align: center;
    color: #424b68 !important; }
    #wishListContainer .tab-content .btn-ghost i {
      font-size: 14px;
      display: inline-block;
      margin-right: 8px;
      color: #424b68 !important; }
    #wishListContainer .tab-content .btn-ghost:hover {
      background: #424b68;
      color: #ff7e40 !important; }
    #wishListContainer .tab-content .btn-ghost:hover i {
      color: #ff7e40 !important; }
    @media (max-width: 992px) {
      #wishListContainer .tab-content .btn-ghost {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        width: 100%; } }
  #wishListContainer .tab-content .form-register-ntn-checkbox #deleteItems {
    margin-right: 10px;
    position: relative;
    position: relative;
    top: 2px; }
  #wishListContainer .tab-content .form-register-ntn-checkbox .checkbox-col-box {
    padding-top: 10px;
    position: relative;
    top: 18px; }
  #wishListContainer .tab-content .form-register-bottom {
    margin: 0 15px;
    border-top: 1px solid #eee; }
    #wishListContainer .tab-content .form-register-bottom .col-xs-12 {
      padding: 0; }
  #wishListContainer .btn-backtoshop {
    color: #fff;
    margin-top: 20px;
    background: #ff7e40;
    padding: 10px 15px;
    font-size: 18px;
    border: 0; }
    #wishListContainer .btn-backtoshop .icon-arrow-left3 {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      margin-left: 5px; }
    #wishListContainer .btn-backtoshop:hover {
      background: #424b68;
      color: #ff7e40; }
    #wishListContainer .btn-backtoshop:hover .icon-arrow-left3 {
      color: #ff7e40; }

.tab-links a.active {
  background: #dddde7 !important;
  color: #424b68 !important; }

.icon-spinner {
  text-align: center;
  top: 20%;
  position: static;
  font-size: 40px;
  z-index: 1000;
  width: 100%; }

.clear {
  clear: both; }

.required-field-star {
  color: red !important;
  display: inline-block; }

/*# sourceMappingURL=offer-request.css.map */

					@media (max-width: 992px) {
  .search_box_main .input-group {
    width: 70%;
    float: right; } }
div.online-shop-mobile {
  float: left;
  width: 30%; }
  div.online-shop-mobile div.online-shop-link {
    display: flex;
    height: 34px;
    margin-right: 10px; }
  @media (min-width: 993px) {
    div.online-shop-mobile {
      display: none; } }
  @media (max-width: 800px) {
    div.online-shop-mobile div.online-shop-link a i {
      font-size: 16px; } }
  @media (max-width: 400px) {
    div.online-shop-mobile div.online-shop-link a i {
      padding: 0; } }
  @media (max-width: 400px) {
    div.online-shop-mobile div.online-shop-link a span.title {
      display: none; } }
  @media (max-width: 800px) {
    div.online-shop-mobile div.online-shop-link a span.title {
      font-size: 12px; } }
  @media (max-width: 620px) {
    div.online-shop-mobile div.online-shop-link a span.title {
      font-size: 12px; } }

div.online-shop-link {
  display: flex; }
  div.online-shop-link a {
    width: 100%;
    background: #424b68;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    div.online-shop-link a:hover {
      background: #ff7e40;
      color: #fff; }
    div.online-shop-link a i {
      font-size: 20px;
      font-weight: bold;
      padding-right: 10px; }

/*# sourceMappingURL=onlineShopLink.css.map */

					.discount-information-widget-open {
  display: inline-block;
  z-index: 100;
  cursor: pointer;
  position: fixed;
  right: 0px;
  top: 189px;
  width: 50px;
  height: 50px;
  background: #ff7e41;
  font-size: 20px;
  text-align: center; }
  .discount-information-widget-open span {
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-weight: 700; }
  .discount-information-widget-open .txt-info {
    width: 394px;
    height: 50px;
    position: absolute;
    left: -172px;
    top: 222px;
    font-size: 14px;
    background: #dddde7;
    line-height: 50px;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  .discount-information-widget-open:hover {
    background: #424b68; }
  .discount-information-widget-open:hover span {
    color: #ff7e41; }

#discount-information-widget,
#tooltip-staffelrabatte {
  width: 300px;
  z-index: 100;
  position: fixed;
  right: 0px;
  top: 189px;
  padding: 30px 20px;
  background: #f8f8fa;
  display: none; }
  #discount-information-widget .discount-information-widget-close,
  #tooltip-staffelrabatte .discount-information-widget-close {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: -50px;
    top: 0px;
    width: 50px;
    height: 50px;
    background: #ff7e41;
    font-size: 20px;
    text-align: center; }
    #discount-information-widget .discount-information-widget-close span,
    #tooltip-staffelrabatte .discount-information-widget-close span {
      display: inline-block;
      line-height: 50px;
      color: #fff;
      font-weight: 700; }
      #discount-information-widget .discount-information-widget-close span i,
      #tooltip-staffelrabatte .discount-information-widget-close span i {
        display: inline-block;
        position: relative;
        top: 2px; }
    #discount-information-widget .discount-information-widget-close .txt-info,
    #tooltip-staffelrabatte .discount-information-widget-close .txt-info {
      width: 394px;
      height: 50px;
      position: absolute;
      left: -172px;
      top: 222px;
      font-size: 14px;
      background: #dddde7;
      line-height: 50px;
      /* Safari */
      -webkit-transform: rotate(-90deg);
      /* Firefox */
      -moz-transform: rotate(-90deg);
      /* IE */
      -ms-transform: rotate(-90deg);
      /* Opera */
      -o-transform: rotate(-90deg);
      /* Internet Explorer */
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
    #discount-information-widget .discount-information-widget-close:hover,
    #tooltip-staffelrabatte .discount-information-widget-close:hover {
      background: #424b68; }
    #discount-information-widget .discount-information-widget-close:hover i,
    #tooltip-staffelrabatte .discount-information-widget-close:hover i {
      color: #ff7e41; }
  #discount-information-widget .discount-information-widget-main .discount-info-box-item,
  #tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-item {
    font-size: 1.77rem;
    display: flex;
    font-family: UniSans;
    text-transform: uppercase;
    align-items: center; }
    #discount-information-widget .discount-information-widget-main .discount-info-box-item .col-xs-3,
    #tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-item .col-xs-3 {
      font-size: 30px;
      text-align: center; }
      #discount-information-widget .discount-information-widget-main .discount-info-box-item .col-xs-3 i,
      #tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-item .col-xs-3 i {
        display: inline-block;
        position: relative;
        left: 10px; }
    #discount-information-widget .discount-information-widget-main .discount-info-box-item .col-xs-9 i,
    #tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-item .col-xs-9 i {
      display: inline-block; }
  #discount-information-widget .discount-information-widget-main .discount-info-box-txt,
  #tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-txt {
    text-align: center; }
    #discount-information-widget .discount-information-widget-main .discount-info-box-txt h4,
    #tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-txt h4 {
      padding: 20px 0 10px 0; }
      #discount-information-widget .discount-information-widget-main .discount-info-box-txt h4:before,
      #tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-txt h4:before {
        display: block;
        content: "";
        width: 90%;
        margin: 0 auto;
        height: 1px;
        background: #e6e6ec;
        margin-bottom: 20px; }
      #discount-information-widget .discount-information-widget-main .discount-info-box-txt h4:after,
      #tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-txt h4:after {
        display: block;
        content: "";
        width: 50px;
        margin: 0 auto;
        height: 1px;
        background: #434b69;
        margin-top: 20px; }
    #discount-information-widget .discount-information-widget-main .discount-info-box-txt .prozent_symb,
    #tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-txt .prozent_symb {
      font-size: 30px;
      text-align: center;
      height: 80px;
      width: 80px;
      line-height: 80px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin: 5px auto;
      font-weight: 700;
      color: #fff;
      background: #ff7e41;
      margin-bottom: 15px;
      display: block;
      cursor: pointer; }
      #discount-information-widget .discount-information-widget-main .discount-info-box-txt .prozent_symb:hover,
      #tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-txt .prozent_symb:hover {
        text-decoration: none;
        background: #424b68;
        color: #ff7e40; }
    #discount-information-widget .discount-information-widget-main .discount-info-box-txt .mehreinkaufen-box-txt,
    #tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-txt .mehreinkaufen-box-txt {
      margin: 10px 0px;
      font-size: 16px; }
      #discount-information-widget .discount-information-widget-main .discount-info-box-txt .mehreinkaufen-box-txt span,
      #tooltip-staffelrabatte .discount-information-widget-main .discount-info-box-txt .mehreinkaufen-box-txt span {
        display: inline-block;
        font-weight: 700;
        color: #ff7e41; }

@media (max-width: 992px) {
  .discount-information-widget-open {
    display: none; }

  #discount-information-widget {
    display: none; } }

/*# sourceMappingURL=discountInformation.css.map */

					