html {
	font-size: 20px;
}

html,
body {
	width: 100%;
	height: 100%; 
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

a {
	background: transparent;
	-webkit-appearance: none;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

img {
	border: 0;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

h1 {
	font-size: 1.6rem;
	line-height: 110%;
	margin: 1.05rem 0 .84rem 0;
}

h2 {
	font-size: 1.3rem;
	line-height: 110%;
	margin: .89rem 0 .712rem 0;
}

h3 {
	font-size: .9rem;
	line-height: 110%;
	margin: .73rem 0 .584rem 0;
}

h4 {
	font-size: 1.14rem;
	line-height: 110%;
	margin: .57rem 0 .456rem 0;
}

h5 {
	font-size: .8rem;
	line-height: 110%;
	margin: .41rem 0 .328rem 0;
}

h6 {
	font-size: .65rem;
	line-height: 110%;
	margin: 0.25rem 0 0.2rem 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, "Hiragino Sans GB", 'Microsoft yahei', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: .7rem;
	line-height: 1.4;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}


/*scrollbar*/


/*::-webkit-scrollbar{
	width:10px;
	height:10px;
}
::-webkit-scrollbar-thumb{
	border-radius:8px;
	background:rgba(0,0,0,.5);
}*/

a {
	text-decoration: none;
	color: #007aff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.sg-views {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background: #fff;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
}

.sg-view {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow: hidden;
	display: none;
	background: #fff;
}

.sg-view.active {
	display: block;
}

.sg-navbar,
.sg-content,
.sg-toolbar {
	position: absolute;
	left: 0;
	width: 100%;
}

.sg-navbar {
	top: 0;
	height: 2.2rem;
	border-bottom: none;
	background: #1ABC9C;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sg-content {
	top: 0;
	bottom: 0;
	overflow: hidden;
	overflow-y: auto;
}

.sg-view .sg-content {
	background: #efeff4;
}

.sg-navbar-through .sg-content {
	top: 44px;
}

.sg-toolbar-through .sg-content {
	bottom: 50px;
}

.sg-toolbar {
	bottom: 0;
	height: 50px;
	background: #f7f7f8;
	z-index: 1000;
}

.sg-toolbar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	height: 1px;
	width: 100%;
	background-color: #c4c4c4;
	display: block;
	z-index: 15;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.sg-toolbar a {
	color: #929292;
}

.sg-toolbar a.sg-tab-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sg-toolbar a.sg-tab-link {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.sg-toolbar a.sg-tab-link i {
	font-size: 1.25rem;
}

.sg-toolbar-inner .sg-tab-link.active {
	color: #1ABC9C;
}

.sg-toolbar a.sg-tab-link label {
	display: block;
	font-size: .65rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sg-navbar-inner,
.sg-toolbar-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 .4rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.sg-navbar-inner .sg-left {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-box-pack: start;
	-ms-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.sg-navbar-inner .sg-right {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-box-pack: end;
	-ms-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.sg-navbar-inner .sg-center {
	font-size: .85rem;
	font-weight: 500;
	text-align: center;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.2rem;
	-webkit-flex-shrink: 10;
	-ms-flex: 0 10 auto;
	flex-shrink: 10;
}

.sg-navbar-inner .sg-center,
.sg-navbar .sg-back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.sg-navbar a {
	position: relative;
	color: #fff;
	overflow: hidden;
	height: 2.2rem;
	line-height: 2.2rem;
}

.sg-navbar-inner .sg-left i+span {
	/*margin-left:.35rem;*/
}

.sg-navbar i {
	font-size: 1rem;
}

.sg-right i,
.sg-left i {
	padding: 0 .25rem;
}


/*radio*/

.sg-radio {
	position: relative;
	display: block;
	overflow: hidden;
	list-style: none;
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
}

.sg-radio input {
	display: none;
}


/*button*/

.sg-btn {
	position: relative;
	border: none;
	border-radius: .1rem;
	display: inline-block;
	height: 1.5rem;
	line-height: 1.5rem;
	outline: 0;
	padding: 0 .75rem;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}

.sg-btn.sg-btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.sg-btn.sg-btn-primary {
	color: #fff;
	background-color: #1ABC9C;
}

.sg-btn .left {
	margin-right: .2rem;
}

.sg-btn .right {
	margin-left: .2rem;
}

.sg-btn-large {
	height: 2.7rem;
	line-height: 2.7rem;
}

.sg-btn-group {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.sg-btn-group .sg-btn {
	box-shadow: none;
	margin: 0 !important;
}

.sg-btn-group>.sg-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.sg-btn-group>.sg-btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.sg-btn-group>.sg-btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.sg-btn.sg-btn-round {
	border-radius: 1rem;
}

.sg-btn.sg-btn-primary .ripple {
	background: rgba(255, 255, 255, .3);
}


/*list*/

.sg-item,
.sg-item-inner,
.sg-item .sg-item-inner .sg-item-title {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.sg-item {
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding: .5rem;
	background: #fff;
	overflow: hidden;
}

.sg-item-inner {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sg-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d9d9d9;
}

.sg-item .sg-item-media {
	width: 60px;
	height: 60px;
	-moz-box-flex: 0;
	-webkit-box-flex: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.sg-item .sg-item-media img {
	width: 100%;
	height: 100%;
	display: block;
}

.sg-item .sg-item-inner {
	margin-left: .5rem;
}

.sg-item .sg-item-inner .sg-item-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.sg-item .sg-item-subtitle {
	color: #777;
	font-size: .6rem;
}


/*list*/

.sg-list-group {
	position: relative;
}

.sg-list-group ul {
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
}

.sg-list-view {
	position: relative;
	display: block;
	overflow: hidden;
	list-style: none;
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
}

.sg-list-view .sg-view-media {
	position: relative;
}

.sg-list-view .sg-view-inner,
.sg-radio .sg-view-inner {
	-webkit-box-flex: 1;
	flex: 1;
}

.sg-input-block .sg-view-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.sg-input-block .sg-view-title {
	color: #666;
}

.sg-input-field {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
}

.sg-input-field .sg-label {
	-webkit-order: -1;
	order: -1;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	padding-right: .5rem;
	color: #666;
}

.sg-input-block .sg-input-field input {
	border: 0;
	width: 100%;
	height: 1.5rem;
	outline: none;
	font-size: .75rem;
}

.sg-list-view .sg-view-media {
	padding-right: .25rem;
}

.sg-list-view .sg-view-media img {
	width: 2rem;
	height: 2rem;
	display: block;
}

.sg-list-view .sg-view-content,
.sg-radio,
.sg-switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
}

.sg-list-view .sg-view-content,
.sg-radio {
	width: 100%;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.sg-no-arrow+div {
	padding-right: .5rem !important;
}

.sg-no-arrow:after {
	content: '' !important;
}

.sg-list-view .sg-view-content,
.sg-radio .sg-view-inner {
	padding: .5rem 1.25rem .5rem .5rem;
}

.sg-radio .sg-view-media i {
	width: 1rem;
	height: 1rem;
	font-size: 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #d9d9d9;
	border-radius: 50%;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.sg-radio input[type='radio']:checked+.sg-view-media i {
	color: #1ABC9C;
	border-color: #1ABC9C;
}

.sg-radio input[type='radio']:checked+.sg-view-media i:after {
	content: "\f120";
	position: absolute;
	left: -1px;
	top: -1px;
}


/*switch*/

.sg-switch {
	-webkit-box-pack: justify;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sg-switch {
	position: relative;
	overflow: hidden;
	list-style: none;
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
}

.sg-switch .sg-view-inner {
	-webkit-flex: 1;
	flex: 1;
	padding: .5rem;
}

.sg-switch input {
	display: none;
}

.sg-switch .switch-label {
	position: relative;
	display: block;
	width: 2.5rem;
	height: 1.5rem;
	border-radius: 999px;
	background: #aaa;
	/*overflow: hidden;*/
	-webkit-transition: all .35s;
	transition: all .35s;
}

.sg-switch .switch-label:before {
	background: #fff;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 999px;
}

.sg-switch .switch-label:after {
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 1.1rem;
	background: #aaa;
	border-radius: 50%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sg-switch .switch-label:before,
.sg-switch .switch-label:after {
	content: '';
	position: absolute;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.sg-switch input[type='checkbox']:checked+.sg-view-media .switch-label {
	background: #1ABC9C;
}

.sg-switch input[type='checkbox']:checked+.sg-view-media .switch-label:after {
	background: #1ABC9C;
	-webkit-transform: translate3d(1rem, 0, 0);
	transform: translate3d(1rem, 0, 0);
}

.sg-switch-2 .switch-label {
	width: 2rem;
	background: #fff;
}

.sg-switch-2 .switch-label:before {
	background: rgb(189, 189, 189);
	top: .45rem;
	bottom: .45rem;
	left: 0px;
	right: 0;
}

.sg-switch-2 .switch-label:after {
	background: rgb(245, 245, 245);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
	left: 0;
}

.sg-switch.sg-switch-2 input[type='checkbox']:checked+.sg-view-media .switch-label:before {
	background: #1ABC9C;
}

.sg-switch.sg-switch-2 input[type='checkbox']:checked+.sg-view-media .switch-label:after {
	background: #fff;
	-webkit-transform: translate3d(1rem, 0, 0);
	transform: translate3d(1rem, 0, 0);
}

.sg-switch.sg-switch-2 input[type='checkbox']:checked+.sg-view-media .switch-label {
	background: #fff;
}

.sg-switch.sg-switch-3 .switch-label {
	background: #fff;
}

.sg-switch.sg-switch-3 .switch-label:after {
	background: #fff;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
}

.sg-switch.sg-switch-3 .switch-label:before {
	background: transparent;
	border: solid 2px #e6e6e6;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.sg-switch.sg-switch-3 input[type='checkbox']:checked+.sg-view-media .switch-label:before {
	border-color: #1ABC9C;
}

.sg-switch.sg-switch-3 input[type='checkbox']:checked+.sg-view-media .switch-label:after {
	background: #fff;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
}

.sg-list-view .sg-view-after {
	color: #888;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.sg-list-group.sg-list-through {
	padding: .5rem 0;
}

.sg-list-view a {
	position: relative;
	display: block;
	color: #333;
	overflow: hidden;
}

.sg-list-view .sg-view-title .ion {
	font-size: 1rem;
	margin-right: .25rem;
}

.sg-list-view .sg-view-title,
.sg-radio .sg-view-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-shrink: 1;
	-ms-flex: 0 1 auto;
	flex-shrink: 1;
	font-size: .75rem;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.sg-list-view .sg-view-title .sg-icon {
	font-size: .75rem;
	color: #fff;
	width: .85rem;
	height: .9rem;
	border-radius: .25rem;
	text-align: center;
	line-height: .9rem;
}

.sg-list-group .sg-list-header {
	min-height: 1rem;
	padding: .2rem .5rem;
	color: #6d6d72;
	font-size: .7rem;
	display:block;
}

.sg-red {
	background: #dd514c;
}

.sg-list-view:after {
	content: "\f125";
	color: #bbb;
}

.sg-radio input[type=radio]:checked+.sg-view-inner:after {
	content: "\f122";
	color: #1ABC9C;
}

.sg-list-view:after,
.sg-radio input[type=radio]:checked+.sg-view-inner:after {
	font-family: "SogaIcons";
	position: absolute;
	right: .5rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

label .sg-view-media {
	-webkit-order: 2;
	order: 2;
}

.sg-view-media {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: .5rem;
}

.sg-list-view .badge {
	font-size: 13px;
	display: inline-block;
	color: #fff;
	background: #8e8e93;
	border-radius: 20px;
	padding: 1px 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ion {
	position: relative;
}

.ion .badge {
	display: inline-block;
	position: absolute;
	left: 100%;
	top: -2px;
	margin-left: -.25rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: .5rem;
	line-height: 1.4;
	padding: 1px 5px;
	background: #F4634D;
	color: #fff;
	border-radius: 1rem;
}


/*link*/

a.link {
	color: #fff;
}


/*panel*/

.sg-panel-overlap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	opacity: 0;
	z-index: 5999;
	display: none;
}

.sg-window-panel-left .sg-panel-overlap {
	margin-left: 12.5rem;
}

.sg-window-panel-left .sg-views {
	-webkit-transform: translate3d(12.5rem, 0, 0);
	transform: translate3d(12.5rem, 0, 0);
}

.sg-panel {
	z-index: 1000;
	display: none;
	background: #675E55;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	width: 12.5rem;
	top: 0;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
}

.sg-panel-left.sg-panel {
	left: 0;
}

.sg-view.current {
	display: block;
	z-index: 6000;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.sg-input-search {
	position: relative;
	margin: .5rem;
	height: 1.5rem;
	background: #5E554C;
	border: 1px solid #5B5249;
	border-radius: .75rem;
	overflow: hidden;
}

.sg-input-search input {
	border: none;
	width: 100%;
	padding-left: 1.5rem;
	background: transparent;
	height: 1.5rem;
	color: #fff;
	vertical-align:top;
}

.sg-input-search:before {
	content: "\f4a5";
	font-family: 'SogaIcons';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.5rem;
	color: #969189;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
}

.sg-input-search input[type=search]::-webkit-input-placeholder {
	color: #969189;
}

.sg-panel-media {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-lines: multiple;
	-webkit-box-align: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}

.sg-panel-media {
	margin: .5rem 0 1rem 0;
}

.sg-panel-avatar {
	width: 5rem;
	height: 5rem;
	border: .25rem solid #5D544B;
	border-radius: 50%;
	overflow: hidden;
}

.sg-panel-media .sg-panel-caption {
	text-align: center;
}

.sg-panel-caption h5 {
	margin-bottom: .1rem;
	font-size: .75rem;
	color: #F5F5F4;
}

.sg-panel-media p {
	font-size: .65rem;
	color: #928B83;
}

.sg-panel-menu {
	padding: 0 .5rem;
}

.sg-panel-menu .sg-list-view {
	background: transparent;
	border-bottom-color: #625950;
}

.sg-panel-menu .sg-view-title {
	color: #F5F5F4;
}

.sg-panel-menu .sg-list-view .sg-view-title .ion {
	padding-right: .8rem;
}

.sg-panel-menu .sg-list-view:after {
	color: #5D544B;
}


/*grid*/

ul,
ol {
	list-style: none;
}

.sg-grid-group ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-lines: multiple;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-right: .5rem;
}

.sg-grid-group .sg-grid-view {
	width: 50%;
	padding: .5rem 0 0 .5rem;
}

.sg-grid-view .sg-grid-media img {
	width: 100%;
	display: block;
}

.sg-grid-view a {
	position: relative;
	display: block;
	color: #333;
	background: #fff;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.sg-grid-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-lines: multiple;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: .325rem .25rem;
}

.sg-grid-content .sg-grid-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555;
}

.sg-grid-view .sg-grid-subtitle {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-content: center;
	-webkit-align-content: center;
}

.sg-grid-subtitle {
	padding: .15rem .25rem;
	color: #777;
	font-size: .7rem;
}


/*scroll*/

.sg-scroll-wrapper {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	background: #efeff4;
}
.sg-pull .loader{
	display:none;
	margin-left:-2.5rem;
	-webkit-transform:scale(.2);
	transform:scale(.2);
}

.sg-pull-loading {
	font-size: 1.2rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	margin-right:2.5rem;
	-webkit-transition:transform .5s;
	transition:transform .5s;
}

.sg-scroll {
	position: absolute;
	z-index: 1;
	width: 100%;
	background: #efeff4;
}

.sg-pull-top-pocket {
	position: absolute;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 2.5rem;
}

.sg-pull {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	font-weight: 700;
	height:100%;
	color: #777;
}

.sg-pull-caption {
	font-size: .75rem;
	line-height: 1.2rem;
	position: relative;
	display: inline-block;
	overflow: visible;
	margin-top: 0;
	vertical-align: middle;
}

.sg-scrollbar-vertical {
	top: 0;
	right: 1px;
	bottom: 2px;
	width: 4px;
}

.sg-scrollbar {
	position: absolute;
	z-index: 9998;
	overflow: hidden;
	-webkit-transition: 500ms;
	transition: 500ms;
	transform: translateZ(0px);
	pointer-events: none;
	opacity: 0;
}

.sg-scrollbar-vertical .sg-scrollbar-indicator {
	width: 100%;
}

.sg-scrollbar-indicator {
	position: absolute;
	display: block;
	box-sizing: border-box;
	-webkit-transition: .01s cubic-bezier(.1, .57, .1, 1);
	transition: .01s cubic-bezier(.1, .57, .1, 1);
	transform: translate(0px, 0) translateZ(0px);
	border: 1px solid rgba(255, 255, 255, .80196);
	border-radius: 2px;
	background: rgba(0, 0, 0, .39804);
}


/*card*/

.sg-card {
	background: #fff;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	margin: 10px;
	position: relative;
	border-radius: 2px;
	font-size: .7rem;
}

.sg-card .sg-card-header {
	position: relative;
	padding: .5rem;
	height: 2.75rem;
	overflow: hidden;
}

.sg-card .sg-card-header:after {
	/*content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d9d9d9;*/
}
.sg-card-avatar {
	position: absolute;
	top: .5rem;
	left: .5rem;
}

.sg-card .sg-card-avatar img {
	width: 1.75rem;
	height: 1.75rem;
	display: block;
	border-radius:50%;
}

.sg-card .sg-card-detail {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sg-card-detail {
	padding-left: 2.2rem;
	height: 1.75rem;
}

.sg-card-detail .sg-card-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sg-card-detail .sg-card-subtitle {
	    color: #999;
    font-size: .6rem;
    padding-top: .2rem;
}

.sg-card-content .sg-card-inner {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sg-card-content {
	padding:.5rem;
	color: rgba(0,0,0,0.87);
}
.sg-card-media{
	position:relative;
}
.sg-card-media .sg-card-title{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	display:block;
	padding:.5rem;
	color:#fff;
	background:rgba(0,0,0,.7);
}
.sg-card-media+.sg-card-inner{
	padding-top:.5rem;
}
.sg-card-media img{
	max-width:100%;
	display:block;
}
.sg-card-attrs {
	position: relative;
	padding: .5rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sg-card-comment{
	padding:.5rem;
	background:#f7f7f7;
}
.sg-card-comment .sg-card-inner {
    border: 1px solid #E4E4E4;
    padding: .3rem .5rem;
    resize: none;
    border-radius: .1rem;
    background: #fff;
    color: #9A9A9A;
    cursor: pointer;
}
.sg-card .sg-card-attrs:before {
	/*content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d9d9d9;*/
}
.sg-card-state > span:first-child {
    border-radius: .1rem 0 0 .1rem;
}
.sg-card-state > span {
    margin-right: -1px;
    padding: .2rem .3rem;
    border: 1px solid #E0E0E0;
    float: left;
    font-weight: 500;
    color:#5e5e5e;
}

.sg-card-state > span > i {
    line-height: 100%;
    vertical-align: top;
    position: relative;
    top: .1rem;
    font-size: .75rem;
    margin-right: .1rem;
}

.sg-card-state > span:last-child {
    border-radius: 0 .1rem .1rem 0;
}
.sg-card-users{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}

.sg-card-users > a > img {
    width: 1.2rem;
    height: 1.2rem;
    display:block;
    border-radius: 50%;
}

/*splashScreen*/

.sg-splash-screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1ABC9C;
	z-index: 10000;
	transition: all .5s;
	-webkit-transition: all .5s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.sg-splash-screen .sg-splash-box {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	text-align: center;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.sg-splash-screen .sg-splash-icon {
	border-radius: 5px;
}

.sg-splash-screen .sg-splash-icon img {
	display: block;
}

.sg-splash-screen .sg-splash-name {
	color: #fff;
	font-size: .85rem;
}


/*dropdown*/

.sg-dropdown {
	position: relative;
}

.sg-dropdown-menu {
	position: absolute;
	top: 105%;
	background: #fff;
	/*border-radius: .25rem;*/
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	z-index: 1020;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.sg-dropdown-toggle.open+.sg-dropdown-menu {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.sg-dropdown-menu ul li {
	color: #333;
	white-space: nowrap;
	padding: .25rem 1rem;
	text-align: center;
}

.sg-navbar .sg-right .sg-dropdown-menu {
	right: -.25rem;
}

.sg-navbar .sg-right .sg-dropdown-menu:before,
.sg-navbar .sg-right .sg-dropdown-menu:after {
	left: 73%;
}

.sg-dropdown-toggle {
	position: relative;
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	line-height: 1.65rem;
}

.sg-dropdown-toggle:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	line-height: 1.65rem;
	transition: all .25s;
	-webkit-transition: all .25s;
}

.sg-dropdown-toggle.open:before {
	background: rgba(0, 0, 0, .1);
}

.dropdown-overlap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	left: 0;
	z-index: 1000;
}

.sg-dropdown-menu:before,
.sg-dropdown-menu:after {
	position: absolute;
	left: 50%;
	/*content: '';*/
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.sg-dropdown-menu:before {
	top: -1rem;
	border-bottom: 10px solid rgba(0, 0, 0, 0.117647);
}

.sg-dropdown-menu:after {
	top: -.9rem;
	border-bottom: 10px solid #fff;
}

.sg-name {
	color: #333;
	font-size: .75rem;
}

.sg-num {
	color: #999;
	font-size: .65rem;
}


/*tab*/

.sg-tabs-body {
	margin: .3rem 0;
}

.sg-tabs-block {}

.sg-button-tabs {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	align-items: center;
}

.sg-button-tabs:after {
	position: absolute;
}

.sg-button-tab {
	position: relative;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
	padding: .3rem 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.sg-tabs-nav {
	position: relative;
}

.sg-tabs-block .sg-tabs-indicator {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #1ABC9C;
	height: .1rem;
	-webkit-transition: left .25s;
	transition: left .25s;
	will-change: left;
}

.sg-tabs .sg-tab {
	display: none;
}

.sg-tabs .sg-tab.active {
	display: block;
}


/*ucenter*/

.sg-view .sg-content.sg-ucenter-content {
	top: 0;
}

.sg-view .sg-content .sg-ucenter-box {
	background: #fff url(/Public/images/modules/module3.jpg) no-repeat;
	background-size: 100% 7.5rem;
	padding-top: 7.5rem;
}

.sg-ucenter-navbar {
	background: transparent;
	z-index: 1040;
}

.sg-ucenter-box {
	position: relative;
	padding: 1rem 0 0 0;
}

.sg-ucenter-detail {
	text-align: center;
	margin-bottom: .5rem;
	position: relative;
	padding-top: 1rem;
}

.sg-ucenter-title {
	font-size: .75rem;
}

.sg-ucenter-subtitle {
	font-size: .65rem;
	color: #bbb;
}

.sg-ucenter-heading {
	position: absolute;
	left: 50%;
	top: 0;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-transform: translate3d(-50%, -80%, 0);
	transform: translate3d(-50%, -80%, 0);
}


/*modal*/

.sg-modal-overlap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 10000;
	opacity: 0;
	-webkit-transition: opacity .45s;
	transition: opacity .4s;
}

.sg-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13.5rem;
	margin-left: -6.75rem;
	border-radius: .25rem;
	background: #fff;
	z-index: 11000;
	opacity: 0;
	-webkit-transform: translate3d(0, -50%, 0) scale(.85);
	transform: translate3d(0, -50%, 0) scale(.85);
	/*will-change: transform, opacity;*/
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	overflow: hidden;
}
.sg-modal-inner {
	padding: .5rem;
}

.sg-modal-title {
	font-weight: 500;
	font-size: .9rem;
	text-align: center;
}

.sg-modal-title+.sg-modal-text {
	margin-top: .25rem;
	font-size: .65rem;
	text-align: center;
}

.sg-modal-buttons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.sg-modal-buttons .sg-modal-button {
	width: 100%;
	height: 1.75rem;
	line-height: 1.75rem;
	text-align: center;
	background: #1ABC9C;
	color: #fff;
	font-size: .7rem;
	border-right: 1px solid #ccc;
	display: block;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.sg-modal-buttons .sg-modal-button:last-child {
	border: none;
}

.modal-open .sg-modal {
	-webkit-transform: translate3d(0, -50%, 0) scale(1);
	transform: translate3d(0, -50%, 0) scale(1);
	opacity: 1;
}

.modal-open .sg-modal-overlap {
	opacity: 1;
}

/*popup*/
.sg-popup{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:#fff;
	display:none;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
}

/*slide*/
.sg-slide-container{
	position:relative;
	margin:0 auto;
	overflow:hidden;
	z-index:1;
}
.sg-slide-3d{
	-webkit-perspective:60rem;
	perspective: 60rem;
}
.sg-slide-wrapper{
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-moz-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-transition-property:transform;
	transition-property:transform;
}
.sg-slide-3d .sg-slide-wrapper{
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.sg-slide-item, .sg-slide-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.sg-slide-item {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    pointer-events: none;
}
.sg-sldie-item.sg-slide-active{
	pointer-events: auto;
}
.sg-pagination{
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	display:-moz-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-webkit-box-pack:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content: center;
	z-index:100;
}
.sg-pagination .sg-pagination-bullet{
	width:10px;
	height:5px;
	border-radius:5px;
	background:rgba(255,255,255,0.5);
	margin:0 5px;
	-webkit-transition:width .3s;
	transition:width .3s;
}
.sg-pagination .sg-pagination-bullet.sg-pagination-bullet-active{
	width:25px;
	background:#fff;
}
/*collapsible*/
.sg-collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: .5rem;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.sg-collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 .5rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.sg-collapsible-body {
    display:none;
   /*overflow:hidden;
   height:0;*/
    border-bottom: 1px solid #ddd;
    /*transition:all .3s;
    -webkit-transition:all .3s;*/
}
.sg-collapsible-inner{
	padding:.5rem;
}
.sg-collapsible-body p {
    margin: 0;
    padding: 1rem;
}
/*loader*/

.loader {
	position: relative;
	width: 5rem;
	height: 5rem;
}

.loader.small {
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

.loader.circle-line,
.loader.circle-round {
	height: 5rem;
}


/*circle-line*/

.loader.circle-line span {
	position: absolute;
	display: inline-block;
	width: 1.5rem;
	height: .5rem;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	background: #1ABC9C;
	opacity: .05;
	-webkit-animation: circle-line 1s ease infinite;
	animation: circle-line 1s ease infinite;
}

.loader.circle-line span:nth-child(1) {
	top: 50%;
	left: 0;
	margin-top: -.25rem;
	-webkit-animation-delay: .13s;
	animation-delay: .13s;
}

.loader.circle-line span:nth-child(2) {
	top: 1rem;
	left: .5rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation-delay: .26s;
	animation-delay: .26s;
}

.loader.circle-line span:nth-child(3) {
	left: 50%;
	top: .5rem;
	margin-left: -.75rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation-delay: .39s;
	animation-delay: .39s;
}

.loader.circle-line span:nth-child(4) {
	right: .5rem;
	top: 1rem;
	-webkit-transform: rotate(145deg);
	transform: rotate(145deg);
	-webkit-animation-delay: .52s;
	animation-delay: .52s;
}

.loader.circle-line span:nth-child(5) {
	left: 3.5rem;
	top: 50%;
	margin-top: -.25rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation-delay: .65s;
	animation-delay: .65s;
}

.loader.circle-line span:nth-child(6) {
	bottom: 1rem;
	right: .5rem;
	-webkit-transform: rotate(-145deg);
	transform: rotate(-145deg);
	-webkit-animation-delay: .78s;
	animation-delay: .78s;
}

.loader.circle-line span:nth-child(7) {
	left: 50%;
	bottom: .5rem;
	margin-left: -15px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-animation-delay: .91s;
	animation-delay: .91s;
}

.loader.circle-line span:nth-child(8) {
	bottom: 1rem;
	left: .5rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation-delay: 1.04s;
	animation-delay: 1.04s;
}

@keyframes circle-line {
	0% {
		opacity: .05;
	}
	100% {
		opacity: .7;
	}
}

@-webkit-keyframes circle-line {
	0% {
		opacity: .05;
	}
	100% {
		opacity: .7;
	}
}


/*circle-line-spin*/

.loader.circle-line-spin .circle-line-inner {
	width: 100%;
	height: 100%;
	-webkit-animation: circle-line-spin 1.5s linear infinite;
	animation: circle-line-spin 1.5s linear infinite;
}

.loader.circle-line-spin span {
	position: absolute;
	display: inline-block;
	width: 1.5rem;
	height: .5rem;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	background: #1ABC9C;
	opacity: .7;
}

.loader.circle-line-spin span:nth-child(1) {
	top: 50%;
	left: 0;
	margin-top: -.25rem;
}

.loader.circle-line-spin span:nth-child(2) {
	top: 1rem;
	left: .5rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.loader.circle-line-spin span:nth-child(3) {
	left: 50%;
	top: .5rem;
	margin-left: -.75rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.loader.circle-line-spin span:nth-child(4) {
	right: .5rem;
	top: 1rem;
	-webkit-transform: rotate(145deg);
	transform: rotate(145deg);
}

.loader.circle-line-spin span:nth-child(5) {
	left: 3.5rem;
	top: 50%;
	margin-top: -.25rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.loader.circle-line-spin span:nth-child(6) {
	bottom: 1rem;
	right: .5rem;
	-webkit-transform: rotate(-145deg);
	transform: rotate(-145deg);
}

.loader.circle-line-spin span:nth-child(7) {
	left: 50%;
	bottom: .5rem;
	margin-left: -15px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.loader.circle-line-spin span:nth-child(8) {
	bottom: 1rem;
	left: .5rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@keyframes circle-line-spin {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes circle-line-spin {
	0% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}


/*circle-round*/

.loader.circle-round span {
	opacity: .05;
	-webkit-animation: circle-round 1s ease infinite;
	animation: circle-round 1s ease infinite;
}

.loader.circle-round-fade span {
	-webkit-animation: circle-round-fade 1s ease infinite;
	animation: circle-round-fade 1s ease infinite;
}

.loader.circle-round span,
.loader.circle-round-fade span {
	position: absolute;
	width: .8rem;
	height: .8rem;
	display: inline-block;
	border-radius: 50%;
	background: #1ABC9C;
}

.loader.circle-round span:nth-child(1),
.loader.circle-round-fade span:nth-child(1) {
	top: 50%;
	left: 0;
	margin-top: -.4rem;
	-webkit-animation-delay: -1.04s;
	animation-delay: -1.04s;
}

.loader.circle-round span:nth-child(2),
.loader.circle-round-fade span:nth-child(2) {
	top: .7rem;
	left: .7rem;
	-webkit-animation-delay: -.91s;
	animation-delay: -.91s;
}

.loader.circle-round span:nth-child(3),
.loader.circle-round-fade span:nth-child(3) {
	top: 0;
	left: 50%;
	margin-left: -.4rem;
	-webkit-animation-delay: -.78s;
	animation-delay: -.78s;
}

.loader.circle-round span:nth-child(4),
.loader.circle-round-fade span:nth-child(4) {
	right: .7rem;
	top: .7rem;
	-webkit-animation-delay: -.65s;
	animation-delay: -.65s;
}

.loader.circle-round span:nth-child(5),
.loader.circle-round-fade span:nth-child(5) {
	right: 0;
	top: 50%;
	margin-top: -.4rem;
	-webkit-animation-delay: -.52s;
	animation-delay: -.52s;
}

.loader.circle-round span:nth-child(6),
.loader.circle-round-fade span:nth-child(6) {
	bottom: .7rem;
	right: .7rem;
	-webkit-animation-delay: -.39s;
	animation-delay: -.39s;
}

.loader.circle-round span:nth-child(7),
.loader.circle-round-fade span:nth-child(7) {
	bottom: 0;
	left: 50%;
	margin-left: -.4rem;
	-webkit-animation-delay: -.26s;
	animation-delay: -.26s;
}

.loader.circle-round span:nth-child(8),
.loader.circle-round-fade span:nth-child(8) {
	left: .7rem;
	bottom: .7rem;
	-webkit-animation-delay: -.13s;
	animation-delay: -.13s;
}

@keyframes circle-round {
	0% {
		opacity: .05;
	}
	100% {
		opacity: .7;
	}
}

@-webkit-keyframes circle-round {
	0% {
		opacity: .05;
	}
	100% {
		opacity: .7;
	}
}

@keyframes circle-round-fade {
	0% {
		opacity: .25;
		transform: scale(.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes circle-round-fade {
	0% {
		opacity: .25;
		transform: scale(.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}


/*line-square*/

.loader.line-square {
	width: 6rem;
	height: .8rem;
}

.loader.line-square span {
	position: absolute;
	top: 0;
	width: .8rem;
	height: .8rem;
	display: inline-block;
	background: #1ABC9C;
	-webkit-animation: line-square 1s ease infinite;
	animation: line-square 1s ease infinite;
}

.loader.line-square span:nth-child(1) {
	left: 0;
	-webkit-animation-delay: .13s;
	animation-delay: .13s;
}

.loader.line-square span:nth-child(2) {
	left: 1.3rem;
	-webkit-animation-delay: .26s;
	animation-delay: .26s;
}

.loader.line-square span:nth-child(3) {
	left: 2.6rem;
	-webkit-animation-delay: .39s;
	animation-delay: .39s;
}

.loader.line-square span:nth-child(4) {
	left: 3.9rem;
	-webkit-animation-delay: .52s;
	animation-delay: .52s;
}

.loader.line-square span:nth-child(5) {
	left: 5.2rem;
	-webkit-animation-delay: .65s;
	animation-delay: .65s;
}

@keyframes line-square {
	0% {
		opacity: 1;
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
	100% {
		opacity: .2;
		transform: scale(.2);
		-webkit-transform: scale(.2);
	}
}

@-webkit-keyframes line-square {
	0% {
		opacity: 1;
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
	100% {
		opacity: .2;
		transform: scale(.2);
		-webkit-transform: scale(.2);
	}
}


/*line-round*/

.loader.line-round {
	width: 6rem;
	height: .8rem;
}

.loader.line-round span {
	position: absolute;
	top: 0;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	display: inline-block;
	background: #1ABC9C;
	-webkit-animation: line-round 1s ease infinite;
	animation: line-round 1s ease infinite;
}

.loader.line-round span:nth-child(1) {
	left: 0;
	-webkit-animation-delay: .13s;
	animation-delay: .13s;
}

.loader.line-round span:nth-child(2) {
	left: 1.3rem;
	-webkit-animation-delay: .26s;
	animation-delay: .26s;
}

.loader.line-round span:nth-child(3) {
	left: 2.6rem;
	-webkit-animation-delay: .39s;
	animation-delay: .39s;
}

.loader.line-round span:nth-child(4) {
	left: 3.9rem;
	-webkit-animation-delay: .52s;
	animation-delay: .52s;
}

.loader.line-round span:nth-child(5) {
	left: 5.2rem;
	-webkit-animation-delay: .65s;
	animation-delay: .65s;
}

@keyframes line-round {
	0% {
		opacity: 1;
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
	100% {
		opacity: .2;
		transform: scale(.2);
		-webkit-transform: scale(.2);
	}
}

@-webkit-keyframes line-round {
	0% {
		opacity: 1;
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
	100% {
		opacity: .2;
		transform: scale(.2);
		-webkit-transform: scale(.2);
	}
}


/*line-bounce*/

.loader.line-bounce {
	width: 6rem;
	height: 2.5rem;
}

.loader.line-bounce span {
	position: absolute;
	top: 0;
	width: .5rem;
	height: 2.5rem;
	display: inline-block;
	background: #1ABC9C;
	-webkit-animation: line-bounce 1s ease infinite;
	animation: line-bounce 1s ease infinite;
}

.loader.line-bounce span:nth-child(1) {
	left: 0;
	-webkit-animation-delay: -.65s;
	animation-delay: -.65s;
}

.loader.line-bounce span:nth-child(2) {
	left: 1.3rem;
	-webkit-animation-delay: -.78s;
	animation-delay: -.78s;
}

.loader.line-bounce span:nth-child(3) {
	left: 2.6rem;
	-webkit-animation-delay: -.91s;
	animation-delay: -.91s;
}

.loader.line-bounce span:nth-child(4) {
	left: 3.9rem;
	-webkit-animation-delay: -.78s;
	animation-delay: -78s;
}

.loader.line-bounce span:nth-child(5) {
	left: 5.2rem;
	-webkit-animation-delay: -.65s;
	animation-delay: -.65s;
}

@keyframes line-bounce {
	0% {
		transform: scaleY(1);
	}
	50% {
		transform: scaleY(.3);
	}
	100% {
		transform: scaleY(1);
	}
}

@-webkit-keyframes line-bounce {
	0% {
		-webkit-transform: scaleY(1);
	}
	50% {
		-webkit-transform: scaleY(.3);
	}
	100% {
		-webkit-transform: scaleY(1);
	}
}


/*circle-spin*/

.loader.circle-spin {
	border-radius: 50%;
	border: .2rem solid rgba(0, 0, 0, .05);
	width: 4rem;
	height: 4rem;
	box-sizing: content-box;
}

.loader.circle-spin .loader-placeholder {
	position: absolute;
	top: -.2rem;
	left: -.2rem;
	border-radius: 50%;
	border: .2rem solid transparent;
	border-top: .2rem solid #1ABC9C;
	width: 4rem;
	height: 4rem;
	box-sizing: content-box;
	-webkit-animation: circle-spin 1s ease infinite;
	animation: circle-spin 1s ease infinite;
}

@keyframes circle-spin {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes circle-spin {
	0% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}


/*spin-layer*/

.loader.spin-layer {
	width: 5rem;
	height: 5rem;
	border: .2rem solid transparent;
	border-radius: 50%;
}

.loader.spin-layer .spin-layer-inner {
	position: absolute;
	left: -.2rem;
	top: -.2rem;
	width: 5rem;
	height: 5rem;
	overflow: hidden;
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.spin-layer .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.spin-layer .left-circle {
	left: 0;
	border-right-color: transparent !important;
	transform: rotate(129deg);
	-webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.spin-layer .right-circle {
	transform: rotate(-129deg);
	border-left-color: transparent !important;
	-webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.spin-layer .left-circle,
.spin-layer .right-circle {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 200%;
	height: 100%;
	border-radius: 50%;
	border-width: .2rem;
	border-style: solid;
	border-color: #1ABC9C;
	border-bottom-color: transparent;
}

.spin-layer .right {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}


/*calendar*/
.sg-calendar{
	background:#1ABC9C;
}
.calendar {
	color: #333;
	background: #fff;
}

.calendar .calendar-header {
	background: #15A78B;
}

.calendar .calendar-header,
.calendar .calendar-body,
.calendar .calendar-tool {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-webkit-box-lines: multiple;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.calendar .calendar-body .item,
.calendar .calendar-header .item {
	text-align: center;
}

.calendar .calendar-header .item {
	height: 1.5rem !important;
	line-height: 1.5rem !important;
	color: #fff;
}

.calendar .calendar-body {
	padding: .5rem 0;
}

.calendar .calendar-body .item.current {
	background-color: #E2E2E2;
	color: #666;
}

.calendar .calendar-body .item.selected {
	color: #fff;
	background: #1ABC9C;
}

.calendar .calendar-body .pass,
.calendar .calendar-body .future {
	color: #999 !important;
}

.calendar .calendar-body .item {
	cursor: pointer;
	border-radius: 50%;
	color: #333;
	background: rgba(78, 178, 207, 0);
	-webkit-transition: all .25s;
	transition: all .25s;
}

.calendar .calendar-tool {
	position: relative;
	height: 1.75rem;
	line-height: 1.75rem;
}

.calendar .calendar-tool .calendar-week {
	width: 3.5rem;
}

.calendar .calendar-tool .calendar-select {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
}

.calendar .calendar-tool .calendar-select .calendar-select-prev,
.calendar .calendar-tool .calendar-select .calendar-select-next {
	position: relative;
	padding: 0 1rem;
	color: #666;
}

.calendar .calendar-tool .calendar-today {
	font-size: .9rem;
}


/*picker-date*/

.picker-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #333;
	color: #ccc;
	border-radius: .25rem;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	z-index: 10001;
}

.modal-open .picker-container {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.picker-container .picker-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-lines: multiple;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background: #fff;
}

.picker-slide {
	width: 33.333%;
	height: 100%;
}

.picker-slide:first-child {
	padding-left: .25rem;
}

.picker-slide:nth-child(3) {
	padding-right: .25rem;
}

.picker-slide:nth-child(2) {
	padding: 0 .25rem;
}

.picker-wrapper .picker-slide .item-box {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: .25rem;
	text-align: center;
	background: linear-gradient(top, #000, #444, #000);
	background: -webkit-linear-gradient(top, #000, #444, #000);
	overflow: hidden;
}

.picker-wrapper .item-box .item-list .item {
	height: 2rem;
	line-height: 2rem;
	font-size: .8rem;
}

.item-box>.item-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	-webkit-transform: transalte(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
	transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
}

.picker-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(44, 44, 44, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(top, rgba(0, 0, 0, 1), rgba(44, 44, 44, 0), rgba(0, 0, 0, 1));
}

.picker-line {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	margin-top: -1px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #555;
}

.picker-title {
	height: 1.75rem;
	line-height: 1.75rem;
	font-size: .85rem;
	text-align: center;
	color: #333;
}

.picker-tool {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	padding-top: .5rem;
	background: #fff;
}

.picker-tool .picker-button {
	position: relative;
	width: 50%;
}

.picker-tool .picker-button span {
	width: 100%;
	display: block;
	line-height: 2rem;
	height: 2rem;
	font-size: .85rem;
	text-align: center;
	color: #666;
	border-top: 1px solid #d9d9d9;
}

.picker-tool .picker-button:first-child span {
	border-right: 1px solid #d9d9d9;
}

.picker-tool .picker-button:last-child span {
	color: #1ABC9C;
}

.picker-selector {
	height: 2rem;
	line-height: 2rem;
	padding: 0 .5rem;
	font-size: .75rem;
	background: #1ABC9C;
	color: #fff;
	border-bottom: 1px solid #fff;
}


/*animation*/

@-webkit-keyframes left-spin {
	from {
		-webkit-transform: rotate(130deg)
	}
	50% {
		-webkit-transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(130deg)
	}
}

@keyframes left-spin {
	from {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg)
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg)
	}
}

@-webkit-keyframes right-spin {
	from {
		-webkit-transform: rotate(-130deg)
	}
	50% {
		-webkit-transform: rotate(5deg)
	}
	to {
		-webkit-transform: rotate(-130deg)
	}
}

@keyframes right-spin {
	from {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}
	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	to {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}
}

@-webkit-keyframes fill-unfill-rotate {
	12.5% {
		-webkit-transform: rotate(135deg)
	}
	25% {
		-webkit-transform: rotate(270deg)
	}
	37.5% {
		-webkit-transform: rotate(405deg)
	}
	50% {
		-webkit-transform: rotate(540deg)
	}
	62.5% {
		-webkit-transform: rotate(675deg)
	}
	75% {
		-webkit-transform: rotate(810deg)
	}
	87.5% {
		-webkit-transform: rotate(945deg)
	}
	to {
		-webkit-transform: rotate(1080deg)
	}
}

@keyframes fill-unfill-rotate {
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}
	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg)
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg)
	}
	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg)
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg)
	}
	to {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg)
	}
}

.ripple {
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .2);
	-webkit-transform: scale(0);
	transform: scale(0);
	position: absolute;
	opacity: 1;
}

.rippleEffect {
	-webkit-animation: rippleEffect 2s cubic-bezier(0.23, 1, 0.32, 1);
	animation: rippleEffect 2s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes rippleEffect {
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes rippleEffect {
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}


/*icons*/

@font-face {
	font-family: "SogaIcons";
	src: url("fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("fonts/ionicons.woff?v=2.0.0") format("woff")
}

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
	display: inline-block;
	font-family: "SogaIcons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
	content: "\f101";
}

.ion-alert-circled:before {
	content: "\f100";
}

.ion-android-add:before {
	content: "\f2c7";
}

.ion-android-add-circle:before {
	content: "\f359";
}

.ion-android-alarm-clock:before {
	content: "\f35a";
}

.ion-android-alert:before {
	content: "\f35b";
}

.ion-android-apps:before {
	content: "\f35c";
}

.ion-android-archive:before {
	content: "\f2c9";
}

.ion-android-arrow-back:before {
	content: "\f2ca";
}

.ion-android-arrow-down:before {
	content: "\f35d";
}

.ion-android-arrow-dropdown:before {
	content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
	content: "\f35e";
}

.ion-android-arrow-dropleft:before {
	content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
	content: "\f360";
}

.ion-android-arrow-dropright:before {
	content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
	content: "\f362";
}

.ion-android-arrow-dropup:before {
	content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
	content: "\f364";
}

.ion-android-arrow-forward:before {
	content: "\f30f";
}

.ion-android-arrow-up:before {
	content: "\f366";
}

.ion-android-attach:before {
	content: "\f367";
}

.ion-android-bar:before {
	content: "\f368";
}

.ion-android-bicycle:before {
	content: "\f369";
}

.ion-android-boat:before {
	content: "\f36a";
}

.ion-android-bookmark:before {
	content: "\f36b";
}

.ion-android-bulb:before {
	content: "\f36c";
}

.ion-android-bus:before {
	content: "\f36d";
}

.ion-android-calendar:before {
	content: "\f2d1";
}

.ion-android-call:before {
	content: "\f2d2";
}

.ion-android-camera:before {
	content: "\f2d3";
}

.ion-android-cancel:before {
	content: "\f36e";
}

.ion-android-car:before {
	content: "\f36f";
}

.ion-android-cart:before {
	content: "\f370";
}

.ion-android-chat:before {
	content: "\f2d4";
}

.ion-android-checkbox:before {
	content: "\f374";
}

.ion-android-checkbox-blank:before {
	content: "\f371";
}

.ion-android-checkbox-outline:before {
	content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
	content: "\f372";
}

.ion-android-checkmark-circle:before {
	content: "\f375";
}

.ion-android-clipboard:before {
	content: "\f376";
}

.ion-android-close:before {
	content: "\f2d7";
}

.ion-android-cloud:before {
	content: "\f37a";
}

.ion-android-cloud-circle:before {
	content: "\f377";
}

.ion-android-cloud-done:before {
	content: "\f378";
}

.ion-android-cloud-outline:before {
	content: "\f379";
}

.ion-android-color-palette:before {
	content: "\f37b";
}

.ion-android-compass:before {
	content: "\f37c";
}

.ion-android-contact:before {
	content: "\f2d8";
}

.ion-android-contacts:before {
	content: "\f2d9";
}

.ion-android-contract:before {
	content: "\f37d";
}

.ion-android-create:before {
	content: "\f37e";
}

.ion-android-delete:before {
	content: "\f37f";
}

.ion-android-desktop:before {
	content: "\f380";
}

.ion-android-document:before {
	content: "\f381";
}

.ion-android-done:before {
	content: "\f383";
}

.ion-android-done-all:before {
	content: "\f382";
}

.ion-android-download:before {
	content: "\f2dd";
}

.ion-android-drafts:before {
	content: "\f384";
}

.ion-android-exit:before {
	content: "\f385";
}

.ion-android-expand:before {
	content: "\f386";
}

.ion-android-favorite:before {
	content: "\f388";
}

.ion-android-favorite-outline:before {
	content: "\f387";
}

.ion-android-film:before {
	content: "\f389";
}

.ion-android-folder:before {
	content: "\f2e0";
}

.ion-android-folder-open:before {
	content: "\f38a";
}

.ion-android-funnel:before {
	content: "\f38b";
}

.ion-android-globe:before {
	content: "\f38c";
}

.ion-android-hand:before {
	content: "\f2e3";
}

.ion-android-hangout:before {
	content: "\f38d";
}

.ion-android-happy:before {
	content: "\f38e";
}

.ion-android-home:before {
	content: "\f38f";
}

.ion-android-image:before {
	content: "\f2e4";
}

.ion-android-laptop:before {
	content: "\f390";
}

.ion-android-list:before {
	content: "\f391";
}

.ion-android-locate:before {
	content: "\f2e9";
}

.ion-android-lock:before {
	content: "\f392";
}

.ion-android-mail:before {
	content: "\f2eb";
}

.ion-android-map:before {
	content: "\f393";
}

.ion-android-menu:before {
	content: "\f394";
}

.ion-android-microphone:before {
	content: "\f2ec";
}

.ion-android-microphone-off:before {
	content: "\f395";
}

.ion-android-more-horizontal:before {
	content: "\f396";
}

.ion-android-more-vertical:before {
	content: "\f397";
}

.ion-android-navigate:before {
	content: "\f398";
}

.ion-android-notifications:before {
	content: "\f39b";
}

.ion-android-notifications-none:before {
	content: "\f399";
}

.ion-android-notifications-off:before {
	content: "\f39a";
}

.ion-android-open:before {
	content: "\f39c";
}

.ion-android-options:before {
	content: "\f39d";
}

.ion-android-people:before {
	content: "\f39e";
}

.ion-android-person:before {
	content: "\f3a0";
}

.ion-android-person-add:before {
	content: "\f39f";
}

.ion-android-phone-landscape:before {
	content: "\f3a1";
}

.ion-android-phone-portrait:before {
	content: "\f3a2";
}

.ion-android-pin:before {
	content: "\f3a3";
}

.ion-android-plane:before {
	content: "\f3a4";
}

.ion-android-playstore:before {
	content: "\f2f0";
}

.ion-android-print:before {
	content: "\f3a5";
}

.ion-android-radio-button-off:before {
	content: "\f3a6";
}

.ion-android-radio-button-on:before {
	content: "\f3a7";
}

.ion-android-refresh:before {
	content: "\f3a8";
}

.ion-android-remove:before {
	content: "\f2f4";
}

.ion-android-remove-circle:before {
	content: "\f3a9";
}

.ion-android-restaurant:before {
	content: "\f3aa";
}

.ion-android-sad:before {
	content: "\f3ab";
}

.ion-android-search:before {
	content: "\f2f5";
}

.ion-android-send:before {
	content: "\f2f6";
}

.ion-android-settings:before {
	content: "\f2f7";
}

.ion-android-share:before {
	content: "\f2f8";
}

.ion-android-share-alt:before {
	content: "\f3ac";
}

.ion-android-star:before {
	content: "\f2fc";
}

.ion-android-star-half:before {
	content: "\f3ad";
}

.ion-android-star-outline:before {
	content: "\f3ae";
}

.ion-android-stopwatch:before {
	content: "\f2fd";
}

.ion-android-subway:before {
	content: "\f3af";
}

.ion-android-sunny:before {
	content: "\f3b0";
}

.ion-android-sync:before {
	content: "\f3b1";
}

.ion-android-textsms:before {
	content: "\f3b2";
}

.ion-android-time:before {
	content: "\f3b3";
}

.ion-android-train:before {
	content: "\f3b4";
}

.ion-android-unlock:before {
	content: "\f3b5";
}

.ion-android-upload:before {
	content: "\f3b6";
}

.ion-android-volume-down:before {
	content: "\f3b7";
}

.ion-android-volume-mute:before {
	content: "\f3b8";
}

.ion-android-volume-off:before {
	content: "\f3b9";
}

.ion-android-volume-up:before {
	content: "\f3ba";
}

.ion-android-walk:before {
	content: "\f3bb";
}

.ion-android-warning:before {
	content: "\f3bc";
}

.ion-android-watch:before {
	content: "\f3bd";
}

.ion-android-wifi:before {
	content: "\f305";
}

.ion-aperture:before {
	content: "\f313";
}

.ion-archive:before {
	content: "\f102";
}

.ion-arrow-down-a:before {
	content: "\f103";
}

.ion-arrow-down-b:before {
	content: "\f104";
}

.ion-arrow-down-c:before {
	content: "\f105";
}

.ion-arrow-expand:before {
	content: "\f25e";
}

.ion-arrow-graph-down-left:before {
	content: "\f25f";
}

.ion-arrow-graph-down-right:before {
	content: "\f260";
}

.ion-arrow-graph-up-left:before {
	content: "\f261";
}

.ion-arrow-graph-up-right:before {
	content: "\f262";
}

.ion-arrow-left-a:before {
	content: "\f106";
}

.ion-arrow-left-b:before {
	content: "\f107";
}

.ion-arrow-left-c:before {
	content: "\f108";
}

.ion-arrow-move:before {
	content: "\f263";
}

.ion-arrow-resize:before {
	content: "\f264";
}

.ion-arrow-return-left:before {
	content: "\f265";
}

.ion-arrow-return-right:before {
	content: "\f266";
}

.ion-arrow-right-a:before {
	content: "\f109";
}

.ion-arrow-right-b:before {
	content: "\f10a";
}

.ion-arrow-right-c:before {
	content: "\f10b";
}

.ion-arrow-shrink:before {
	content: "\f267";
}

.ion-arrow-swap:before {
	content: "\f268";
}

.ion-arrow-up-a:before {
	content: "\f10c";
}

.ion-arrow-up-b:before {
	content: "\f10d";
}

.ion-arrow-up-c:before {
	content: "\f10e";
}

.ion-asterisk:before {
	content: "\f314";
}

.ion-at:before {
	content: "\f10f";
}

.ion-backspace:before {
	content: "\f3bf";
}

.ion-backspace-outline:before {
	content: "\f3be";
}

.ion-bag:before {
	content: "\f110";
}

.ion-battery-charging:before {
	content: "\f111";
}

.ion-battery-empty:before {
	content: "\f112";
}

.ion-battery-full:before {
	content: "\f113";
}

.ion-battery-half:before {
	content: "\f114";
}

.ion-battery-low:before {
	content: "\f115";
}

.ion-beaker:before {
	content: "\f269";
}

.ion-beer:before {
	content: "\f26a";
}

.ion-bluetooth:before {
	content: "\f116";
}

.ion-bonfire:before {
	content: "\f315";
}

.ion-bookmark:before {
	content: "\f26b";
}

.ion-bowtie:before {
	content: "\f3c0";
}

.ion-briefcase:before {
	content: "\f26c";
}

.ion-bug:before {
	content: "\f2be";
}

.ion-calculator:before {
	content: "\f26d";
}

.ion-calendar:before {
	content: "\f117";
}

.ion-camera:before {
	content: "\f118";
}

.ion-card:before {
	content: "\f119";
}

.ion-cash:before {
	content: "\f316";
}

.ion-chatbox:before {
	content: "\f11b";
}

.ion-chatbox-working:before {
	content: "\f11a";
}

.ion-chatboxes:before {
	content: "\f11c";
}

.ion-chatbubble:before {
	content: "\f11e";
}

.ion-chatbubble-working:before {
	content: "\f11d";
}

.ion-chatbubbles:before {
	content: "\f11f";
}

.ion-checkmark:before {
	content: "\f122";
}

.ion-checkmark-circled:before {
	content: "\f120";
}

.ion-checkmark-round:before {
	content: "\f121";
}

.ion-chevron-down:before {
	content: "\f123";
}

.ion-chevron-left:before {
	content: "\f124";
}

.ion-chevron-right:before {
	content: "\f125";
}

.ion-chevron-up:before {
	content: "\f126";
}

.ion-clipboard:before {
	content: "\f127";
}

.ion-clock:before {
	content: "\f26e";
}

.ion-close:before {
	content: "\f12a";
}

.ion-close-circled:before {
	content: "\f128";
}

.ion-close-round:before {
	content: "\f129";
}

.ion-closed-captioning:before {
	content: "\f317";
}

.ion-cloud:before {
	content: "\f12b";
}

.ion-code:before {
	content: "\f271";
}

.ion-code-download:before {
	content: "\f26f";
}

.ion-code-working:before {
	content: "\f270";
}

.ion-coffee:before {
	content: "\f272";
}

.ion-compass:before {
	content: "\f273";
}

.ion-compose:before {
	content: "\f12c";
}

.ion-connection-bars:before {
	content: "\f274";
}

.ion-contrast:before {
	content: "\f275";
}

.ion-crop:before {
	content: "\f3c1";
}

.ion-cube:before {
	content: "\f318";
}

.ion-disc:before {
	content: "\f12d";
}

.ion-document:before {
	content: "\f12f";
}

.ion-document-text:before {
	content: "\f12e";
}

.ion-drag:before {
	content: "\f130";
}

.ion-earth:before {
	content: "\f276";
}

.ion-easel:before {
	content: "\f3c2";
}

.ion-edit:before {
	content: "\f2bf";
}

.ion-egg:before {
	content: "\f277";
}

.ion-eject:before {
	content: "\f131";
}

.ion-email:before {
	content: "\f132";
}

.ion-email-unread:before {
	content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
	content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
	content: "\f3c4";
}

.ion-eye:before {
	content: "\f133";
}

.ion-eye-disabled:before {
	content: "\f306";
}

.ion-female:before {
	content: "\f278";
}

.ion-filing:before {
	content: "\f134";
}

.ion-film-marker:before {
	content: "\f135";
}

.ion-fireball:before {
	content: "\f319";
}

.ion-flag:before {
	content: "\f279";
}

.ion-flame:before {
	content: "\f31a";
}

.ion-flash:before {
	content: "\f137";
}

.ion-flash-off:before {
	content: "\f136";
}

.ion-folder:before {
	content: "\f139";
}

.ion-fork:before {
	content: "\f27a";
}

.ion-fork-repo:before {
	content: "\f2c0";
}

.ion-forward:before {
	content: "\f13a";
}

.ion-funnel:before {
	content: "\f31b";
}

.ion-gear-a:before {
	content: "\f13d";
}

.ion-gear-b:before {
	content: "\f13e";
}

.ion-grid:before {
	content: "\f13f";
}

.ion-hammer:before {
	content: "\f27b";
}

.ion-happy:before {
	content: "\f31c";
}

.ion-happy-outline:before {
	content: "\f3c6";
}

.ion-headphone:before {
	content: "\f140";
}

.ion-heart:before {
	content: "\f141";
}

.ion-heart-broken:before {
	content: "\f31d";
}

.ion-help:before {
	content: "\f143";
}

.ion-help-buoy:before {
	content: "\f27c";
}

.ion-help-circled:before {
	content: "\f142";
}

.ion-home:before {
	content: "\f144";
}

.ion-icecream:before {
	content: "\f27d";
}

.ion-image:before {
	content: "\f147";
}

.ion-images:before {
	content: "\f148";
}

.ion-information:before {
	content: "\f14a";
}

.ion-information-circled:before {
	content: "\f149";
}

.ion-ionic:before {
	content: "\f14b";
}

.ion-ios-alarm:before {
	content: "\f3c8";
}

.ion-ios-alarm-outline:before {
	content: "\f3c7";
}

.ion-ios-albums:before {
	content: "\f3ca";
}

.ion-ios-albums-outline:before {
	content: "\f3c9";
}

.ion-ios-americanfootball:before {
	content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
	content: "\f3cb";
}

.ion-ios-analytics:before {
	content: "\f3ce";
}

.ion-ios-analytics-outline:before {
	content: "\f3cd";
}

.ion-ios-arrow-back:before {
	content: "\f3cf";
}

.ion-ios-arrow-down:before {
	content: "\f3d0";
}

.ion-ios-arrow-forward:before {
	content: "\f3d1";
}

.ion-ios-arrow-left:before {
	content: "\f3d2";
}

.ion-ios-arrow-right:before {
	content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
	content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
	content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
	content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
	content: "\f3d7";
}

.ion-ios-arrow-up:before {
	content: "\f3d8";
}

.ion-ios-at:before {
	content: "\f3da";
}

.ion-ios-at-outline:before {
	content: "\f3d9";
}

.ion-ios-barcode:before {
	content: "\f3dc";
}

.ion-ios-barcode-outline:before {
	content: "\f3db";
}

.ion-ios-baseball:before {
	content: "\f3de";
}

.ion-ios-baseball-outline:before {
	content: "\f3dd";
}

.ion-ios-basketball:before {
	content: "\f3e0";
}

.ion-ios-basketball-outline:before {
	content: "\f3df";
}

.ion-ios-bell:before {
	content: "\f3e2";
}

.ion-ios-bell-outline:before {
	content: "\f3e1";
}

.ion-ios-body:before {
	content: "\f3e4";
}

.ion-ios-body-outline:before {
	content: "\f3e3";
}

.ion-ios-bolt:before {
	content: "\f3e6";
}

.ion-ios-bolt-outline:before {
	content: "\f3e5";
}

.ion-ios-book:before {
	content: "\f3e8";
}

.ion-ios-book-outline:before {
	content: "\f3e7";
}

.ion-ios-bookmarks:before {
	content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
	content: "\f3e9";
}

.ion-ios-box:before {
	content: "\f3ec";
}

.ion-ios-box-outline:before {
	content: "\f3eb";
}

.ion-ios-briefcase:before {
	content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
	content: "\f3ed";
}

.ion-ios-browsers:before {
	content: "\f3f0";
}

.ion-ios-browsers-outline:before {
	content: "\f3ef";
}

.ion-ios-calculator:before {
	content: "\f3f2";
}

.ion-ios-calculator-outline:before {
	content: "\f3f1";
}

.ion-ios-calendar:before {
	content: "\f3f4";
}

.ion-ios-calendar-outline:before {
	content: "\f3f3";
}

.ion-ios-camera:before {
	content: "\f3f6";
}

.ion-ios-camera-outline:before {
	content: "\f3f5";
}

.ion-ios-cart:before {
	content: "\f3f8";
}

.ion-ios-cart-outline:before {
	content: "\f3f7";
}

.ion-ios-chatboxes:before {
	content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
	content: "\f3f9";
}

.ion-ios-chatbubble:before {
	content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
	content: "\f3fb";
}

.ion-ios-checkmark:before {
	content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
	content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
	content: "\f3fe";
}

.ion-ios-circle-filled:before {
	content: "\f400";
}

.ion-ios-circle-outline:before {
	content: "\f401";
}

.ion-ios-clock:before {
	content: "\f403";
}

.ion-ios-clock-outline:before {
	content: "\f402";
}

.ion-ios-close:before {
	content: "\f406";
}

.ion-ios-close-empty:before {
	content: "\f404";
}

.ion-ios-close-outline:before {
	content: "\f405";
}

.ion-ios-cloud:before {
	content: "\f40c";
}

.ion-ios-cloud-download:before {
	content: "\f408";
}

.ion-ios-cloud-download-outline:before {
	content: "\f407";
}

.ion-ios-cloud-outline:before {
	content: "\f409";
}

.ion-ios-cloud-upload:before {
	content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
	content: "\f40a";
}

.ion-ios-cloudy:before {
	content: "\f410";
}

.ion-ios-cloudy-night:before {
	content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
	content: "\f40d";
}

.ion-ios-cloudy-outline:before {
	content: "\f40f";
}

.ion-ios-cog:before {
	content: "\f412";
}

.ion-ios-cog-outline:before {
	content: "\f411";
}

.ion-ios-color-filter:before {
	content: "\f414";
}

.ion-ios-color-filter-outline:before {
	content: "\f413";
}

.ion-ios-color-wand:before {
	content: "\f416";
}

.ion-ios-color-wand-outline:before {
	content: "\f415";
}

.ion-ios-compose:before {
	content: "\f418";
}

.ion-ios-compose-outline:before {
	content: "\f417";
}

.ion-ios-contact:before {
	content: "\f41a";
}

.ion-ios-contact-outline:before {
	content: "\f419";
}

.ion-ios-copy:before {
	content: "\f41c";
}

.ion-ios-copy-outline:before {
	content: "\f41b";
}

.ion-ios-crop:before {
	content: "\f41e";
}

.ion-ios-crop-strong:before {
	content: "\f41d";
}

.ion-ios-download:before {
	content: "\f420";
}

.ion-ios-download-outline:before {
	content: "\f41f";
}

.ion-ios-drag:before {
	content: "\f421";
}

.ion-ios-email:before {
	content: "\f423";
}

.ion-ios-email-outline:before {
	content: "\f422";
}

.ion-ios-eye:before {
	content: "\f425";
}

.ion-ios-eye-outline:before {
	content: "\f424";
}

.ion-ios-fastforward:before {
	content: "\f427";
}

.ion-ios-fastforward-outline:before {
	content: "\f426";
}

.ion-ios-filing:before {
	content: "\f429";
}

.ion-ios-filing-outline:before {
	content: "\f428";
}

.ion-ios-film:before {
	content: "\f42b";
}

.ion-ios-film-outline:before {
	content: "\f42a";
}

.ion-ios-flag:before {
	content: "\f42d";
}

.ion-ios-flag-outline:before {
	content: "\f42c";
}

.ion-ios-flame:before {
	content: "\f42f";
}

.ion-ios-flame-outline:before {
	content: "\f42e";
}

.ion-ios-flask:before {
	content: "\f431";
}

.ion-ios-flask-outline:before {
	content: "\f430";
}

.ion-ios-flower:before {
	content: "\f433";
}

.ion-ios-flower-outline:before {
	content: "\f432";
}

.ion-ios-folder:before {
	content: "\f435";
}

.ion-ios-folder-outline:before {
	content: "\f434";
}

.ion-ios-football:before {
	content: "\f437";
}

.ion-ios-football-outline:before {
	content: "\f436";
}

.ion-ios-game-controller-a:before {
	content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
	content: "\f438";
}

.ion-ios-game-controller-b:before {
	content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
	content: "\f43a";
}

.ion-ios-gear:before {
	content: "\f43d";
}

.ion-ios-gear-outline:before {
	content: "\f43c";
}

.ion-ios-glasses:before {
	content: "\f43f";
}

.ion-ios-glasses-outline:before {
	content: "\f43e";
}

.ion-ios-grid-view:before {
	content: "\f441";
}

.ion-ios-grid-view-outline:before {
	content: "\f440";
}

.ion-ios-heart:before {
	content: "\f443";
}

.ion-ios-heart-outline:before {
	content: "\f442";
}

.ion-ios-help:before {
	content: "\f446";
}

.ion-ios-help-empty:before {
	content: "\f444";
}

.ion-ios-help-outline:before {
	content: "\f445";
}

.ion-ios-home:before {
	content: "\f448";
}

.ion-ios-home-outline:before {
	content: "\f447";
}

.ion-ios-infinite:before {
	content: "\f44a";
}

.ion-ios-infinite-outline:before {
	content: "\f449";
}

.ion-ios-information:before {
	content: "\f44d";
}

.ion-ios-information-empty:before {
	content: "\f44b";
}

.ion-ios-information-outline:before {
	content: "\f44c";
}

.ion-ios-ionic-outline:before {
	content: "\f44e";
}

.ion-ios-keypad:before {
	content: "\f450";
}

.ion-ios-keypad-outline:before {
	content: "\f44f";
}

.ion-ios-lightbulb:before {
	content: "\f452";
}

.ion-ios-lightbulb-outline:before {
	content: "\f451";
}

.ion-ios-list:before {
	content: "\f454";
}

.ion-ios-list-outline:before {
	content: "\f453";
}

.ion-ios-location:before {
	content: "\f456";
}

.ion-ios-location-outline:before {
	content: "\f455";
}

.ion-ios-locked:before {
	content: "\f458";
}

.ion-ios-locked-outline:before {
	content: "\f457";
}

.ion-ios-loop:before {
	content: "\f45a";
}

.ion-ios-loop-strong:before {
	content: "\f459";
}

.ion-ios-medical:before {
	content: "\f45c";
}

.ion-ios-medical-outline:before {
	content: "\f45b";
}

.ion-ios-medkit:before {
	content: "\f45e";
}

.ion-ios-medkit-outline:before {
	content: "\f45d";
}

.ion-ios-mic:before {
	content: "\f461";
}

.ion-ios-mic-off:before {
	content: "\f45f";
}

.ion-ios-mic-outline:before {
	content: "\f460";
}

.ion-ios-minus:before {
	content: "\f464";
}

.ion-ios-minus-empty:before {
	content: "\f462";
}

.ion-ios-minus-outline:before {
	content: "\f463";
}

.ion-ios-monitor:before {
	content: "\f466";
}

.ion-ios-monitor-outline:before {
	content: "\f465";
}

.ion-ios-moon:before {
	content: "\f468";
}

.ion-ios-moon-outline:before {
	content: "\f467";
}

.ion-ios-more:before {
	content: "\f46a";
}

.ion-ios-more-outline:before {
	content: "\f469";
}

.ion-ios-musical-note:before {
	content: "\f46b";
}

.ion-ios-musical-notes:before {
	content: "\f46c";
}

.ion-ios-navigate:before {
	content: "\f46e";
}

.ion-ios-navigate-outline:before {
	content: "\f46d";
}

.ion-ios-nutrition:before {
	content: "\f470";
}

.ion-ios-nutrition-outline:before {
	content: "\f46f";
}

.ion-ios-paper:before {
	content: "\f472";
}

.ion-ios-paper-outline:before {
	content: "\f471";
}

.ion-ios-paperplane:before {
	content: "\f474";
}

.ion-ios-paperplane-outline:before {
	content: "\f473";
}

.ion-ios-partlysunny:before {
	content: "\f476";
}

.ion-ios-partlysunny-outline:before {
	content: "\f475";
}

.ion-ios-pause:before {
	content: "\f478";
}

.ion-ios-pause-outline:before {
	content: "\f477";
}

.ion-ios-paw:before {
	content: "\f47a";
}

.ion-ios-paw-outline:before {
	content: "\f479";
}

.ion-ios-people:before {
	content: "\f47c";
}

.ion-ios-people-outline:before {
	content: "\f47b";
}

.ion-ios-person:before {
	content: "\f47e";
}

.ion-ios-person-outline:before {
	content: "\f47d";
}

.ion-ios-personadd:before {
	content: "\f480";
}

.ion-ios-personadd-outline:before {
	content: "\f47f";
}

.ion-ios-photos:before {
	content: "\f482";
}

.ion-ios-photos-outline:before {
	content: "\f481";
}

.ion-ios-pie:before {
	content: "\f484";
}

.ion-ios-pie-outline:before {
	content: "\f483";
}

.ion-ios-pint:before {
	content: "\f486";
}

.ion-ios-pint-outline:before {
	content: "\f485";
}

.ion-ios-play:before {
	content: "\f488";
}

.ion-ios-play-outline:before {
	content: "\f487";
}

.ion-ios-plus:before {
	content: "\f48b";
}

.ion-ios-plus-empty:before {
	content: "\f489";
}

.ion-ios-plus-outline:before {
	content: "\f48a";
}

.ion-ios-pricetag:before {
	content: "\f48d";
}

.ion-ios-pricetag-outline:before {
	content: "\f48c";
}

.ion-ios-pricetags:before {
	content: "\f48f";
}

.ion-ios-pricetags-outline:before {
	content: "\f48e";
}

.ion-ios-printer:before {
	content: "\f491";
}

.ion-ios-printer-outline:before {
	content: "\f490";
}

.ion-ios-pulse:before {
	content: "\f493";
}

.ion-ios-pulse-strong:before {
	content: "\f492";
}

.ion-ios-rainy:before {
	content: "\f495";
}

.ion-ios-rainy-outline:before {
	content: "\f494";
}

.ion-ios-recording:before {
	content: "\f497";
}

.ion-ios-recording-outline:before {
	content: "\f496";
}

.ion-ios-redo:before {
	content: "\f499";
}

.ion-ios-redo-outline:before {
	content: "\f498";
}

.ion-ios-refresh:before {
	content: "\f49c";
}

.ion-ios-refresh-empty:before {
	content: "\f49a";
}

.ion-ios-refresh-outline:before {
	content: "\f49b";
}

.ion-ios-reload:before {
	content: "\f49d";
}

.ion-ios-reverse-camera:before {
	content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
	content: "\f49e";
}

.ion-ios-rewind:before {
	content: "\f4a1";
}

.ion-ios-rewind-outline:before {
	content: "\f4a0";
}

.ion-ios-rose:before {
	content: "\f4a3";
}

.ion-ios-rose-outline:before {
	content: "\f4a2";
}

.ion-ios-search:before {
	content: "\f4a5";
}

.ion-ios-search-strong:before {
	content: "\f4a4";
}

.ion-ios-settings:before {
	content: "\f4a7";
}

.ion-ios-settings-strong:before {
	content: "\f4a6";
}

.ion-ios-shuffle:before {
	content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
	content: "\f4a8";
}

.ion-ios-skipbackward:before {
	content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
	content: "\f4aa";
}

.ion-ios-skipforward:before {
	content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
	content: "\f4ac";
}

.ion-ios-snowy:before {
	content: "\f4ae";
}

.ion-ios-speedometer:before {
	content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
	content: "\f4af";
}

.ion-ios-star:before {
	content: "\f4b3";
}

.ion-ios-star-half:before {
	content: "\f4b1";
}

.ion-ios-star-outline:before {
	content: "\f4b2";
}

.ion-ios-stopwatch:before {
	content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
	content: "\f4b4";
}

.ion-ios-sunny:before {
	content: "\f4b7";
}

.ion-ios-sunny-outline:before {
	content: "\f4b6";
}

.ion-ios-telephone:before {
	content: "\f4b9";
}

.ion-ios-telephone-outline:before {
	content: "\f4b8";
}

.ion-ios-tennisball:before {
	content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
	content: "\f4ba";
}

.ion-ios-thunderstorm:before {
	content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
	content: "\f4bc";
}

.ion-ios-time:before {
	content: "\f4bf";
}

.ion-ios-time-outline:before {
	content: "\f4be";
}

.ion-ios-timer:before {
	content: "\f4c1";
}

.ion-ios-timer-outline:before {
	content: "\f4c0";
}

.ion-ios-toggle:before {
	content: "\f4c3";
}

.ion-ios-toggle-outline:before {
	content: "\f4c2";
}

.ion-ios-trash:before {
	content: "\f4c5";
}

.ion-ios-trash-outline:before {
	content: "\f4c4";
}

.ion-ios-undo:before {
	content: "\f4c7";
}

.ion-ios-undo-outline:before {
	content: "\f4c6";
}

.ion-ios-unlocked:before {
	content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
	content: "\f4c8";
}

.ion-ios-upload:before {
	content: "\f4cb";
}

.ion-ios-upload-outline:before {
	content: "\f4ca";
}

.ion-ios-videocam:before {
	content: "\f4cd";
}

.ion-ios-videocam-outline:before {
	content: "\f4cc";
}

.ion-ios-volume-high:before {
	content: "\f4ce";
}

.ion-ios-volume-low:before {
	content: "\f4cf";
}

.ion-ios-wineglass:before {
	content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
	content: "\f4d0";
}

.ion-ios-world:before {
	content: "\f4d3";
}

.ion-ios-world-outline:before {
	content: "\f4d2";
}

.ion-ipad:before {
	content: "\f1f9";
}

.ion-iphone:before {
	content: "\f1fa";
}

.ion-ipod:before {
	content: "\f1fb";
}

.ion-jet:before {
	content: "\f295";
}

.ion-key:before {
	content: "\f296";
}

.ion-knife:before {
	content: "\f297";
}

.ion-laptop:before {
	content: "\f1fc";
}

.ion-leaf:before {
	content: "\f1fd";
}

.ion-levels:before {
	content: "\f298";
}

.ion-lightbulb:before {
	content: "\f299";
}

.ion-link:before {
	content: "\f1fe";
}

.ion-load-a:before {
	content: "\f29a";
}

.ion-load-b:before {
	content: "\f29b";
}

.ion-load-c:before {
	content: "\f29c";
}

.ion-load-d:before {
	content: "\f29d";
}

.ion-location:before {
	content: "\f1ff";
}

.ion-lock-combination:before {
	content: "\f4d4";
}

.ion-locked:before {
	content: "\f200";
}

.ion-log-in:before {
	content: "\f29e";
}

.ion-log-out:before {
	content: "\f29f";
}

.ion-loop:before {
	content: "\f201";
}

.ion-magnet:before {
	content: "\f2a0";
}

.ion-male:before {
	content: "\f2a1";
}

.ion-man:before {
	content: "\f202";
}

.ion-map:before {
	content: "\f203";
}

.ion-medkit:before {
	content: "\f2a2";
}

.ion-merge:before {
	content: "\f33f";
}

.ion-mic-a:before {
	content: "\f204";
}

.ion-mic-b:before {
	content: "\f205";
}

.ion-mic-c:before {
	content: "\f206";
}

.ion-minus:before {
	content: "\f209";
}

.ion-minus-circled:before {
	content: "\f207";
}

.ion-minus-round:before {
	content: "\f208";
}

.ion-model-s:before {
	content: "\f2c1";
}

.ion-monitor:before {
	content: "\f20a";
}

.ion-more:before {
	content: "\f20b";
}

.ion-mouse:before {
	content: "\f340";
}

.ion-music-note:before {
	content: "\f20c";
}

.ion-navicon:before {
	content: "\f20e";
}

.ion-navicon-round:before {
	content: "\f20d";
}

.ion-navigate:before {
	content: "\f2a3";
}

.ion-network:before {
	content: "\f341";
}

.ion-no-smoking:before {
	content: "\f2c2";
}

.ion-nuclear:before {
	content: "\f2a4";
}

.ion-outlet:before {
	content: "\f342";
}

.ion-paintbrush:before {
	content: "\f4d5";
}

.ion-paintbucket:before {
	content: "\f4d6";
}

.ion-paper-airplane:before {
	content: "\f2c3";
}

.ion-paperclip:before {
	content: "\f20f";
}

.ion-pause:before {
	content: "\f210";
}

.ion-person:before {
	content: "\f213";
}

.ion-person-add:before {
	content: "\f211";
}

.ion-person-stalker:before {
	content: "\f212";
}

.ion-pie-graph:before {
	content: "\f2a5";
}

.ion-pin:before {
	content: "\f2a6";
}

.ion-pinpoint:before {
	content: "\f2a7";
}

.ion-pizza:before {
	content: "\f2a8";
}

.ion-plane:before {
	content: "\f214";
}

.ion-planet:before {
	content: "\f343";
}

.ion-play:before {
	content: "\f215";
}

.ion-playstation:before {
	content: "\f30a";
}

.ion-plus:before {
	content: "\f218";
}

.ion-plus-circled:before {
	content: "\f216";
}

.ion-plus-round:before {
	content: "\f217";
}

.ion-podium:before {
	content: "\f344";
}

.ion-pound:before {
	content: "\f219";
}

.ion-power:before {
	content: "\f2a9";
}

.ion-pricetag:before {
	content: "\f2aa";
}

.ion-pricetags:before {
	content: "\f2ab";
}

.ion-printer:before {
	content: "\f21a";
}

.ion-pull-request:before {
	content: "\f345";
}

.ion-qr-scanner:before {
	content: "\f346";
}

.ion-quote:before {
	content: "\f347";
}

.ion-radio-waves:before {
	content: "\f2ac";
}

.ion-record:before {
	content: "\f21b";
}

.ion-refresh:before {
	content: "\f21c";
}

.ion-reply:before {
	content: "\f21e";
}

.ion-reply-all:before {
	content: "\f21d";
}

.ion-ribbon-a:before {
	content: "\f348";
}

.ion-ribbon-b:before {
	content: "\f349";
}

.ion-sad:before {
	content: "\f34a";
}

.ion-sad-outline:before {
	content: "\f4d7";
}

.ion-scissors:before {
	content: "\f34b";
}

.ion-search:before {
	content: "\f21f";
}

.ion-settings:before {
	content: "\f2ad";
}

.ion-share:before {
	content: "\f220";
}

.ion-shuffle:before {
	content: "\f221";
}

.ion-skip-backward:before {
	content: "\f222";
}

.ion-skip-forward:before {
	content: "\f223";
}

.ion-social-android:before {
	content: "\f225";
}

.ion-social-android-outline:before {
	content: "\f224";
}

.ion-social-angular:before {
	content: "\f4d9";
}

.ion-social-angular-outline:before {
	content: "\f4d8";
}

.ion-social-apple:before {
	content: "\f227";
}

.ion-social-apple-outline:before {
	content: "\f226";
}

.ion-social-bitcoin:before {
	content: "\f2af";
}

.ion-social-bitcoin-outline:before {
	content: "\f2ae";
}

.ion-social-buffer:before {
	content: "\f229";
}

.ion-social-buffer-outline:before {
	content: "\f228";
}

.ion-social-chrome:before {
	content: "\f4db";
}

.ion-social-chrome-outline:before {
	content: "\f4da";
}

.ion-social-codepen:before {
	content: "\f4dd";
}

.ion-social-codepen-outline:before {
	content: "\f4dc";
}

.ion-social-css3:before {
	content: "\f4df";
}

.ion-social-css3-outline:before {
	content: "\f4de";
}

.ion-social-designernews:before {
	content: "\f22b";
}

.ion-social-designernews-outline:before {
	content: "\f22a";
}

.ion-social-dribbble:before {
	content: "\f22d";
}

.ion-social-dribbble-outline:before {
	content: "\f22c";
}

.ion-social-dropbox:before {
	content: "\f22f";
}

.ion-social-dropbox-outline:before {
	content: "\f22e";
}

.ion-social-euro:before {
	content: "\f4e1";
}

.ion-social-euro-outline:before {
	content: "\f4e0";
}

.ion-social-facebook:before {
	content: "\f231";
}

.ion-social-facebook-outline:before {
	content: "\f230";
}

.ion-social-foursquare:before {
	content: "\f34d";
}

.ion-social-foursquare-outline:before {
	content: "\f34c";
}

.ion-social-freebsd-devil:before {
	content: "\f2c4";
}

.ion-social-github:before {
	content: "\f233";
}

.ion-social-github-outline:before {
	content: "\f232";
}

.ion-social-google:before {
	content: "\f34f";
}

.ion-social-google-outline:before {
	content: "\f34e";
}

.ion-social-googleplus:before {
	content: "\f235";
}

.ion-social-googleplus-outline:before {
	content: "\f234";
}

.ion-social-hackernews:before {
	content: "\f237";
}

.ion-social-hackernews-outline:before {
	content: "\f236";
}

.ion-social-html5:before {
	content: "\f4e3";
}

.ion-social-html5-outline:before {
	content: "\f4e2";
}

.ion-social-instagram:before {
	content: "\f351";
}

.ion-social-instagram-outline:before {
	content: "\f350";
}

.ion-social-javascript:before {
	content: "\f4e5";
}

.ion-social-javascript-outline:before {
	content: "\f4e4";
}

.ion-social-linkedin:before {
	content: "\f239";
}

.ion-social-linkedin-outline:before {
	content: "\f238";
}

.ion-social-markdown:before {
	content: "\f4e6";
}

.ion-social-nodejs:before {
	content: "\f4e7";
}

.ion-social-octocat:before {
	content: "\f4e8";
}

.ion-social-pinterest:before {
	content: "\f2b1";
}

.ion-social-pinterest-outline:before {
	content: "\f2b0";
}

.ion-social-python:before {
	content: "\f4e9";
}

.ion-social-reddit:before {
	content: "\f23b";
}

.ion-social-reddit-outline:before {
	content: "\f23a";
}

.ion-social-rss:before {
	content: "\f23d";
}

.ion-social-rss-outline:before {
	content: "\f23c";
}

.ion-social-sass:before {
	content: "\f4ea";
}

.ion-social-skype:before {
	content: "\f23f";
}

.ion-social-skype-outline:before {
	content: "\f23e";
}

.ion-social-snapchat:before {
	content: "\f4ec";
}

.ion-social-snapchat-outline:before {
	content: "\f4eb";
}

.ion-social-tumblr:before {
	content: "\f241";
}

.ion-social-tumblr-outline:before {
	content: "\f240";
}

.ion-social-tux:before {
	content: "\f2c5";
}

.ion-social-twitch:before {
	content: "\f4ee";
}

.ion-social-twitch-outline:before {
	content: "\f4ed";
}

.ion-social-twitter:before {
	content: "\f243";
}

.ion-social-twitter-outline:before {
	content: "\f242";
}

.ion-social-usd:before {
	content: "\f353";
}

.ion-social-usd-outline:before {
	content: "\f352";
}

.ion-social-vimeo:before {
	content: "\f245";
}

.ion-social-vimeo-outline:before {
	content: "\f244";
}

.ion-social-whatsapp:before {
	content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
	content: "\f4ef";
}

.ion-social-windows:before {
	content: "\f247";
}

.ion-social-windows-outline:before {
	content: "\f246";
}

.ion-social-wordpress:before {
	content: "\f249";
}

.ion-social-wordpress-outline:before {
	content: "\f248";
}

.ion-social-yahoo:before {
	content: "\f24b";
}

.ion-social-yahoo-outline:before {
	content: "\f24a";
}

.ion-social-yen:before {
	content: "\f4f2";
}

.ion-social-yen-outline:before {
	content: "\f4f1";
}

.ion-social-youtube:before {
	content: "\f24d";
}

.ion-social-youtube-outline:before {
	content: "\f24c";
}

.ion-soup-can:before {
	content: "\f4f4";
}

.ion-soup-can-outline:before {
	content: "\f4f3";
}

.ion-speakerphone:before {
	content: "\f2b2";
}

.ion-speedometer:before {
	content: "\f2b3";
}

.ion-spoon:before {
	content: "\f2b4";
}

.ion-star:before {
	content: "\f24e";
}

.ion-stats-bars:before {
	content: "\f2b5";
}

.ion-steam:before {
	content: "\f30b";
}

.ion-stop:before {
	content: "\f24f";
}

.ion-thermometer:before {
	content: "\f2b6";
}

.ion-thumbsdown:before {
	content: "\f250";
}

.ion-thumbsup:before {
	content: "\f251";
}

.ion-toggle:before {
	content: "\f355";
}

.ion-toggle-filled:before {
	content: "\f354";
}

.ion-transgender:before {
	content: "\f4f5";
}

.ion-trash-a:before {
	content: "\f252";
}

.ion-trash-b:before {
	content: "\f253";
}

.ion-trophy:before {
	content: "\f356";
}

.ion-tshirt:before {
	content: "\f4f7";
}

.ion-tshirt-outline:before {
	content: "\f4f6";
}

.ion-umbrella:before {
	content: "\f2b7";
}

.ion-university:before {
	content: "\f357";
}

.ion-unlocked:before {
	content: "\f254";
}

.ion-upload:before {
	content: "\f255";
}

.ion-usb:before {
	content: "\f2b8";
}

.ion-videocamera:before {
	content: "\f256";
}

.ion-volume-high:before {
	content: "\f257";
}

.ion-volume-low:before {
	content: "\f258";
}

.ion-volume-medium:before {
	content: "\f259";
}

.ion-volume-mute:before {
	content: "\f25a";
}

.ion-wand:before {
	content: "\f358";
}

.ion-waterdrop:before {
	content: "\f25b";
}

.ion-wifi:before {
	content: "\f25c";
}

.ion-wineglass:before {
	content: "\f2b9";
}

.ion-woman:before {
	content: "\f25d";
}

.ion-wrench:before {
	content: "\f2ba";
}

.ion-xbox:before {
	content: "\f30c";
}