/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/commons/css/components/venue-tools.css ***!
  \***********************************************************************************************************/

/* venue-profile-card box */
.venue-profile-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: white;
	padding: 12px 20px;
	margin: 0 0 15px 0;
	border-radius: 10px;
	overflow: hidden;
}
.venue-profile-card .main-data {
	width: 100%;
}
.venue-profile-card .data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.venue-profile-card .name {
	font-weight: bold;
	font-size: 16px;
}
.venue-profile-card .crafts {
	color: #a91a0c;
	margin-top: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
.venue-profile-card .aux {
	float: left;
	margin-top: 2px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	white-space: nowrap;
}
.venue-profile-card .aux .images-count {
	padding: 0px 4px 0px 0px;
	font-size: 10px;
	color: #949494;
}
.venue-profile-card .aux .images-count span {
	font-size: 12px;
	font-weight: bold;
}
.venue-profile-card .aux .location {
	font-size: 14px;
	font-weight: bold;
	color: #6a8680;
}
.venue-profile-card .aux .images-count .icon ,
.venue-profile-card .aux .location .icon {
	margin-left: 4px;
}
.venue-profile-card .images {
	overflow: hidden;
	margin-top: 13px;
}
.venue-profile-card .images img {
	width: 100%;
	border-radius: 5px;
}
.venue-profile-card .images .images-swiper .swiper-slide {
	font-size: 25px;
	font-weight: 300;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #000;
}
.venue-profile-card .images .images-swiper .swiper-slide {
	box-sizing: border-box;
	background: #fff;
}
.venue-profile-card .images .images-swiper {
	padding: 0px 0 25px;
	font-size: 18px;
	height: 180px;
}
.venue-profile-card .images .images-swiper.images-swiper-auto .swiper-slide {
	width: 86%;
	overflow: hidden;
	border-radius: 8px;
}
.venue-profile-card .actions {
	width: 100%;
	margin: 10px 0 5px 0;
	display: flex;
}
.venue-profile-card .actions button {
	height: 34px;
	margin: 0 2px;
	border-radius: 72px;
	width: inherit;
	text-overflow: ellipsis;
}
.venue-profile-card .actions button:first-child {
	margin-right:0;
}
.venue-profile-card .actions button:last-child {
	margin-left:0;
}
.venue-profile-card .actions i {
	margin: 0;
}
.venue-profile-card .actions button.format-disk {
	width: 34px;
	line-height: 12px;
	font-size: 14px;
	text-overflow: unset !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.venue-profile-card .actions .btn-like-venue {
	background: #fff0f8;
	color: #e091c4;
	font-weight: bold;
}
.venue-profile-card.liked .actions .btn-like-venue {
	color: #fff9fc;
	background: #e091c4;
}
.venue-profile-card.liked .actions .btn-like-venue .icon {
	animation: beat .25s infinite alternate;
}
.venue-profile-container {
	background-color: transparent;
	max-width: 990px !important;
}
.venue-profile-container.sheet-modal-center {
	box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
}
.venue-profile-container .sheet-modal-inner {
	background: white;
}
.venue-profile-container .sheet-modal-inner .loading {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #532e21;
}
.venue-profile-container .toolbar {
	background: #703e2f !important;
	color: #fff !important;
}
.venue-profile-container .toolbar .sheet-close .icon:before {
	content: "\e997";
}
.venue-profile-container .sheet-modal-inner,
.venue-profile-container iframe {
	border-radius: 0 0 13px 13px;
}

.venue-profile-container iframe {
	position: absolute;
	top: 0;
}

@keyframes beat{
	to { transform: scale(1.1); }
}

/* #Device : medium */
@media only screen and (max-width: 768px) {
	.venue-profile-container {
		width: 100% !important;
		height: 100% !important;
	}
	.venue-profile-container .toolbar .sheet-close .icon:before {
		content: "\e988";
	}
	.venue-profile-container .sheet-modal-inner,
	.venue-profile-container iframe {
		border-radius: 0;
	}
}
/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/commons/css/components/animations.css ***!
  \**********************************************************************************************************/
@-webkit-keyframes ring {
	0% { -webkit-transform: rotateZ(0); }
	1% { -webkit-transform: rotateZ(30deg); }
	3% { -webkit-transform: rotateZ(-28deg); }
	5% { -webkit-transform: rotateZ(34deg); }
	7% { -webkit-transform: rotateZ(-32deg); }
	9% { -webkit-transform: rotateZ(30deg); }
	11% { -webkit-transform: rotateZ(-28deg); }
	13% { -webkit-transform: rotateZ(26deg); }
	15% { -webkit-transform: rotateZ(-24deg); }
	17% { -webkit-transform: rotateZ(22deg); }
	19% { -webkit-transform: rotateZ(-20deg); }
	21% { -webkit-transform: rotateZ(18deg); }
	23% { -webkit-transform: rotateZ(-16deg); }
	25% { -webkit-transform: rotateZ(14deg); }
	27% { -webkit-transform: rotateZ(-12deg); }
	29% { -webkit-transform: rotateZ(10deg); }
	31% { -webkit-transform: rotateZ(-8deg); }
	33% { -webkit-transform: rotateZ(6deg); }
	35% { -webkit-transform: rotateZ(-4deg); }
	37% { -webkit-transform: rotateZ(2deg); }
	39% { -webkit-transform: rotateZ(-1deg); }
	41% { -webkit-transform: rotateZ(1deg); }
	43% { -webkit-transform: rotateZ(0); }
	100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
	0% { -moz-transform: rotate(0); }
	1% { -moz-transform: rotate(30deg); }
	3% { -moz-transform: rotate(-28deg); }
	5% { -moz-transform: rotate(34deg); }
	7% { -moz-transform: rotate(-32deg); }
	9% { -moz-transform: rotate(30deg); }
	11% { -moz-transform: rotate(-28deg); }
	13% { -moz-transform: rotate(26deg); }
	15% { -moz-transform: rotate(-24deg); }
	17% { -moz-transform: rotate(22deg); }
	19% { -moz-transform: rotate(-20deg); }
	21% { -moz-transform: rotate(18deg); }
	23% { -moz-transform: rotate(-16deg); }
	25% { -moz-transform: rotate(14deg); }
	27% { -moz-transform: rotate(-12deg); }
	29% { -moz-transform: rotate(10deg); }
	31% { -moz-transform: rotate(-8deg); }
	33% { -moz-transform: rotate(6deg); }
	35% { -moz-transform: rotate(-4deg); }
	37% { -moz-transform: rotate(2deg); }
	39% { -moz-transform: rotate(-1deg); }
	41% { -moz-transform: rotate(1deg); }
	43% { -moz-transform: rotate(0); }
	100% { -moz-transform: rotate(0); }
}

@keyframes ring {
	0% { transform: rotate(0); }
	1% { transform: rotate(30deg); }
	3% { transform: rotate(-28deg); }
	5% { transform: rotate(34deg); }
	7% { transform: rotate(-32deg); }
	9% { transform: rotate(30deg); }
	11% { transform: rotate(-28deg); }
	13% { transform: rotate(26deg); }
	15% { transform: rotate(-24deg); }
	17% { transform: rotate(22deg); }
	19% { transform: rotate(-20deg); }
	21% { transform: rotate(18deg); }
	23% { transform: rotate(-16deg); }
	25% { transform: rotate(14deg); }
	27% { transform: rotate(-12deg); }
	29% { transform: rotate(10deg); }
	31% { transform: rotate(-8deg); }
	33% { transform: rotate(6deg); }
	35% { transform: rotate(-4deg); }
	37% { transform: rotate(2deg); }
	39% { transform: rotate(-1deg); }
	41% { transform: rotate(1deg); }
	43% { transform: rotate(0); }
	100% { transform: rotate(0); }
}
/*!******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/commons/css/components/inputs.css ***!
  \******************************************************************************************************/
input[disabled]{
	color: #838383 !important;
	background: rgb(94 94 94 / 9%) !important;
	z-index: 10;
	position: relative;
	text-shadow: 0px 1px white;
}
.item-input.error-field {
	color: #e04343;
}
.item-input.error-field .item-input-wrap {
	border: 1px solid #e04343 !important;
}
.item-input.error-field input,
.item-input.error-field select {
	color: #e04343;
}
.item-input.item-input-focused .item-title,
.item-input.item-input-with-value .item-title {
	border-radius: 4px;
	padding: 0 6px 2px 6px;
	background: #fcfcfc;
}
.item-input.error-field .item-title::before {
	font-family: 'qingicon';
	content: "\ec94";
	font-size: 17px;
	position: relative;
	top: 4px;
	padding-left: 5px;
}
.item-input .item-title::after {
	content: ":";
	padding-right: 5px;
}
.item-input > .item-inner {
	padding-bottom: 0;
}
.item-input .item-inner:after {
	content: unset;
}
.item-input .item-input-wrap {
	border: 1px solid var(--f7-theme-border-input-text);
	border-radius: 5px;
	padding: 0px 15px;
	margin: 10px 0;
	width: -webkit-fill-available;
	cursor: pointer;
	background-color: var(--f7-theme-bg-input-text);
}
.item-input .item-input-wrap:after {
	content: none;
}
.item-input .item-input-wrap.item-input-button {
	border: none;
	padding: 0px;
}
.item-input .item-input-wrap .btn-item .item-inner {
    flex-direction: inherit;
    align-items: center;
}
.item-input .item-input-wrap select {
	cursor: pointer;
}
.item-input .item-label {
	font-size: medium;
	margin-bottom: 10px;
}
.item-input-outline .item-input-wrap {
	padding: 0;
}
.item-input.item-input-with-value input.input-with-value::placeholder,
.item-input.item-input-with-value input.input-with-value::-webkit-input-placeholder,
.item-input.item-input-with-value input.input-with-value::-webkit-input-placeholder  {
	opacity: 1;
	transition-duration: 300ms;
}
.item-input-outline:not(.item-input-focused):not(.item-input-with-value) .item-floating-label {
	background-color: var(--f7-theme-bg-input-text);
}
/*!*******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/commons/css/components/buttons.css ***!
  \*******************************************************************************************************/
.ios .button ,
.ios .btn-item {
	overflow: hidden;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
.button.button-with-icon {
	display: flex;
	gap: 10px;
}
.button.button-with-icon .icon {
	width: 24px;
    display: block;
    height: 24px;
	margin: 0;
}

.block-buttons {
	margin-top: 15px;
    background: #eaeaea;
    padding: 20px !important;
    margin-top: 15px;
    border-radius: 10px;
    gap: 10px;
    justify-content: inherit;
}
.block-buttons .row {
    flex-direction: row !important;
}
.block .block-buttons {
    background: transparent;
	padding: 0 !important;
}
.btn-item .item-title {
    font-size: var(--f7-input-font-size);
}

.block-buttons .list ul:before, 
.block-buttons .list ul:after {
	content: none ;
}

.buttons .row:last-child {
	margin-bottom: 0px ;
}

.button-with-icons {
	border-radius: 10px;
	padding: 9px 18px 9px 16px;
	margin-bottom: 0px;
	background-color: var(--f7-theme-color);
	color: white;
	font-size: 16px;
	line-height: initial;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.button-with-icons .icon {
	position: relative;
	top: 3px;
}
.button-with-icons .icon:first-child {
	margin-left: 9px;
}
.button-with-icons .icon:last-child {
	margin-right: 9px;
}
.button-with-icons .icon i {
	font-size: 20px;
}
/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/commons/css/components/sheet.css ***!
  \*****************************************************************************************************/
.sheet-modal.sheet-modal-center {
	width: auto;
	height: auto;
	--sheet-modal-auto-dimensions: 1;
}
.sheet-modal.sheet-modal-center.modal-in,
.sheet-modal.sheet-modal-center.modal-out {
	min-width: 40%;
	max-width: 60%;
	border-radius: var(--f7-button-border-radius);
}
.sheet-modal.sheet-modal-center.modal-in:before,
.sheet-modal.sheet-modal-center.modal-out:before {
	height: 0;
}
.sheet-modal.sheet-modal-center.modal-in .toolbar,
.sheet-modal.sheet-modal-center.modal-out .toolbar {
	border-radius: var(--f7-button-border-radius) var(--f7-button-border-radius) 0 0;
}
.sheet-modal .btn-actions {
	width: 50%;
}

/***************************************/
/* Image form */
.sheet-modal.sheet-modal-center.form-image .image {
	display: flex;
	width: 100%;
	margin: auto;
	justify-content: center;
}
.sheet-modal.sheet-modal-center.form-image .image img {
	border-radius: var(--f7-button-border-radius);
}

/***************************************/

/* #Tablet (Portrait) */
@media only screen and (max-width: 1024px) {
	.sheet-modal.sheet-modal-center {
		width: 100%;
		--sheet-modal-auto-dimensions: 0;
	}
	.sheet-modal .btn-actions {
		width: unset;
	}
}

/* #Mobile (Landscape) */
@media only screen and (max-width: 768px) {
	.sheet-modal.sheet-modal-center.modal-in,
	.sheet-modal.sheet-modal-center.modal-out {
		margin: inherit;
		width: inherit;
		min-width: inherit;
		max-width: inherit;
		border-radius: unset;
	}
	.sheet-modal.sheet-modal-center.modal-in:before,
	.sheet-modal.sheet-modal-center.modal-out:before {
		height: 1;
	}
	.sheet-modal.sheet-modal-center.modal-in .toolbar,
	.sheet-modal.sheet-modal-center.modal-out .toolbar {
		border-radius: unset;
	}
	.sheet-modal .btn-actions {
		width: unset;
	}
}

/* #Mobile (Portrait) */
@media only screen and (max-width: 480px) {}

/* #Mobile (Portrait) */
@media only screen and (min-width: 0px) and (max-width: 479px) {}
/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/commons/css/components/status-bar.css ***!
  \**********************************************************************************************************/
.statusbar {
    height: 4px;
    background: #ff9b38;
}
/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/commons/css/components/smart-select.css ***!
  \************************************************************************************************************/
.smart-select-backdrop {
	z-index: 13000;
}
.smart-select-sheet {
	height: 60%;
	z-index: 13001;
}
.smart-select-sheet .toolbar-inner,
.smart-select-sheet .page-content {
	position: relative;
	margin: 0 auto;
	max-width: var(--f7-max-section-width);
}
.smart-select-sheet .searchbar-backdrop {
	opacity: 1;
	background-color: #e4e4e4;
}
.smart-select-sheet .searchbar .searchbar-input-wrap {
	max-width: var(--f7-max-section-width);
	margin: auto;
}
.smart-select-sheet .searchbar input[type="text"],
.smart-select-sheet .searchbar input[type="search"] {
	background-color: #fff;
}
.smart-select-sheet .searchbar .input-clear-button {
	color: #e24a4a;
}
.ios .searchbar .input-clear-button {
	left: 9px;
}
.smart-select-sheet .page-content .item-radio {
	padding: 0;
}
.smart-select-sheet .page-content .item-alias {
	color: #bebebe;
	font-style: italic;
	padding: 0 5px;
}
.smart-select-with-value .item-after {
	color: #ff9700;
	font-weight: 500;
}


/* #Tablet (Portrait) */
@media only screen and (max-width: 1200px) {
	.smart-select-sheet .page-content .item-radio {
		padding-right: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));
	}
}

/* #Tablet (Portrait) */
@media only screen and (max-width: 1024px) {
	
}

/* #Mobile (Landscape) */
@media only screen and (max-width: 768px) {
	.smart-select-sheet .toolbar-inner,
	.smart-select-sheet .page-content {
		max-width : unset
	}
}

/* #Mobile (Portrait) */
@media only screen and (max-width: 480px) {}

/* #Mobile (Portrait) */
@media only screen and (min-width: 0px) and (max-width: 479px) {}
/*!******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/commons/css/components/alerts.css ***!
  \******************************************************************************************************/
.system-message.alert {
	border-radius: 13px;
	padding: 15px 21px 15px;
	display: flex;
	gap: 15px;
}
.system-message.alert {
	margin-bottom: 20px;
}
.system-message.alert .icon {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	padding: 5px;
}
.system-message.alert .icon i {
	margin: 0;
	color: white;
}
.system-message.alert .content {
	display: flex;
	align-items: center;
	font-weight: 600;
}
.system-message.alert .content > div ,
.system-message.alert .content > ul {
	margin: 0;
}
.system-message.alert .content ul {
	list-style-type: none;
}
.system-message.alert .content strong {
	color: #ff7a00;
}

.system-message.alert-info {
	background: #deeff9;
	color: #2d6285;
}
.system-message.alert-info .icon {
	background: #3a9de0;
}
.system-message.alert-error {
	background: #f7e4e4;
	color: #7a312f;
}
.system-message.alert-error .icon {
	background: #a94442;
}
.system-message.alert-warning {
	background: #f7eec1;
	color: #8a6d3b;
}
.system-message.alert-warning .icon {
	background: #ff9b00;
}
.system-message.alert-success {
	background: #dff0d8;
	color: #3c763d;
}
.system-message.alert-success .icon {
	background: #3c763d;
}
/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/commons/css/layouts/default.css ***!
  \****************************************************************************************************/
.view .page {
	background: rgb(245, 245, 245);
}
.view .navbar ,
.view .navbar-bg ,
.view .subnavbar {
	background: var(--f7-theme-color-shade) !important;
	color: var(--f7-theme-text-light-color) !important;
}
.iframe .navbar,
.iframe .navbars {
	display: none;
}
.navbar-bg:after {
	height: 0;
}
.view .navbar .left .menu-item-dropdown ,
.view .navbar .right .menu-item-dropdown {
	height: 33px;
}
.view .navbar .menu-item-dropdown.menu-item-dropdown-opened .icon {
	color: var(--f7-theme-text-not-important-color);
}
.view .navbar .menu-item-content  {
	margin: 0;
}
.view .navbar .menu-item-content .icon {
	margin: 0;
}
.view .navbar .menu-item-dropdown:not(.menu-item-dropdown-opened) {
	background: transparent;
}
.view .navbar .menu-item-dropdown .menu-item-content:after {
	content: unset;
}
.view .navbar .menu-dropdown-content {
	box-shadow: 0px 5px 4px 0px rgb(0 0 0 / 15%);
}
.view .navbar .menu-dropdown-content a + a {
	margin: 0;
}
.view .navbar .menu-dropdown {
	top: -8px;
}
.view .navbar .left .menu-dropdown-link,
.view .navbar .right .menu-dropdown-link {
	color: var(--f7-theme-text-light-color);
	flex-direction: row-reverse;
}
.view .navbar .left .menu-dropdown-link:not(:last-child),
.view .navbar .right .menu-dropdown-link:not(:last-child) {
	margin: 0;
	padding: 0 10px 5px 0;
}
.view .navbar .left .menu-dropdown-link span,
.view .navbar .right .menu-dropdown-link span {
	width: 100%;
	min-width: 120px;
}
.view .navbar .right a.link {
	left: 7px;
	top: -2px;
}
.view .navbar .right a.link i.icon {
	width: 16px;
	height: 24px;
}
.popover.menu-in-menu {
	top: 0 !important;
	box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 15%);
	border-radius: 9px;
	margin-left: -15px;
}
.popover.menu-in-menu .popover-angle {
	display: none;
}
.menu-dropdown-link.popover-open.menu-in-menu-opened {
	background-color: #efefef !important;
}
.subnavbar .aurora .button-fill-aurora,
.subnavbar .button-active,
.subnavbar .button-fill,
.subnavbar .button.tab-link-active,
.subnavbar .ios .button-fill-ios,
.subnavbar .md .button-fill-md {
	border-bottom: solid #ff9e1e 4px !important;
}
.subnavbar.active .aurora .button-fill-aurora,
.subnavbar.active .button-active,
.subnavbar.active .button-fill,
.subnavbar.active .button.tab-link-active,
.subnavbar.active .ios .button-fill-ios,
.subnavbar.active .md .button-fill-md {
	border-bottom: solid #668e85 4px !important;
}
.view .toolbar {
	background: transparent;
	margin : 5px 0px ;
}
.view .toolbar:before ,
.view .navbar:after {
	height: 0px ;
}
.subnavbar .aurora .button-fill-aurora, .subnavbar .button-active, .subnavbar .button-fill, .subnavbar .button.tab-link-active, .subnavbar .ios .button-fill-ios, .subnavbar .md .button-fill-md {
	background : none ;
	border-bottom: solid #c4d8ff 4px;
	border-radius: 0px !important;
}
.navbar a {
	color: var(--f7-theme-text-light-color);
}
.navbar a.inert {
	color: var(--f7-theme-text-light-color);
}
.navbar a.inert .icon {
	padding: 0px 5px 0 6px;
}
.subnavbar .segmented {
	margin-bottom: -15px ;
	border-radius: 0 ;
	box-shadow : none ;
	height: 50px;
	position: relative;
	left: -2px;
}
.list-button.item-link ,
.subnavbar .segmented a {
	color : var(--f7-menu-text-color-inactive) ;
	height: 40px;
	padding-top: 3px;
	border-radius: 0 !important;
	z-index: 1;
}
.subnavbar-inner {
	box-sizing : unset ;
	margin-right: -10px ;
	margin-left: -10px ;
	overflow: unset;
	/*box-shadow: 0 0px 11px #802901;*/
}
.subnavbar:after {
	height: 0px ;
}
.subnavbar .menu-item {
	font-weight: var(--f7-button-font-weight);
}
.subnavbar .menu-dropdown-content {
	min-width: calc(100% + 135px);
	margin-top: -2px;
}
[dir="rtl"] .subnavbar .menu-dropdown-content {
	margin-right: -10px;
}
[dir="ltr"] .subnavbar .menu-dropdown-content {
	margin-left: -10px;
}
.subnavbar .menu-dropdown-right:before {
	right: calc(100% + 10px) !important;
}
.subnavbar .menu-dropdown-link {
	padding: 0 15px;
	position: relative;
}
.subnavbar .menu-dropdown-link:not(:last-child) {
	margin: 0;
	border-bottom: none;
}
.subnavbar .menu-item-dropdown.button {
	overflow: unset;
	border-radius: var(--f7-menu-dropdown-border-radius) var(--f7-menu-dropdown-border-radius) 0 0 !important;
	height: 33px;
	transition-duration: 0ms !important;
	z-index: 2;
}
.subnavbar .menu-item-dropdown.button-active {
	height: 40px;
}
.subnavbar a.menu-dropdown-link,
.subnavbar .menu-item-dropdown-opened {
	color: var(--f7-theme-color-shade);
	background: var(--f7-menu-bg-color) !important;
	padding-top: 0px !important;
}
.subnavbar a.menu-dropdown-link {
	justify-content: unset;
}
.list-button.item-link .icon,
.subnavbar a.menu-dropdown-link .icon {
	width: 20px;
	height: 20px;
}
.subnavbar .menu-item-dropdown .menu-item-content {
	position: relative;
}
.subnavbar .menu-item-dropdown-opened .menu-item-content {
	background-color: white;
	font-weight: 500;
}
.subnavbar .menu-dropdown-divider {
	margin-top: 0px;
	margin-bottom: 0px;
}
.subnavbar a.menu-dropdown-link .badge {
	position: absolute;
	left: 15px;
	top: 12px;
	font-weight: 700;
	padding-top: 2px;
	padding-left: 3px;
	min-width: 16px;
	max-height: 16px;
}
.list-button.item-link {
	display: flex;
	justify-content: unset;
	align-items: center;
	padding-left: var(--f7-menu-item-padding-horizontal);
	padding-right: var(--f7-menu-item-padding-horizontal);
	padding-top: 0px !important;
	min-height: var(--f7-menu-dropdown-item-height);
	line-height: var(--f7-menu-line-height);
	font-size: var(--f7-menu-font-size);
	color: var(--f7-theme-color-shade) !important;
	font-weight: var(--f7-menu-font-weight);
	white-space: nowrap;
	min-width: 100px;
}

.hero {
	width: 100%;
	position: relative;
	padding: calc(80px + var(--sub-navbar,0px)) 0 0 0;
}
.hero:before {
	content: "";
	background: url(/images/bg-pattern-211df29235cc688c4892.png) ;/*var(--f7-theme-color-shade);*/
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.hero:not(.sub-title) .container {
	text-align: center;
	color: var(--f7-theme-text-light-color);
	padding: 20px 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-shadow: 0px 5px 0px rgb(81 57 34 / 15%);
}
.hero .container h1 {
	margin-bottom: 25px;
	margin-top: 10px;
	line-height: 70px;
}
.hero .img-holder {
	height: 0;
	min-height: 460px;
	overflow: hidden;
}
.iframe .hero.sub-title {
	padding-top: 5px;
}
.hero.sub-title {
	border-bottom: 5px solid var(--f7-theme-bg-sub-nav);
	box-shadow: 0px 1px white;
}
.hero.sub-title:before {
	background: var(--f7-theme-bg-page-title);
}
.hero.sub-title .container {
	max-width: var(--f7-max-section-width);
	margin: 15px auto 15px;
	color: white;
}
.hero.sub-title .container .wrapper div:first-child {
	display: flex;
	padding: 0px;
}
.hero.sub-title .container .sub-title-icon {
	width: 35px;
}
.hero.sub-title .container .sub-title-icon i.icon {
	font-size: 28px !important;
	margin-top: 0;
	margin-right: 0;
	width: 28px;
	height: 28px;
}
.hero.sub-title .container .sub-title-text {
	width: calc( 100% - 35px );
}
.hero.sub-title .container .sub-title-text h1 {
	font-size: 22px;
	line-height: 31px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.hero.sub-title .container p.sub-title-desc {
	margin-top: 5px;
	margin-bottom: 0px;
}

.ios .page .page-content {
	overflow: hidden;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-top: calc(20px + var(--f7-page-navbar-offset, 0px) + var(--f7-page-toolbar-top-offset, 0px) + var(--f7-page-subnavbar-offset, 0px) + var(--f7-page-searchbar-offset, 0px) + var(--f7-page-content-extra-padding-top, 0px));
  
}
.ios .page .sub-title + .page-content {
	padding-top: 25px;
}
.page-tools {
	margin: 0px auto 20px;
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}
.page-tools ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	background: transparent;
	border: none !important;
}
.page-tools ul:before ,
.page-tools ul:after {
	height: 0;
	content: unset;
}
.page-tools ul li:not(.blank) {
	background-color: white;
	border: 1px solid #ebebeb;
}
.page-tools ul li:not(.blank),
.page-tools ul li:not(.blank) .item-link {
	border-radius: 10px;
}
.page-tools ul li .item-media i {
	font-size: 18px;
	color: #ff9e1e;
}
.page-tools ul li .item-inner {
	font-size: 15px;
}
.page-tools ul li .smart-select .item-inner:after {
	content: none;
}
.page-tools ul li .smart-select .item-title:after {
	content: ':';
	padding: 0 5px;
}

.page-desc {
	margin-bottom: 20px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.page-desc.overflowed {
	align-items: flex-start;
}
.page-content > .page-desc {
	margin-top: 0px;
}
.page-desc:after {
	content: '';
	border-top: 1px dotted #d2d2d2;
	width: 100%;
	margin: 0 10px;
}
.page-desc .icon {
	margin: 0 5px 0px 10px;
	color: #565656;
	position: relative;
	top: 0px;
}
.page-desc.overflowed .icon {
	top: 1px;
}
.page-desc .text {
	white-space: nowrap;
}
.page-desc .text strong {
	color: #ff9100;
}
.page-desc .page-number {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	white-space: nowrap;
}
.page-desc .page-number:before {
	content: '';
	border-top: 1px dotted #d2d2d2;
	width: 7px;
	margin: 0px 6px;
}
.page-desc .page-number strong {
	padding: 1px 0px 0px;
	color: #ff9e1f;
	margin: 0 5px;
	background: transparent /*#e9e5df*/;
	font-weight: 700;
}
.page-pagination {
	display: block !important;
	list-style: none;
	padding: 20px;
	display: flex;
	gap: 10px;
	background: #ededed;
	border-radius: 13px;
}
.page-pagination:empty {
	display: none !important;
}
.page-pagination:not(:empty):before,
.page-pagination:not(:empty):after {
	content: '';
	width: 15px;
	height: 15px;
	background-color: whitesmoke;
	border-radius: 50%;
	display: block;
}
.page-pagination:not(:empty):before {
	margin: -15px auto 0;
	position: relative;
	top: -12px;
}
.page-pagination .page-number-item {
	position: absolute;
	display: block;
	text-align: center;
	left: 40%;
	margin-top: 10px;
} 
.page-pagination .page-number-item strong {
	padding: 1px 0px 0px;
	color: #4c6d6d;
	background: #d4e0e0;/*#5a95953b;*/
	font-weight: 700;
	left: 6px;
}
.page-pagination .next-page-item {
	float: right;
}
.page-pagination .next-page-item .page-link:before {
	font-family: 'qingicon';
	content: "\e98b";
	position: absolute;
	right: 13px;
}
.page-pagination .next-page-item .page-link:after {
	content: "";
	position: absolute;
	left: 13px;
	width: 10px;
	height: 10px;
	background-color: #395353;
	top: calc( 50% - 5px );
	border-radius: 50%;
}
.page-pagination .prev-page-item .page-link:before {
	font-family: 'qingicon';
	content: "\e988";
	position: absolute;
	left: 13px;
}
.page-pagination .prev-page-item .page-link:after {
	content: "";
	position: absolute;
	right: 13px;
	width: 10px;
	height: 10px;
	background-color: #395353;
	top: calc( 50% - 5px );
	border-radius: 50%;
}
.page-pagination .prev-page-item {
	float: left;
}
.page-pagination:not(:empty):after {
	content: '';
	clear: both;
	display: block;
	bottom: -12px;
	margin: 0 auto -15px;
	position: relative;
}
.iframe footer {
	display: none;
}
.copyright {
	position: relative;
	background-color: white;
	padding: 15px;
}
.copyright .container {
	max-width: var(--f7-max-section-width);
	margin: auto;
	text-align: center;
}
.copyright .container p {
	margin: 0;
}
.copyright .container .links a {
	color: #496060;
}

/* #Device : xlarge */
@media only screen and (max-width: 1200px) {
	.hero.sub-title .container {
		margin: 15px 20px 15px;
	}
	.ios .page .page-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* #Device : large */
@media only screen and (max-width: 1024px) {}

/* #Device : medium */
@media only screen and (max-width: 768px) {
	.view .navbar .right a.link {
		top: 2px;
	}
	.view .navbar .right a.link i.icon {
		width: 13px;
	}
	.view .subnavbar .button {
		margin: 0 !important;
	}
	.subnavbar .segmented .button-active {
		color: var(--f7-menu-text-color-active);
	}
	.view .subnavbar .button:not(.button-active) {
		background: var(--f7-theme-bg-sub-nav) !important;
		border-bottom: solid var(--f7-theme-bg-color-tint) 4px !important;
	}
	.view .subnavbar .button:not(.button-active) + .button:not(.button-active) {
		border-right: solid var(--f7-theme-bg-color-tint) 1px !important;
	}
	.subnavbar .menu-dropdown {
		top: -5px;
	}
	.subnavbar .menu-item-dropdown.button {
		border-radius: 0px !important;
		height: 40px;
	}

	.subnavbar .menu-item-dropdown-opened {
		background: transparent !important;
	}
	.subnavbar .menu-item-dropdown-opened .menu-item-content {
		margin-top: 5px;
	}
	.subnavbar .menu-dropdown-content {
		right: unset;
		left: 0px;
		border-top-right-radius: var(--f7-menu-dropdown-border-radius, var(--f7-menu-item-border-radius));
		border-top-left-radius: 0;
	}
	.subnavbar .menu-dropdown-right:before {
		content: unset;
	}
	.subnavbar .menu-dropdown-right:after {
		content: '';
		position: absolute;
		left: 100%;
		bottom: 2px;
		width: var(--f7-menu-item-border-radius);
		height: var(--f7-menu-item-border-radius);
		background-image: radial-gradient(ellipse at 100% 0%, transparent 0%, transparent 70%, var(--f7-menu-bg-color) 72%);
	}
	.popover.menu-in-menu {
		left: 25px !important;
		margin-left: 0;
	}
	.hero {
		width: 100%;
		position: relative;
		padding: calc(45px + var(--sub-navbar,0px)) 0 0 0;
	}
	.hero:before {
		content: "";
		background: url(/images/bg-pattern-211df29235cc688c4892.png) ;/*var(--f7-theme-color-shade);*/
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
	}
	.hero.sub-title .container {
		margin-top: 12px;
	}
	.hero .container h1 {
		margin-bottom: 17px;
		margin-top: 0px;
		line-height: 55px;
	}
	.hero .img-holder {
		height: 0;
		min-height: 460px;
		overflow: hidden;
	}
	.hero .img-holder img {
		width: 100%;
	}
	.hero.sub-title .container i.icon {
		margin-top: 2px;
	}
	.hero.sub-title .container i.icon + h1 {
		width: 100%;
	}
	.hero.sub-title .container i.icon + h1:after {
		content: '';
		clear: both;
		display: block;
	}

	.ios .page .page-content {
		padding-top: calc(20px + var(--f7-page-navbar-offset, 0px) + var(--f7-page-toolbar-top-offset, 0px) + var(--f7-page-subnavbar-offset, 0px) + var(--f7-page-searchbar-offset, 0px) + var(--f7-page-content-extra-padding-top, 0px));
	}
	.page-tools {
		flex-direction: column;
		flex-wrap: wrap;
		align-content: center;
	}
	.page-tools ul {
		display: block;
		border-radius: 10px;
		border: 1px solid #ebebeb;
		box-shadow: inset 0px 20px 8px #f9f9f9;
		background-color: white;
		width: 100%;
	}
	.page-tools ul li,
	.page-tools ul li:not(.blank) {
		border: unset;
	}
	.page-tools ul li:first-child {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.page-tools ul li:last-child {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.page-tools ul li:not(:first-child) {
		border-top: 1px dotted #e6e6e6;
	}
	.page-pagination .page-number-item {
		left: -5px;
		margin-top: -28px;
		margin: auto;
		display: block;
		margin-top: -70px;
	}
	.page-pagination:not(:empty):before ,
	.page-pagination:not(:empty):after {
		display: none;
	}
	.page-pagination .next-page-item ,
	.page-pagination .prev-page-item {
		float: unset;
	}
	.page-pagination .next-page-item + .page-number-item + .prev-page-item {
		margin-top: 10px;
	}
	.page-pagination li:first-child {
		margin-top: -30px;
	}
	.page-pagination li:first-child:not(.page-number-item) {
		margin-top: 0px;
	}

	.contact-us .container {
		max-width: var(--f7-max-section-width);
		margin: auto;
	}
	.contact-us .container p {
		margin: 0;
		padding: 0;
	}
	.contact-us .container .desc {
		margin-bottom: 10px;
	}
	.contact-us .container .direct-contact > div {
		margin-bottom: 5px;
	}
	.contact-us .container .direct-contact a {
		color: #e38100;
	}
	.contact-us .container .direct-contact i {
		color: rgb(200 200 200);
	}
	.contact-us .container .social-icons {
		text-align: center;
		margin: 15px 0 0;
		padding: 10px 0;
	}
	.contact-us .container .social-icons a {
		padding: 5px 8px;
		margin: 5px;
		background: rgb(215 215 215);
		border-radius: 3px;
		color: white;
	}
	.contact-us .container .social-icons a.facebook {
		position: relative;
	}
	.contact-us .container .social-icons a.facebook i {
		left: -2px;
		top: 1px;
	}
	.contact-us .container .social-icons a.instagram {
		position: relative;
	}
	.contact-us .container .social-icons a.instagram i {
		left: -2px;
		top: 1px;
	}
	.contact-us .container .social-icons a.youtube {
		position: relative;
	}
	.contact-us .container .social-icons a.youtube i {
		padding: 0px 3px;
		top: 1px;
		left: -1px;
	}

	.copyright {
		position: relative;
		background-color: white;
		padding: 15px;
	}
	.copyright .container {
		max-width: var(--f7-max-section-width);
		margin: auto;
		text-align: center;
	}
	.copyright .container p {
		margin: 0;
	}
	.copyright .container .links a {
		color: #496060;
	}
}

/* #Device : small */
@media only screen and (max-width: 568px) {}

/* #Device : xsmall */
@media only screen and (min-width: 0px) and (max-width: 480px) {}
/*!******************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/commons/css/fonts.css ***!
  \******************************************************************************************/
/* arabic */
@font-face {
	font-family: 'arabFont';
	font-style: normal;
	font-weight: 400;
	src: 	url(/fonts/BalooBhaijaan2-Regular-8ab35a0de250596b7914.ttf) format('truetype');
}
/* arabic */
@font-face {
	font-family: 'arabFont';
	font-style: normal;
	font-weight: 600;
	src:	url(/fonts/BalooBhaijaan2-Medium-02fcc307636adda59eea.ttf) format('truetype');
}
/* arabic */
@font-face {
	font-family: 'arabFont';
	font-style: normal;
	font-weight: 700;
	src:	url(/fonts/BalooBhaijaan2-SemiBold-dad59a1a71c2be146865.ttf) format('truetype');
}
/* arabic */
@font-face {
	font-family: 'arabFont';
	font-style: normal;
	font-weight: 900;
	src:	url(/fonts/BalooBhaijaan2-Bold-d3c6f65d2969a4fa1c88.ttf) format('truetype');
}
/* arabic */
@font-face {
	font-family: 'arabFont';
	font-style: normal;
	font-weight: 1000;
	src:	url(/fonts/scheherazadenew-bold-5c612d0ae9ef5d123bdd.ttf) format('truetype');
}

.font-ar-b {
	font-family: "arabFont" !important ;
	font-weight: 700 !important ;
}
.font-ar-l {
	font-family: "arabFont" !important ;
	font-weight: 400 !important ;
}
.font-ar-n {
	font-family: "arabFont" !important ;
	font-weight: 400 !important ;
}

.text-normal {
	font-size : 12px;
}

/* Font Awesome 3.2.1 */
@font-face {
	font-family: 'FontAwesome';
	src: url(/fonts/fontawesome-webfont-de3985a922b4cbc1d518.eot?v=3.2.1);
	src: url(/fonts/fontawesome-webfont-de3985a922b4cbc1d518.eot?#iefix&v=3.2.1) format('embedded-opentype'),
		url(/fonts/fontawesome-webfont-a492f3a9481d9ce64083.woff?v=3.2.1) format('woff'),
		url(/fonts/fontawesome-webfont-b048c7e641eda9ad4a69.ttf?v=3.2.1) format('truetype'),
		url(/images/fontawesome-webfont-d11dc0379eb4f28fa8f8.svg#fontawesomeregular?v=3.2.1) format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Material icons */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/material-icons-12730e02826917522f3b.woff2) format('woff2');
}

/* Qing icons  */
@font-face {
	font-family: 'qingicon';
	src:  url(/fonts/qingicon-7d4656d73dbf622384a1.eot);
	src:  url(/fonts/qingicon-7d4656d73dbf622384a1.eot?#iefix) format('embedded-opentype'),
		url(/fonts/qingicon-f490317a6fd9de93707c.ttf) format('truetype'),
		url(/fonts/qingicon-aa00a5a4edf7222a8939.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
/*!******************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/commons/css/icons.css ***!
  \******************************************************************************************/
/* MATERIAL ICONS
 * -------------------------- */
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

[class*="icon-qing"],
.qing-icons {
	font-family: 'qingicon' !important;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon.size-14 { font-size: 14px !important; }
.icon.size-22 { font-size: 22px !important; width: 22px; height: 22px;}
.icon.size-24 { font-size: 24px !important; }
.icon.size-28 { font-size: 28px !important; }
.icon.size-32 { font-size: 32px !important; }
.icon.size-56 { font-size: 56px !important; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
	vertical-align: -10%;
	font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
	display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
	display: inline-block;
	width: 1.1428571428571428em;
	text-align: right;
	padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
	width: 1.4285714285714286em;
}
.icons-ul {
	margin-left: 2.142857142857143em;
	list-style-type: none;
}
.icons-ul > li {
	position: relative;
}
.icons-ul .icon-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	text-align: center;
	line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
	display: none;
}
.icon-muted {
	color: #eeeeee;
}
.icon-light {
	color: #ffffff;
}
.icon-dark {
	color: #333333;
}
.icon-border {
	border: solid 1px #eeeeee;
	padding: .2em .25em .15em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.icon-2x {
	font-size: 2em;
}
.icon-2x.icon-border {
	border-width: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.icon-3x {
	font-size: 3em;
}
.icon-3x.icon-border {
	border-width: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.icon-4x {
	font-size: 4em;
}
.icon-4x.icon-border {
	border-width: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.icon-5x {
	font-size: 5em;
}
.icon-5x.icon-border {
	border-width: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
	margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
	margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
	background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
	line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
	display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
	line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
	margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
	line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
	margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
	margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
	margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
	margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
	margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
	line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: inherit;
	line-height: 2em;
}
.icon-stack .icon-stack-base {
	font-size: 2em;
	line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
	display: inline-block;
	text-decoration: none;
}
@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}
@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(359deg);
	}
}
@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.icon-flip-vertical:before {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
	display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.icon-glass:before {
	content: "\f000";
}
.icon-music:before {
	content: "\f001";
}
.icon-envelope-alt:before {
	content: "\f003";
}
.icon-heart:before {
	content: "\f004";
}
.icon-star:before {
	content: "\f005";
}
.icon-star-empty:before {
	content: "\f006";
}

.icon-film:before {
	content: "\f008";
}
.icon-th-large:before {
	content: "\f009";
}
.icon-th:before {
	content: "\f00a";
}
.icon-th-list:before {
	content: "\f00b";
}
.icon-ok:before {
	content: "\f00c";
}
.icon-remove:before {
	content: "\f00d";
}
.icon-zoom-in:before {
	content: "\f00e";
}
.icon-zoom-out:before {
	content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
	content: "\f011";
}
.icon-signal:before {
	content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
	content: "\f013";
}
.icon-trash:before {
	content: "\f014";
}
.icon-file-alt:before {
	content: "\f016";
}
.icon-time:before {
	content: "\f017";
}
.icon-road:before {
	content: "\f018";
}
.icon-download-alt:before {
	content: "\f019";
}
.icon-download:before {
	content: "\f01a";
}
.icon-upload:before {
	content: "\f01b";
}
.icon-inbox:before {
	content: "\f01c";
}
.icon-play-circle:before {
	content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
	content: "\f01e";
}
.icon-refresh:before {
	content: "\f021";
}
.icon-list-alt:before {
	content: "\f022";
}
.icon-lock:before {
	content: "\f023";
}
.icon-flag:before {
	content: "\f024";
}
.icon-headphones:before {
	content: "\f025";
}
.icon-volume-off:before {
	content: "\f026";
}
.icon-volume-down:before {
	content: "\f027";
}
.icon-volume-up:before {
	content: "\f028";
}
.icon-qrcode:before {
	content: "\f029";
}
.icon-barcode:before {
	content: "\f02a";
}
.icon-tag:before {
	content: "\f02b";
}
.icon-tags:before {
	content: "\f02c";
}
.icon-bookmark:before {
	content: "\f02e";
}
.icon-print:before {
	content: "\f02f";
}
.icon-camera:before {
	content: "\f030";
}
.icon-font:before {
	content: "\f031";
}
.icon-bold:before {
	content: "\f032";
}
.icon-italic:before {
	content: "\f033";
}
.icon-text-height:before {
	content: "\f034";
}
.icon-text-width:before {
	content: "\f035";
}
.icon-align-left:before {
	content: "\f036";
}
.icon-align-center:before {
	content: "\f037";
}
.icon-align-right:before {
	content: "\f038";
}
.icon-align-justify:before {
	content: "\f039";
}
.icon-list:before {
	content: "\f03a";
}
.icon-indent-left:before {
	content: "\f03b";
}
.icon-indent-right:before {
	content: "\f03c";
}
.icon-facetime-video:before {
	content: "\f03d";
}
.icon-picture:before {
	content: "\f03e";
}
.icon-pencil:before {
	content: "\f040";
}
.icon-map-marker:before {
	content: "\f041";
}
.icon-adjust:before {
	content: "\f042";
}
.icon-tint:before {
	content: "\f043";
}
.icon-edit:before {
	content: "\f044";
}
.icon-share:before {
	content: "\f045";
}
.icon-check:before {
	content: "\f046";
}
.icon-move:before {
	content: "\f047";
}
.icon-step-backward:before {
	content: "\f048";
}
.icon-fast-backward:before {
	content: "\f049";
}
.icon-backward:before {
	content: "\f04a";
}
.icon-play:before {
	content: "\f04b";
}
.icon-pause:before {
	content: "\f04c";
}
.icon-stop:before {
	content: "\f04d";
}
.icon-forward:before {
	content: "\f04e";
}
.icon-fast-forward:before {
	content: "\f050";
}
.icon-step-forward:before {
	content: "\f051";
}
.icon-eject:before {
	content: "\f052";
}
.icon-chevron-left:before {
	content: "\f053";
}
.icon-chevron-right:before {
	content: "\f054";
}
.icon-plus-sign:before {
	content: "\f055";
}
.icon-minus-sign:before {
	content: "\f056";
}
.icon-remove-sign:before {
	content: "\f057";
}
.icon-ok-sign:before {
	content: "\f058";
}
.icon-question-sign:before {
	content: "\f059";
}
.icon-info-sign:before {
	content: "\f05a";
}
.icon-screenshot:before {
	content: "\f05b";
}
.icon-remove-circle:before {
	content: "\f05c";
}
.icon-ok-circle:before {
	content: "\f05d";
}
.icon-ban-circle:before {
	content: "\f05e";
}
.icon-arrow-left:before {
	content: "\f060";
}
.icon-arrow-right:before {
	content: "\f061";
}
.icon-arrow-up:before {
	content: "\f062";
}
.icon-arrow-down:before {
	content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
	content: "\f064";
}
.icon-resize-full:before {
	content: "\f065";
}
.icon-resize-small:before {
	content: "\f066";
}
.icon-plus:before {
	content: "\f067";
}
.icon-minus:before {
	content: "\f068";
}
.icon-asterisk:before {
	content: "\f069";
}
.icon-exclamation-sign:before {
	content: "\f06a";
}
.icon-gift:before {
	content: "\f06b";
}
.icon-leaf:before {
	content: "\f06c";
}
.icon-fire:before {
	content: "\f06d";
}
.icon-eye-open:before {
	content: "\f06e";
}
.icon-eye-close:before {
	content: "\f070";
}
.icon-warning-sign:before {
	content: "\f071";
}
.icon-plane:before {
	content: "\f072";
}
.icon-calendar:before {
	content: "\f073";
}
.icon-random:before {
	content: "\f074";
}
.icon-comment:before {
	content: "\f075";
}
.icon-magnet:before {
	content: "\f076";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-chevron-down:before {
	content: "\f078";
}
.icon-retweet:before {
	content: "\f079";
}
.icon-shopping-cart:before {
	content: "\f07a";
}
.icon-folder-close:before {
	content: "\f07b";
}
.icon-folder-open:before {
	content: "\f07c";
}
.icon-resize-vertical:before {
	content: "\f07d";
}
.icon-resize-horizontal:before {
	content: "\f07e";
}
.icon-bar-chart:before {
	content: "\f080";
}
.icon-twitter-sign:before {
	content: "\f081";
}
.icon-facebook-sign:before {
	content: "\f082";
}
.icon-camera-retro:before {
	content: "\f083";
}
.icon-key:before {
	content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
	content: "\f085";
}
.icon-comments:before {
	content: "\f086";
}
.icon-thumbs-up-alt:before {
	content: "\f087";
}
.icon-thumbs-down-alt:before {
	content: "\f088";
}
.icon-star-half:before {
	content: "\f089";
}
.icon-heart-empty:before {
	content: "\f08a";
}
.icon-signout:before {
	content: "\f08b";
}
.icon-linkedin-sign:before {
	content: "\f08c";
}
.icon-pushpin:before {
	content: "\f08d";
}
.icon-external-link:before {
	content: "\f08e";
}
.icon-signin:before {
	content: "\f090";
}
.icon-trophy:before {
	content: "\f091";
}
.icon-github-sign:before {
	content: "\f092";
}
.icon-upload-alt:before {
	content: "\f093";
}
.icon-lemon:before {
	content: "\f094";
}
.icon-phone:before {
	content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
	content: "\f096";
}
.icon-bookmark-empty:before {
	content: "\f097";
}
.icon-phone-sign:before {
	content: "\f098";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-github:before {
	content: "\f09b";
}
.icon-unlock:before {
	content: "\f09c";
}
.icon-credit-card:before {
	content: "\f09d";
}
.icon-rss:before {
	content: "\f09e";
}
.icon-hdd:before {
	content: "\f0a0";
}
.icon-bullhorn:before {
	content: "\f0a1";
}
.icon-bell:before {
	content: "\f0a2";
}
.icon-certificate:before {
	content: "\f0a3";
}
.icon-hand-right:before {
	content: "\f0a4";
}
.icon-hand-left:before {
	content: "\f0a5";
}
.icon-hand-up:before {
	content: "\f0a6";
}
.icon-hand-down:before {
	content: "\f0a7";
}
.icon-circle-arrow-left:before {
	content: "\f0a8";
}
.icon-circle-arrow-right:before {
	content: "\f0a9";
}
.icon-circle-arrow-up:before {
	content: "\f0aa";
}
.icon-circle-arrow-down:before {
	content: "\f0ab";
}
.icon-globe:before {
	content: "\f0ac";
}
.icon-wrench:before {
	content: "\f0ad";
}
.icon-tasks:before {
	content: "\f0ae";
}
.icon-filter:before {
	content: "\f0b0";
}
.icon-briefcase:before {
	content: "\f0b1";
}
.icon-fullscreen:before {
	content: "\f0b2";
}
.icon-group:before {
	content: "\f0c0";
}
.icon-link:before {
	content: "\f0c1";
}
.icon-cloud:before {
	content: "\f0c2";
}
.icon-beaker:before {
	content: "\f0c3";
}
.icon-cut:before {
	content: "\f0c4";
}
.icon-copy:before {
	content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
	content: "\f0c6";
}
.icon-save:before {
	content: "\f0c7";
}
.icon-sign-blank:before {
	content: "\f0c8";
}
.icon-reorder:before {
	content: "\f0c9";
}
.icon-list-ul:before {
	content: "\f0ca";
}
.icon-list-ol:before {
	content: "\f0cb";
}
.icon-strikethrough:before {
	content: "\f0cc";
}
.icon-underline:before {
	content: "\f0cd";
}
.icon-table:before {
	content: "\f0ce";
}
.icon-magic:before {
	content: "\f0d0";
}
.icon-truck:before {
	content: "\f0d1";
}
.icon-pinterest:before {
	content: "\f0d2";
}
.icon-pinterest-sign:before {
	content: "\f0d3";
}
.icon-google-plus-sign:before {
	content: "\f0d4";
}
.icon-google-plus:before {
	content: "\f0d5";
}
.icon-money:before {
	content: "\f0d6";
}
.icon-caret-down:before {
	content: "\f0d7";
}
.icon-caret-up:before {
	content: "\f0d8";
}
.icon-caret-left:before {
	content: "\f0d9";
}
.icon-caret-right:before {
	content: "\f0da";
}
.icon-columns:before {
	content: "\f0db";
}
.icon-sort:before {
	content: "\f0dc";
}
.icon-sort-down:before {
	content: "\f0dd";
}
.icon-sort-up:before {
	content: "\f0de";
}
.icon-envelope:before {
	content: "\f0e0";
}
.icon-linkedin:before {
	content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
	content: "\f0e2";
}
.icon-legal:before {
	content: "\f0e3";
}
.icon-dashboard:before {
	content: "\f0e4";
}
.icon-comment-alt:before {
	content: "\f0e5";
}
.icon-comments-alt:before {
	content: "\f0e6";
}
.icon-bolt:before {
	content: "\f0e7";
}
.icon-sitemap:before {
	content: "\f0e8";
}
.icon-umbrella:before {
	content: "\f0e9";
}
.icon-paste:before {
	content: "\f0ea";
}
.icon-lightbulb:before {
	content: "\f0eb";
}
.icon-exchange:before {
	content: "\f0ec";
}
.icon-cloud-download:before {
	content: "\f0ed";
}
.icon-cloud-upload:before {
	content: "\f0ee";
}
.icon-user-md:before {
	content: "\f0f0";
}
.icon-stethoscope:before {
	content: "\f0f1";
}
.icon-suitcase:before {
	content: "\f0f2";
}
.icon-bell-alt:before {
	content: "\f0f3";
}
.icon-coffee:before {
	content: "\f0f4";
}
.icon-food:before {
	content: "\f0f5";
}
.icon-file-text-alt:before {
	content: "\f0f6";
}
.icon-building:before {
	content: "\f0f7";
}
.icon-hospital:before {
	content: "\f0f8";
}
.icon-ambulance:before {
	content: "\f0f9";
}
.icon-medkit:before {
	content: "\f0fa";
}
.icon-fighter-jet:before {
	content: "\f0fb";
}
.icon-beer:before {
	content: "\f0fc";
}
.icon-h-sign:before {
	content: "\f0fd";
}
.icon-plus-sign-alt:before {
	content: "\f0fe";
}
.icon-double-angle-left:before {
	content: "\f100";
}
.icon-double-angle-right:before {
	content: "\f101";
}
.icon-double-angle-up:before {
	content: "\f102";
}
.icon-double-angle-down:before {
	content: "\f103";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-up:before {
	content: "\f106";
}
.icon-angle-down:before {
	content: "\f107";
}
.icon-desktop:before {
	content: "\f108";
}
.icon-laptop:before {
	content: "\f109";
}
.icon-tablet:before {
	content: "\f10a";
}
.icon-mobile-phone:before {
	content: "\f10b";
}
.icon-circle-blank:before {
	content: "\f10c";
}
.icon-quote-left:before {
	content: "\f10d";
}
.icon-quote-right:before {
	content: "\f10e";
}
.icon-spinner:before {
	content: "\f110";
}
.icon-circle:before {
	content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
	content: "\f112";
}
.icon-github-alt:before {
	content: "\f113";
}
.icon-folder-close-alt:before {
	content: "\f114";
}
.icon-folder-open-alt:before {
	content: "\f115";
}
.icon-expand-alt:before {
	content: "\f116";
}
.icon-collapse-alt:before {
	content: "\f117";
}
.icon-smile:before {
	content: "\f118";
}
.icon-frown:before {
	content: "\f119";
}
.icon-meh:before {
	content: "\f11a";
}
.icon-gamepad:before {
	content: "\f11b";
}
.icon-keyboard:before {
	content: "\f11c";
}
.icon-flag-alt:before {
	content: "\f11d";
}
.icon-flag-checkered:before {
	content: "\f11e";
}
.icon-terminal:before {
	content: "\f120";
}
.icon-code:before {
	content: "\f121";
}
.icon-reply-all:before {
	content: "\f122";
}
.icon-mail-reply-all:before {
	content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
	content: "\f123";
}
.icon-location-arrow:before {
	content: "\f124";
}
.icon-crop:before {
	content: "\f125";
}
.icon-code-fork:before {
	content: "\f126";
}
.icon-unlink:before {
	content: "\f127";
}
.icon-question:before {
	content: "\f128";
}
.icon-info:before {
	content: "\f129";
}
.icon-exclamation:before {
	content: "\f12a";
}
.icon-superscript:before {
	content: "\f12b";
}
.icon-subscript:before {
	content: "\f12c";
}
.icon-eraser:before {
	content: "\f12d";
}
.icon-puzzle-piece:before {
	content: "\f12e";
}
.icon-microphone:before {
	content: "\f130";
}
.icon-microphone-off:before {
	content: "\f131";
}
.icon-shield:before {
	content: "\f132";
}
.icon-calendar-empty:before {
	content: "\f133";
}
.icon-fire-extinguisher:before {
	content: "\f134";
}
.icon-rocket:before {
	content: "\f135";
}
.icon-maxcdn:before {
	content: "\f136";
}
.icon-chevron-sign-left:before {
	content: "\f137";
}
.icon-chevron-sign-right:before {
	content: "\f138";
}
.icon-chevron-sign-up:before {
	content: "\f139";
}
.icon-chevron-sign-down:before {
	content: "\f13a";
}
.icon-html5:before {
	content: "\f13b";
}
.icon-css3:before {
	content: "\f13c";
}
.icon-anchor:before {
	content: "\f13d";
}
.icon-unlock-alt:before {
	content: "\f13e";
}
.icon-bullseye:before {
	content: "\f140";
}
.icon-ellipsis-horizontal:before {
	content: "\f141";
}
.icon-ellipsis-vertical:before {
	content: "\f142";
}
.icon-rss-sign:before {
	content: "\f143";
}
.icon-play-sign:before {
	content: "\f144";
}
.icon-ticket:before {
	content: "\f145";
}
.icon-minus-sign-alt:before {
	content: "\f146";
}
.icon-check-minus:before {
	content: "\f147";
}
.icon-level-up:before {
	content: "\f148";
}
.icon-level-down:before {
	content: "\f149";
}
.icon-check-sign:before {
	content: "\f14a";
}
.icon-edit-sign:before {
	content: "\f14b";
}
.icon-external-link-sign:before {
	content: "\f14c";
}
.icon-share-sign:before {
	content: "\f14d";
}
.icon-compass:before {
	content: "\f14e";
}
.icon-collapse:before {
	content: "\f150";
}
.icon-collapse-top:before {
	content: "\f151";
}
.icon-expand:before {
	content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
	content: "\f153";
}
.icon-gbp:before {
	content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
	content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
	content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
	content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
	content: "\f158";
}
.icon-won:before,
.icon-krw:before {
	content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
	content: "\f15a";
}
.icon-file:before {
	content: "\f15b";
}
.icon-file-text:before {
	content: "\f15c";
}
.icon-sort-by-alphabet:before {
	content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
	content: "\f15e";
}
.icon-sort-by-attributes:before {
	content: "\f160";
}
.icon-sort-by-attributes-alt:before {
	content: "\f161";
}
.icon-sort-by-order:before {
	content: "\f162";
}
.icon-sort-by-order-alt:before {
	content: "\f163";
}
.icon-thumbs-up:before {
	content: "\f164";
}
.icon-thumbs-down:before {
	content: "\f165";
}
.icon-youtube-sign:before {
	content: "\f166";
}
.icon-youtube:before {
	content: "\f167";
}
.icon-xing:before {
	content: "\f168";
}
.icon-xing-sign:before {
	content: "\f169";
}
.icon-youtube-play:before {
	content: "\f16a";
}
.icon-dropbox:before {
	content: "\f16b";
}
.icon-stackexchange:before {
	content: "\f16c";
}
.icon-instagram:before {
	content: "\f16d";
}
.icon-flickr:before {
	content: "\f16e";
}
.icon-adn:before {
	content: "\f170";
}
.icon-bitbucket:before {
	content: "\f171";
}
.icon-bitbucket-sign:before {
	content: "\f172";
}
.icon-tumblr:before {
	content: "\f173";
}
.icon-tumblr-sign:before {
	content: "\f174";
}
.icon-long-arrow-down:before {
	content: "\f175";
}
.icon-long-arrow-up:before {
	content: "\f176";
}
.icon-long-arrow-left:before {
	content: "\f177";
}
.icon-long-arrow-right:before {
	content: "\f178";
}
.icon-apple:before {
	content: "\f179";
}
.icon-windows:before {
	content: "\f17a";
}
.icon-android:before {
	content: "\f17b";
}
.icon-linux:before {
	content: "\f17c";
}
.icon-dribbble:before {
	content: "\f17d";
}
.icon-skype:before {
	content: "\f17e";
}
.icon-foursquare:before {
	content: "\f180";
}
.icon-trello:before {
	content: "\f181";
}
.icon-female:before {
	content: "\f182";
}
.icon-male:before {
	content: "\f183";
}
.icon-gittip:before {
	content: "\f184";
}
.icon-sun:before {
	content: "\f185";
}
.icon-moon:before {
	content: "\f186";
}
.icon-archive:before {
	content: "\f187";
}
.icon-bug:before {
	content: "\f188";
}
.icon-vk:before {
	content: "\f189";
}
.icon-weibo:before {
	content: "\f18a";
}
.icon-renren:before {
	content: "\f18b";
}
.error-cloud-server {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" x="0" y="0" viewBox="0 0 64 64" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g xmlns="http://www.w3.org/2000/svg"><g><path d="m55.375 21.116c-.937-5.837-6.022-10.318-12.119-10.318-1.183 0-2.362.172-3.491.506-3.707-4.773-10.109-7.278-16.612-6.32-8.779 1.288-15.173 8.415-15.141 16.397-4.342 1.946-7.226 6.287-7.226 11.188 0 6.157 4.562 11.255 10.48 12.127-.087-.774-.142-1.557-.142-2.354 0-.923.081-1.826.198-2.719-3.173-.782-5.536-3.644-5.536-7.055 0-3.333 2.248-6.228 5.467-7.041 1.241-.313 2.045-1.515 1.862-2.782-.878-6.065 3.951-11.814 10.765-12.815.684-.101 1.365-.149 2.039-.149 4.508 0 8.657 2.196 10.719 5.82.661 1.161 2.118 1.597 3.312.989 1.026-.525 2.139-.792 3.307-.792 3.995 0 7.258 3.244 7.273 7.23.005 1.172.822 2.184 1.968 2.433 3.366.733 5.717 3.656 5.717 7.107 0 3.411-2.363 6.273-5.536 7.055.117.892.198 1.795.198 2.719 0 .797-.055 1.58-.142 2.354 5.918-.873 10.48-5.97 10.48-12.127-.001-5.181-3.143-9.656-7.84-11.453z" fill="%233c4652" data-original="%233c4652" class=""></path></g><g fill="%232d7abe"><path d="m32.001 25.467c-9.306 0-16.876 7.571-16.876 16.875 0 9.306 7.571 16.876 16.876 16.876s16.875-7.571 16.875-16.876-7.571-16.875-16.875-16.875zm0 29.226c-6.811 0-12.351-5.54-12.351-12.351 0-6.81 5.54-12.35 12.351-12.35 6.81 0 12.35 5.54 12.35 12.35 0 6.811-5.541 12.351-12.35 12.351z" fill="%23bf0d0b" data-original="%232d7abe" class=""></path><path d="m35.847 42.343 2.659-2.659c1.06-1.06 1.06-2.784 0-3.846-1.025-1.027-2.819-1.027-3.847 0l-2.658 2.659s-2.653-2.653-2.659-2.659c-1.05-1.05-2.798-1.051-3.845 0-1.05 1.054-1.054 2.794 0 3.846l2.657 2.659s-2.652 2.654-2.656 2.658c-1.05 1.051-1.054 2.796-.002 3.846 1.025 1.027 2.82 1.026 3.846.001l2.659-2.659s2.655 2.656 2.658 2.659c1.049 1.05 2.797 1.051 3.847 0 1.06-1.062 1.06-2.786 0-3.846z" fill="%23bf0d0b" data-original="%232d7abe" class=""></path></g></g></g></svg>') no-repeat;
}

.icon-flag-mr {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mr" viewBox="0 0 512 512"> <path fill="%23cd2a3e" d="M0 0h512v512H0z"/> <path fill="%23006233" d="M0 76.8h512v358.4H0z"/> <path fill="%23ffc400" d="M416 164.9a160 160 0 0 1-320 0 165.2 165.2 0 0 0-5.4 41.8A165.4 165.4 0 1 0 416 165z" class="st1"/> <path fill="%23ffc400" d="m256 100-14.4 44.3h-46.5l37.6 27.3-14.3 44.2 37.6-27.3 37.6 27.3-14.4-44.2 37.7-27.3h-46.5z"/></svg>') no-repeat;
}
.icon-flag-ma {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ma" viewBox="0 0 512 512"> <path fill="%23c1272d" d="M512 0H0v512h512z"/> <path fill="none" stroke="%23006233" stroke-width="12.5" d="m256 191.4-38 116.8 99.4-72.2H194.6l99.3 72.2z"/></svg>') no-repeat;
}
.icon-flag-dz {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-dz" viewBox="0 0 512 512"> <path fill="%23fff" d="M256 0h256v512H256z"/> <path fill="%23006233" d="M0 0h256v512H0z"/> <path fill="%23d21034" d="M367 192a128 128 0 1 0 0 128 102.4 102.4 0 1 1 0-128m4.2 64L256 218.4l71.7 98.2V195.4L256 293.6z"/></svg>') no-repeat;
}
.icon-flag-tn {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-tn" viewBox="0 0 512 512"> <path fill="%23e70013" d="m0 0h512v512H0z"/> <path fill="%23fff" d="M256 135a1 1 0 00-1 240 1 1 0 000-241zm72 174a90 90 0 110-107 72 72 0 100 107zm-4.7-21.7-37.4-12.1L262.8 307V267.7l-37.3-12.2 37.3-12.2v-39.4l23.1 31.9 37.4-12.1-23.1 31.8z"/></svg>') no-repeat;
}
.icon-flag-ly {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ly" viewBox="0 0 512 512"> <defs> <clipPath id="a"> <path d="M250 12h500v500H250z"/> </clipPath> </defs> <g clip-path="url(%23a)" transform="translate(-256 -12.3) scale(1.024)"> <path fill="%23239e46" d="M0 12h1000v500H0z"/> <path d="M0 12h1000v375H0z"/> <path fill="%23e70013" d="M0 12h1000v125H0z"/> <path fill="%23fff" d="M544.2 217.8a54.3 54.3 0 1 0 0 88.4 62.5 62.5 0 1 1 0-88.4M530.4 262l84.1-27.3-52 71.5v-88.4l52 71.5z"/> </g></svg>') no-repeat;
}
.icon-flag-eg {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-eg" viewBox="0 0 512 512"> <path d="M0 341.3h512V512H0z"/> <path fill="%23fff" d="M0 170.7h512v170.6H0z"/> <path fill="%23ce1126" d="M0 0h512v170.7H0z"/> <g fill="%23fff" stroke="%23c09300" transform="translate(-128) scale(.85333)"> <path stroke-linejoin="round" stroke-width="1.3" d="m450.8 302.4 68.5 63.6-4.9-115.5c-.7-17.5-15.9-13.5-27-7.2-11.1 7.2-24 7.2-37.4 2.5-13.5 4.7-26.3 4.7-37.4-2.5-11-6.3-26.3-10.3-27 7.2L380.7 366l70.1-63.6z"/> <path id="a" fill="%23c09300" stroke="none" d="m393.5 246.5-4.8 112.3-8 7.2 4.9-115.5a24 24 0 0 1 7.9-4zm9.6 8-4 94-8 8.2 4.8-108.5c1.6 1.6 6.3 5.5 7.2 6.3zm8.7 7.2-3.1 78.4-6.5 6.3 4-89.4c1.6 1.5 4.8 3.8 5.6 4.7zm9.5 4-3.1 66.8-6.3 5.1 3.1-74.3c1.6.7 4.7 2.4 6.3 2.4zm8.8 0-2.3 55.7-6.5 6.3 2.5-61.3c1.5 0 5.6 0 6.3-.7z"/> <use xlink:href="%23a" width="100%" height="100%" transform="matrix(-1 0 0 1 900 0)"/> <path fill="%23c09300" stroke-width="1.1" d="m453.2 315 9.6 43.8-3.2 3.2-3.3-2.5-5.4-39 2.3 39-3.2 4-3.1-4 2.3-39-5.5 39-3.3 2.5-3.2-3.2 9.6-43.7h6.4z"/> <g id="b" fill="none" stroke-linejoin="round" stroke-width="1.3"> <path fill="%23fff" stroke-width="1.2" d="m428.5 295.8-19.1 67.7 26.3 4 11.1-50.9-18.3-20.8z"/> <path d="m422.2 319 2.3 5.5 12.4-11.8"/> <path d="m430.8 305 2.6 24.3 7.9-10.4m-3.2 4 4.3 15m1.7-5.5-8.7 13.2m2.7 13.2-2.8-13.2-2.4-13.4-5.9 7.9-2.5-9.1-8.2 8.4 4.1 15.2 5.8-9.4 3.1 9.6 6-9.2"/> <path d="m415 362 5.3-7.5 3.4 11.5 4.8-8 3.1 9.6"/> </g> <use xlink:href="%23b" width="100%" height="100%" transform="matrix(-1 0 0 1 900 0)"/> <g stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3"> <path stroke-width="2.4" d="M450 393.8c20 0 39-1.6 50.2-4.7 4.7-.9 4.7-3.3 4.7-6.5 4.8-1.6 2.4-7.2 5.7-7.2-3.4 1-4-5.5-8-4.7 0-5.6-5.7-6.3-10.4-4.7-9.5 3.1-26.3 3.9-42.2 3.9-16-.8-32.6-.8-42.2-4-4.7-1.5-10.3-.8-10.3 4.8-4-.8-4.7 5.6-8 4.7 3.3 0 .8 5.7 5.6 7.2 0 3.2 0 5.6 4.8 6.5 11 3.1 30.2 4.7 50.1 4.7z"/> <path d="M422.9 363.5c6.4.9 13.6 1.6 19.2.9 3.2 0 5.5 5.5-.9 6.3-5.5.7-14.3 0-19-.8a231 231 0 0 1-18.4-4c-5.6-2.4-1.6-7 1.6-6.4a105.3 105.3 0 0 0 17.5 4zm54.2 0c-6.4.9-13.6 1.6-19 .9-3.4 0-5.7 5.5.7 6.3 5.6.7 14.3 0 19-.8 4-.8 12.8-2.3 18.4-4 5.6-2.4 1.6-7-1.6-6.4a105.2 105.2 0 0 1-17.5 4z"/> <path d="M403 360.4c-4.8-.9-7 4.7-5.5 7.9.7-1.6 4-1.6 4.7-3.2.9-2.4-.7-2.4.9-4.7zm19.2 14.7c0-3.2 3.1-2.8 3.1-6 0-1.5-.8-4-2.4-4a3.4 3.4 0 0 0-3.2 3.2c-.7 3.1 2.5 3.6 2.5 6.8zm22.7-9.1c4.7 0 4.2 6.3 2 9.5 0-2.3-4-3.2-4-4.8 0-2.4 3.6-2.4 2-4.7zm52-5.6c4.9-.9 7.2 4.7 5.6 7.9-.7-1.6-4-1.6-4.7-3.2-.9-2.4.7-2.4-.9-4.7zM478 375c0-3.2-3.2-2.8-3.2-6 0-1.5.8-4 2.4-4a3.4 3.4 0 0 1 3.2 3.2c.7 3.1-2.5 3.6-2.5 6.8zm-23-9c-4.7 0-4.2 6.3-2 9.5 0-2.3 4-3.2 4-4.8 0-2.4-3.6-2.4-2-4.7z"/> <path stroke-width=".9" d="M404.7 362c1.6 0 4 .7 4.7 1.6l-4.7-1.6zm7.9 2.4c.8 0 4 .7 5.5 1.6l-5.5-1.6zm28.6 3.2c-1.5 0-4.7 0-5.5.7l5.5-.8zm-8.7 0c-.9-.9-4-.9-5.6 0h5.6zm62.8-5.6a8 8 0 0 0-4.7 1.6l4.7-1.6zm-7.8 2.4c-1 0-4 .7-5.6 1.6l5.6-1.6zm-28.7 3.2c1.5 0 4.7 0 5.6.7l-5.6-.8zm8.7 0c.9-.9 4-.9 5.6 0h-5.6z"/> <g fill="%23c09300" stroke="none"> <path d="M403.3 374.6c-.5-.1-.8-.6-.6-1 .1-.7.6-1 1-.8.4 0 .9.6.9.8l-.4.7-.2.1c0 .2-.4.2-.7.2zm55 3.9c-.2 0-.6-.5-.6-.7 0-.4.6-1 1-1l.8.4c.3.3.3.9-.1 1.2-.2.2-.8.2-1.1 0zm.3 2.5c-.4-.2-.5-.4-.6-.8 0-.5 0-.6.5-.9l.4-.2.4.2c.4.2.7.4.7.8 0 .3-.3.6-.7.8-.3.2-.4.2-.7 0z"/> <path d="M407.8 370c-.4 0-.9.4-1.2.6-.6.1-1.4.5-2 0-.6-.1-1.4 0-1.5.8.1.7 1 1 1.6.6.4-.5 1.5-.9 1.7 0-.5.8-.4 1.7-.8 2.4 0 .5-.3.9-.5 1.3-.5 0-1 0-1.4.3a2 2 0 0 0-1.6.8c-.4.6-.8 1.2-.9 2 .1.6 1 .8 1.6.9l2 .6 3.2.9c1.6.5 3.2.7 4.8 1.1l.5.1c.7.2 1-.5 1-1l1-3.6c.2-.5.5-1.5-.4-1.3-.5.3-1 .8-1.6.8-.9 0-.4 1 0 1.3 0 .6-.2 1.3-.5 1.8-.6.3-1.2 0-1.8-.2-.5 0-1.7-.3-1.2-1l.5-1.8c.3-.6.3-1.3.5-2-.4-.7-1 .3-1.5.4-.4.2-1.6.3-1 1 .6.4.2 1.1 0 1.7 0 .7-.8 1-1.4.7-.6 0-1.5-.5-1-1.1l.5-1.8.7-2c0-.7.3-1.2.6-1.8 0-.7.5-1.3.5-2 0-.3-.2-.4-.4-.4zm-3.7 7.3a.3.3 0 0 1 .3 0c.2.2.2.4 0 .6l-.3.2c-.5 0-.6-.1-.6-.3 0-.1 0-.2.3-.3a1.4 1.4 0 0 1 .4-.2zm-1 5c-.5-.4-.4-.7.3-1.3.4-.2.5-.2.9.1.6.5.6.8 0 1.3-.2.2-.3.2-.5.2-.3 0-.4 0-.7-.2zm3 1a.9.9 0 0 1-.6-1.1c.2-.4.3-.5.9-.5.7 0 .8.1.9.7 0 .4 0 .5-.3.7a1 1 0 0 1-.8.2zm89.2 0c-.2-.1-.3-.2-.3-.5 0-.4.2-.7.8-.9.6-.3 1-.3 1.2.2.3.6.3.8-.1 1.2-.2.3-.3.3-.8.3s-.6 0-.8-.2zm-85 1.2c-.4 0-.6-.4-.6-.8 0-.3 0-.4.2-.6l.6-.2.6.1c.5.4.6.8.3 1.2-.3.4-.6.4-1.2.3zm21.8 1-.2-.3c0-.6 0-1.1.2-1.7.1-.5 0-1 .2-1.5l.4-2.8c0-.5 0-1 .2-1.4.1-.8 0-1.5.2-2.2 0-.3.3-1 .6-.6.4.6.9 1 1.4 1.5.4.3 0 .7-.3.8-.4.1-.5.6-.5 1l-.2 1.2c0 .7 0 1.3-.2 2l-.1 1.8-.2 1.2c0 .4 0 .9-.4 1.1-.3.2-.8.2-1-.1zm29.7-9.8-1.3 1.2c-.6.5.5.7.6 1.1.2.6.2 1.2.2 1.8.2.6.3 1.1.2 1.7 0 .7-.8.5-1.2.9-.5.2-.7.7-1 1a4.2 4.2 0 0 0-.4 1.6c0 .5-.3 1 0 1.4l.1.2h.5l1.5-.1c1.2-.2 2.5-.2 3.7-.3l2.2-.2c.6.1.9-.5.9-1-.4-.7-.1-1.4-.4-2-.2-.8-.1-1.5-.2-2.2 0-.6-.7-.8-1-.4-.4.4-1 .5-1.2.9-.3.6.6.6.8 1l.1 1.5c.1.6-.5.6-1 .7-.5.2-1.2.3-1.5-.3-.2-.5-.2-1-.2-1.5 0-1-.3-1.8-.3-2.7 0-1-.3-2.1-.3-3.2 0-.5-.1-1.2-.8-1.1zm-.6 8.2h.3v.8l-.3.1a3.3 3.3 0 0 1-.4.1 2.5 2.5 0 0 1-.2 0c-.2-.2-.2-.5.1-.8l.5-.2zm-30-9.2c-.3 0-.8.7-1.2.6-.9.1-.8 1-.1 1.3v.8c.1.8-.4 1.5-.3 2.3 0 .8-.3 1.7-.3 2.6-.3.9-.3 1.8-.4 2.7-.1.8-.7.5-1.2.3v-1c.1-.9-.5-1.1-1.2-1.2-.7 0-1-.5-.8-1.1.3-.4 1-.3 1.5-.3 1 .2.9-1.1.4-1.6-.4-.6-1.2-1-1.4-1.6 0-.8-.5-1.7-1.2-2.1-1.1-.1-2 .8-2.3 1.8-.5 0-1 .2-1.4.4-.7.2-1.7 1.4-.7 1.9.5.1 2.2.5 1.4 1.2-.4.8-1.2.8-1.9.6-.7 0-1.5-.4-1.5-1.2-.1-.8-.1-1.6-.4-2.3-.2-.8-1.1-.6-1.2.2-.7.5-.6 1.4-.1 2 .3.7 0 1.6-.3 2.2-.2 1-1.2 1-1.9 1.2-.3.2-1.6 0-1.1.7a4 4 0 0 0 2.4.3c.8 0 1.5-.7 2-1.4.5-.5 1.4-.2 2.2-.2.7 0 1.5.5 2.3.1.2-.5 1.2-1.5 1.5-.5 0 .9.7 1.3 1.5 1.2.9 0 .5.6.5 1.2 0 .9.7 1.4 1.5 1.8h.8c.7-.3 1.5-.6 1.8-1.4.3-.7.3-1.5.5-2.2.2-1.1.4-2.3.4-3.4.3-1 .2-2.1.4-3.2l.3-2.3c0-.5-.2-.5-.5-.4zm-6.7 4.1c.1 0 .2.2.2.5 0 .4.2.7.5.8v.3l-.8.2c-.5 0-.9-.2-1.2-.5l-.2-.2.3-.2.5-.5c.3-.3.5-.4.7-.4zm66-7.9a8.4 8.4 0 0 0-1.7.3c-1 0-1.5 1-.5 1.6.6 1.5 1.5-.4 2.5-.2 1.4.2 1.5 1.8 1.8 3 0 1.1.4 2.2.7 3.3 1 1.1-.7 1.8-1.4 1-.6-.7-2-1.5-2.7-.6-.9.4-1 1.6-1.7 2-1.2.3-1.3-1.2-2-1.8-.6-.9-1.7-1-2.6-1.2-.4-.9-.2-2.4-1-3-.8.3-2.2 1.7-1 2.4 1 1-.5 1.4-1 2-.8.9-1 2-1 3-1.3.7-1.5-.8-1.7-1.7 0-1.1-1-.8-1.7-.4-1 .4-1.4 1.3-2 2v2c.2.9 1.2.5 1.8.4 1-.4 1.4.7.6 1.3-.6.6-2.2.3-2 1.4h1.6c1-.3 2.2-1.1 2.3-2.3.2-1 1.7-.9 2.5-1.1 1-.3 2.3-.4 2.6 1 .7.7 2.2 1.5 3 .5a2.4 2.4 0 0 0 1.1-2.3c-.1-.8 1.3-.8 1.7-.3.5.8 2.1.6 2.9 0 .8-.5 1-1.6 2.2-1.6l5.4-1.5c1.4-.3-.2-1.2-.6-1.8-1-.5-2 1.7-3.2.6-1-.7-.9-2-1.2-3.1-.3-1.4-.2-3-1.2-4-.6-.7-1.6-.9-2.5-.9zm-6.8 9.5c.1 0 .3 0 .5.2.4.2.7.6.7 1 0 .2 0 .2-.3.3l-.5.2c-.2 0-.7-.3-.7-.5v-.4c-.2-.4-.2-.4 0-.6l.3-.2zm6.5.4c.4 0 .6 0 .8.3.1.4 0 .6-.4.8l-.5.2-.4-.3c-.2-.1-.3-.2-.3-.4 0-.3.4-.6.8-.7zm-9 0c.2 0 .3 0 .4.2.2.2.3.3.3.6v.6c0 .3 0 .2-.6.2s-.7 0-.7-.6c0-.4 0-.5.3-.7.1-.2.3-.2.4-.2zm-5.4 1.5a.6.6 0 0 1 .4.4c0 .3 0 .5-.2.6-.3.1-.8.2-1 0a.6.6 0 0 1 0-.1c-.2-.1-.2-.2 0-.3v-.1l.2-.3a.5.5 0 0 1 .6-.2zm9.2 1.2.5.1v.6h-1.2l-.1-.2c0-.2 0-.3.2-.4l.6-.1zm-17.1 4.8c-.1 0-.3-.1-.1-.2.1-.3.5-.4.8-.6a3.4 3.4 0 0 0 1.4-1c0-.4.4-.6.4-1l-.1-1.4a1.8 1.8 0 0 0-.8-1c-.3-.1-.7-.2-.8-.6 0-.3.3-.6.4-.9l.6-1.2c.3-.3.7 0 .8.2l.5 1c.3.3.5.6.6 1 .2.4.4.7.4 1l.2 1.3c0 .5 0 1.1-.2 1.6l-.6.8c-.3.3-.6.6-1 .7-.3.1-.5.4-.9.4H468l-.1-.1zm-6.9.4c-.2-.2-.3-.3-.3-.6s0-.3.3-.6c.4-.4.6-.4 1.4 0 .7.4 1 .4 1 .1.1-.2.5-.5 1-.5a.8.8 0 0 1 .5.2c.2.2.3.3.3.7 0 .5 0 .5-.3.8-.3.2-.3.2-.7.2a.9.9 0 0 1-.8-.6c0-.2 0-.3-.2-.1l-.2.1c-.2 0-.6.3-.8.5l-.5.1c-.4 0-.4 0-.7-.3zm-19.8-8.9c-.7 0-1.4.6-1.5 1.3.2.7.8 1.5.4 2.2.3 1-.8 1.4-1.5.9-.4-1-.6-2-1.3-3-.8-.2-1.1 1.1-1.7 1.6.3.7 1.1 1.4 1.2 2.3.2 1-.4 2-1.1 2.4-.7.7-1.7.5-2.5.6-1 .6.7.8 1.2.8 1 .1 2.1 0 3-.8.7-.3.6-1.7 1.5-1.8l4.8.3c.8.2 2.1-.1 2.7.5 0 1 1 1.8 1.9 2.2.5.2 1-.5 1.5-.6 1-.3.7-1.5 1.3-2h5c.2 0 .3-.5.6-.7l-.2-1.9c-.3-.8 0-1.8-.5-2.5-.9-.2-1.6.5-2.4.6-1 .4-1.7 1.3-1.8 2.3-.5.9-1.4-.2-1-1l-.1-1c-.5-.5-1.4-.3-2.1-.4l-3-.2c-1 0-1.9.1-2.7-.1-1 0-1-1-1-1.8a1 1 0 0 0-.7-.2zm2 3.7 1 .1h1.3c1 .2 2 .2 3 .2.2 0 .4.2.6.4v2c0 .3 0 .7-.2.8a.7.7 0 0 1-.2.2 1 1 0 0 1-.7-.5v-1.4a1.3 1.3 0 0 0-.7-.3l-2.6-.1-2-.1c-.3-.1-.7 0-.9-.4-.2-.2.1-.6.4-.7a2.3 2.3 0 0 1 1-.2zm11.3.3c.1 0 .2 0 .2.3l.2.5c0 .1 0 .2-.2.2-.5.2-1 .2-1.2 0 0-.1 0-.5.2-.6l.8-.4z"/> </g> </g> <path stroke-width="1.1" d="M450 327.2c32.6-25 29.8-61.8 29.8-61.8l-2.5.2c-6.9 0-23.2-4-27-8.9-4 4.5-20.8 9-27.6 9l-2.5-.3s-2.9 36.7 29.8 61.8z"/> <path stroke-width=".9" d="M477.2 268h-.8c-6.2 0-20.6-3.1-26.2-7.9-5.8 4.4-20.5 8-26.6 8a4.7 4.7 0 0 1-.8-.1 73.1 73.1 0 0 0 2.6 18.7 71 71 0 0 0 24.6 37.1 71.2 71.2 0 0 0 24.6-37.2 73.1 73.1 0 0 0 2.6-18.6z"/> <path fill="%23c09300" stroke="none" d="M439.4 265a62.2 62.2 0 0 1-16.6 3l.1 4.1a72.8 72.8 0 0 0 2.5 14.5 71 71 0 0 0 14 26.8V265zm20.6 0v49.2a71.1 71.1 0 0 0 14.6-27.6 73 73 0 0 0 2.5-14.5l.1-4h-.8c-3.8 0-10.4-1.2-16.4-3.2z"/> <g stroke-width="1.3"> <path stroke-width="1.2" d="M462.3 253c.7.1-.9-3.5-.9-3.5 1.8 1.8 8.4 2.3 8.4 2.3-4-1.8-8-15.1-7.5-25.8.4-10.6-1.5-14.8-3-16.4-2-2-8.5-3.8-12.7-4-2.5-.1-2 1.8-2 1.8-4.5-1.1-9-1.6-11-.2-1.8 1.2-2.2 7.5-.8 6.4 3.3-2.7 6.2-.2 8.2 2.7 1.8 2.5 1.7 9.7-.9 18.2a60 60 0 0 1-10 17.7c4 0 9.6-3.5 9.6-3.5l-1.3 5.5c4.2-2 7.5-5.1 7.5-5.1l4 4.2c1.3-1.8 4-4.2 4-4.2s3.3 3.5 8.4 4z"/> <path fill="none" d="M446.1 227.6s-2.2 16.4-6.4 21m10-21.5s-1 16.7-3.8 22m6.9-21.3s0 18.2 1 21.3m3-20.4s.8 15.3 4.6 20.8"/> <path fill="%23c09300" stroke-width=".3" d="M442 219.6a8 8 0 0 0-1-3.3c-2-3-4.9-5.4-8.2-2.7 0 0 1.1-3.5 3.6-3.6 1.8-.1 6.1 1.4 9.9 7.8 0 0-2.8-.6-3.5 0-1.2 1-.7 1.8-.7 1.8z"/> <path fill="%23c09300" stroke-width=".3" d="M432.4 209.3c.3-1 .7-1.8 1.3-2.1 2-1.4 6.4-1 10.9.2 0 0-.4-1.9 2-1.8 4.2.2 10.6 2 12.6 4a7.9 7.9 0 0 1 1.5 2.4c-1-1.4-3.8-1.3-4.5-1.2-1 .1-1.7 0-3.1.4-.7.2-1.7.4-2.3.8-.4.4-.8 1.6-1.4 1.6-1 0-1-.2-1.3-.5-.3-.5-.5-1.1-.9-1-1 .1-2.8-.7-5-2.5-2.3-1.8-3.2-2.2-6-2-3 .2-3.8 1.9-3.8 1.9v-.2z"/> <circle cx="448.8" cy="210.7" r="1.2" stroke="none"/> </g> </g></svg>') no-repeat;
}
.icon-flag-sa {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-sa" viewBox="0 0 512 512"> <defs> <clipPath id="a"> <path fill-opacity=".7" d="M124 0h496v496H124z"/> </clipPath> </defs> <g fill-rule="evenodd" clip-path="url(%23a)" transform="translate(-128) scale(1.0321)"> <path fill="%23165d31" d="M0 0h744v496H0z"/> <path fill="%23fff" d="M187.5 140.6c-.8 11.6-1.9 32 8 34.1 11.9 1.1 5.3-20.2 9.6-24 .9-2 2.4-2 2.5.5v18c-.1 6 3.7 7.6 6.7 8.9 3.2-.3 5.2-.2 6.5 2.8l1.4 31.3s7.3 2 7.6-17.6c.4-11.5-2.3-21.2-.7-23.4 0-2.2 2.8-2.3 4.8-1.3 3.1 2.2 4.5 5 9.3 3.8 7.4-2 11.8-5.6 12-11.2a51 51 0 0 0-3.4-16.1c.3-1-1.5-3.5-1.1-4.5 1.3 2 3.3 1.9 3.8 0-1.3-4.2-3.2-8.1-6.4-9.8-2.6-2.3-6.4-1.8-7.8 3a26 26 0 0 0 6 17.3 17 17 0 0 1 1.5 8.7c-2.1 1.3-4.2.7-6-1.1 0 0-5.9-4.5-5.9-5.4 1.6-10 .4-11.1-.5-13.9-.6-3.8-2.4-5-3.9-7.6-1.5-1.6-3.4-1.6-4.4 0-2.6 4.5-1.4 14.1.5 18.4 1.4 4 3.4 6.5 2.4 6.5-.8 2.2-2.4 1.7-3.6-.9a61.2 61.2 0 0 1-2.1-16.9c-.5-4.5-1-14-4-16.4-1.8-2.4-4.5-1.2-5.4 1a80 80 0 0 0 .3 13c2 7 2.6 13.4 3.6 20.7.3 9.8-5.7 4.3-5.4-.6 1.4-6.3 1-16.3-.2-18.8-1-2.5-2.1-3.1-4.4-2.7-2-.2-6.7 5-8 13.8 0 0-1.2 4.5-1.7 8.4-.7 4.5-3.6 7.7-5.7-.6-1.8-6-2.9-20.9-5.9-17.4z"/> <path fill="%23fff" d="m219.9 188.2-31 14.9c.3-7 14.7-19.8 24.5-20 6.4.2 4.8 2.5 6.5 5z"/> <path fill="%23fff" d="M214.5 197.9c-16.4 42.1 38.2 48 44.3 1.7.6-1.9 3-3.8 3.3-.7-1.3 42-42.2 44.8-49.2 31.6-1.7-3-2.2-10-2.4-14.2-1-8.2-5.4-5-6 3.2-.7 4.5-.6 5.8-.6 10.2 2.2 33 55 18.8 63.6-8.5 4.5-15.1-.8-26.3 1.7-26.3 5.2 5.7 12.6.8 14.2-1.2.7-1 2.4-1.6 3.6-.3 4 3 11.3 1.5 12.8-3.6.8-5.1 1.5-10.3 1.7-15.7-3.3 1-5.8 1.7-6 3l-.7 4.6c-.3 1.4-3.2 1.5-3.3-.4-1.3-5.7-6.5-6.5-9.7 2.4-2.1 1.8-6 2-6.4-.5.5-6-1.9-6.8-6.7-4l-4.7-35c2 0 3.9 1.4 5.7-.9-2-6.3-6.3-19-8.6-20-1.2-1.4-2.1-.5-3.6-.2-2.6.8-5 3-4.2 7.3l8 50.2c.4 2.1-1.4 5-3.7 4.7-3.9-2.7-4.9-8-11.5-7.8-4.9 0-10.4 5.3-11 10.4-.9 4-1.2 8.4 0 11.9 3.3 4 7.4 3.7 11 2.7 2.9-1.2 5.3-4.1 6.4-3.4.7.9.1 10.5-13.9 18-8.4 3.8-15.2 4.6-18.8-2.3-2.2-4.3.2-20.7-5.3-17z"/> <path fill="%23fff" d="M283.8 155c3.3-1.1 18.8-19 18.8-19l-2.3-1.8c-.9-.8-.8-1.5 0-2.3 3.8-2.2 2.6-7.2.6-9.4a9.4 9.4 0 0 0-8.4 0c-2.7 2.7-3.3 6.8-1.2 9.4 2 1 4.2 3 2.8 4.2-6.4 6.8-23.8 18.5-21.8 19 .4.5 11.2.5 11.5 0zm-93.9 63c-5.8 9.3-6.3 23.2-3 27.3 1.6 2 4.4 2.8 6.5 2.2 3.7-1.6 5.3-9 4.4-11.7-1.2-2-2.2-2.2-3.4-.6-2.6 5.2-3.7 1.6-3.9-1.3-.4-5.5.1-10.7.7-14.7.7-4.1 0-2.9-1.3-1.2zM439 203c-5.6-12.1-13.4-24.1-15.9-28.7a541 541 0 0 0-24-34.9c-6-7.2 9.9 3-2-11.3-4.5-4-4.8-4.1-8.6-7.3-1.9-1.4-6.5-3.8-7.3.2a23.5 23.5 0 0 0 .4 8.6c.4 2 3.3 5.3 4.8 7.3 19 25.5 35.9 51.4 52.1 83.8 2.6-1.2 2-15.6.5-17.7z"/> <path fill="%23fff" d="M414.3 243.7c-1.1 1.3 2.7 6.6 7.7 6.6 8.4-1 15.7-5.7 22.5-18 1.8-3 5-9 5.1-13.9.7-28-1.4-49.8-5.6-70-.2-2 0-4.4.3-5 .5-.6 2.3 0 3.3-1.5 1.4-1.5-3.8-13.6-6.7-18.2-1.1-2.1-1.5-3.5-3.2.2-1.9 3-3 8.3-3 13.2 4 27.6 5.3 51.8 7.9 79.3.2 2.7-.2 6.6-2 8.1a77.8 77.8 0 0 1-26.3 19.2zm112.8-.1c-6 3.4-6 7.4-1.1 7.6 8.3-1 18.2-1.7 25-12 1.8-2.9 4-10.7 4.1-15.4.6-28-.4-49-4.6-69.2-.2-2-1.1-6.5-.8-7.1.6-1.4 3.3.1 4.3-1.5 1.4-1.4-7-12.3-10-17-1.1-2-1.5-3.4-3.2.3-1.9 3-2.5 8.4-1.8 13.1 4.5 30 7.8 52.5 8.4 79-.3 2.6-.4 4-1.6 7.1-2.6 3.4-5.5 7.6-8.3 9.6-2.7 2-8.5 4-10.4 5.5z"/> <path fill="%23fff" d="M531.6 216.7v-18.3a33 33 0 0 0-3-13.2c-1.8-4-.7-7.1-1.5-11.4-.8-4.2-.6-10.6-1.8-15.6-.4-2-1.4-8.2-1-8.8.4-1.4 2.3 0 3.2-1.6 1.4-1.5-4.8-17.5-7.9-22-1.1-2-3.1-1.4-5.7 2-2.3 2.1-1.4 7.1-.5 11.8 6 31.3 10.4 59.7 9.5 89.4-.3 2.6 8.8-7.5 8.7-12.3zm-44.3-38.8c-3.7 0-11.6-7.4-14-11.6a7.8 7.8 0 0 1 .5-6.2c1.4-1 3.6-2 5.2-1 0 0 1.6 2.4 1.3 2.7 2 1 3 .4 3.2-.5.1-1.4-.7-2.3-.7-4 1-4.3 6-5 7.8-2.2 1.4 1.7 1.9 5.3 2.1 7.8 0 1.2-2-.3-3.2 0-1.1.4-1.4 1.7-1.5 2.9-.2 3.2-.6 8.3-.7 12zm-69.6 46.6c1-9.6-.3-26.5-.4-32.1-.4-13.3-2.6-39-3.6-43.2-1.2-8.1 3.3.9 2.7-3.8-1.5-8-6-13.6-11.2-21-1.7-2.3-1.6-2.8-4.3.6-2.8 6.6-.3 11.1.4 16.2 3.8 16.7 6 32 7 47.2a381.2 381.2 0 0 1 .4 47.5c2.9.2 7.5-4.6 9-11.4z"/> <path fill="%23fff" d="M544.5 209.2c-6.7-11.1-16.7-23.2-19.4-27.7a639.2 639.2 0 0 0-28.2-36.7c-8.3-8.7 3.8-1.4-1.6-8.1-4.6-5-6-6.6-9.8-9.6-2-1.3-3.2-3.7-3.8.4-.3 3.6-.5 7.8-.3 10.9 0 1.7 1.8 4.8 3.3 6.7 20 24.7 42 50 59.7 81.7 2.5-1.4 1.7-15.6 0-17.6z"/> <path fill="%23165d31" d="M242.8 188.6c-.5.9-1.6 2-1.2 3 .8 1 1.4 1.3 2.6 1.4 1 0 2.6.2 2.9-.4a3.2 3.2 0 0 0 .5-3.2c-1-2.8-4.2-1.8-4.8-.8z"/> <path fill="%23fff" d="M467.2 351.3c8.9.3 14.7.4 22.6 1.3l9.2-1c10.3-1 10.8 14.7 10.8 14.7-.1 9.2-3.7 9.6-8.2 10.6-2.6.4-4-1.5-5.3-3.5-1.7.7-4 .8-6.9.4-3.7-.2-7.4-.2-11-.5-4-.3-6.1.5-10 .1-.9 1.3-2 3-4.3 2.5-2-.2-4.4-5.9-3.7-10.1 1.4-3.1 1-2.1.9-3.5-36.4-.9-73-2.5-108.7-2-28 0-55.5 1.2-83 2.4-14.7-.2-26-2.6-33.7-14 .7 0 37.5 2.2 48.2 1.5 20-.3 38.1-1.9 58.4-2.5 40 .7 79.5.7 119.5 3.5-3.8-2.6-4-8.8 2-10.3.4-.3.7 3 1.6 3 4.6-.3 2.6 6 1.6 7.4zM306.8 131c-6 17.3 3.4 36.2 10 34.4 4.8 2 7.8-7.1 9.8-17 1.3-2.8 2.3-3.1 3-1.7-.2 13.2 1 16.1 4.4 20.1a11 11 0 0 0 14.3.3l5.9-6c1.3-1.3 3-1.4 4.9-.2 1.8 1.7 1.5 4.5 5.4 6.5 3.2 1.3 10.2.3 11.8-2.5 2.1-3.7 2.7-5 3.7-6.4 1.5-2 4.1-1.2 4.1-.5-.2 1.1-1.7 2.3-.7 4.3 1.8 1.4 2.3.5 3.4.2 3.8-1.8 6.7-10.2 6.7-10.2.1-3-1.6-2.8-2.7-2.2l-3 2.1c-2 .3-5.6 1.5-7.4-1.3-1.8-3.3-1.9-8-3.3-11.4 0-.2-2.4-5.3-.1-5.6 1.1.2 3.6.8 4-1.2 1.2-2-2.6-7.7-5.2-10.6-2.2-2.4-5.4-2.7-8.4-.2-2 2-1.8 4-2.2 6.1a9.6 9.6 0 0 0 2 8.4c2.1 4.1 6 9.4 4.7 17 0 0-2.3 3.5-6.2 3-1.6-.4-4.2-1-5.6-11.4-1-7.9.2-18.9-3.1-24-1.2-3.2-2-6.2-5-.8-.8 2-4.2 5.2-1.8 11.8a35 35 0 0 1 2 18.3c-1.4 2.1-1.7 2.9-3.6 5-2.5 2.7-5.3 2-7.4 1-2-1.3-3.6-2-4.5-6.3.2-6.8.5-17.9-.7-20.3-1.8-3.6-4.8-2.3-6.1-1.2a46.3 46.3 0 0 0-11.2 22.9c-1.7 5.5-3.5 4-4.8 1.7-3.1-3-3.3-25.9-7.1-22.1z"/> <path fill="%23fff" d="M325 168.7c2.8-2 1.5-3.3 5.6.8a69.8 69.8 0 0 1 9 30.3c-.3 2.5 1.5 4 2.3 3.5.4-5.8 14.7-14 27.7-15.2 2-.4 1-4.2 1.3-6.2-.8-7.2 4-13.8 10.9-14.3 9.2 1.4 12.3 6.3 12.5 13.8-1 14.5-16.1 17-24.6 18-1.3.6-1.8 1.2 0 1.9l35.5.1 1.8 1c.2 1-.5.2-2 2.5s-3.4 7.7-3.5 11.2a173 173 0 0 1-32.6 6.2c-3.8 2-5.7 4.6-5 7.5 1.3 3.3 9.9 6.5 9.9 6.7 1.6 1 3.5 3.4-.5 8.2-17.3-.7-30.7-8.1-35.3-18.5-1.4-1-3 0-3.9 1.4a54.7 54.7 0 0 1-24.9 20.7c-6.9 1.7-13.9-1-17.2-5.5-2.2-2.6-2.1-5.4-3-6-3.7 1.6-35.6 15.2-31.5 8.9 7.7-8.4 21.2-14.5 33-22.7 1-2.7 2.5-12 7.2-15 .2 0-.8 5.4-.7 7.7 0 1.9-.1 2.6.3 2.1.8-.5 15.2-11.8 16.3-15.3 1.4-2 .4-7 .4-7.2-2.6-7-6.4-7.5-7.8-11-1.3-4.6-.7-9.8 1.9-11.3 2.3-2.1 5-1.9 7.6.4 3 2.6 5.5 7.7 6.3 11.5-.5 1.5-3.8-1-5-.2 2 2 3 4.5 3.7 7.5 2 8 1.3 11-.5 16.2-6.4 13.4-14.6 17.5-21.8 22.4-.2.1-.3 3.5 2.4 5.3 1 1 4.7 1.4 9 0a52.8 52.8 0 0 0 21.7-22.6c1.3-7.2-.5-14.8-2.4-21.4a252.7 252.7 0 0 1-6-16c-.2-4 .1-5.4 2-7.4zm-92.8-37.4c4 1.9 11.7 1 11.4-5.5l-.2-3.1c-.8-2-3.1-1.5-3.6.6-.2.6.3 1.7-.3 2-.4.3-1.7.1-1.6-1.7 0-.6-.4-1.2-.7-1.6-.3-.1-.4-.2-.9-.2-.6 0-.5.2-.9.7l-.3 1.5c0 .7-.3.9-.8 1-.5 0-.4 0-.8-.2-.3-.3-.6-.4-.6-.9l-.2-1.6a2 2 0 0 0-1-.6c-2.3 0-2.4 2.6-2.3 3.6-.2.1-.3 4.7 2.8 6z"/> <path fill="%23fff" d="M351.8 181.9c4 2 13.8.8 11.4-5.5l-.2-3c-.8-2-3-1.5-3.6.5-.1.6.3 1.7-.3 2-.3.4-1.6.2-1.6-1.6 0-.6-.4-1.2-.7-1.6-.2-.2-.4-.2-.9-.2s-.5.1-.8.6l-.3 1.5c-.1.7-.4 1-.8 1-.6 0-.4 0-.9-.2-.2-.3-.6-.4-.6-.9s0-1.3-.2-1.6c-.2-.3-.6-.4-1-.5-2.2 0-2.4 2.5-2.3 3.5-.1.2-.2 4.7 2.8 6zm69.8-21c4 2 11.7 1.1 11.4-5.4l-.2-3.1c-.8-2-3.1-1.5-3.6.5-.2.7.3 1.7-.3 2-.4.4-1.7.2-1.6-1.6 0-.6-.5-1.2-.7-1.6-.3-.1-.4-.2-1-.2-.5 0-.5.2-.8.7l-.3 1.5c0 .6-.3.9-.8 1-.5 0-.4 0-.8-.3-.3-.2-.6-.4-.6-.8 0-.5-.1-1.3-.3-1.7-.2-.3-.5-.4-1-.5-2.2 0-2.3 2.6-2.2 3.5-.2.2-.3 4.8 2.8 6zm36 52.7c-7 8-3.9 21.2-2.3 24 2.4 4.8 4.2 7.8 8.8 10.1 4.2 3 7.4 1.1 9.2-1 4.2-4.3 4.2-15.4 6.2-17.6 1.4-4 4.8-3.3 6.5-1.5a16 16 0 0 0 6 5.1c3.9 3.4 8.5 4 13.1 1 3.1-1.8 5.2-4.1 7-8.6 2-5.5 1-30.7.5-45.6-.1-1.2-4-20.6-4-20.8 0-.2-.6-9.9-1-12.2 0-.9-.3-1.2.7-1 1 .8 1.2.9 1.8 1.2 1 .2 2-1.6 1.4-3.3l-9.8-18c-.7-.7-1.7-1.5-3 .3a7 7 0 0 0-2.4 5.3c.3 4.3 1 8.6 1.3 12.9l4 21.8c1.2 15.6 1.5 28.3 2.7 44-.2 6.5-2.2 12.3-4.2 13 0 0-2.9 1.8-4.8 0-1.5-.7-7.2-9.6-7.2-9.6-3-2.7-4.8-2-7 0-5.6 5.5-8.2 15.9-12.1 23-1 1.6-3.9 3-7-.1-8-11-3.3-26.4-4.3-22.4zm-34.2-90.9c3.7 1.5 6.2 9 5.4 12.6-.7 4.4-2.7 9.3-4 8.6-1.6-.5 1-4.4-.5-8.5-.8-2.6-5.8-7.5-5.3-8.9-1-3 2.2-4.3 4.4-3.8z"/> <path fill="%23fff" d="M469.5 218c.7-9-.6-14.4-.8-19.6-.2-5.2-6-45-7-49-1.5-7.5 5.5-1 4.7-5.4-2.4-5.5-8.3-13.5-10.2-18.2-1.1-2-.7-3.9-3.2-.6a41 41 0 0 0-2.2 18.6c6 31.3 12.1 57.3 11.1 87.1 2.9 0 6.2-6.5 7.6-13zm62.4-82.7c3.4 1.7 5.3 11 5 13.6-.7 4.9-2.5 10-3.8 9.4-1.3-.6.3-7.2-.4-9.2-.7-2.9-5.2-8.1-4.8-9.7-.9-3.2 2-4.6 4-4zm-247.7 65.8c3.2 1.3 5 8 4.7 10-.6 3.6-2.3 7.4-3.5 7-1.3-.5.2-5.3-.4-6.8-.3-3.7-4.7-5.6-4.6-7.1-.8-3 1.9-3.5 3.8-3z"/> <path fill="%23165d31" d="M361.3 211.4c4 .2 6.1 3.5 2.3 4.8-3.8 1.3-7.5 2.3-7.5 7.8 1.4 7.7-2 5-4 4-2.3-1.7-8.9-5.7-9.8-14.5-.1-2 1.5-3.8 4.1-3.8 4 1 9.8 1.2 14.8 1.7z"/> <path fill="%23fff" d="M199 120.5c4.7 1.4 5 8.3 4.6 10.4-.6 3.7-2.3 7.6-3.5 7.1-1.3-.4 0-5.4-.6-7-.7-2.2-4.7-6.2-4.2-7.4-1-2.4 1.8-3.5 3.7-3zm92.9 32.6c-3.6 2-5 7.8-2.8 11.2 2.1 3 5.4 1.9 5.9 1.9 3.5.4 5.6-6.7 5.6-6.7s.1-2-4 1.8c-1.8.3-2-.3-2.5-1.3a8.7 8.7 0 0 1 .6-5.6c.6-1.7-.8-2.5-2.8-1.3zm27-35.3c-1.7 1.3-5.4 5-5.5 9.3 0 2.4-.5 2.4 1 4 1.2 1.6 2.4 1.5 4.7.3a5 5 0 0 0 2.2-3.3c.6-2.8-2.9 1.3-3.3-1.8-.8-2.8 1.4-4 3.5-6.8 0-1.9 0-3.2-2.5-1.7zm21.9 4a56.9 56.9 0 0 0-1.6 10.7c-.6 2.7 2.8 3.8 4.4.3 2.3-6.3 2.3-9 2.5-11.7-.7-4-3.5-4-5.3.6zm137.5 69.9c.4-.5 19.4-14 19.4-14 1.9-.6 1.5 7 .6 7a75.3 75.3 0 0 1-20 13.9c-1 .6-1.9-5.2 0-7zm17.2-.1c3.3 1.6 4.7 11.4 4.3 14 .1 5.2-3.2 9.3-4.5 8.6-1.4-.6.1-6.4-.5-8.4-.7-2.9-3.6-8.3-3.1-9.8-1-3.3 1.8-5 3.8-4.4zm-112.4 42c1.3-2 5.3-4.7 5.4-4.7 1.9-1 3.7.7 3.6.6.3 1.9-1.2 3.6-.7 6.1.4 1 .7 2.1 2.6 1.7 3-2.3 5.8-2.5 8.8-2.7 2.3.2 2.3 4 .9 4.1-5.6 1.2-8 2.7-12 4.2-1.9 1.1-3.5-.3-3.5-.4s-1-1.1-.3-3.6c.1-2-.7-3-2.3-2.8-1.3.6-2.4 1-3-.4-.3-1-.3-1.5.5-2.1zm132.3 5.2c.8 1 1.4 2 0 3.7l-3.6 3c-.7 1.2-1 2.8.9 3.3 3.5 1 11.7-4.3 11.7-4.4 1.3-1 .9-2.9.7-2.9-.7-.9-2.5-.4-3.6-.5-.6 0-2.4-.3-1.6-1.9.8-1 1-1.6 1.5-2.9.6-1.2.1-2-1.9-2.7-2-.3-2.8-.1-5 0-1.3.3-1.7.8-2 2.3.2 2.2 1.5 2.1 3 3z"/> <path fill="%23165d31" d="M383.8 183.8c-.5 1-2.3.9-4 0s-2.5-2.5-2-3.4 2.3-.9 4 0 2.5 2.5 2 3.4zM297.5 132c-1 .3-2.3-.6-2.9-2s-.3-2.5.7-2.8 2.3.7 2.9 2 .3 2.6-.7 2.8z"/> <path fill="%23165d31" d="M468.2 363.3c9 .4 17.6.1 26.6.6 1.7 1.3.5 4.8-.6 4.5l-7.6-.2c0-2.9-7.5-2.4-7.2.1-4 .5-7.6-.1-11.6-.3-1.2-1.5-1-4.1.4-4.7z"/> </g></svg>') no-repeat;
}
.icon-flag-kw {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-kw" viewBox="0 0 512 512"> <defs> <clipPath id="a"> <path fill-opacity=".7" d="M0 0h496v496H0z"/> </clipPath> </defs> <g fill-rule="evenodd" stroke-width="1pt" clip-path="url(%23a)" transform="scale(1.0321)"> <path fill="%23fff" d="M0 165.3h992.1v165.4H0z"/> <path fill="%23f31830" d="M0 330.7h992.1v165.4H0z"/> <path fill="%2300d941" d="M0 0h992.1v165.4H0z"/> <path d="M0 0v496l247.5-165.3.5-165.5L0 0z"/> </g></svg>') no-repeat;
}
.icon-flag-qa {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-qa" viewBox="0 0 512 512"> <path fill="%238d1b3d" d="M0 0h512v512H0z"/> <path fill="%23fff" d="M0 0v512h113l104.2-28.4L113 455l104.2-28.4L113 398.2l104.2-28.4L113 341.3 217.2 313 113 284.4 217.2 256 113 227.6 217.2 199 113 170.7l104.2-28.5L113 113.8l104.2-28.5L113 57l104.2-28.4L113 0H0z"/></svg>') no-repeat;
}
.icon-flag-ae {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ae" viewBox="0 0 512 512"> <path fill="%2300732f" d="M0 0h512v170.7H0z"/> <path fill="%23fff" d="M0 170.7h512v170.6H0z"/> <path d="M0 341.3h512V512H0z"/> <path fill="red" d="M0 0h180v512H0z"/></svg>') no-repeat;
}
.icon-flag-jo {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-jo" viewBox="0 0 512 512"> <defs> <clipPath id="a"> <path fill-opacity=".7" d="M113.6 0H607v493.5H113.6z"/> </clipPath> </defs> <g clip-path="url(%23a)" transform="translate(-117.8) scale(1.0375)"> <g fill-rule="evenodd" stroke-width="1pt"> <path d="M0 0h987v164.5H0z"/> <path fill="%23fff" d="M0 164.5h987V329H0z"/> <path fill="%23090" d="M0 329h987v164.5H0z"/> <path fill="red" d="m0 493.5 493.5-246.8L0 0v493.5z"/> <path fill="%23fff" d="m164.8 244 22 10.6h-24.5l5.5 24-15.3-19.3-15.3 19.2 5.5-23.9H118l22.1-10.7-15.3-19.1 22.1 10.6 5.5-23.9 5.5 24 22-10.7z"/> </g> </g></svg>') no-repeat;
}
.icon-flag-lb {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-lb" viewBox="0 0 512 512"> <defs> <clipPath id="a"> <path fill-opacity=".7" d="M124 0h496v496H124z"/> </clipPath> </defs> <g clip-path="url(%23a)" transform="translate(-128) scale(1.0321)"> <g fill-rule="evenodd" stroke-width="1pt"> <path fill="%23EE161F" d="M0 372h744v124H0zM0 0h744v124H0z"/> <path fill="%23fff" d="M0 124h744v248H0z"/> </g> <path fill="%2300A850" d="M368.3 125.9c-7.6 15.1-12.7 15.1-25.3 25.2-5 5-12.6 7.5-2.5 12.6-10 5-15.1 7.5-20.2 17.6l2.6 2.5s9.5-4.7 10-2.5c1.7 2-12.6 9.7-14.4 11s-10.8 6.6-10.8 6.6c-12.6 10.1-20.2 7.6-27.7 22.7l25.2-2.5c5 17.6-12.6 20.1-25.2 27.7l-20.2 12.6c5 17.6 20.2 7.5 32.8 2.5l2.5 2.5v5L270 282s-29.8 17-30.3 17.6c-.2 1 0 5 0 5 10.1 2.6 25.2 5.1 35.3 0 12.6-5 15.2-10 30.3-10a97.4 97.4 0 0 1-50.5 20.2v10c15.2 0 25.3 0 37.9-2.5l32.8-10c7.5 0 15.1 7.5 12.6 15-7.6 27.7-37.8 22.7-48 45.4l40.4-15.1c10.1-5 20.2-10.1 32.8-7.6 15.1 5 15.1 15.1 35.3 20.1l-5-12.5c5 2.5 10 2.5 15.1 5 12.6 5 15.1 10 30.3 7.5-12.6-15-15.2-12.5-25.2-22.6-10.1-15.1-15.2-37.8 0-40.3l17.6 5c17.7 2.6 17.7-2.5 42.9 7.6 15.1 5 20.2 12.6 37.8 7.5-7.5-17.6-35.3-30.2-53-35.2 20.2-12.6 15.2 5 43-2.5v-5c-20.2-15.2-27.8-27.8-55.6-27.8l43-5v-5S447 235.7 446 235.3a6.3 6.3 0 0 1 4.1-4.4c8 5.2 32.3 4.6 33.7 4.5-.7-6.2-12.2-11.3-22.3-16.3 0 0-43.2-26.7-43.4-29 .8-6.8 17.7 1 35.8 6.3-5-10-15.1-15.1-25.2-17.6l15.1-2.5c-10-22.7-35.3-20.2-50.4-30.3-10.1-7.5-10.1-12.6-25.2-20.1z"/> <path fill="%23fff" fill-rule="evenodd" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.1" d="M341 293.6c1.9-6 4.3-11.3-6.9-16.4-11.2-5.1 5.6 20.5 7 16.4zm13.3-12c-2.3.3-3.4 8.6 1 10.8 5.1.8 1-10.7-1-10.8zm13.1-.9c-2.3.7-2.4 12.4 5.8 10.3 8.3-2 0-11.2-5.8-10.2zm15.3-29.8c1.8-2.8-.1-14.5-7.2-9.6-7.1 5 5 10.4 7.2 9.6zm-15.5-9.7c2.2-.8 2.4-8-3.8-6-6.2 1.8 2.2 7.5 3.8 6zm-14 2.9s-4.3-6-7.7-4.8c-4.2 4 8 4.9 7.7 4.8zm-48 19.1c1.8.2 15.5-2.2 20.2-7.5 4.8-5.3-24.3 2.2-24.3 2.3s2.7 4.7 4 5.2zm136.7-33.8c.7-1.3-7.3-7-12-4.7-1.2 4.2 12 5.5 12 4.7zM415 215.8c1.5-2.1-3.5-11-13.3-6s10.3 9.5 13.3 6zm-31.1-5.2s2.4-8 8.4-6.4c6.6 5.1-8.1 6.7-8.4 6.4zm-5.8-6c-1-2.2-7.1-.9-14.2 3.8-7.1 4.6 16.3 1.3 14.2-3.8zm18-21.4s6.4-2.9 8.3 0c2.6 4.2-8.3 0-8.2 0zm-5.2-2.8c-1.3-2.5-8.3-2.8-8.1 1-1.2 2.8 9 2.3 8-1zm-16.7 0c-.7-1.5-10.6 0-13.6 6 4.8 2.3 15.8-2.2 13.6-6zm-21.3 6.1s-13 8-13.9 13.9c.4 5 16.3-9.2 16.3-9.2s1.4-5.6-2.4-4.7zm-14.5-7.3c.4-1.6 6.5-5.4 7-5 .5 1.6-5 6-7 5zm4.2 30.6c.3-2.3-15.6-2.1-9.6 5.1 5 6.1 10.7-4 9.6-5zM328 220.3c-.8-1.6-2-5.9-4.2-6.3-1.7 0-11.3 2-12 3.5-.4 1.3 4 9.2 5.4 9.4 1.7.6 10.5-5.8 10.8-6.6zm85.6 53.4c.5-1.7 16.7-7.3 22.3-2 6.6 9-22.7 4.8-22.3 2zm44.6 10.6c3.5-6-11-13.2-17-6.3 2 8.2 14.1 11.2 17 6.3z"/> </g></svg>') no-repeat;
}
.icon-flag-ir {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-iq" viewBox="0 0 512 512"> <path fill="%23fff" d="M0 170.7h512v170.6H0z"/> <path fill="%23ce1126" d="M0 0h512v170.7H0z"/> <path d="M0 341.3h512V512H0z"/> <g fill="%23007a3d" transform="translate(-276.6 -99) scale(1.8686)"> <path d="M325.5 173.2a5 5 0 0 1-1.4-1c-.3-.5-.1-.5 1.2-.2 2.3.7 3.8.4 5.3-.8l1.3-1.1 1.5.7c.9.5 1.8.8 2 .7.7-.2 2.1-2 2-2.6 0-.7.6-.5 1 .3.6 1.6-.3 3.5-2 3.9-.7.2-1.4.1-2.6-.3-1.4-.5-1.7-.5-2.4 0a5.4 5.4 0 0 1-5.9.4zm5.8-5.3a8 8 0 0 1-1-4c.1-.6.3-.8.8-.6 1 .3 1.2 1 1 3 0 1.8-.3 2.3-.8 1.6zm-67.6-1.9c-.1 1.3 2.4 4.6 3.5 5.2-.8.3-1.7.2-2.4.5-4 4-18.4 18-21 21.4 7.8.2 16.4-.1 23.7-.4 0-5.3 5-5.6 8.4-7.5 1.7 2.7 6 2.5 6.6 6.6v17.6H216a9.7 9.7 0 0 1-12.3 7.5c2-2 5.4-2.8 6.6-5.7 1-6.4-2-10.3-4-14a24 24 0 0 0 7-3.6c-2.3 7 6.2 6.3 12.4 6.1.2-2.4.1-5.2-1.7-5.6 2.3-.9 2.7-1.2 6.6-4.4v9.6l46.1-.1c0-3 .8-7.9-1.6-7.9-2.2 0 0 6.2-1.8 6.2h-35.7v-6c1.5-1.6 1.3-1.5 11.6-11.8 1-1 8.3-7.6 14.6-13.7zm89.1-.3c2.5 1.4 4.5 3.2 7.5 4-.3 1.3-1.5 1.8-1.8 3.1v27c3.4.7 4.2-1.3 5.8-2.3.4 4.3 3.2 8.5 3 12h-14.5v-43.7zm-19.4 14.5s5.3-4.5 5.3-4.7V199h3.8l-.1-26.3c1.5-1.6 4.6-3.8 5.3-5.4v42h-33.4c-.5-8.7-.6-17.7 9.6-15.8V190c-.3-.6-.9.1-1-.7 1.6-1.6 2.1-2 6.5-5.8l.1 15.5h3.9v-18.8zm-12.6 18.6c.7 1 3.2 1 3-.8-.3-1.5-3.5-1-3 .8z"/> <circle cx="224" cy="214.4" r="2"/> <path d="M287 165.8c2.5 1.3 4.5 3.2 7.6 4-.4 1.2-1.5 1.7-1.8 3v27c3.4.7 4.1-1.2 5.7-2.3.5 4.3 3.2 8.6 3.1 12H287v-43.7z"/> </g></svg>') no-repeat;
}
.icon-flag-om {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-om" viewBox="0 0 512 512"> <defs> <clipPath id="a"> <path fill-opacity=".7" d="M0 0h512v512H0z"/> </clipPath> </defs> <g clip-path="url(%23a)"> <path fill="%23ef2d29" fill-rule="evenodd" d="M-23.3-21.6h554.7v553H-23.3z"/> <path fill="%23009025" fill-rule="evenodd" d="M164.6 341.3H541V549H164.6z"/> <path fill="%23fff" fill-rule="evenodd" d="M164.6-19.4H541v190H164.6z"/> <g stroke="%23ef2d28"> <g fill="%23fff" fill-rule="evenodd" transform="matrix(.19516 0 0 .17447 109.2 -5.3)"> <rect width="138.2" height="85" x="17.7" y="467.7" stroke-width="1.4" rx="11.5" ry="12.1"/> <rect width="131.1" height="78" x="21.3" y="471.3" stroke-width="1pt" rx="10.9" ry="11.1"/> <path stroke-width="1pt" d="m65 396 9.7.5.4 5.8 8 5.3 6.2-6.7 7.5 5.3-7 5.8 1.7 8 8.8-.5V430l-7-.4-3.6 6.6 8 7.5-6.2 6.2-6.7-6.6-9.7 2.6.5 9.7-10.6 1-1.4-9.4-8.8-4.8-4.9 6.6-7.5-4.9 4.4-7.5-5.3-4.8H34l-.4-13.7 7.5.9 5.3-8-6.2-6.2 8-7 5.7 5.7 9.7-1.8L65 396z" transform="matrix(.68108 0 0 .5852 38 260.7)"/> <ellipse cx="68.9" cy="426.8" stroke-width="1pt" rx="11.1" ry="9.9" transform="matrix(.65819 0 0 .70224 38.8 209.6)"/> <path stroke-width="1pt" d="m39 474.8-10.7 10.6m17.8-10.6-10.7 10.6m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m17.7-10.6L78 485.4m17.7-10.6L85 485.4m17.8-10.6L92 485.4m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m-17.7-10.6L78 485.4m46-10.6-10.6 10.6m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m0-10.6 10.6 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.7 10.6M85 474.8l10.6 10.6m-17.8-10.6 10.7 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.6 10.6M85 474.8l10.6 10.6m-46-10.6 10.5 10.6m-17.7-10.6 10.7 10.6m-17.8-10.6L46 485.4m-17.8-10.6L39 485.4m0 49.6-10.6 10.7M46 535l-10.7 10.7M53.2 535l-10.7 10.7M60.2 535l-10.6 10.7M67.3 535l-10.6 10.7M74.4 535l-10.6 10.7M81.5 535 71 545.7M88.6 535 78 545.7M95.7 535 85 545.7m17.7-10.7L92 545.7m18-10.7-10.7 10.7M117 535l-10.6 10.7M88.6 535 78 545.7m46-10.7-10.6 10.7m17.7-10.7-10.6 10.7m17.7-10.7-10.6 10.7m17.7-10.7-10.6 10.7m0-10.7 10.6 10.7M127.6 535l10.6 10.7M120.5 535l10.6 10.7M113.4 535l10.6 10.7M106.3 535l10.6 10.7M99.2 535l10.7 10.7M92 535l10.7 10.7M85 535l10.6 10.7M78 535l10.6 10.7M70.9 535l10.6 10.7M63.8 535l10.6 10.7M56.7 535l10.6 10.7M85.1 535l10.6 10.7m-46-10.7 10.5 10.7M42.5 535l10.7 10.7M35.4 535l10.7 10.7M28.4 535 39 545.7"/> </g> <g fill="%23fff" fill-rule="evenodd" transform="matrix(.19516 0 0 .17447 18.6 -6)"> <rect width="138.2" height="85" x="17.7" y="467.7" stroke-width="1.4" rx="11.5" ry="12.1"/> <rect width="131.1" height="78" x="21.3" y="471.3" stroke-width="1pt" rx="10.9" ry="11.1"/> <path stroke-width="1pt" d="m65 396 9.7.5.4 5.8 8 5.3 6.2-6.7 7.5 5.3-7 5.8 1.7 8 8.8-.5V430l-7-.4-3.6 6.6 8 7.5-6.2 6.2-6.7-6.6-9.7 2.6.5 9.7-10.6 1-1.4-9.4-8.8-4.8-4.9 6.6-7.5-4.9 4.4-7.5-5.3-4.8H34l-.4-13.7 7.5.9 5.3-8-6.2-6.2 8-7 5.7 5.7 9.7-1.8L65 396z" transform="matrix(.68108 0 0 .5852 38 260.7)"/> <ellipse cx="68.9" cy="426.8" stroke-width="1pt" rx="11.1" ry="9.9" transform="matrix(.65819 0 0 .70224 38.8 209.6)"/> <path stroke-width="1pt" d="m39 474.8-10.7 10.6m17.8-10.6-10.7 10.6m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m17.7-10.6L78 485.4m17.7-10.6L85 485.4m17.8-10.6L92 485.4m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m-17.7-10.6L78 485.4m46-10.6-10.6 10.6m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m17.7-10.6-10.6 10.6m0-10.6 10.6 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.7 10.6M85 474.8l10.6 10.6m-17.8-10.6 10.7 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.6 10.6m-17.7-10.6 10.6 10.6M85 474.8l10.6 10.6m-46-10.6 10.5 10.6m-17.7-10.6 10.7 10.6m-17.8-10.6L46 485.4m-17.8-10.6L39 485.4m0 49.6-10.6 10.7M46 535l-10.7 10.7M53.2 535l-10.7 10.7M60.2 535l-10.6 10.7M67.3 535l-10.6 10.7M74.4 535l-10.6 10.7M81.5 535 71 545.7M88.6 535 78 545.7M95.7 535 85 545.7m17.7-10.7L92 545.7m18-10.7-10.7 10.7M117 535l-10.6 10.7M88.6 535 78 545.7m46-10.7-10.6 10.7m17.7-10.7-10.6 10.7m17.7-10.7-10.6 10.7m17.7-10.7-10.6 10.7m0-10.7 10.6 10.7M127.6 535l10.6 10.7M120.5 535l10.6 10.7M113.4 535l10.6 10.7M106.3 535l10.6 10.7M99.2 535l10.7 10.7M92 535l10.7 10.7M85 535l10.6 10.7M78 535l10.6 10.7M70.9 535l10.6 10.7M63.8 535l10.6 10.7M56.7 535l10.6 10.7M85.1 535l10.6 10.7m-46-10.7 10.5 10.7M42.5 535l10.7 10.7M35.4 535l10.7 10.7M28.4 535 39 545.7"/> </g> <path fill="%23fff" fill-rule="evenodd" stroke-width="1pt" d="M538.6 531.5c1.7 166.6 24.8 202 3.5 202s-31.9-92.1-31.9-205.5 14.2-205.5 35.5-205.5-9 31.9-7.1 209z" transform="matrix(-.31598 -.12472 -.1982 .19883 340 68.2)"/> <path fill="%23fff" fill-rule="evenodd" stroke-width="1.3" d="m545.7 779.5-60.3 17.7c56.7 60.3 120.5 85 138.2 74.4 17.7-10.6-31.9-35.4-78-92z" transform="matrix(-.19516 0 0 .17447 142.6 -5.3)"/> <path fill="%23fff" fill-rule="evenodd" stroke-width="1.3" d="m547.3 786.9-51 14.7c56.7 60.3 112.8 77.4 127.3 70 14.6-7.3-30.3-28-76.3-84.7z" transform="matrix(-.1901 0 0 .16776 140.2 -.1)"/> <path fill="none" stroke-width="1.8" d="M353.1 634.2c.2 1.3.8 7.1 1.3 9.4 0 3.2.3 5.6.6 8.1.8 2.2.7 4.2 3.1 5a9.9 9.9 0 0 0 5 4.4 27.7 27.7 0 0 0 6.3 3.8 11.6 11.6 0 0 0 7.5.6c2.2-1.5 3.8-3.1 5.6-4.4.4-2 .8-4.9 1.3-6.9a32.6 32.6 0 0 0-1.3 8.2c.2 3 1.3 4.4 2.5 6.8" transform="matrix(-.13744 0 0 .12206 120.8 27.9)"/> <path fill="none" stroke-width="1.8" d="m389.4 681.7.6-.6c-1.5 1.5-.9.8 2.5-1.3 2.4-1.2 5-1.8 8.1-2.4h8.8c3.4 0 5.7.5 8.1 1.2 1.8 1.8 4.4 2.8 6.3 4.4a11 11 0 0 1 3.7 5c1.7 1.7 2.8 4.3 4.4 5.6.7 2.9 2.1 2.8 3.1 5-3 .2-5.3.6-6.9 2.5-2.6 1.3 2.2-1.3 3.2-2.5 2-.6 2.5-1.2 5.6-1.2 2.8-1 4.6.7 7.5 1.2 1.7 1 2.2 1.3 4.4 1.3" transform="matrix(-.13744 0 0 .12206 122.6 27.2)"/> <path fill="none" stroke-width="1.8" d="M438.1 724.9c1.3 0 7.1 1.1 9.4 0 2.6-.7 4-2 5.6-4.4.8-1.7 0 3 0 5 .3 3.7 1.4 3.7 3.2 6.2 1.8 1.2 3.7 2.8 5.6 3.8a18 18 0 0 0 5.6 3.1c2 1 4.1 1.8 5.6 3.1 2.1 1.5 2 3.3 3.2 5.7-.3 3-.8 4.8-2.5 6.2-.8 2.1-2.4 4.2-3.8 5.6-1.5 3-3.3 4.3.6 5 2.2 1 3.4.2 5.7 0" transform="matrix(-.13744 0 0 .12206 124.7 25.8)"/> <path fill="none" stroke-width="1.8" d="M480.6 771.7c1.6-.4 7-2.2 9.4-3.1h8.8c3.3.3 4 1.3 6.8 2.5 1.9 1.9 3.1 3.2 5.7 4.4 1.3 1.7 4 4.7 5 6.9a25.5 25.5 0 0 1 1.2 8c0 3.7-1 4.4-1.2 7.6a19.3 19.3 0 0 1-3.8 7.5c-.3.8-.5 1-1.2 1.2" transform="matrix(-.13744 0 0 .12206 125 25.4)"/> <path fill="none" stroke-width="2.4" d="M538.1 818c.4 0 1.2 2 2.5 3.7 2.9 3 3.2 3.2 7.5 3.2 4-.2 3.5-1.6 6.3-2.5 1.3-2 2.9-3.6 4.4-6.3 1-1.6 1.9-4.1 3-5.6 1.2-1.9 2.6-3.3 3.8-5 1.2-.5 1.6-1 3.2-1.3-3.6.6-4 1.9-6.3 3.8a58.9 58.9 0 0 0-3.1 5.6c-.4 2.7-1.2 4.8-1.3 8.1 0 3.5 0 5.9 1.3 8.8 1.5 1.5 2.5 3.1 4.4 4.4a36.7 36.7 0 0 1 4.3 5l5.7 3.7c1.8 1.1 3.9 2.2 6.8 2.5 3.7-.3 4.8-1.3 7.5-2.5 2.4-1.7 4.2-2.8 6.3-4.4a21 21 0 0 0 4.4-5c3.3-.8 5.5-.5 7.5 1.3a16.5 16.5 0 0 1 4.3 4.4c1 .5 2.8 2 3.8 2.5" transform="matrix(-.09758 0 0 .09635 107.4 46)"/> <path fill="none" stroke-width="1.9" d="M503.8 836.1c-.8.3-3.8 2.4-5 3.1-.8 2.7-2.1 4.1-2.5 7-.7 2.6-.7 5.6-.7 8.7.7 3.2 2 5.5 3.2 8 2 1.4 3 2.4 5.6 3.8 2.5.4 5 .7 8.1.7 2 .6 5.6.9 7.5 0 2.8-.4 4.9-1.5 6.9-2.5 2.3-1.3 3.7-2.6 6.2-3.8 1.3-1.8 3.2-3.5 5-5.6 1.6-2.1 2.7-3.3 3.8-5.6-1 2.6-2.3 5-3.1 7.5-1.5 2.6-2.3 3.6-2.5 6.8-1 2.6-.7 5.8-.7 8.8.3 2 .4 5.8 1.3 7.5v1.9" transform="matrix(-.12132 0 0 .12024 109.3 26.8)"/> <path fill="none" stroke-width="1.3" d="M541.3 799.2v.7c0-1.7 0-.9-.7 2.5-1.1 1.4-4 1.8-6.2 1.2-2-1.7-2-3-5.6-3.7-3.6.2-5 1.2-7 2.5a9.5 9.5 0 0 0-5 4.3c-.7 2.1-1.1 3.6 1.3 4.4a15.2 15.2 0 0 0 7 2.5c2.8 0 4.9-.3 6.2 1.3 2 2 1.8 3.2 1.8 6.8.7 1.1.8 4.4 1.3 5.7a10.6 10.6 0 0 0 5.6 1.2c.7-2 1.4-5.4 1.9-7.5.5-2.2.6-5.4 1.9-6.9a16.6 16.6 0 0 1 4.3-4.4 8 8 0 0 1 3.8-2.4c-2.5 1.2-2.8 2.6-3.1 5.6 2.1 1 2.7 1.8 6.2 1.9 3.5-.3 4.3-1.2 5.6-3.2.3 3.2 1.3 4.2 2 7 1.2 1.8 1.7 3.7 3 6.2-.5 3-1.7 3.1-1.8 6.8-.8 2.5-.8 4.8-2.5 6.3-.8 1-1.4 1.1-3.2 1.2 3.6 0 5.8-.4 8.2-1.8 1.8-1.2 3.2-2.6 5-3.8a23.9 23.9 0 0 1 7.5-3.8c2.9 0 5-.3 6.2 1.3 1.8 1.3 3 3.5 3.8 6.3.5 3.2.8 5.4-.7 7.5-1 2.4-1.3 3.3 0 6.2 1.5 2 3.6 2.3 7 3.1 2.3-.1 4.6-.6 6.2-1.2" transform="matrix(-.19516 0 0 .17447 142.6 -5.3)"/> <g fill-rule="evenodd" stroke-width="1pt" transform="matrix(-.19516 0 0 .17447 142.6 -5.3)"> <path fill="%23fff" d="M531.5 359.6c0-165.2 8-299.4 17.7-299.4 9.8 0 17.7 134.2 17.7 299.4h-35.4z" transform="matrix(1.4216 -.73423 .46161 .89375 -716.8 541)"/> <path fill="%23fff" d="M531.5 359.6c0-165.2 8-299.4 17.7-299.4 9.8 0 17.7 134.2 17.7 299.4" transform="matrix(1.1373 -.58739 .44532 .86221 -554.8 471.8)"/> <path fill="%23fff" d="M563.4 301.2c.2 18.9 0 40.2 0 60.2H535c0-20-.2-41.3 0-60.2h28.4z" transform="matrix(1.4216 -.73423 .45889 .88849 -716.7 541.4)"/> <path fill="%23fff" d="M559.8 304.7c.2 19 0 33.1 0 53.2h-21.2c0-20-.2-34.3 0-53.2h21.2z" transform="matrix(1.4216 -.73423 .45889 .88849 -716.7 541.4)"/> <path fill="%23fff" d="M542.1 311.8h14.2v39h-14.2zm0 0 14.2 39m-14.2 0 14.2-39m-14.2-198.4h14.2" transform="matrix(1.4216 -.73423 .45889 .88849 -716.7 541.4)"/> <circle cx="545.7" cy="92.1" r="3.5" fill="%23ef0000" transform="matrix(1.6046 .45375 -.36215 1.5787 -734.9 -170.8)"/> </g> <path fill="%23fff" fill-rule="evenodd" stroke-width="1pt" d="M538.6 531.5c1.7 166.6 24.8 202 3.5 202s-31.9-92.1-31.9-205.5 14.2-205.5 35.5-205.5-9 31.9-7.1 209z" transform="matrix(.31598 -.12472 .1982 .19883 -178.7 67.6)"/> <path fill="%23fff" fill-rule="evenodd" stroke-width="1.3" d="m545.7 779.5-60.3 17.7c56.7 60.3 120.5 85 138.2 74.4 17.7-10.6-31.9-35.4-78-92z" transform="matrix(.19516 0 0 .17447 18.6 -6)"/> <path fill="%23fff" fill-rule="evenodd" stroke-width="1.3" d="m547.3 786.9-51 14.7c56.7 60.3 112.8 77.4 127.3 70 14.6-7.3-30.3-28-76.3-84.7z" transform="matrix(.1901 0 0 .16776 21 -.7)"/> <path fill="none" stroke-width="1.8" d="M353.1 634.2c.2 1.3.8 7.1 1.3 9.4 0 3.2.3 5.6.6 8.1.8 2.2.7 4.2 3.1 5a9.9 9.9 0 0 0 5 4.4 27.7 27.7 0 0 0 6.3 3.8 11.6 11.6 0 0 0 7.5.6c2.2-1.5 3.8-3.1 5.6-4.4.4-2 .8-4.9 1.3-6.9a32.6 32.6 0 0 0-1.3 8.2c.2 3 1.3 4.4 2.5 6.8" transform="matrix(.13744 0 0 .12206 40.5 27.3)"/> <path fill="none" stroke-width="1.8" d="m389.4 681.7.6-.6c-1.5 1.5-.9.8 2.5-1.3 2.4-1.2 5-1.8 8.1-2.4h8.8c3.4 0 5.7.5 8.1 1.2 1.8 1.8 4.4 2.8 6.3 4.4a11 11 0 0 1 3.7 5c1.7 1.7 2.8 4.3 4.4 5.6.7 2.9 2.1 2.8 3.1 5-3 .2-5.3.6-6.9 2.5-2.6 1.3 2.2-1.3 3.2-2.5 2-.6 2.5-1.2 5.6-1.2 2.8-1 4.6.7 7.5 1.2 1.7 1 2.2 1.3 4.4 1.3" transform="matrix(.13744 0 0 .12206 38.7 26.6)"/> <path fill="none" stroke-width="1.8" d="M438.1 724.9c1.3 0 7.1 1.1 9.4 0 2.6-.7 4-2 5.6-4.4.8-1.7 0 3 0 5 .3 3.7 1.4 3.7 3.2 6.2 1.8 1.2 3.7 2.8 5.6 3.8a18 18 0 0 0 5.6 3.1c2 1 4.1 1.8 5.6 3.1 2.1 1.5 2 3.3 3.2 5.7-.3 3-.8 4.8-2.5 6.2-.8 2.1-2.4 4.2-3.8 5.6-1.5 3-3.3 4.3.6 5 2.2 1 3.4.2 5.7 0" transform="matrix(.13744 0 0 .12206 36.6 25.1)"/> <path fill="none" stroke-width="1.8" d="M480.6 771.7c1.6-.4 7-2.2 9.4-3.1h8.8c3.3.3 4 1.3 6.8 2.5 1.9 1.9 3.1 3.2 5.7 4.4 1.3 1.7 4 4.7 5 6.9a25.5 25.5 0 0 1 1.2 8c0 3.7-1 4.4-1.2 7.6a19.3 19.3 0 0 1-3.8 7.5c-.3.8-.5 1-1.2 1.2" transform="matrix(.13744 0 0 .12206 36.2 24.8)"/> <path fill="none" stroke-width="2.4" d="M538.1 818c.4 0 1.2 2 2.5 3.7 2.9 3 3.2 3.2 7.5 3.2 4-.2 3.5-1.6 6.3-2.5 1.3-2 2.9-3.6 4.4-6.3 1-1.6 1.9-4.1 3-5.6 1.2-1.9 2.6-3.3 3.8-5 1.2-.5 1.6-1 3.2-1.3-3.6.6-4 1.9-6.3 3.8a58.9 58.9 0 0 0-3.1 5.6c-.4 2.7-1.2 4.8-1.3 8.1 0 3.5 0 5.9 1.3 8.8 1.5 1.5 2.5 3.1 4.4 4.4a36.7 36.7 0 0 1 4.3 5l5.7 3.7c1.8 1.1 3.9 2.2 6.8 2.5 3.7-.3 4.8-1.3 7.5-2.5 2.4-1.7 4.2-2.8 6.3-4.4a21 21 0 0 0 4.4-5c3.3-.8 5.5-.5 7.5 1.3a16.5 16.5 0 0 1 4.3 4.4c1 .5 2.8 2 3.8 2.5" transform="matrix(.09758 0 0 .09635 53.8 45.4)"/> <path fill="none" stroke-width="1.9" d="M503.8 836.1c-.8.3-3.8 2.4-5 3.1-.8 2.7-2.1 4.1-2.5 7-.7 2.6-.7 5.6-.7 8.7.7 3.2 2 5.5 3.2 8 2 1.4 3 2.4 5.6 3.8 2.5.4 5 .7 8.1.7 2 .6 5.6.9 7.5 0 2.8-.4 4.9-1.5 6.9-2.5 2.3-1.3 3.7-2.6 6.2-3.8 1.3-1.8 3.2-3.5 5-5.6 1.6-2.1 2.7-3.3 3.8-5.6-1 2.6-2.3 5-3.1 7.5-1.5 2.6-2.3 3.6-2.5 6.8-1 2.6-.7 5.8-.7 8.8.3 2 .4 5.8 1.3 7.5v1.9" transform="matrix(.12132 0 0 .12024 52 26.2)"/> <path fill="none" stroke-width="1.3" d="M541.3 799.2v.7c0-1.7 0-.9-.7 2.5-1.1 1.4-4 1.8-6.2 1.2-2-1.7-2-3-5.6-3.7-3.6.2-5 1.2-7 2.5a9.5 9.5 0 0 0-5 4.3c-.7 2.1-1.1 3.6 1.3 4.4a15.2 15.2 0 0 0 7 2.5c2.8 0 4.9-.3 6.2 1.3 2 2 1.8 3.2 1.8 6.8.7 1.1.8 4.4 1.3 5.7a10.6 10.6 0 0 0 5.6 1.2c.7-2 1.4-5.4 1.9-7.5.5-2.2.6-5.4 1.9-6.9a16.6 16.6 0 0 1 4.3-4.4 8 8 0 0 1 3.8-2.4c-2.5 1.2-2.8 2.6-3.1 5.6 2.1 1 2.7 1.8 6.2 1.9 3.5-.3 4.3-1.2 5.6-3.2.3 3.2 1.3 4.2 2 7 1.2 1.8 1.7 3.7 3 6.2-.5 3-1.7 3.1-1.8 6.8-.8 2.5-.8 4.8-2.5 6.3-.8 1-1.4 1.1-3.2 1.2 3.6 0 5.8-.4 8.2-1.8 1.8-1.2 3.2-2.6 5-3.8a23.9 23.9 0 0 1 7.5-3.8c2.9 0 5-.3 6.2 1.3 1.8 1.3 3 3.5 3.8 6.3.5 3.2.8 5.4-.7 7.5-1 2.4-1.3 3.3 0 6.2 1.5 2 3.6 2.3 7 3.1 2.3-.1 4.6-.6 6.2-1.2" transform="matrix(.19516 0 0 .17447 18.6 -6)"/> <g fill-rule="evenodd" stroke-width="1pt" transform="matrix(.19516 0 0 .17447 18.6 -6)"> <path fill="%23fff" d="M531.5 359.6c0-165.2 8-299.4 17.7-299.4 9.8 0 17.7 134.2 17.7 299.4h-35.4z" transform="matrix(1.4216 -.73423 .46161 .89375 -716.8 541)"/> <path fill="%23fff" d="M531.5 359.6c0-165.2 8-299.4 17.7-299.4 9.8 0 17.7 134.2 17.7 299.4" transform="matrix(1.1373 -.58739 .44532 .86221 -554.8 471.8)"/> <path fill="%23fff" d="M563.4 301.2c.2 18.9 0 40.2 0 60.2H535c0-20-.2-41.3 0-60.2h28.4z" transform="matrix(1.4216 -.73423 .45889 .88849 -716.7 541.4)"/> <path fill="%23fff" d="M559.8 304.7c.2 19 0 33.1 0 53.2h-21.2c0-20-.2-34.3 0-53.2h21.2z" transform="matrix(1.4216 -.73423 .45889 .88849 -716.7 541.4)"/> <path fill="%23fff" d="M542.1 311.8h14.2v39h-14.2zm0 0 14.2 39m-14.2 0 14.2-39m-14.2-198.4h14.2" transform="matrix(1.4216 -.73423 .45889 .88849 -716.7 541.4)"/> <circle cx="545.7" cy="92.1" r="3.5" fill="%23ef0000" transform="matrix(1.6046 .45375 -.36215 1.5787 -734.9 -170.8)"/> </g> <g fill="%23fff" fill-rule="evenodd" transform="matrix(.19516 0 0 .17447 18.6 -6)"> <path stroke-width="1pt" d="M305.6 396.9c0 124 .5 170.7-5.6 177.1-5.8 6.9-167.1 0-167.1 35.4s132.8 71 172.7 71c53.2 0 79.7-35.5 79.7-106.4V397h-79.7z" transform="matrix(1.3333 0 0 1 -141.7 0)"/> <path stroke-width="1pt" d="M265.8 396.9v17.7a321.1 321.1 0 0 0 106.2 0v-17.7a321.1 321.1 0 0 1-106.2 0z" transform="matrix(1 0 0 .99999 0 35.4)"/> <path stroke-width="1pt" d="M265.8 396.9v17.7a321.1 321.1 0 0 0 106.2 0v-17.7a321.1 321.1 0 0 1-106.2 0z" transform="scale(1 .99999)"/> <path stroke-width="1pt" d="M265.8 396.9v17.7a321.1 321.1 0 0 0 106.2 0v-17.7a321.1 321.1 0 0 1-106.2 0z" transform="matrix(1 0 0 .99999 0 17.7)"/> <path stroke-width="1pt" d="M265.8 396.9v17.7a321.1 321.1 0 0 0 106.2 0v-17.7a321.1 321.1 0 0 1-106.2 0z" transform="matrix(1 0 0 .99999 0 53.1)"/> <ellipse cx="256.9" cy="210.8" stroke-width="4.5" rx="8.9" ry="26.6" transform="matrix(.54545 0 0 .14383 130.5 394.3)"/> <ellipse cx="292.3" cy="246.3" stroke-width="4.5" rx="8.9" ry="26.6" transform="matrix(.54545 0 0 .14383 130.5 391.1)"/> <ellipse cx="327.8" cy="264" stroke-width="4.5" rx="8.9" ry="26.6" transform="matrix(.54545 0 0 .14383 130.5 390.5)"/> <ellipse cx="363.2" cy="264" stroke-width="4.5" rx="8.9" ry="26.6" transform="matrix(.54545 0 0 .14383 130.5 390.5)"/> <ellipse cx="398.6" cy="246.3" stroke-width="4.5" rx="8.9" ry="26.6" transform="matrix(.54545 0 0 .14383 130.5 391.1)"/> <ellipse cx="434.1" cy="210.8" stroke-width="4.5" rx="8.9" ry="26.6" transform="matrix(.54545 0 0 .14383 130.5 394.3)"/> <path stroke-width="1pt" d="M265.8 485.4 372 581.1m-95.6-95.7 95.7 85M290.5 489l81.6 70.9m-71-71 71 60.3M311.8 489l60.2 49.6M322.4 489l49.6 39m-39-39 39 28.3M343.8 489l28.4 21.2M354.3 489l17.8 14.2M365 489l7 7m-106.2 0L372 591.8m0-106.3L255 591.7m106.3-106.3-102.7 92.2m88.6-88.6-81.5 70.8m70.8-70.8-70.8 60.2M326 489l-60.2 49.6m49.6-49.6-49.6 39m39-39-39 28.3M294 489l-28.3 21.2m17.7-21.2-17.7 14.2m7-14.2-7 7m106.3 0L255 602.5m117-95.7L255 613m117-95.7L255 623.6m117-95.7L255 634.4m117-95.7L255 644.9m117-95.7L255 655.5m117-95.7L255 666.1m117-95.6L255 676.8m117-95.7-109.9 99.2M372 591.7l-99.2 88.6m95.6-74.4-78 70.9M365 620l-63.8 56.7m56.7-39-32 28.3m-60.1-159.4 102.7 92.1m-102.7-81.5 102.7 92.2M265.8 528l99.2 88.5m-99.2-78 99.2 88.7m-99.2-78 95.6 85m-99.2-77.9 95.7 85M262.2 567l88.6 78m-92.1-71 88.6 78M255 581l85 74.4m-85-63.8 81.5 70.9M255 602.3l71 63.7"/> <path stroke-width="1pt" d="M265.8 396.9v17.7a321.1 321.1 0 0 0 106.2 0v-17.7a321.1 321.1 0 0 1-106.2 0z" transform="matrix(1 0 0 .99999 0 70.9)"/> <path stroke-width="1pt" d="m255.1 613 63.8 56.7m-63.8-46 56.7 49.5m-56.7-39 49.6 42.6m-49.6-32 35.5 32M255 655.5l28.4 24.8M255 666.1l17.7 14.2"/> <ellipse cx="256.9" cy="210.8" stroke-width="4.5" rx="8.9" ry="26.6" transform="matrix(.54545 0 0 .14383 130.5 447.5)"/> <ellipse cx="292.3" cy="246.3" stroke-width="4.5" rx="8.9" ry="26.6" transform="matrix(.54545 0 0 .14383 130.5 444.3)"/> <ellipse cx="327.8" cy="264" stroke-width="4.5" rx="8.9" ry="26.6" transform="matrix(.54545 0 0 .14383 130.5 443.6)"/> <ellipse cx="363.2" cy="264" stroke-width="4.5" rx="8.9" ry="26.6" transform="matrix(.54545 0 0 .14383 130.5 443.6)"/> <ellipse cx="398.6" cy="246.3" stroke-width="4.5" rx="8.9" ry="26.6" transform="matrix(.54545 0 0 .14383 130.5 444.3)"/> <ellipse cx="434.1" cy="210.8" stroke-width="4.5" rx="8.9" ry="26.6" transform="matrix(.54545 0 0 .14383 130.5 447.5)"/> <path stroke-width="1pt" d="m113.4 652 127.5-74.4m-134.6 70.8 120.5-70.8m-124 63.7 109.8-63.7M99.2 634.3l95.7-56.7M92 627.2l88.6-49.6m-85 39 60.2-35.5M92 609.4l46-28.3m-46 17.7 32-17.7m0 74.4 120.4-70.9M134.7 659 248 591.7m-102.7 70.9 106.3-63.8m-95.7 67.3 88.6-53.1M170 666.1l78-46m-67.4 49.6 67.3-39m-56.7 42.5 53.2-31.9m-39 32 42.5-24.9m-28.3 28.4L248 659m-14 17.8 17.7-10.6"/> <path stroke-width="1pt" d="M265.8 396.9v17.7a321.1 321.1 0 0 0 106.2 0v-17.7a321.1 321.1 0 0 1-106.2 0z" transform="matrix(0 1 -.99999 0 655.5 308.3)"/> <path stroke-width="1pt" d="m49.6 623.6 42.5-35.4m-42.5 10.6 42.5 42.5"/> <path stroke-width="1pt" d="m260.1 388 5.6 26.6c35.5 5.9 65.3 5.9 100.8 0l11.1-26.6c-35.4 5.9-82 5.9-117.5 0z" transform="matrix(0 .63333 -.8 0 423.8 416.3)"/> <path stroke-width="1pt" d="M258.7 350.8v-17.9c-10.7.2-17.8-10.5-17.8-21.2l-35.4.1c0 10.6-7 21.3-17.7 21.3v17.7h70.9z" transform="matrix(1.4983 0 0 1 -15.6 53.1)"/> <path stroke-width="1.4" d="M296 343.7h45.6V365H296zm3.9-21.3h37.9v21.3h-38zm0-21.2h37.9v21.2h-38zm3.8-28.4H334v28.4h-30.3zm-1.3-24.8h33v24.8h-33z"/> <ellipse cx="237.4" cy="161.2" stroke-width="1pt" rx="42.5" ry="33.7" transform="matrix(1.0333 0 0 1 75.3 63.8)"/> <path stroke-width="1pt" d="M258.7 159.4c0 9.3 10.6 24.8 10.6 24.8-7.7 6.2-20.2 10.7-31.9 10.7s-26.3-2.6-31.9-10.7c0 0 10.6-15.4 10.6-24.7s-10.6-21.3-10.6-21.3a54.6 54.6 0 0 1 32-10.6c11.6 0 24 4.5 31.8 10.6 0 0-10.6 12-10.6 21.3z" transform="matrix(1.0333 0 0 1 75.3 63.8)"/> <path stroke-width="1pt" d="M251.6 159.4c0 9.3 10.6 28.4 10.6 28.4-7.7 6-13 7-24.8 7s-19.2 1.1-24.8-7c0 0 10.6-19 10.6-28.4s-10.6-24.8-10.6-24.8c7.7-6 13-7 24.8-7 11.7 0 17.1 1 24.8 7 0 0-10.6 15.5-10.6 24.8z" transform="matrix(1.0333 0 0 1 75.3 63.8)"/> <circle cx="194.9" cy="166.5" r="10.6" stroke-width="1pt" transform="matrix(1.0333 0 0 1 75.3 60.2)"/> <circle cx="194.9" cy="166.5" r="10.6" stroke-width="1pt" transform="matrix(1.0333 0 0 1 163.2 60.2)"/> <circle cx="194.9" cy="166.5" r="10.6" stroke-width="1pt" transform="matrix(1.0333 0 0 1 119.3 60.2)"/> <circle cx="194.9" cy="166.5" r="10.6" stroke-width="1pt" transform="matrix(1.0333 0 0 1 119.3 24.8)"/> <circle cx="194.9" cy="166.5" r="10.6" stroke-width="1pt" transform="matrix(1.0702 0 0 1 80 226.8)"/> <circle cx="194.9" cy="166.5" r="10.6" stroke-width="1pt" transform="matrix(1.0702 0 0 1 140.6 226.8)"/> <path stroke-width="1pt" d="M212.6 311.8h49.6l-24.8 31.9-24.8-31.9z" transform="matrix(1.0702 0 0 1 64.8 53.1)"/> <circle cx="194.9" cy="166.5" r="10.6" stroke-width="1pt" transform="matrix(1.427 0 0 1.3333 40.7 167.7)"/> </g> <g fill="%23fff" fill-rule="evenodd" transform="matrix(.19516 0 0 .17447 18.3 -10.9)"> <rect width="81.5" height="21.3" x="262.2" y="524.4" stroke-width="1.3" rx="4.4" ry="3.8"/> <path stroke-width="1.3" d="M368.5 506.7c-9.8 0-17.7 8.3-17.7 18.5v16.1a18 18 0 0 0 17.7 18.5 18 18 0 0 0 17.7-18.5v-16a18 18 0 0 0-17.7-18.6zm0 7c-5.9 0-10.6 6.7-10.6 14.9v9.3c0 8.2 4.7 14.8 10.6 14.8 5.9 0 10.6-6.6 10.6-14.8v-9.3c0-8.2-4.7-14.8-10.6-14.8zm-92.1-3.5c-6 0-10.6 6.6-10.6 14.9v16.4c0 8.2 4.7 14.8 10.6 14.8 5.9 0 10.6-6.6 10.6-14.8V525c0-8.3-4.7-14.9-10.6-14.9zm0-7a18 18 0 0 0-17.7 18.5v23.2a18 18 0 0 0 17.7 18.5c9.8 0 17.7-8.3 17.7-18.5v-23.2a18 18 0 0 0-17.7-18.6z"/> <path stroke-width="1.3" d="M248 517.3c-5.9 0-10.6 6.6-10.6 14.8v3.9c0 8.2 4.7 14.8 10.6 14.8 6 0 10.7-6.6 10.7-14.8v-3.9c0-8.2-4.8-14.8-10.7-14.8zm0-7a18 18 0 0 0-17.7 18.5v10.6a18 18 0 0 0 17.7 18.5c9.8 0 17.8-8.3 17.8-18.5v-10.6a18 18 0 0 0-17.8-18.6z"/> <path stroke-width=".9" d="M478.4 237.4c-6 0-10.7 6.6-10.7 14.8v16.5c0 8.1 4.8 14.8 10.7 14.8 5.8 0 10.6-6.6 10.6-14.9v-16.4c0-8.2-4.8-14.8-10.6-14.8zm0-7a18 18 0 0 0-17.8 18.4V272a18 18 0 0 0 17.7 18.6c9.9 0 17.8-8.3 17.8-18.6v-23.2a18 18 0 0 0-17.7-18.5z" transform="matrix(1.8 0 0 1.1176 -655.5 242.2)"/> <path stroke-width=".9" d="M478.4 237.4c-6 0-10.7 6.6-10.7 14.8v16.5c0 8.1 4.8 14.8 10.7 14.8 5.8 0 10.6-6.6 10.6-14.9v-16.4c0-8.2-4.8-14.8-10.6-14.8zm0-7a18 18 0 0 0-17.8 18.4V272a18 18 0 0 0 17.7 18.6c9.9 0 17.8-8.3 17.8-18.6v-23.2a18 18 0 0 0-17.7-18.5z" transform="matrix(1.8 0 0 1.1176 -425.2 245.7)"/> <rect width="42.5" height="21.3" x="375.6" y="524.4" stroke-width="1.3" rx="2.3" ry="3.8"/> <rect width="24.8" height="28.4" x="336.6" y="520.9" stroke-width="1.3" rx="1.4" ry="5"/> <rect width="24.8" height="28.4" x="219.7" y="520.9" stroke-width="1.3" rx="1.4" ry="5"/> <rect width="49.6" height="35.4" x="141.7" y="517.3" stroke-width="1.3" rx="2.7" ry="6.3"/> <rect width="46.1" height="35.4" x="450" y="520.9" stroke-width="1.3" rx="2.5" ry="6.3"/> </g> </g> </g></svg>') no-repeat;
}
.icon.earth:before {
	content: "\e9ff";
}
.icon-venues {
	background: url(/images/icon-venues-21e942ff5b3bfdf42fdf.svg) no-repeat;
}
.icon-user-dashboard {
	background: url(/images/icon-dashboard-fa40343b9110ee0e7704.svg) no-repeat;
}
.icon-user-notifications {
	background: url(/images/icon-notifications-2cd7c38966f6f7592140.svg) no-repeat;
}
.icon-user-profile {
	background: url(/images/icon-profile-4942a7099787124a408a.svg) no-repeat;
}
.icon-user-edit-profile {
	background: url(/images/icon-edit-profile-84a9cad0f6441e626423.svg) no-repeat;
}
.icon-user-like {
	background: url(/images/icon-user-like-94e9df1d9f79c4ee873c.svg) no-repeat;
}
.icon-user-ban {
	background: url(/images/icon-user-ban-012fb20129fbbe61d803.svg) no-repeat;
}
.icon-user-rating {
	background: url(/images/icon-user-rating-e5c99b9aa3f133d51b7d.svg) no-repeat;
}
.icon-mobile-app {
	background: url(/images/icon-mobile-app-007f96d57000c6e57700.svg) no-repeat;
}
.icon-user-menu {
	background: url(/images/icon-user-menu-c4fd71a0813f82ba6f50.svg) no-repeat;
}
.icon-user-disconnect {
	background: url(/images/icon-user-disconnect-6cf72f84d892492247ea.svg) no-repeat;
}
.icon-user-home {
	background: url(/images/icon-user-home-000ad2526298bb62717b.svg) no-repeat;
}
.icon-share-profile {
	background: url(/images/icon-share-profile-569b3be970cfa5f2eadf.svg) no-repeat;
}
.icon-profile-visits {
	background: url(/images/icon-profile-visits-2209db92bc7761da99ee.svg) no-repeat;
}
.icon-contact-urgent {
	background: url(/images/icon-contact-urgent-46726898d1b94ccc4fbd.svg) no-repeat;
}
.icon-notification-unread {
	background: url(/images/icon-notification-unread-0f9942abd9b7088ef24b.svg) no-repeat;
}
.icon-notification-read {
	background: url(/images/icon-notification-read-cbd09742b2152097d0d2.svg) no-repeat;
}
.icon-users-empty-list {
	background: url(/images/icon-users-empty-list-3d44599ae8a93175318a.svg) no-repeat;
}
.icon-venue-liked {
	background: url(/images/icon-venue-liked-06045ed746ceddda16a7.svg) no-repeat;
}
.icon-white-venue-liked {
	background: url(/images/icon-white-venue-liked-274e41bb5b7c7a5e940b.svg) no-repeat;
}
.icon-venue-blocked {
	background: url(/images/icon-venue-blocked-ef6928431e7ac613c936.svg) no-repeat;
}
.icon-white-venue-blocked {
	background: url(/images/icon-white-venue-blocked-e3d4df185b172dfc535c.svg) no-repeat;
}
.icon-venue-seach {
	background: url(/images/icon-venue-search-4f40485e611a85261073.svg) no-repeat;
}
.icon-white-venue-seach {
	background: url(/images/icon-white-venue-search-de263e5827b2b4450af2.svg) no-repeat;
}
.icon-venue-idea {
	background: url(/images/icon-venue-idea-ed9e15e19710ca903d9b.svg) no-repeat;
}
.navbar .right .icon-user-notifications.nb-unread-0 {
	filter: brightness(0) opacity(0.40);
}
.navbar .right .icon-user-notifications:not(.nb-unread-0) {
	-webkit-animation: ring 8s 1s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-moz-animation: ring 8s 1s ease-in-out infinite;
	-moz-transform-origin: 50% 4px;
	animation: ring 8s 1s ease-in-out infinite;
	transform-origin: 50% 4px;
}
.icon-user-notifications:not(.nb-unread-0):before {
	content: "";
	background-color: #d90000;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 2px;
	right: 2px;
	position: absolute;
}
.icon-qing-info:before {
	content: "\eac3";
}
.icon-qing-information-fill:before {
	content: "\eac3";
}
.icon-qing-error-fill:before {
	content: "\ea14";
}
.icon-qing-warning-fill:before {
	content: "\ec94";
}
.icon-qing-success-fill:before {
	content: "\ec3c";
}
.icon-qing-book-read-fill:before {
	content: "\eb56";
}
/*!*********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/commons/css/template.css ***!
  \*********************************************************************************************/
:root {
	--f7-theme-color: #bf3c49;
	--f7-theme-text-default-color: rgb(37, 37, 37);
	--f7-theme-text-light-color: #a23c47;
	--f7-theme-text-heighlight-color: #ff6200;
	--f7-theme-text-not-important-color: #a98282;
	--f7-theme-color-rgb: 116, 150, 150;
	--f7-theme-color-shade: #f8f1f1;
	--f7-theme-color-tint: #6a8680;
	--f7-theme-bg-color-tint: #f3939c;
	--f7-theme-bg-color-soft: #fff9f9;
	--f7-theme-border-input-text: #d5bebc;
	--f7-theme-bg-input-text: #fbf9f9;
	--f7-theme-bg-sub-nav: #bf3c49;
	--f7-theme-bg-page-title: #d45561;
	--f7-button-bg-color: var(--f7-theme-color);
	--f7-button-fill-bg-color: var(--f7-theme-color);
	--f7-button-outline-border-color: var(--f7-theme-color);
	--f7-button-pressed-bg-color: var(--f7-button-bg-color);
	--f7-input-outline-border-color: #999;
	--f7-button-text-color: white;
	--f7-safe-area-left: 0px;
	--f7-safe-area-right: 0px;
	--f7-safe-area-top: 0px;
	--f7-safe-area-bottom: 0px;
	--f7-safe-area-outer-left: 0px;
	--f7-safe-area-outer-right: 0px;
	--f7-device-pixel-ratio: 1;
	--f7-menu-text-color: var(--f7-theme-text-light-color);
	--f7-menu-text-color-active: var(--f7-theme-text-light-color);
	--f7-menu-text-color-inactive: #fff;
	--f7-menu-bg-color: #fff;
	--f7-menu-dropdown-pressed-bg-color: transparent;
	--f7-list-font-size: large;
	--f7-sheet-height: 320px;
	--f7-menu-dropdown-divider-color: rgba(0, 0, 0, 0.1);
	--f7-menu-dropdown-border-radius: 9px;
	--f7-input-placeholder-color: #d2b6b4;
}
.ios {
	--f7-button-font-size: 14px;
	--f7-button-height: 28px;
	--f7-button-padding-horizontal: 10px;
	--f7-button-border-radius: 5px;
	--f7-button-font-weight: 600;
	--f7-button-letter-spacing: 0;
	--f7-button-text-transform: uppercase;
	--f7-button-large-height: 40px;
	--f7-button-large-font-size: 16px;
	--f7-button-large-font-weight: 600;
	--f7-button-large-text-transform: none;
	--f7-button-border-radius: 9px;
	--f7-button-small-height: 26px;
	--f7-button-small-font-size: 12px;
	--f7-button-small-font-weight: 600;
	--f7-button-small-text-transform: uppercase;
	--f7-button-small-outline-border-width: 2px;
	--f7-segmented-strong-button-text-transform: none;
	--f7-segmented-strong-button-active-font-weight: 600;

	--f7-input-font-size: 16px;
	--f7-list-button-border-color: rgb(229 229 229);
}
.ios .dialog-title + .dialog-text {
	margin-top: 10px;
}
body {
	/* margin: 0.5rem ; */
	background : #f3f3f3 ;
	color: rgb(37, 37, 37) ;
	font-family: 'arabFont';
	font-size: medium ;
	line-height: 26px ;
}
a {
	color: rgb(27, 27, 27) ;
}
figure {
	margin: 0;
}
h1, h2 {
	line-height: 41px ;
}
h3, h4 {
	line-height: 31px ;
}
h1 + p ,
h2 + p ,
h3 + p ,
h4 + p ,
h5 + p ,
h6 + p {
	margin-top: 0;
}
.centred {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
}
.block {
	color: #000 ;
	margin-bottom: 15px;
}
.block>p {
	margin:0; 
	font-size: medium;
	padding: 7px 0 15px 0;
}
.block+.list {
	margin-top: 0px;
}
.block .list ul.no-border {
	overflow: hidden;
}
.block .list ul.no-border:before ,
.block .list ul.no-border:after {
	height: 0px;
}
.block-title {
	font-weight: bold;
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	grid-column-gap: 1.2rem;
	align-items: center;
	padding-bottom: 5px !important;
	padding-top: 20px !important;
	margin: 0;
}
.block-title:first-child {
	padding-top: 0px !important;
}
.block-title:after,
.block-title:before {
	content: "";
	display: block;
	height: 5px;
	background-color: #ddd;
}
.dialog-input-field {
	margin-top: 0px;
}
.dialog-input-field input.dialog-input[type] {
	margin-bottom: 10px;
}
.icon .badge,
.f7-icons .badge,
.framework7-icons .badge,
.material-icons .badge {
	top: -5px;
}
.badge.color-green {
	background: #498c18;
}
.button.color-green {
	background: #54826f /*#55ab17*/ ;
}
.button.color-gray {
	background: #d6d6d6;
	color: #545454;
	font-weight: var(--f7-button-large-font-weight);
}
.button.color-pink {
	background: #fff0f8;
	color: #e091c4;
	font-weight: var(--f7-button-large-font-weight);
}
.button.color-blue {
	background: #d1eaff;
	color: #297fc5;
	font-weight: var(--f7-button-large-font-weight);
}
.button-outline-ios.color-blue {
	background: transparent;
	color: #297fc5;
	font-weight: var(--f7-button-large-font-weight);
	border-color: #297fc5;
}
.button.color-red {
	background: #bb1d02;
	color: #ffffff;
	font-weight: var(--f7-button-large-font-weight);
}
.button-outline-ios.color-red {
	background: transparent;
	color: #bb1d02;
	font-weight: var(--f7-button-large-font-weight);
	border-color: #bb1d02;
}
.button.color-yellow {
	background: #ffd900;
	color: #464646;
	font-weight: var(--f7-button-large-font-weight);
}
.button.color-cream {
	background: #fff3e3;
	color: #ff9e1e;
	font-weight: var(--f7-button-large-font-weight);
}
.button.color-orange {
	background: #ff9d1d;
	color: #ffffff;
	font-weight: var(--f7-button-large-font-weight);
}
.swiper-custom {
	position:relative;
	height:100%;
}
.swiper-container {
	height:100%;
}
.swiper-slide {
	background: transparent;
}
.swiper-slide span {
	font-size:17px;
}
.swiper-button-next, .swiper-button-prev {
	color : #fff ;
	outline-color: transparent ;
}
.swiper-pagination-bullet {
	background : rgba(74, 74, 74, 0.75);
}
.swiper-pagination-bullet-active {
	background : rgb(128, 183, 199);
}
.list-inputs .item-content,
.list-inputs .item-inner {
	padding-left: 0px;
	padding-right: 0px;
}
.list-inputs .block-footer {
	background: #efefef;
	border-radius: 5px;
	padding: 15px 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.list-inputs .block .list ul:before,
.list-inputs .block .list ul:after {
	display: block !important;
}
.list-inputs .block .list ul:empty {
	display: none !important;
}
.block {
	margin-top: 15px;
}
.block-yellow {
	background: #ffefc1;
	color: #924b19;
}
.block-yellow .block-title {
	color: #924b19;
}
.block-yellow .block-title:after,
.block-yellow .block-title:before {
	background-color: rgba(146, 75, 25, 0.24);
}
.block-yellow .item-content,
.block-yellow .icon {
	color: #924b19;
}
.block-yellow .block:before,
.block-yellow .block:after {
	content: none;
}
.block-yellow .block .list ul:before,
.block-yellow .block .list ul:after {
	background: rgba(195, 109, 49, 0.4);
}
.block-yellow .block .list ul:empty:before,
.block-yellow .block .list ul:empty:after {
	content: unset;
}
.block-blue {
	background:#deebef;
	color: #376580;
}
.block-blue .block-title {
	color: #376580;
}
.block-blue .block-title:after,
.block-blue .block-title:before {
	background-color: rgba(0, 101, 140, 0.18);
}
.block-blue .item-content,
.block-blue .icon {
	color: #376580;
}
.block-blue .block:before,
.block-blue .block:after {
	content: none;
}
.block-blue .block .list ul:before,
.block-blue .block .list ul:after {
	background: rgba(55, 101, 128, 0.23);
}

.input-outline .input-clear-button, 
.item-input-outline .input-clear-button {
	left: 11px;
	color:#c54f4f;
}

/**
 * General
 */
.clr {
	clear: both;
}
.smart-select-sheet .toolbar:after {
	height: 0;
}
.item-select .item-title.item-floating-label {
	width: 60% !important;
}
.item-select.item-input-focused .item-title.item-floating-label ,
.item-select.item-input-with-value .item-title.item-floating-label {
	width: auto !important;
}
.loading .block {
	display: flex;
	justify-content: space-between;
	padding: 13px 15px !important;
	margin-bottom: 15px !important;
	background: #e6880c !important;
	color: white;
	border-radius: 13px;
}
.loading .block .block-after .icon:not(.f7-icons),
.loading .block .block-before .icon:not(.f7-icons) {
	width: 18px;
	height: 18px;
}
.loading-sign {
	background: url(/images/loading-5b4af0c163dc1801128c.svg) no-repeat;
	width: 64px;
	height: 64px;
	margin: 10px auto;
}
.form.list.inset {
	margin: 0;
	padding: 0;
}
.form.list.inset li {
	padding: 0;
}
.form.list.inset li:first-child .item-inner {
	padding-top: 0;
}
.block.errors .block-footer {
	color: white;
	background: #a50000;
	border-radius: 5px;
	padding: 15px 20px;
}
.aurora .button-outline-aurora, 
.button-outline, 
.ios .button-outline-ios, 
.md .button-outline-md {
	--f7-button-text-color: var(--f7-theme-color);
	--f7-button-bg-color: transparent;
}
.button:not(.button-outline).active-state {
	--f7-button-pressed-bg-color: #6a8680;
}
.button.button-outline-ios.active-state {
	--f7-button-pressed-bg-color: transparent;
}
.f7-icons.size-16 {
	font-size : 16px ;
}
.f7-icons.size-18 {
	font-size : 18px ;
}
.page-content-separator {
	line-height: 0.5;
	text-align: center;
	margin-bottom: 10px;
	color: rgba(121, 121, 120, 0.212);
}
.page-content-separator .icon {
	font-size: 14px;
}
.page-content-separator span {
	display: inline-block;
	position: relative;
}
.page-content-separator span:before,
.page-content-separator span:after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px solid rgba(121, 121, 120, 0.103);
  top: 5px;
  width: 100%;
  min-width: 50px;
}
.page-content-separator span:before {
	right: 100%;
	margin-right: 5px;
}
.page-content-separator span:after {
	left: 100%;
	margin-left: 5px;
}
.color-blue {
	--f7-theme-color: var(--f7-theme-color-shade);
	--f7-theme-color-rgb: var(--f7-theme-color-rgb);
	--f7-theme-color-shade: var(--f7-theme-color-shade);
	--f7-theme-color-tint: var(--f7-theme-color-tint);
}
.actions-button.color-blue {
	color: #1078c3;
}


/**
 * home page
 */
div.box {
	margin: 15px ;
	padding: 5px ;
	color: #2c2c2c;
	background-color: #f5f5f5;
	border-radius: 5px;
	border : 1px solid #fff ;
	box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.2);

	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgb(230, 229, 229) 0%, rgba(255,255,255,1) 100%);
}
div.box div.box-img {
	float: left;
	width: 64px ;
	height: 64px ;
}
div.box div.box-data {
	float: left;
	margin: 10px 10px 0 5px;
}
div.box div.box-data div.box-data-title {
	font-weight: bold;
	font-size: 16px;
}
div.box div.box-data div.box-data-container {
	margin: 3px 0 0 0 ;
	font-size: 16px;
}
div.box div.box-options {
	float: right;
}
div.box div.box-options div.img {
	margin: 19px 8px 0 0 ;
	background : url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPGNpcmNsZSBjeD0iMjU2IiBjeT0iMjU2IiByPSI2NCIgZmlsbD0iIzAwMDAwMCIvPgoJCQk8Y2lyY2xlIGN4PSIyNTYiIGN5PSI0NDgiIHI9IjY0IiBmaWxsPSIjMDAwMDAwIi8+CgkJCTxjaXJjbGUgY3g9IjI1NiIgY3k9IjY0IiByPSI2NCIgZmlsbD0iIzAwMDAwMCIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat ;
	height: 24px;
	width: 24px;
}

/**
 * Notifications page
 */
[data-route-tab-id="tab-notifications"] .badge {
	padding-top: 2px;
	font-size: 15px;
	text-align: center;
	margin: 0 5px;
}


/**
 * Dialog
 */
.dialog {
	background: #fff ;
}
.dialog-inner .list {
	margin: 0;
}
.dialog-inner .list ,
.dialog-inner .list ul ,
.dialog-inner .list ul li {
	background: transparent;
}
.dialog-inner .list ul li .item-title {
	background: var(--f7-dialog-bg-color);
	border-radius: 2px;
}
.dialog-inner .list ul:before,
.dialog-inner .list ul:After {
	height: 0;
}
.dialog-inner .list ul li ,
.dialog-inner .list ul li .item-inner {
	padding-left: 0;
	padding-right: 0;
}

/**
 * Colors
 */
.color-brown {
	--f7-theme-color: #924b19;
	--f7-theme-color-rgb: 146, 75, 25;
	--f7-theme-color-shade: #924b19;
	--f7-theme-color-tint: #924b19;
}

/**
 * Sheet
 */
.sheet-modal:not(.sheet-modal-top):before {
	background: #dcdcdc;
}
.sheet-modal .toolbar {
	background: #efefef;
}
.sheet-modal .toolbar .title{
	font-weight: 600;
}
.sheet-modal .item-media .icon {
	font-size: 28px;
}
.sheet-modal .item-media .icon-youtube-play,
.sheet-modal .item-media .icon-instagram {
	position: relative;
	right: -4px;
	font-size: 24px;
}
/***************************
	RATING
*************************/
.rating {
	margin: 0;
	padding: 0;
	direction: ltr ;
	border: none;
	float: left;
}
.rating label {
	margin: 0;
	padding: 0;
}
.rating > input { 
	display: none; 
}
.rating > label:before {
	margin: 0 2px;
	font-size: 18px;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}
.rating > label:last-child:before {
	margin-left: 0;
}
.rating > .half:before {
	content: "\f089";
	position: absolute;
}
.rating > label {
	color: #ddd;
	float: right;
}
.rating > label.checked {
	color: #f4bf1d; 
}

/**
 * Venue box
 */


/**
 * Swiper
 */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}

/**
 * Page : my account 
 */
.account-form .block {
	margin-top: 18px;
	padding-top: 5px;
}

/********* Advice us a venue **********/

/*
.suggest-venue-sheet .album-images {
	border: 1px solid var(--f7-input-outline-border-color);
	border-radius: var(--f7-input-outline-border-radius);
	padding: 0 15px 23px;
	margin-top: 20px;
}
.suggest-venue-sheet .album-images,
.suggest-venue-sheet .album-images .item-inner {
	flex-direction: column;
	align-items: normal;
}
.suggest-venue-sheet .album-images .item-title {
	margin: -20px -10px 10px;
	background: transparent;
	padding: 0;
}
.suggest-venue-sheet .album-images .item-title span {
	background: white;
	padding: 0 5px;
	font-size: var(--f7-label-font-size);
}
.suggest-venue-sheet .album-images .button.add-photo {
	background: #efefef;
	color: var(--f7-toolbar-text-color, var(--f7-bars-text-color));
}

.suggest-venue-sheet .album-images .images ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 7px 0;
	padding: 0;
}
.suggest-venue-sheet .album-images .images .list {
	margin: 0px !important;
}
.suggest-venue-sheet .album-images .images:before,
.suggest-venue-sheet .album-images .images ul:before,
.suggest-venue-sheet .album-images .images:after,
.suggest-venue-sheet .album-images .images ul:after {
	height: 0;
}
.suggest-venue-sheet .album-images .images ul li {
	padding: 0px 15px;
	margin-bottom: 0px;
	flex: 0 0 33.33%;
}
.suggest-venue-sheet .album-images .images ul li img {
	border-radius: 10px;
	width: 100%;
}*/

[dir="rtl"] [name="username"].input-focused {
	direction: rtl !important;
}
[dir="rtl"] [name="username"].input-with-value {
	direction: unset !important;
}
[dir="rtl"] [name="phone"].input-focused {
	direction: rtl;
}
[dir="rtl"] [name="phone"].input-with-value {
	direction: ltr;
}

.photo-browser-page .toolbar .icon-forward:before {
	display: none;
}
.navbar.navbar-photo-browser,
.navbar.navbar-photo-browser-dark{
	background: transparent !important;
}
.photo-browser-page-dark .navbar-bg,
.navbar-photo-browser-dark .navbar-bg,
.photo-browser-page-dark .toolbar {
	background: var(--f7-photobrowser-dark-bars-bg-color) !important;
}
/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/commons/css/responsive.css ***!
  \***********************************************************************************************/
@media (min-width: 769px) {
	:root {
		--f7-navbar-height: 80px;
		--f7-max-section-width: 1200px;
	}
	h1 {
		font-size: 60px;
	}
	.actions-modal {
		bottom: 15px;
	}
	.view .page {
		overflow: auto;
		position: unset;
	}
	.ios .navbar:not(.navbar-large) .navbar-bg {
		background: var(--f7-theme-color-shade) !important;
	}
	.ios .navbar-inner,
	.ios .subnavbar-inner,
	.ios .page-content {
		position: relative;
		margin: 0 auto;
		max-width: var(--f7-max-section-width);
	}
	.ios .navbar-inner,
	.ios .subnavbar-inner {
		padding: 25px 30px;
	}
	.ios .navbar-inner .left {
		display: none;
	}
	.ios .navbar-inner .title {
		display: inherit;
		left: unset !important;
		right: unset !important;
	}
	.ios .navbar-inner .title p {
		margin: 0;
	}
	[dir="rtl"].ios .navbar-inner .title p {
		text-align: right;
	}
	[dir="ltr"].ios .navbar-inner .title p {
		text-align: left;
	}
	.ios .navbar-inner .title span:first-child {
		font-size: 22px;
		font-weight: bold;
	}
	.ios .navbar-inner .title span:first-child,
	.ios .navbar-inner .title .desc {
		display: block !important;
	}
	.ios .navbar-inner .title .desc {
		display: none;
		font-size: 15px;
		padding-top: 4px;
		color: var(--f7-theme-text-light-color);
		opacity: 90%;
	}
	.ios .navbar-inner .title:before {
		content: '';
		background: url(/images/logo-48-5526d5b5a491e92bfe84.png);
		width: 48px;
		height: 48px;
		display: inline-block;
	}
	[dir="rtl"].ios .navbar-inner .title:before {
		margin-left: 12px;
		margin-top: 2px;
	}
	[dir="ltr"].ios .navbar-inner .title:before {
		margin-right: 12px;
	}
	.ios .navbar-inner .top-menu li {
		display: inline-flex;
	}
	.ios .sub-navbar-bg {
		background: var(--f7-theme-bg-sub-nav);
		height: var(--sub-navbar);
		position: absolute;
		width: 100%;
		bottom: calc(var(--sub-navbar) * -1);
		box-shadow: inset 0px 11px 19px 0px rgb(25 31 30 / 7%);
	}
	.ios .subnavbar {
		margin-top: 0px;
		padding-top: 0px;
		background: transparent !important;
	}
	.subnavbar .segmented a {
		background: transparent;
	}
	.subnavbar .segmented .button {
		max-width: 200px;
		min-width: 100px !important;
		width: auto !important;
	}

}
@media (max-width: 768px) {
	h1 {
		font-size: 40px;
	}
	p {
		line-height: 25px;
		font-size: medium;
	}
	.view .page {
		overflow: auto;
		position: unset;
	}

	.ios .page-content {
		position: relative;
		margin: 0 auto;
		max-width: var(--f7-max-section-width);
	}
	.ios .navbar-inner .top-menu,
	.ios .navbar-inner .title .desc {
		display: none;
	}
	.ios .subnavbar {
		z-index: 2;
		display: block;
	}
}
