.alertify,
.alertify-show,
.alertify-log {
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.alertify-hide {
	-webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	-moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	-ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	-o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
}

.alertify-log-hide {
	-webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	-moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	-ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	-o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
}

.alertify-cover {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: white;
	filter: alpha(opacity=0);
	opacity: 0;
}

.alertify-cover-hidden {
	display: none;
}

.alertify {
	position: fixed;
	z-index: 99999;
	top: 50px;
	left: 50%;
	width: 450px;
	margin-left: -250px;
	opacity: 1;
}

.alertify-hidden {
	-webkit-transform: translate(0, -150px);
	-moz-transform: translate(0, -150px);
	-ms-transform: translate(0, -150px);
	-o-transform: translate(0, -150px);
	transform: translate(0, -150px);
	opacity: 0;
	display: none;
}

:root *>.alertify-hidden {
	display: block;
	visibility: hidden;
}

.alertify-logs {
	position: fixed;
	z-index: 999999;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.alertify-logs-hidden {
	display: none;
}

.alertify-log {
	display: block;
	margin-top: 10px;
	position: relative;
	right: -300px;
	opacity: 0;
}

.alertify-log-show {
	right: 0;
	opacity: 1;
}

.alertify-log-hide {
	-webkit-transform: translate(300px, 0);
	-moz-transform: translate(300px, 0);
	-ms-transform: translate(300px, 0);
	-o-transform: translate(300px, 0);
	transform: translate(300px, 0);
	opacity: 0;
}

.alertify-dialog {
	padding: 20px;
}

.alertify-resetFocus {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.alertify-inner {
	text-align: center;
}

.alertify-text {
	margin-bottom: 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}

.alertify-buttons {}

.alertify-button,
.alertify-button:hover,
.alertify-button:active,
.alertify-button:visited {
	background: none;
	text-decoration: none;
	border: none;
	line-height: 1.5;
	font-size: 100%;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px;
}

@media only screen and (max-width:680px) {

	.alertify,
	.alertify-logs {
		width: 90%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.alertify {
		left: 5%;
		margin: 0;
	}
}

.alertify,
.alertify-log {
	font-family: sans-serif;
}

.alertify {
	background: #FFF;
	border: 5px solid #00688B;
	border: 5px solid rgba(0, 104, 139, .7);
	border-radius: 8px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.alertify-text {
	border: 1px solid #CCC;
	padding: 10px;
	border-radius: 4px;
}

.alertify-button {
	border-radius: 4px;
	color: #FFF;
	font-weight: bold;
	padding: 6px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
	background-image: linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
}

.alertify-button:hover,
.alertify-button:focus {
	outline: none;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
}

.alertify-button:focus {
	box-shadow: 0 0 15px #2B72D5;
}

.alertify-button:active {
	position: relative;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
	background-color: #FE1A00;
	border: 1px solid #D83526;
}

.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus {
	background-color: #5CB811;
	border: 1px solid #3B7808;
}

.alertify-log {
	background: #1F1F1F;
	background: rgba(0, 0, 0, .9);
	padding: 10px;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}

.alertify-log-error {
	background: #FE1A00;
	background: rgba(254, 26, 0, .9);
}

.alertify-log-success {
	background: #5CB811;
	background: rgba(92, 184, 17, .9);
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 7.5px;
	padding-right: 7.5px;
}

@media (min-width:768px) {
	.container {
		width: 735px;
	}
}

@media (min-width:992px) {
	.container {
		width: 955px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1155px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
	position: relative;
	min-height: 1px;
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
	float: left;
}

.col-xs-24 {
	width: 100% ;
}

.col-xs-23 {
	width: 95.83333333% ;
}

.col-xs-22 {
	width: 91.66666667% ;
}

.col-xs-21 {
	width: 87.5% ;
}

.col-xs-20 {
	width: 83.33333333% ;
}

.col-xs-19 {
	width: 79.16666667% ;
}

.col-xs-18 {
	width: 75% ;
}

.col-xs-17 {
	width: 70.83333333% ;
}

.col-xs-16 {
	width: 66.66666667% ;
}

.col-xs-15 {
	width: 62.5% ;
}

.col-xs-14 {
	width: 58.33333333% ;
}

.col-xs-13 {
	width: 54.16666667% ;
}

.col-xs-12 {
	width: 50%;
}

.col-xs-11 {
	width: 45.83333333%;
}

.col-xs-10 {
	width: 41.66666667%;
}

.col-xs-9 {
	width: 37.5%;
}

.col-xs-8 {
	width: 33.33333333%;
}

.col-xs-7 {
	width: 29.16666667%;
}

.col-xs-6 {
	width: 25%;
}

.col-xs-5 {
	width: 20.83333333%;
}

.col-xs-4 {
	width: 16.66666667%;
}

.col-xs-3 {
	width: 12.5%;
}

.col-xs-2 {
	width: 8.33333333%;
}

.col-xs-1 {
	width: 4.16666667%;
}

.col-xs-pull-24 {
	right: 100%;
}

.col-xs-pull-23 {
	right: 95.83333333%;
}

.col-xs-pull-22 {
	right: 91.66666667%;
}

.col-xs-pull-21 {
	right: 87.5%;
}

.col-xs-pull-20 {
	right: 83.33333333%;
}

.col-xs-pull-19 {
	right: 79.16666667%;
}

.col-xs-pull-18 {
	right: 75%;
}

.col-xs-pull-17 {
	right: 70.83333333%;
}

.col-xs-pull-16 {
	right: 66.66666667%;
}

.col-xs-pull-15 {
	right: 62.5%;
}

.col-xs-pull-14 {
	right: 58.33333333%;
}

.col-xs-pull-13 {
	right: 54.16666667%;
}

.col-xs-pull-12 {
	right: 50%;
}

.col-xs-pull-11 {
	right: 45.83333333%;
}

.col-xs-pull-10 {
	right: 41.66666667%;
}

.col-xs-pull-9 {
	right: 37.5%;
}

.col-xs-pull-8 {
	right: 33.33333333%;
}

.col-xs-pull-7 {
	right: 29.16666667%;
}

.col-xs-pull-6 {
	right: 25%;
}

.col-xs-pull-5 {
	right: 20.83333333%;
}

.col-xs-pull-4 {
	right: 16.66666667%;
}

.col-xs-pull-3 {
	right: 12.5%;
}

.col-xs-pull-2 {
	right: 8.33333333%;
}

.col-xs-pull-1 {
	right: 4.16666667%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-24 {
	left: 100%;
}

.col-xs-push-23 {
	left: 95.83333333%;
}

.col-xs-push-22 {
	left: 91.66666667%;
}

.col-xs-push-21 {
	left: 87.5%;
}

.col-xs-push-20 {
	left: 83.33333333%;
}

.col-xs-push-19 {
	left: 79.16666667%;
}

.col-xs-push-18 {
	left: 75%;
}

.col-xs-push-17 {
	left: 70.83333333%;
}

.col-xs-push-16 {
	left: 66.66666667%;
}

.col-xs-push-15 {
	left: 62.5%;
}

.col-xs-push-14 {
	left: 58.33333333%;
}

.col-xs-push-13 {
	left: 54.16666667%;
}

.col-xs-push-12 {
	left: 50%;
}

.col-xs-push-11 {
	left: 45.83333333%;
}

.col-xs-push-10 {
	left: 41.66666667%;
}

.col-xs-push-9 {
	left: 37.5%;
}

.col-xs-push-8 {
	left: 33.33333333%;
}

.col-xs-push-7 {
	left: 29.16666667%;
}

.col-xs-push-6 {
	left: 25%;
}

.col-xs-push-5 {
	left: 20.83333333%;
}

.col-xs-push-4 {
	left: 16.66666667%;
}

.col-xs-push-3 {
	left: 12.5%;
}

.col-xs-push-2 {
	left: 8.33333333%;
}

.col-xs-push-1 {
	left: 4.16666667%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-24 {
	margin-left: 100%;
}

.col-xs-offset-23 {
	margin-left: 95.83333333%;
}

.col-xs-offset-22 {
	margin-left: 91.66666667%;
}

.col-xs-offset-21 {
	margin-left: 87.5%;
}

.col-xs-offset-20 {
	margin-left: 83.33333333%;
}

.col-xs-offset-19 {
	margin-left: 79.16666667%;
}

.col-xs-offset-18 {
	margin-left: 75%;
}

.col-xs-offset-17 {
	margin-left: 70.83333333%;
}

.col-xs-offset-16 {
	margin-left: 66.66666667%;
}

.col-xs-offset-15 {
	margin-left: 62.5%;
}

.col-xs-offset-14 {
	margin-left: 58.33333333%;
}

.col-xs-offset-13 {
	margin-left: 54.16666667%;
}

.col-xs-offset-12 {
	margin-left: 50%;
}

.col-xs-offset-11 {
	margin-left: 45.83333333%;
}

.col-xs-offset-10 {
	margin-left: 41.66666667%;
}

.col-xs-offset-9 {
	margin-left: 37.5%;
}

.col-xs-offset-8 {
	margin-left: 33.33333333%;
}

.col-xs-offset-7 {
	margin-left: 29.16666667%;
}

.col-xs-offset-6 {
	margin-left: 25%;
}

.col-xs-offset-5 {
	margin-left: 20.83333333%;
}

.col-xs-offset-4 {
	margin-left: 16.66666667%;
}

.col-xs-offset-3 {
	margin-left: 12.5%;
}

.col-xs-offset-2 {
	margin-left: 8.33333333%;
}

.col-xs-offset-1 {
	margin-left: 4.16666667%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width:768px) {

	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-13,
	.col-sm-14,
	.col-sm-15,
	.col-sm-16,
	.col-sm-17,
	.col-sm-18,
	.col-sm-19,
	.col-sm-20,
	.col-sm-21,
	.col-sm-22,
	.col-sm-23,
	.col-sm-24 {
		float: left;
	}

	.col-sm-24 {
		width: 100% !important;
	}

	.col-sm-23 {
		width: 95.83333333% !important;
	}

	.col-sm-22 {
		width: 91.66666667% !important;
	}

	.col-sm-21 {
		width: 87.5% !important;
	}

	.col-sm-20 {
		width: 83.33333333% !important;
	}

	.col-sm-19 {
		width: 79.16666667% !important;
	}

	.col-sm-18 {
		width: 75% !important;
	}

	.col-sm-17 {
		width: 70.83333333% !important;
	}

	.col-sm-16 {
		width: 66.66666667% !important;
	}

	.col-sm-15 {
		width: 62.5% !important;
	}

	.col-sm-14 {
		width: 58.33333333% !important;
	}

	.col-sm-13 {
		width: 54.16666667% !important;
	}

	.col-sm-12 {
		width: 50% !important;
	}

	.col-sm-11 {
		width: 45.83333333% !important;
	}

	.col-sm-10 {
		width: 41.66666667% !important;
	}

	.col-sm-9 {
		width: 37.5% !important;
	}

	.col-sm-8 {
		width: 33.33333333% !important;
	}

	.col-sm-7 {
		width: 29.16666667% !important;
	}

	.col-sm-6 {
		width: 25% !important;
	}

	.col-sm-5 {
		width: 20.83333333% !important;
	}

	.col-sm-4 {
		width: 16.66666667% !important;
	}

	.col-sm-3 {
		width: 12.5% !important;
	}

	.col-sm-2 {
		width: 8.33333333% !important;
	}

	.col-sm-1 {
		width: 4.16666667% !important;
	}

	.col-sm-pull-24 {
		right: 100%;
	}

	.col-sm-pull-23 {
		right: 95.83333333%;
	}

	.col-sm-pull-22 {
		right: 91.66666667%;
	}

	.col-sm-pull-21 {
		right: 87.5%;
	}

	.col-sm-pull-20 {
		right: 83.33333333%;
	}

	.col-sm-pull-19 {
		right: 79.16666667%;
	}

	.col-sm-pull-18 {
		right: 75%;
	}

	.col-sm-pull-17 {
		right: 70.83333333%;
	}

	.col-sm-pull-16 {
		right: 66.66666667%;
	}

	.col-sm-pull-15 {
		right: 62.5%;
	}

	.col-sm-pull-14 {
		right: 58.33333333%;
	}

	.col-sm-pull-13 {
		right: 54.16666667%;
	}

	.col-sm-pull-12 {
		right: 50%;
	}

	.col-sm-pull-11 {
		right: 45.83333333%;
	}

	.col-sm-pull-10 {
		right: 41.66666667%;
	}

	.col-sm-pull-9 {
		right: 37.5%;
	}

	.col-sm-pull-8 {
		right: 33.33333333%;
	}

	.col-sm-pull-7 {
		right: 29.16666667%;
	}

	.col-sm-pull-6 {
		right: 25%;
	}

	.col-sm-pull-5 {
		right: 20.83333333%;
	}

	.col-sm-pull-4 {
		right: 16.66666667%;
	}

	.col-sm-pull-3 {
		right: 12.5%;
	}

	.col-sm-pull-2 {
		right: 8.33333333%;
	}

	.col-sm-pull-1 {
		right: 4.16666667%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-24 {
		left: 100%;
	}

	.col-sm-push-23 {
		left: 95.83333333%;
	}

	.col-sm-push-22 {
		left: 91.66666667%;
	}

	.col-sm-push-21 {
		left: 87.5%;
	}

	.col-sm-push-20 {
		left: 83.33333333%;
	}

	.col-sm-push-19 {
		left: 79.16666667%;
	}

	.col-sm-push-18 {
		left: 75%;
	}

	.col-sm-push-17 {
		left: 70.83333333%;
	}

	.col-sm-push-16 {
		left: 66.66666667%;
	}

	.col-sm-push-15 {
		left: 62.5%;
	}

	.col-sm-push-14 {
		left: 58.33333333%;
	}

	.col-sm-push-13 {
		left: 54.16666667%;
	}

	.col-sm-push-12 {
		left: 50%;
	}

	.col-sm-push-11 {
		left: 45.83333333%;
	}

	.col-sm-push-10 {
		left: 41.66666667%;
	}

	.col-sm-push-9 {
		left: 37.5%;
	}

	.col-sm-push-8 {
		left: 33.33333333%;
	}

	.col-sm-push-7 {
		left: 29.16666667%;
	}

	.col-sm-push-6 {
		left: 25%;
	}

	.col-sm-push-5 {
		left: 20.83333333%;
	}

	.col-sm-push-4 {
		left: 16.66666667%;
	}

	.col-sm-push-3 {
		left: 12.5%;
	}

	.col-sm-push-2 {
		left: 8.33333333%;
	}

	.col-sm-push-1 {
		left: 4.16666667%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-24 {
		margin-left: 100%;
	}

	.col-sm-offset-23 {
		margin-left: 95.83333333%;
	}

	.col-sm-offset-22 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-21 {
		margin-left: 87.5%;
	}

	.col-sm-offset-20 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-19 {
		margin-left: 79.16666667%;
	}

	.col-sm-offset-18 {
		margin-left: 75%;
	}

	.col-sm-offset-17 {
		margin-left: 70.83333333%;
	}

	.col-sm-offset-16 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-15 {
		margin-left: 62.5%;
	}

	.col-sm-offset-14 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-13 {
		margin-left: 54.16666667%;
	}

	.col-sm-offset-12 {
		margin-left: 50%;
	}

	.col-sm-offset-11 {
		margin-left: 45.83333333%;
	}

	.col-sm-offset-10 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-9 {
		margin-left: 37.5%;
	}

	.col-sm-offset-8 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-7 {
		margin-left: 29.16666667%;
	}

	.col-sm-offset-6 {
		margin-left: 25%;
	}

	.col-sm-offset-5 {
		margin-left: 20.83333333%;
	}

	.col-sm-offset-4 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-3 {
		margin-left: 12.5%;
	}

	.col-sm-offset-2 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-1 {
		margin-left: 4.16666667%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width:992px) {

	.col,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-13,
	.col-md-14,
	.col-md-15,
	.col-md-16,
	.col-md-17,
	.col-md-18,
	.col-md-19,
	.col-md-20,
	.col-md-21,
	.col-md-22,
	.col-md-23,
	.col-md-24 {
		float: right;
	}

	.col-md-24 {
		width: 100% ;
	}

	.col-md-23 {
		width: 95.83333333% ;
	}

	.col-md-22 {
		width: 91.66666667% ;
	}

	.col-md-21 {
		width: 87.5% ;
	}

	.col-md-20 {
		width: 83.33333333% ;
	}

	.col-md-19 {
		width: 79.16666667% ;
	}

	.col-md-18 {
		width: 75% ;
	}

	.col-md-17 {
		width: 70.83333333% ;
	}

	.col-md-16 {
		width: 66.66666667% ;
	}

	.col-md-15 {
		width: 62.5% ;
	}

	.col-md-14 {
		width: 58.33333333% ;
	}

	.col-md-13 {
		width: 54.16666667% ;
	}

	.col-md-12 {
		width: 50%;
	}

	.col-md-11 {
		width: 45.83333333% ;
	}

	.col-md-10 {
		width: 41.66666667% ;
	}

	.col-md-9 {
		width: 37.5% ;
	}

	.col-md-8 {
		width: 33.33333333% ;
	}

	.col-md-7 {
		width: 29.16666667% ;
	}

	.col-md-6 {
		width: 25% ;
	}

	.col-md-5 {
		width: 20.83333333% ;
	}

	.col-md-4 {
		width: 16.66666667% ;
	}

	.col-md-3 {
		width: 12.5% ;
	}

	.col-md-2 {
		width: 8.33333333% ;
	}

	.col-md-1 {
		width: 4.16666667% ;
	}

	.col-md-pull-24 {
		right: 100%;
	}

	.col-md-pull-23 {
		right: 95.83333333%;
	}

	.col-md-pull-22 {
		right: 91.66666667%;
	}

	.col-md-pull-21 {
		right: 87.5%;
	}

	.col-md-pull-20 {
		right: 83.33333333%;
	}

	.col-md-pull-19 {
		right: 79.16666667%;
	}

	.col-md-pull-18 {
		right: 75%;
	}

	.col-md-pull-17 {
		right: 70.83333333%;
	}

	.col-md-pull-16 {
		right: 66.66666667%;
	}

	.col-md-pull-15 {
		right: 62.5%;
	}

	.col-md-pull-14 {
		right: 58.33333333%;
	}

	.col-md-pull-13 {
		right: 54.16666667%;
	}

	.col-md-pull-12 {
		right: 50%;
	}

	.col-md-pull-11 {
		right: 45.83333333%;
	}

	.col-md-pull-10 {
		right: 41.66666667%;
	}

	.col-md-pull-9 {
		right: 37.5%;
	}

	.col-md-pull-8 {
		right: 33.33333333%;
	}

	.col-md-pull-7 {
		right: 29.16666667%;
	}

	.col-md-pull-6 {
		right: 25%;
	}

	.col-md-pull-5 {
		right: 20.83333333%;
	}

	.col-md-pull-4 {
		right: 16.66666667%;
	}

	.col-md-pull-3 {
		right: 12.5%;
	}

	.col-md-pull-2 {
		right: 8.33333333%;
	}

	.col-md-pull-1 {
		right: 4.16666667%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-24 {
		left: 100%;
	}

	.col-md-push-23 {
		left: 95.83333333%;
	}

	.col-md-push-22 {
		left: 91.66666667%;
	}

	.col-md-push-21 {
		left: 87.5%;
	}

	.col-md-push-20 {
		left: 83.33333333%;
	}

	.col-md-push-19 {
		left: 79.16666667%;
	}

	.col-md-push-18 {
		left: 75%;
	}

	.col-md-push-17 {
		left: 70.83333333%;
	}

	.col-md-push-16 {
		left: 66.66666667%;
	}

	.col-md-push-15 {
		left: 62.5%;
	}

	.col-md-push-14 {
		left: 58.33333333%;
	}

	.col-md-push-13 {
		left: 54.16666667%;
	}

	.col-md-push-12 {
		left: 50%;
	}

	.col-md-push-11 {
		left: 45.83333333%;
	}

	.col-md-push-10 {
		left: 41.66666667%;
	}

	.col-md-push-9 {
		left: 37.5%;
	}

	.col-md-push-8 {
		left: 33.33333333%;
	}

	.col-md-push-7 {
		left: 29.16666667%;
	}

	.col-md-push-6 {
		left: 25%;
	}

	.col-md-push-5 {
		left: 20.83333333%;
	}

	.col-md-push-4 {
		left: 16.66666667%;
	}

	.col-md-push-3 {
		left: 12.5%;
	}

	.col-md-push-2 {
		left: 8.33333333%;
	}

	.col-md-push-1 {
		left: 4.16666667%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-24 {
		margin-left: 100%;
	}

	.col-md-offset-23 {
		margin-left: 95.83333333%;
	}

	.col-md-offset-22 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-21 {
		margin-left: 87.5%;
	}

	.col-md-offset-20 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-19 {
		margin-left: 79.16666667%;
	}

	.col-md-offset-18 {
		margin-left: 75%;
	}

	.col-md-offset-17 {
		margin-left: 70.83333333%;
	}

	.col-md-offset-16 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-15 {
		margin-left: 62.5%;
	}

	.col-md-offset-14 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-13 {
		margin-left: 54.16666667%;
	}

	.col-md-offset-12 {
		margin-left: 50%;
	}

	.col-md-offset-11 {
		margin-left: 45.83333333%;
	}

	.col-md-offset-10 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-9 {
		margin-left: 37.5%;
	}

	.col-md-offset-8 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-7 {
		margin-left: 29.16666667%;
	}

	.col-md-offset-6 {
		margin-left: 25%;
	}

	.col-md-offset-5 {
		margin-left: 20.83333333%;
	}

	.col-md-offset-4 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-3 {
		margin-left: 12.5%;
	}

	.col-md-offset-2 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-1 {
		margin-left: 4.16666667%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width:1200px) {

	.col,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-13,
	.col-lg-14,
	.col-lg-15,
	.col-lg-16,
	.col-lg-17,
	.col-lg-18,
	.col-lg-19,
	.col-lg-20,
	.col-lg-21,
	.col-lg-22,
	.col-lg-23,
	.col-lg-24 {
		float: left;
	}

	.col-lg-24 {
		width: 100% ;
	}

	.col-lg-23 {
		width: 95.83333333% ;
	}

	.col-lg-22 {
		width: 91.66666667% ;
	}

	.col-lg-21 {
		width: 87.5% ;
	}

	.col-lg-20 {
		width: 83.33333333% ;
	}

	.col-lg-19 {
		width: 79.16666667% ;
	}

	.col-lg-18 {
		width: 75% ;
	}

	.col-lg-17 {
		width: 70.83333333% ;
	}

	.col-lg-16 {
		width: 66.66666667% ;
	}

	.col-lg-15 {
		width: 62.5% ;
	}

	.col-lg-14 {
		width: 58.33333333% ;
	}

	.col-lg-13 {
		width: 54.16666667% ;
	}

	.col-lg-12 {
		width: 50% ;
	}

	.col-lg-11 {
		width: 45.83333333% ;
	}

	.col-lg-10 {
		width: 41.66666667% ;
	}

	.col-lg-9 {
		width: 37.5% ;
	}

	.col-lg-8 {
		width: 33.33333333% ;
	}

	.col-lg-7 {
		width: 29.16666667% ;
	}

	.col-lg-6 {
		width: 25%;
	}

	.col-lg-5 {
		width: 20.83333333% ;
	}

	.col-lg-4 {
		width: 16.66666667% ;
	}

	.col-lg-3 {
		width: 12.5% ;
	}

	.col-lg-2 {
		width: 8.33333333% ;
	}

	.col-lg-1 {
		width: 4.16666667% ;
	}

	.col-lg-pull-24 {
		right: 100%;
	}

	.col-lg-pull-23 {
		right: 95.83333333%;
	}

	.col-lg-pull-22 {
		right: 91.66666667%;
	}

	.col-lg-pull-21 {
		right: 87.5%;
	}

	.col-lg-pull-20 {
		right: 83.33333333%;
	}

	.col-lg-pull-19 {
		right: 79.16666667%;
	}

	.col-lg-pull-18 {
		right: 75%;
	}

	.col-lg-pull-17 {
		right: 70.83333333%;
	}

	.col-lg-pull-16 {
		right: 66.66666667%;
	}

	.col-lg-pull-15 {
		right: 62.5%;
	}

	.col-lg-pull-14 {
		right: 58.33333333%;
	}

	.col-lg-pull-13 {
		right: 54.16666667%;
	}

	.col-lg-pull-12 {
		right: 50%;
	}

	.col-lg-pull-11 {
		right: 45.83333333%;
	}

	.col-lg-pull-10 {
		right: 41.66666667%;
	}

	.col-lg-pull-9 {
		right: 37.5%;
	}

	.col-lg-pull-8 {
		right: 33.33333333%;
	}

	.col-lg-pull-7 {
		right: 29.16666667%;
	}

	.col-lg-pull-6 {
		right: 25%;
	}

	.col-lg-pull-5 {
		right: 20.83333333%;
	}

	.col-lg-pull-4 {
		right: 16.66666667%;
	}

	.col-lg-pull-3 {
		right: 12.5%;
	}

	.col-lg-pull-2 {
		right: 8.33333333%;
	}

	.col-lg-pull-1 {
		right: 4.16666667%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-24 {
		left: 100%;
	}

	.col-lg-push-23 {
		left: 95.83333333%;
	}

	.col-lg-push-22 {
		left: 91.66666667%;
	}

	.col-lg-push-21 {
		left: 87.5%;
	}

	.col-lg-push-20 {
		left: 83.33333333%;
	}

	.col-lg-push-19 {
		left: 79.16666667%;
	}

	.col-lg-push-18 {
		left: 75%;
	}

	.col-lg-push-17 {
		left: 70.83333333%;
	}

	.col-lg-push-16 {
		left: 66.66666667%;
	}

	.col-lg-push-15 {
		left: 62.5%;
	}

	.col-lg-push-14 {
		left: 58.33333333%;
	}

	.col-lg-push-13 {
		left: 54.16666667%;
	}

	.col-lg-push-12 {
		left: 50%;
	}

	.col-lg-push-11 {
		left: 45.83333333%;
	}

	.col-lg-push-10 {
		left: 41.66666667%;
	}

	.col-lg-push-9 {
		left: 37.5%;
	}

	.col-lg-push-8 {
		left: 33.33333333%;
	}

	.col-lg-push-7 {
		left: 29.16666667%;
	}

	.col-lg-push-6 {
		left: 25%;
	}

	.col-lg-push-5 {
		left: 20.83333333%;
	}

	.col-lg-push-4 {
		left: 16.66666667%;
	}

	.col-lg-push-3 {
		left: 12.5%;
	}

	.col-lg-push-2 {
		left: 8.33333333%;
	}

	.col-lg-push-1 {
		left: 4.16666667%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-24 {
		margin-left: 100%;
	}

	.col-lg-offset-23 {
		margin-left: 95.83333333%;
	}

	.col-lg-offset-22 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-21 {
		margin-left: 87.5%;
	}

	.col-lg-offset-20 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-19 {
		margin-left: 79.16666667%;
	}

	.col-lg-offset-18 {
		margin-left: 75%;
	}

	.col-lg-offset-17 {
		margin-left: 70.83333333%;
	}

	.col-lg-offset-16 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-15 {
		margin-left: 62.5%;
	}

	.col-lg-offset-14 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-13 {
		margin-left: 54.16666667%;
	}

	.col-lg-offset-12 {
		margin-left: 50%;
	}

	.col-lg-offset-11 {
		margin-left: 45.83333333%;
	}

	.col-lg-offset-10 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-9 {
		margin-left: 37.5%;
	}

	.col-lg-offset-8 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-7 {
		margin-left: 29.16666667%;
	}

	.col-lg-offset-6 {
		margin-left: 25%;
	}

	.col-lg-offset-5 {
		margin-left: 20.83333333%;
	}

	.col-lg-offset-4 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-3 {
		margin-left: 12.5%;
	}

	.col-lg-offset-2 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-1 {
		margin-left: 4.16666667%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-front {
	z-index: 100
}

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px)
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.ui-helper-clearfix {
	display: inline-block
}

* html .ui-helper-clearfix {
	height: 1%
}

.ui-helper-clearfix {
	display: block
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-state-disabled {
	cursor: default !important
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-widget {
	font-size: 1.1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
	width: auto
}

.ui-widget-content {
	border: 0 solid #B6B6B6;
	background: #fff;
	color: #4F4F4F
}

.ui-widget-content a {
	color: #4F4F4F
}

.ui-widget-header {
	border: 0 solid #B6B6B6;
	color: #4F4F4F;
	font-weight: 700
}

.ui-widget-header {
	background: #ededed url(https://sea-property.com/res/css/images/bg_fallback.png) 0 0 repeat-x;
	background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #c4c4c4));
	background: -webkit-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
	background: -o-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
	background: linear-gradient(top, #ededed 0%, #c4c4c4 100%)
}

.ui-widget-header a {
	color: #4F4F4F
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #B6B6B6;
	font-weight: 400;
	color: #4F4F4F
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #ededed url(https://sea-property.com/res/css/images/bg_fallback.png) 0 0 repeat-x;
	background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #c4c4c4));
	background: -webkit-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
	background: -o-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
	background: linear-gradient(top, #ededed 0%, #c4c4c4 100%);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #4F4F4F;
	text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #9D9D9D;
	font-weight: 400;
	color: #313131
}

.ui-state-hover a,
.ui-state-hover a:hover {
	color: #313131;
	text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	outline: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #313131;
	text-decoration: none
}

.ui-widget :active {
	outline: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #d2dbf4;
	background: #f4f8fd;
	color: #0d2054;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #e2d0d0;
	background: #fcf0f0;
	color: #280b0b;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(../image/ui-icons_222222_256x240.png)
}

.ui-widget-content .ui-icon {
	background-image: url(../image/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
	background-image: url(../image/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
	background-image: url(../image/ui-icons_454545_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../image/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
	background-image: url(../image/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
	background-image: url(../image/ui-icons_454545_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background: url(../image/icon_sprite.png) -16px 0 no-repeat !important
}

.ui-state-highlight .ui-icon,
.ui-state-error .ui-icon {
	margin-top: -1px
}

.ui-icon-carat-1-n {
	background-position: 0 0
}

.ui-icon-carat-1-ne {
	background-position: -16px 0
}

.ui-icon-carat-1-e {
	background-position: -32px 0
}

.ui-icon-carat-1-se {
	background-position: -48px 0
}

.ui-icon-carat-1-s {
	background-position: -64px 0
}

.ui-icon-carat-1-sw {
	background-position: -80px 0
}

.ui-icon-carat-1-w {
	background-position: -96px 0
}

.ui-icon-carat-1-nw {
	background-position: -112px 0
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background: url(../image/icon_sprite.png) 0 0 no-repeat !important
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-off {
	background-position: -96px -144px
}

.ui-icon-radio-on {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-tl {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px
}

.ui-corner-tr {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px
}

.ui-corner-bl {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.ui-corner-br {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.ui-corner-top {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px
}

.ui-corner-bottom {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.ui-corner-right {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.ui-corner-left {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.ui-corner-all {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.ui-widget-overlay {
	background: #262b33;
	opacity: .70;
	filter: Alpha(Opacity=70)
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #000;
	opacity: .30;
	filter: Alpha(Opacity=30);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	z-index: 999;
	display: block
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black
}

.ui-accordion {
	width: 100%
}

.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1
}

.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-content {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ui-accordion .ui-accordion-li-fix {
	display: inline
}

.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important
}

.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding: .5em .5em .5em .7em
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	zoom: 1
}

.ui-accordion .ui-accordion-content-active {
	display: block
}

.ui-autocomplete {
	position: absolute;
	cursor: default;
	z-index: 3;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3)
}

* html .ui-autocomplete {
	width: 1px
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left
}

.ui-menu .ui-menu {
	margin-top: -3px
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 6px;
	cursor: pointer;
	float: left;
	clear: left;
	width: 100%
}

.ui-menu .ui-menu-item:hover {
	background: #eee;
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: 400;
	margin: -1px;
	background: #5f83b9;
	color: #FFF;
	text-shadow: 0 1px 1px #234386;
	border-color: #466086;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ui-button-icon-only {
	width: 2.2em
}

button.ui-button-icon-only {
	width: 2.4em
}

.ui-button-icons-only {
	width: 3.4em
}

button.ui-button-icons-only {
	width: 3.7em
}

.ui-button.ui-state-hover {
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .8) inset;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .8) inset;
	box-shadow: 0 0 8px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .8) inset
}

.ui-button.ui-state-focus {
	outline: none;
	color: #1c4257;
	border-color: #7096ab;
	background: #ededed url(https://sea-property.com/res/css/images/bg_fallback.png) 0 -50px repeat-x;
	background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e0f5), color-stop(100%, #92bdd6));
	background: -webkit-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
	background: -o-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
	background: -ms-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
	background: linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .8) inset;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .8) inset;
	box-shadow: 0 0 8px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .8) inset
}

.ui-button .ui-button-text {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6)
}

.ui-button-text-only .ui-button-text {
	padding: .2em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .2em;
	text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .2em 1em .2em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .2em 2.1em .2em 1em
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em
}

input.ui-button,
.ui-widget-content input.ui-button {
	font-size: 14px;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	padding: 0 1em !important;
	height: 33px
}

input.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input.ui-button {
		height: 31px !important
	}
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em
}

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em
}

.ui-buttonset {
	margin-right: 7px
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em
}

.ui-buttonset .ui-button.ui-state-active {
	color: #1c4257;
	border-color: #7096ab
}

.ui-buttonset .ui-button.ui-state-active {
	background: #ededed url(https://sea-property.com/res/css/images/bg_fallback.png) 0 -50px repeat-x;
	background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e0f5), color-stop(100%, #92bdd6));
	background: -webkit-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
	background: -o-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
	background: -ms-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
	background: linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.ui-dialog {
	position: absolute;
	padding: 0;
	width: 300px;
	overflow: hidden
}

.ui-dialog {
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, .6);
	box-shadow: 0 2px 12px rgba(0, 0, 0, .6)
}

.ui-dialog .ui-dialog-titlebar {
	padding: .7em 1em .6em 1em;
	position: relative;
	border: none;
	border-bottom: 1px solid #aaa;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 16px .2em 0;
	color: #FFF;
	font-size: 11px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
	font-weight: 700
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .8em;
	top: 55%;
	width: 16px;
	margin: -10px 0 0 0;
	padding: 0;
	height: 16px;
	background: url(../image/icon_sprite.png) 0 -16px no-repeat;
	border: 0 none
}

.ui-dialog .ui-dialog-titlebar-close {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: none
}

.ui-dialog .ui-dialog-titlebar-close:hover {
	background-position: -16px -16px
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 0;
	border: 0
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 0;
	background: #D1E2F2;
	overflow: hidden;
	zoom: 1
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: 0;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-slider {
	position: relative;
	text-align: left;
	background: #eee;
	margin-top: 7px;
	;
	border: 0;
	z-index: 1
}

.ui-slider .ui-slider-handle {
	background: #00688B;
	;
	position: absolute;
	z-index: 2;
	width: 23px;
	height: 23px;
	cursor: default;
	border: none;
	outline: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ui-slider .ui-state-hover,
.ui-slider .ui-state-active {
	background-position: 0 0
}

.ui-slider .ui-slider-range {
	background: #7AC9F4;
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider-horizontal {
	height: 5px
}

.ui-slider-horizontal .ui-slider-handle {
	top: -8px;
	margin-left: -13px
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: 5px;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -8px;
	margin-left: 0;
	margin-bottom: -13px
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-tabs {
	position: relative;
	zoom: 1;
	border: 0;
	background: transparent
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	background: transparent;
	border-width: 0 0 1px 0
}

.ui-tabs .ui-tabs-nav {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: 0;
	padding-bottom: 1px;
	background: #fff;
	border-color: #B6B6B6
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	outline: none
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0 1px 1px 1px;
	padding: 1em 1.4em;
	background: none
}

.ui-tabs .ui-tabs-panel {
	background: #FFF;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ui-tabs .ui-tabs-hide {
	display: none !important
}

.ui-datepicker {
	width: 17em;
	padding: 0;
	display: none;
	border-color: #DDD
}

.ui-datepicker {
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
	box-shadow: 0 4px 8px rgba(0, 0, 0, .5)
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .35em 0;
	border: none;
	border-bottom: 1px solid #B6B6B6;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 6px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	border: 1px none
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev span {
	background-position: 0 -32px !important
}

.ui-datepicker .ui-datepicker-next span {
	background-position: -16px -32px !important
}

.ui-datepicker .ui-datepicker-prev-hover span {
	background-position: 0 -48px !important
}

.ui-datepicker .ui-datepicker-next-hover span {
	background-position: -16px -48px !important
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
	background: url(../image/icon_sprite.png) no-repeat
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6)
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	text-shadow: 0 1px 1px #FFF;
	color: #333;
	background: none;
	font-size: 8pt;
	font-weight: 700;
	margin-top: 2px;
	border: 0 solid #00F
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 700;
	border: 0
}

.ui-datepicker td {
	border: 0 solid;
	padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker table .ui-state-highlight {
	border-color: #5F83B9
}

.ui-datepicker table .ui-state-hover {
	background: #5F83B9;
	color: #FFF
}

.ui-datepicker-calendar .ui-state-default {
	background: #FFF;
	border-color: #FFF
}

.ui-datepicker-calendar .ui-state-active {
	background: #5F83B9;
	border-color: #5F83B9;
	color: #FFF;
	font-weight: 700
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 200px;
	height: 200px
}

.ui-progressbar {
	height: 12px;
	text-align: left;
	background: #FFF url(https://sea-property.com/res/css/images/progress_bar.gif) 0 -14px repeat-x
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
	background: url(https://sea-property.com/res/css/images/progress_bar.gif) 0 0 repeat-x
}

.ui-form textarea,
.ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]) {
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cecece;
	outline: none;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset, 0 1px 0 rgba(255, 255, 255, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset, 0 1px 0 rgba(255, 255, 255, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset, 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.ui-form textarea:hover,
.ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):hover {
	border: 1px solid #bdbdbd;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2) inset, 0 1px 0 rgba(255, 255, 255, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2) inset, 0 1px 0 rgba(255, 255, 255, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2) inset, 0 1px 0 rgba(255, 255, 255, .2)
}

.ui-form textarea:focus,
.ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):focus {
	border: 1px solid #95bdd4;
	-webkit-box-shadow: 0 2px 3px rgba(161, 202, 226, .5) inset, 0 1px 0 rgba(255, 255, 255, .2);
	-moz-box-shadow: 0 2px 3px rgba(161, 202, 226, .5) inset, 0 1px 0 rgba(255, 255, 255, .2);
	box-shadow: 0 2px 3px rgba(161, 202, 226, .5) inset, 0 1px 0 rgba(255, 255, 255, .2)
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	border: 0 none
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: 0;
	vertical-align: middle
}

.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0
}

.ui-spinner-up {
	top: 0
}

.ui-spinner-down {
	bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
	background-position: -65px -16px
}

@font-face {
	font-family: FontAwesome;
	src: url(../font/fontawesome-webfont.eot);
	src: url(../font/fontawesome-webfont.eot) format('embedded-opentype'), url(../font/fontawesome-webfont.woff2) format('woff2'), url(../font/fontawesome-webfont.woff) format('woff'), url(../font/fontawesome-webfont.ttf) format('truetype'), url(../font/fontawesome-webfont.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-o:before {
	content: "\f2b6"
}

.fa-envelope-o-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
	content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

@font-face {
	font-family: Ionicons;
	src: url(../font/ionicons.eot);
	src: url(../font/ionicons.eot) format("embedded-opentype"), url(../font/ionicons.ttf) format("truetype"), url(../font/ionicons.woff) format("woff"), url(../font/ionicons.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

.ion,
.ion-alert-circled:before,
.ion-alert:before,
.ion-android-add-circle:before,
.ion-android-add: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-circle:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-dropup: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-blank:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-cloud: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-all:before,
.ion-android-done:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite-outline:before,
.ion-android-favorite:before,
.ion-android-film:before,
.ion-android-folder-open:before,
.ion-android-folder: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-off:before,
.ion-android-microphone:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-notifications:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person-add:before,
.ion-android-person: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-circle:before,
.ion-android-remove:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share-alt:before,
.ion-android-share:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-star: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-outline:before,
.ion-backspace: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-working:before,
.ion-chatbox:before,
.ion-chatboxes:before,
.ion-chatbubble-working:before,
.ion-chatbubble:before,
.ion-chatbubbles:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-checkmark: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-circled:before,
.ion-close-round:before,
.ion-close:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-code: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-text:before,
.ion-document:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email-unread:before,
.ion-email:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-erlenmeyer-flask:before,
.ion-eye-disabled:before,
.ion-eye:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash-off:before,
.ion-flash:before,
.ion-folder:before,
.ion-fork-repo:before,
.ion-fork:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy-outline:before,
.ion-happy:before,
.ion-headphone:before,
.ion-heart-broken:before,
.ion-heart:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-help:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information-circled:before,
.ion-information:before,
.ion-ionic:before,
.ion-ios-alarm-outline:before,
.ion-ios-alarm:before,
.ion-ios-albums-outline:before,
.ion-ios-albums:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-analytics-outline:before,
.ion-ios-analytics: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-outline:before,
.ion-ios-at:before,
.ion-ios-barcode-outline:before,
.ion-ios-barcode:before,
.ion-ios-baseball-outline:before,
.ion-ios-baseball:before,
.ion-ios-basketball-outline:before,
.ion-ios-basketball:before,
.ion-ios-bell-outline:before,
.ion-ios-bell:before,
.ion-ios-body-outline:before,
.ion-ios-body:before,
.ion-ios-bolt-outline:before,
.ion-ios-bolt:before,
.ion-ios-book-outline:before,
.ion-ios-book:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-box-outline:before,
.ion-ios-box:before,
.ion-ios-briefcase-outline:before,
.ion-ios-briefcase:before,
.ion-ios-browsers-outline:before,
.ion-ios-browsers:before,
.ion-ios-calculator-outline:before,
.ion-ios-calculator:before,
.ion-ios-calendar-outline:before,
.ion-ios-calendar:before,
.ion-ios-camera-outline:before,
.ion-ios-camera:before,
.ion-ios-cart-outline:before,
.ion-ios-cart:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-checkmark:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock-outline:before,
.ion-ios-clock:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-close:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cog-outline:before,
.ion-ios-cog:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-wand-outline:before,
.ion-ios-color-wand:before,
.ion-ios-compose-outline:before,
.ion-ios-compose:before,
.ion-ios-contact-outline:before,
.ion-ios-contact:before,
.ion-ios-copy-outline:before,
.ion-ios-copy:before,
.ion-ios-crop-strong:before,
.ion-ios-crop:before,
.ion-ios-download-outline:before,
.ion-ios-download:before,
.ion-ios-drag:before,
.ion-ios-email-outline:before,
.ion-ios-email:before,
.ion-ios-eye-outline:before,
.ion-ios-eye:before,
.ion-ios-fastforward-outline:before,
.ion-ios-fastforward:before,
.ion-ios-filing-outline:before,
.ion-ios-filing:before,
.ion-ios-film-outline:before,
.ion-ios-film:before,
.ion-ios-flag-outline:before,
.ion-ios-flag:before,
.ion-ios-flame-outline:before,
.ion-ios-flame:before,
.ion-ios-flask-outline:before,
.ion-ios-flask:before,
.ion-ios-flower-outline:before,
.ion-ios-flower:before,
.ion-ios-folder-outline:before,
.ion-ios-folder:before,
.ion-ios-football-outline:before,
.ion-ios-football:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-gear-outline:before,
.ion-ios-gear:before,
.ion-ios-glasses-outline:before,
.ion-ios-glasses:before,
.ion-ios-grid-view-outline:before,
.ion-ios-grid-view:before,
.ion-ios-heart-outline:before,
.ion-ios-heart:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-help:before,
.ion-ios-home-outline:before,
.ion-ios-home:before,
.ion-ios-infinite-outline:before,
.ion-ios-infinite:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-information:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad-outline:before,
.ion-ios-keypad:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-list-outline:before,
.ion-ios-list:before,
.ion-ios-location-outline:before,
.ion-ios-location:before,
.ion-ios-locked-outline:before,
.ion-ios-locked:before,
.ion-ios-loop-strong:before,
.ion-ios-loop:before,
.ion-ios-medical-outline:before,
.ion-ios-medical:before,
.ion-ios-medkit-outline:before,
.ion-ios-medkit:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-mic:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-minus:before,
.ion-ios-monitor-outline:before,
.ion-ios-monitor:before,
.ion-ios-moon-outline:before,
.ion-ios-moon:before,
.ion-ios-more-outline:before,
.ion-ios-more:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate-outline:before,
.ion-ios-navigate:before,
.ion-ios-nutrition-outline:before,
.ion-ios-nutrition:before,
.ion-ios-paper-outline:before,
.ion-ios-paper:before,
.ion-ios-paperplane-outline:before,
.ion-ios-paperplane:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-pause-outline:before,
.ion-ios-pause:before,
.ion-ios-paw-outline:before,
.ion-ios-paw:before,
.ion-ios-people-outline:before,
.ion-ios-people:before,
.ion-ios-person-outline:before,
.ion-ios-person:before,
.ion-ios-personadd-outline:before,
.ion-ios-personadd:before,
.ion-ios-photos-outline:before,
.ion-ios-photos:before,
.ion-ios-pie-outline:before,
.ion-ios-pie:before,
.ion-ios-pint-outline:before,
.ion-ios-pint:before,
.ion-ios-play-outline:before,
.ion-ios-play:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-plus:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags-outline:before,
.ion-ios-pricetags:before,
.ion-ios-printer-outline:before,
.ion-ios-printer:before,
.ion-ios-pulse-strong:before,
.ion-ios-pulse:before,
.ion-ios-rainy-outline:before,
.ion-ios-rainy:before,
.ion-ios-recording-outline:before,
.ion-ios-recording:before,
.ion-ios-redo-outline:before,
.ion-ios-redo:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-refresh:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind-outline:before,
.ion-ios-rewind:before,
.ion-ios-rose-outline:before,
.ion-ios-rose:before,
.ion-ios-search-strong:before,
.ion-ios-search:before,
.ion-ios-settings-strong:before,
.ion-ios-settings:before,
.ion-ios-shuffle-strong:before,
.ion-ios-shuffle:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipbackward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-snowy:before,
.ion-ios-speedometer-outline:before,
.ion-ios-speedometer:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-star:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-sunny-outline:before,
.ion-ios-sunny:before,
.ion-ios-telephone-outline:before,
.ion-ios-telephone:before,
.ion-ios-tennisball-outline:before,
.ion-ios-tennisball:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-time-outline:before,
.ion-ios-time:before,
.ion-ios-timer-outline:before,
.ion-ios-timer:before,
.ion-ios-toggle-outline:before,
.ion-ios-toggle:before,
.ion-ios-trash-outline:before,
.ion-ios-trash:before,
.ion-ios-undo-outline:before,
.ion-ios-undo:before,
.ion-ios-unlocked-outline:before,
.ion-ios-unlocked:before,
.ion-ios-upload-outline:before,
.ion-ios-upload:before,
.ion-ios-videocam-outline:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass-outline:before,
.ion-ios-wineglass:before,
.ion-ios-world-outline:before,
.ion-ios-world: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-circled:before,
.ion-minus-round:before,
.ion-minus:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon-round:before,
.ion-navicon: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-add:before,
.ion-person-stalker:before,
.ion-person: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-circled:before,
.ion-plus-round:before,
.ion-plus: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-all:before,
.ion-reply:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad-outline:before,
.ion-sad: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-outline:before,
.ion-social-android:before,
.ion-social-angular-outline:before,
.ion-social-angular:before,
.ion-social-apple-outline:before,
.ion-social-apple:before,
.ion-social-bitcoin-outline:before,
.ion-social-bitcoin:before,
.ion-social-buffer-outline:before,
.ion-social-buffer:before,
.ion-social-chrome-outline:before,
.ion-social-chrome:before,
.ion-social-codepen-outline:before,
.ion-social-codepen:before,
.ion-social-css3-outline:before,
.ion-social-css3:before,
.ion-social-designernews-outline:before,
.ion-social-designernews:before,
.ion-social-dribbble-outline:before,
.ion-social-dribbble:before,
.ion-social-dropbox-outline:before,
.ion-social-dropbox:before,
.ion-social-euro-outline:before,
.ion-social-euro:before,
.ion-social-facebook-outline:before,
.ion-social-facebook:before,
.ion-social-foursquare-outline:before,
.ion-social-foursquare:before,
.ion-social-freebsd-devil:before,
.ion-social-github-outline:before,
.ion-social-github:before,
.ion-social-google-outline:before,
.ion-social-google:before,
.ion-social-googleplus-outline:before,
.ion-social-googleplus:before,
.ion-social-hackernews-outline:before,
.ion-social-hackernews:before,
.ion-social-html5-outline:before,
.ion-social-html5:before,
.ion-social-instagram-outline:before,
.ion-social-instagram:before,
.ion-social-javascript-outline:before,
.ion-social-javascript:before,
.ion-social-linkedin-outline:before,
.ion-social-linkedin:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest-outline:before,
.ion-social-pinterest:before,
.ion-social-python:before,
.ion-social-reddit-outline:before,
.ion-social-reddit:before,
.ion-social-rss-outline:before,
.ion-social-rss:before,
.ion-social-sass:before,
.ion-social-skype-outline:before,
.ion-social-skype:before,
.ion-social-snapchat-outline:before,
.ion-social-snapchat:before,
.ion-social-tumblr-outline:before,
.ion-social-tumblr:before,
.ion-social-tux:before,
.ion-social-twitch-outline:before,
.ion-social-twitch:before,
.ion-social-twitter-outline:before,
.ion-social-twitter:before,
.ion-social-usd-outline:before,
.ion-social-usd:before,
.ion-social-vimeo-outline:before,
.ion-social-vimeo:before,
.ion-social-whatsapp-outline:before,
.ion-social-whatsapp:before,
.ion-social-windows-outline:before,
.ion-social-windows:before,
.ion-social-wordpress-outline:before,
.ion-social-wordpress:before,
.ion-social-yahoo-outline:before,
.ion-social-yahoo:before,
.ion-social-yen-outline:before,
.ion-social-yen:before,
.ion-social-youtube-outline:before,
.ion-social-youtube:before,
.ion-soup-can-outline:before,
.ion-soup-can: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-filled:before,
.ion-toggle:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt-outline:before,
.ion-tshirt: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,
.ionicons {
	display: inline-block;
	font-family: Ionicons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	-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"
}

@font-face {
	font-family: Flaticon_;
	src: url(../font/Flaticon_.eot);
	src: url(../font/Flaticon_.eot) format("embedded-opentype"), url(../font/Flaticon_.woff) format("woff"), url(../font/Flaticon_.ttf) format("truetype"), url(../font/Flaticon_.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: Flaticon_;
		src: url(../font/Flaticon_.svg) format("svg")
	}
}

[class*=" ficon-"],
[class^=ficon-] {
	font-family: Flaticon_;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline-block
}

[class*=" ficon-"]:after,
[class*=" ficon-"]:before,
[class^=ficon-]:after,
[class^=ficon-]:before {
	font-family: Flaticon_;
	font-style: normal;
	text-decoration: none;
	display: inline-block;
	speak: none
}

.ficon-call:before {
	content: "\f100"
}

.ficon-mail:before {
	content: "\f101"
}

.ficon-email:before {
	content: "\f102"
}

.ficon-placeholder:before {
	content: "\f103"
}

@font-face {
	font-family: Flaticon;
	src: url(../font/Flaticon.eot);
	src: url(../font/Flaticon.eot) format("embedded-opentype"), url(../font/Flaticon.woff) format("woff"), url(../font/Flaticon.ttf) format("truetype"), url(../font/Flaticon.svg) format("svg");
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	display: inline-block
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: Flaticon;
		display: inline-block;
		src: url(../font/Flaticon.svg) format("svg")
	}
}

[class*=" flaticon-"],
[class^=flaticon-] {
	font-family: Flaticon;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline-block
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
	font-family: Flaticon;
	font-style: normal;
	text-decoration: none;
	display: inline-block;
	speak: none
}

@font-face {
	font-family: "_Flaticon";
	src: url(../font/_Flaticon.eot);
	src: url(../font/_Flaticon.eot) format("embedded-opentype"), url(../font/_Flaticon.woff2) format("woff2"), url(../font/_Flaticon.woff) format("woff"), url(../font/_Flaticon.ttf) format("truetype"), url(../font/_Flaticon.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "_Flaticon";
		src: url(../font/_Flaticon.svg) format("svg")
	}
}

[class*=" _flaticon-"]:after,
[class*=" _flaticon-"]:before,
[class^="_flaticon-"]:after,
[class^="_flaticon-"]:before {
	font-family: _Flaticon;
	font-style: normal;
	text-decoration: none;
	display: inline-block;
	speak: none
}

._flaticon-sea-waves:before {
	content: "\f100"
}

._flaticon-swimming-silhouette:before {
	content: "\f101"
}

._flaticon-swimming-pool:before {
	content: "\f102"
}

._flaticon-parking:before {
	content: "\f103"
}

._flaticon-parking-1:before {
	content: "\f104"
}

._flaticon-garage:before {
	content: "\f105"
}

._flaticon-house:before {
	content: "\f106"
}

._flaticon-car:before {
	content: "\f107"
}

._flaticon-bed:before {
	content: "\f108"
}

._flaticon-bed-1:before {
	content: "\f109"
}

._flaticon-shower:before {
	content: "\f10a"
}

._flaticon-bathtub:before {
	content: "\f10b"
}

._flaticon-shower-1:before {
	content: "\f10c"
}

._flaticon-construction-worker:before {
	content: "\f10d"
}

._flaticon-air-conditioner:before {
	content: "\f10e"
}

._flaticon-air-conditioner-1:before {
	content: "\f10f"
}

._flaticon-air-conditioner-2:before {
	content: "\f110"
}

._flaticon-heating:before {
	content: "\f111"
}

._flaticon-garden:before {
	content: "\f112"
}

._flaticon-grass-leaves-silhouette:before {
	content: "\f113"
}

._flaticon-flower:before {
	content: "\f114"
}

.flaticon-progress-report:before {
	content: "\f100"
}

.flaticon-stats-1:before {
	content: "\f101"
}

.flaticon-cowboy:before {
	content: "\f102"
}

.flaticon-ranger:before {
	content: "\f103"
}

.flaticon-leprechaun:before {
	content: "\f104"
}

.flaticon-firefighter:before {
	content: "\f105"
}

.flaticon-files-and-folders:before {
	content: "\f106"
}

.flaticon-polaroid:before {
	content: "\f107"
}

.flaticon-call:before {
	content: "\f108"
}

.flaticon-aristocracy:before {
	content: "\f109"
}

.flaticon-car-1:before {
	content: "\f10a"
}

.flaticon-folder-1:before {
	content: "\f10b"
}

.flaticon-storm:before {
	content: "\f10c"
}

.flaticon-folder:before {
	content: "\f10d"
}

.flaticon-document-4:before {
	content: "\f10e"
}

.flaticon-gun:before {
	content: "\f10f"
}

.flaticon-social-media:before {
	content: "\f110"
}

.flaticon-key-2:before {
	content: "\f111"
}

.flaticon-islam:before {
	content: "\f112"
}

.flaticon-document-3:before {
	content: "\f113"
}

.flaticon-document-2:before {
	content: "\f114"
}

.flaticon-agent:before {
	content: "\f115"
}

.flaticon-buddhist-monk:before {
	content: "\f116"
}

.flaticon-document-1:before {
	content: "\f117"
}

.flaticon-conversation:before {
	content: "\f118"
}

.flaticon-hierarchy:before {
	content: "\f119"
}

.flaticon-astronaut:before {
	content: "\f11a"
}

.flaticon-internet:before {
	content: "\f11b"
}

.flaticon-cube:before {
	content: "\f11c"
}

.flaticon-flashlight:before {
	content: "\f11d"
}

.flaticon-carrot:before {
	content: "\f11e"
}

.flaticon-notepad:before {
	content: "\f11f"
}

.flaticon-castle:before {
	content: "\f120"
}

.flaticon-document:before {
	content: "\f121"
}

.flaticon-queen:before {
	content: "\f122"
}

.flaticon-chain:before {
	content: "\f123"
}

.flaticon-chat-2:before {
	content: "\f124"
}

.flaticon-shirt:before {
	content: "\f125"
}

.flaticon-chat-1:before {
	content: "\f126"
}

.flaticon-diagram-1:before {
	content: "\f127"
}

.flaticon-church:before {
	content: "\f128"
}

.flaticon-chef:before {
	content: "\f129"
}

.flaticon-missile:before {
	content: "\f12a"
}

.flaticon-train:before {
	content: "\f12b"
}

.flaticon-iceland:before {
	content: "\f12c"
}

.flaticon-shooting-star:before {
	content: "\f12d"
}

.flaticon-india:before {
	content: "\f12e"
}

.flaticon-angry:before {
	content: "\f12f"
}

.flaticon-shopping-bag:before {
	content: "\f130"
}

.flaticon-sitemap:before {
	content: "\f131"
}

.flaticon-color-palette:before {
	content: "\f132"
}

.flaticon-paris:before {
	content: "\f133"
}

.flaticon-dubai:before {
	content: "\f134"
}

.flaticon-mosque:before {
	content: "\f135"
}

.flaticon-miner:before {
	content: "\f136"
}

.flaticon-calendar:before {
	content: "\f137"
}

.flaticon-washington:before {
	content: "\f138"
}

.flaticon-megaphone:before {
	content: "\f139"
}

.flaticon-dislike:before {
	content: "\f13a"
}

.flaticon-city-hall:before {
	content: "\f13b"
}

.flaticon-hand:before {
	content: "\f13c"
}

.flaticon-paper-plane:before {
	content: "\f13d"
}

.flaticon-team:before {
	content: "\f13e"
}

.flaticon-motorcycle:before {
	content: "\f13f"
}

.flaticon-like:before {
	content: "\f140"
}

.flaticon-bomb:before {
	content: "\f141"
}

.flaticon-grandmother:before {
	content: "\f142"
}

.flaticon-boy:before {
	content: "\f143"
}

.flaticon-bell:before {
	content: "\f144"
}

.flaticon-ecology:before {
	content: "\f145"
}

.flaticon-car:before {
	content: "\f146"
}

.flaticon-tap:before {
	content: "\f147"
}

.flaticon-key-1:before {
	content: "\f148"
}

.flaticon-mother:before {
	content: "\f149"
}

.flaticon-stats:before {
	content: "\f14a"
}

.flaticon-parents:before {
	content: "\f14b"
}

.flaticon-renewable-energy:before {
	content: "\f14c"
}

.flaticon-family:before {
	content: "\f14d"
}

.flaticon-student-1:before {
	content: "\f14e"
}

.flaticon-student:before {
	content: "\f14f"
}

.flaticon-charity:before {
	content: "\f150"
}

.flaticon-building-2:before {
	content: "\f151"
}

.flaticon-university:before {
	content: "\f152"
}

.flaticon-cityscape-1:before {
	content: "\f153"
}

.flaticon-transaction-1:before {
	content: "\f154"
}

.flaticon-diagram:before {
	content: "\f155"
}

.flaticon-house-29:before {
	content: "\f156"
}

.flaticon-rent:before {
	content: "\f157"
}

.flaticon-transaction:before {
	content: "\f158"
}

.flaticon-contract-2:before {
	content: "\f159"
}

.flaticon-mortgage-6:before {
	content: "\f15a"
}

.flaticon-deal:before {
	content: "\f15b"
}

.flaticon-real-estate-8:before {
	content: "\f15c"
}

.flaticon-real-estate-7:before {
	content: "\f15d"
}

.flaticon-real-estate-6:before {
	content: "\f15e"
}

.flaticon-real-estate-5:before {
	content: "\f15f"
}

.flaticon-price:before {
	content: "\f160"
}

.flaticon-auction:before {
	content: "\f161"
}

.flaticon-chart:before {
	content: "\f162"
}

.flaticon-key:before {
	content: "\f163"
}

.flaticon-clipboards-4:before {
	content: "\f164"
}

.flaticon-clipboards-3:before {
	content: "\f165"
}

.flaticon-clipboards-2:before {
	content: "\f166"
}

.flaticon-clipboards-1:before {
	content: "\f167"
}

.flaticon-clipboards:before {
	content: "\f168"
}

.flaticon-house-28:before {
	content: "\f169"
}

.flaticon-house-27:before {
	content: "\f16a"
}

.flaticon-house-26:before {
	content: "\f16b"
}

.flaticon-house-25:before {
	content: "\f16c"
}

.flaticon-house-24:before {
	content: "\f16d"
}

.flaticon-house-23:before {
	content: "\f16e"
}

.flaticon-house-22:before {
	content: "\f16f"
}

.flaticon-house-21:before {
	content: "\f170"
}

.flaticon-house-20:before {
	content: "\f171"
}

.flaticon-house-19:before {
	content: "\f172"
}

.flaticon-house-18:before {
	content: "\f173"
}

.flaticon-moving-truck:before {
	content: "\f174"
}

.flaticon-chat:before {
	content: "\f175"
}

.flaticon-house-17:before {
	content: "\f176"
}

.flaticon-house-16:before {
	content: "\f177"
}

.flaticon-house-15:before {
	content: "\f178"
}

.flaticon-briefcase:before {
	content: "\f179"
}

.flaticon-real-estate-4:before {
	content: "\f17a"
}

.flaticon-contract-1:before {
	content: "\f17b"
}

.flaticon-contract:before {
	content: "\f17c"
}

.flaticon-house-14:before {
	content: "\f17d"
}

.flaticon-house-13:before {
	content: "\f17e"
}

.flaticon-house-12:before {
	content: "\f17f"
}

.flaticon-house-11:before {
	content: "\f180"
}

.flaticon-insurance:before {
	content: "\f181"
}

.flaticon-house-10:before {
	content: "\f182"
}

.flaticon-building-1:before {
	content: "\f183"
}

.flaticon-house-9:before {
	content: "\f184"
}

.flaticon-garage:before {
	content: "\f185"
}

.flaticon-builder:before {
	content: "\f186"
}

.flaticon-construction-worker:before {
	content: "\f187"
}

.flaticon-building:before {
	content: "\f188"
}

.flaticon-mansion:before {
	content: "\f189"
}

.flaticon-for-sale:before {
	content: "\f18a"
}

.flaticon-seller:before {
	content: "\f18b"
}

.flaticon-house-8:before {
	content: "\f18c"
}

.flaticon-house-7:before {
	content: "\f18d"
}

.flaticon-house-6:before {
	content: "\f18e"
}

.flaticon-house-5:before {
	content: "\f18f"
}

.flaticon-house-key-2:before {
	content: "\f190"
}

.flaticon-house-key-1:before {
	content: "\f191"
}

.flaticon-mortgage-5:before {
	content: "\f192"
}

.flaticon-mortgage-4:before {
	content: "\f193"
}

.flaticon-real-estate-3:before {
	content: "\f194"
}

.flaticon-real-estate-2:before {
	content: "\f195"
}

.flaticon-real-estate-1:before {
	content: "\f196"
}

.flaticon-real-estate:before {
	content: "\f197"
}

.flaticon-laptop-1:before {
	content: "\f198"
}

.flaticon-laptop:before {
	content: "\f199"
}

.flaticon-placeholder:before {
	content: "\f19a"
}

.flaticon-search:before {
	content: "\f19b"
}

.flaticon-mortgage-3:before {
	content: "\f19c"
}

.flaticon-mortgage-2:before {
	content: "\f19d"
}

.flaticon-house-4:before {
	content: "\f19e"
}

.flaticon-cityscape:before {
	content: "\f19f"
}

.flaticon-skyscraper-2:before {
	content: "\f1a0"
}

.flaticon-skyscraper-1:before {
	content: "\f1a1"
}

.flaticon-skyscraper:before {
	content: "\f1a2"
}

.flaticon-apartment:before {
	content: "\f1a3"
}

.flaticon-house-3:before {
	content: "\f1a4"
}

.flaticon-house-key:before {
	content: "\f1a5"
}

.flaticon-tumblr:before {
	content: "\f1a6"
}

.flaticon-whatsapp:before {
	content: "\f1a7"
}

.flaticon-skype:before {
	content: "\f1a8"
}

.flaticon-twitter:before {
	content: "\f1a9"
}

.flaticon-snapchat:before {
	content: "\f1aa"
}

.flaticon-instagram:before {
	content: "\f1ab"
}

.flaticon-apple:before {
	content: "\f1ac"
}

.flaticon-google-play:before {
	content: "\f1ad"
}

.flaticon-windows:before {
	content: "\f1ae"
}

.flaticon-pinterest:before {
	content: "\f1af"
}

.flaticon-youtube:before {
	content: "\f1b0"
}

.flaticon-vimeo:before {
	content: "\f1b1"
}

.flaticon-linkedin:before {
	content: "\f1b2"
}

.flaticon-for-rent:before {
	content: "\f1b3"
}

.flaticon-house-2:before {
	content: "\f1b4"
}

.flaticon-house-1:before {
	content: "\f1b5"
}

.flaticon-mortgage-1:before {
	content: "\f1b6"
}

.flaticon-engineer:before {
	content: "\f1b7"
}

.flaticon-mortgage:before {
	content: "\f1b8"
}

.flaticon-house:before {
	content: "\f1b9"
}

.flaticon-home:before {
	content: "\f1ba"
}

.flaticon-euro:before {
	content: "\f1bb"
}

@font-face {
	font-family: icomoon;
	src: url(../font/icomoon.eot);
	src: url(../font/icomoon.eot) format('embedded-opentype'), url(../font/icomoon.ttf) format('truetype'), url(../font/icomoon.woff) format('woff'), url(../font/icomoon.svg) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: block
}

[class*=" rgs-"],
[class^=rgs-] {
	float: left;
	font-family: icomoon !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.rgs-email:before {
	content: "\f11e"
}

.rgs-phone-1:before {
	content: "\f120"
}

.rgs-setting-1:before {
	content: "\f129"
}

.rgs-email-2:before {
	content: "\f132"
}

.rgs-dashboard-1:before {
	content: "\f160"
}

.rgs-setting-2:before {
	content: "\f161"
}

.rgs-building-1:before {
	content: "\f138"
}

.rgs-home-check:before {
	content: "\f178"
}

.rgs-blank-calendar:before {
	content: "\f107"
}

.rgs-clock-tower:before {
	content: "\f13b"
}

.rgs-home-shopping:before {
	content: "\f17a"
}

.rgs-home-winner:before {
	content: "\f15e"
}

.rgs-handover-key:before {
	content: "\f148"
}

.rgs-monk:before {
	content: "\f12e"
}

.rgs-windows-9:before {
	content: "\f1ae"
}

.rgs-homekey:before {
	content: "\f17b"
}

.rgs-cowboy:before {
	content: "\f109"
}

.rgs-favorite-home:before {
	content: "\f172"
}

.rgs-gov-building:before {
	content: "\f152"
}

.rgs-building-14:before {
	content: "\f17f"
}

.rgs-girl:before {
	content: "\f142"
}

.rgs-pie-chart:before {
	content: "\f127"
}

.rgs-announcement:before {
	content: "\f139"
}

.rgs-home-agent:before {
	content: "\f18b"
}

.rgs-folder-hand:before {
	content: "\f10d"
}

.rgs-linkedin-20:before {
	content: "\f1b2"
}

.rgs-keys:before {
	content: "\f1a5"
}

.rgs-handover-home:before {
	content: "\f184"
}

.rgs-building-23:before {
	content: "\f1a1"
}

.rgs-building-24:before {
	content: "\f151"
}

.rgs-graduate-boy:before {
	content: "\f14e"
}

.rgs-plant-hand:before {
	content: "\f145"
}

.rgs-checklist-27:before {
	content: "\f19d"
}

.rgs-unlock-home:before {
	content: "\f18e"
}

.rgs-locked-home:before {
	content: "\f18f"
}

.rgs-notepad:before {
	content: "\f166"
}

.rgs-mortgage-home:before {
	content: "\f176"
}

.rgs-transaction:before {
	content: "\f158"
}

.rgs-cloud-33:before {
	content: "\f117"
}

.rgs-building-handover:before {
	content: "\f183"
}

.rgs-parking:before {
	content: "\f185"
}

.rgs-worker:before {
	content: "\f136"
}

.rgs-home-dollar:before {
	content: "\f177"
}

.rgs-group-38:before {
	content: "\f13e"
}

.rgs-rocket-39:before {
	content: "\f12a"
}

.rgs-home-umbrella:before {
	content: "\f181"
}

.rgs-home-auction:before {
	content: "\f15d"
}

.rgs-notepad-edit:before {
	content: "\f165"
}

.rgs-like:before {
	content: "\f140"
}

.rgs-open-house:before {
	content: "\f170"
}

.rgs-whatsapp:before {
	content: "\f1a7"
}

.rgs-home-agent-46:before {
	content: "\f17d"
}

.rgs-building-1b9:before {
	content: "\f1b9"
}

.rgs-beard-man:before {
	content: "\f104"
}

.rgs-home-search:before {
	content: "\f19b"
}

.rgs-metro-train:before {
	content: "\f12b"
}

.rgs-network:before {
	content: "\f10e"
}

.rgs-building-52:before {
	content: "\f1a2"
}

.rgs-home-rent:before {
	content: "\f16b"
}

.rgs-church:before {
	content: "\f128"
}

.rgs-graph-up:before {
	content: "\f155"
}

.rgs-building-56:before {
	content: "\f153"
}

.rgs-home-57:before {
	content: "\f156"
}

.rgs-home-58:before {
	content: "\f1b6"
}

.rgs-dubai:before {
	content: "\f12c"
}

.rgs-report:before {
	content: "\f168"
}

.rgs-comments-61:before {
	content: "\f126"
}

.rgs-home-garden:before {
	content: "\f15f"
}

.rgs-building-63:before {
	content: "\f1a0"
}

.rgs-home-64:before {
	content: "\f19e"
}

.rgs-boy:before {
	content: "\f143"
}

.rgs-skype-66:before {
	content: "\f1a8"
}

.rgs-home-67:before {
	content: "\f175"
}

.rgs-globe-68:before {
	content: "\f11b"
}

.rgs-for-sale:before {
	content: "\f18a"
}

.rgs-queen:before {
	content: "\f122"
}

.rgs-home-search-71:before {
	content: "\f18c"
}

.rgs-code-72:before {
	content: "\f106"
}

.rgs-man-73:before {
	content: "\f115"
}

.rgs-monk-74:before {
	content: "\f116"
}

.rgs-home-checked:before {
	content: "\f194"
}

.rgs-shopping-bag:before {
	content: "\f130"
}

.rgs-home-key-77:before {
	content: "\f190"
}

.rgs-comments-78:before {
	content: "\f124"
}

.rgs-shooting-star:before {
	content: "\f12d"
}

.rgs-finger-80:before {
	content: "\f12f"
}

.rgs-tree:before {
	content: "\f141"
}

.rgs-family:before {
	content: "\f14d"
}

.rgs-globe-in-hand:before {
	content: "\f13c"
}

.rgs-building-84:before {
	content: "\f1a3"
}

.rgs-link-broken:before {
	content: "\f123"
}

.rgs-home-sale:before {
	content: "\f16a"
}

.rgs-checklist:before {
	content: "\f11f"
}

.rgs-allah:before {
	content: "\f112"
}

.rgs-folder:before {
	content: "\f10b"
}

.rgs-home-checked-90:before {
	content: "\f198"
}

.rgs-school:before {
	content: "\f189"
}

.rgs-thumsup:before {
	content: "\f159"
}

.rgs-man-93:before {
	content: "\f103"
}

.rgs-home-delivery:before {
	content: "\f174"
}

.rgs-hand-shake:before {
	content: "\f150"
}

.rgs-home-checked-96:before {
	content: "\f196"
}

.rgs-new-home:before {
	content: "\f16c"
}

.rgs-mosque:before {
	content: "\f135"
}

.rgs-dubai-99:before {
	content: "\f134"
}

.rgs-car-100:before {
	content: "\f10a"
}

.rgs-scooter:before {
	content: "\f13f"
}

.rgs-fav-home-102:before {
	content: "\f16f"
}

.rgs-agreement-edit-home:before {
	content: "\f17c"
}

.rgs-car-104:before {
	content: "\f146"
}

.rgs-graduate-girl:before {
	content: "\f14f"
}

.rgs-construction:before {
	content: "\f187"
}

.rgs-key-108:before {
	content: "\f111"
}

.rgs-network-109:before {
	content: "\f131"
}

.rgs-fav-home-110:before {
	content: "\f18d"
}

.rgs-uniF1AA:before {
	content: "\f1aa"
}

.rgs-uniF1AD:before {
	content: "\f1ad"
}

.rgs-home-location:before {
	content: "\f19a"
}

.rgs-man-114:before {
	content: "\f102"
}

.rgs-home-agent-114:before {
	content: "\f17e"
}

.rgs-engineer-man:before {
	content: "\f105"
}

.rgs-sold-home:before {
	content: "\f169"
}

.rgs-chart-bar-graph:before {
	content: "\f14a"
}

.rgs-mustache:before {
	content: "\f186"
}

.rgs-home-basic:before {
	content: "\f1ba"
}

.rgs-notepad-120:before {
	content: "\f113"
}

.rgs-home-price:before {
	content: "\f171"
}

.rgs-instagram-122:before {
	content: "\f1ab"
}

.rgs-finance-123:before {
	content: "\f154"
}

.rgs-apple-124:before {
	content: "\f1ac"
}

.rgs-torch-125:before {
	content: "\f11d"
}

.rgs-home-location-126:before {
	content: "\f1a4"
}

.rgs-astronaut:before {
	content: "\f11a"
}

.rgs-network-128:before {
	content: "\f119"
}

.rgs-uniF164:before {
	content: "\f164"
}

.rgs-finger:before {
	content: "\f147"
}

.rgs-love-call-phone:before {
	content: "\f108"
}

.rgs-building-132:before {
	content: "\f19f"
}

.rgs-notes:before {
	content: "\f121"
}

.rgs-rgs-134:before {
	content: "\f14c"
}

.rgs-task-calendar:before {
	content: "\f137"
}

.rgs-rainy-cloud:before {
	content: "\f10c"
}

.rgs-double-home:before {
	content: "\f180"
}

.rgs-twitter-138:before {
	content: "\f1a9"
}

.rgs-tshirt:before {
	content: "\f125"
}

.rgs-bell-140:before {
	content: "\f144"
}

.rgs-home-location-141:before {
	content: "\f182"
}

.rgs-checklist-142:before {
	content: "\f19c"
}

.rgs-euro-home:before {
	content: "\f1bb"
}

.rgs-home-deal:before {
	content: "\f179"
}

.rgs-mortgage-interest:before {
	content: "\f193"
}

.rgs-home-agent-146:before {
	content: "\f15c"
}

.rgs-checklist-147:before {
	content: "\f167"
}

.rgs-mortgage-interest-148:before {
	content: "\f192"
}

.rgs-uniF133:before {
	content: "\f133"
}

.rgs-building-150:before {
	content: "\f188"
}

.rgs-girl-151:before {
	content: "\f149"
}

.rgs-cube-152:before {
	content: "\f11c"
}

.rgs-home-deal-153:before {
	content: "\f15a"
}

.rgs-gun:before {
	content: "\f10f"
}

.rgs-troller:before {
	content: "\f118"
}

.rgs-home-deal-156:before {
	content: "\f1b8"
}

.rgs-home-contract:before {
	content: "\f199"
}

.rgs-thumbsdown:before {
	content: "\f13a"
}

.rgs-home-159:before {
	content: "\f16d"
}

.rgs-rent-home:before {
	content: "\f157"
}

.rgs-deal-closed-161:before {
	content: "\f15b"
}

.rgs-network-162:before {
	content: "\f110"
}

.rgs-network-163:before {
	content: "\f114"
}

.rgs-telegram-164:before {
	content: "\f13d"
}

.rgs-couple:before {
	content: "\f14b"
}

.rgs-tumblr-166:before {
	content: "\f1a6"
}

.rgs-locked-167:before {
	content: "\f1bc"
}

.rgs-logout-168:before {
	content: "\f1bd"
}

.rgs-dumbbell-169:before {
	content: "\f1be"
}

.rgs-dumbbell-170:before {
	content: "\f1bf"
}

.rgs-workout-171:before {
	content: "\f1c0"
}

.rgs-dumbbell-172:before {
	content: "\f100"
}

.rgs-nutrition-diet:before {
	content: "\f101"
}

.rgs-password:before {
	content: "\f1c1"
}

.rgs-class:before {
	content: "\f1c2"
}

.rgs-athlete:before {
	content: "\f1c3"
}

.rgs-dumbbell-177:before {
	content: "\f1c4"
}

.rgs-workout-178:before {
	content: "\f1c5"
}

.rgs-trainer-coach:before {
	content: "\f1c6"
}

.rgs-class-180:before {
	content: "\f1c7"
}

.rgs-tracker:before {
	content: "\f1c8"
}

.rgs-tracker-182:before {
	content: "\f1c9"
}

.rgs-euro-183:before {
	content: "\f1ca"
}

.rgs-workout-184:before {
	content: "\f1cb"
}

.rgs-workout-185:before {
	content: "\f1cc"
}

.rgs-dumbbells:before {
	content: "\f1cd"
}

.rgs-glass:before {
	content: "\f000"
}

.rgs-search:before {
	content: "\f002"
}

.rgs-envelope:before {
	content: "\f003"
}

.rgs-heart:before {
	content: "\f004"
}

.rgs-star:before {
	content: "\f005"
}

.rgs-star_empty:before {
	content: "\f006"
}

.rgs-user:before {
	content: "\f007"
}

.rgs-table-4:before {
	content: "\f009"
}

.rgs-table-9:before {
	content: "\f00a"
}

.rgs-list-196:before {
	content: "\f00b"
}

.rgs-ok:before {
	content: "\f00c"
}

.rgs-remove:before {
	content: "\f00d"
}

.rgs-zoom_in:before {
	content: "\f00e"
}

.rgs-zoom_out:before {
	content: "\f010"
}

.rgs-off:before {
	content: "\f011"
}

.rgs-signal:before {
	content: "\f012"
}

.rgs-cog:before {
	content: "\f013"
}

.rgs-trash:before {
	content: "\f014"
}

.rgs-home:before {
	content: "\f015"
}

.rgs-file_alt:before {
	content: "\f016"
}

.rgs-time:before {
	content: "\f017"
}

.rgs-road:before {
	content: "\f018"
}

.rgs-download_alt:before {
	content: "\f019"
}

.rgs-inbox:before {
	content: "\f01c"
}

.rgs-repeat:before {
	content: "\f01e"
}

.rgs-refresh:before {
	content: "\f021"
}

.rgs-list_alt:before {
	content: "\f022"
}

.rgs-lock:before {
	content: "\f023"
}

.rgs-flag:before {
	content: "\f024"
}

.rgs-headphones:before {
	content: "\f025"
}

.rgs-volume_off:before {
	content: "\f026"
}

.rgs-volume_down:before {
	content: "\f027"
}

.rgs-volume_up:before {
	content: "\f028"
}

.rgs-qrcode:before {
	content: "\f029"
}

.rgs-barcode:before {
	content: "\f02a"
}

.rgs-tag:before {
	content: "\f02b"
}

.rgs-tags:before {
	content: "\f02c"
}

.rgs-book:before {
	content: "\f02d"
}

.rgs-bookmark:before {
	content: "\f02e"
}

.rgs-print:before {
	content: "\f02f"
}

.rgs-camera:before {
	content: "\f030"
}

.rgs-font:before {
	content: "\f031"
}

.rgs-bold:before {
	content: "\f032"
}

.rgs-italic:before {
	content: "\f033"
}

.rgs-text_height:before {
	content: "\f034"
}

.rgs-text_width:before {
	content: "\f035"
}

.rgs-align_left:before {
	content: "\f036"
}

.rgs-align_center:before {
	content: "\f037"
}

.rgs-align_right:before {
	content: "\f038"
}

.rgs-align_justify:before {
	content: "\f039"
}

.rgs-list:before {
	content: "\f03a"
}

.rgs-indent_left:before {
	content: "\f03b"
}

.rgs-indent_right:before {
	content: "\f03c"
}

.rgs-facetime_video:before {
	content: "\f03d"
}

.rgs-picture:before {
	content: "\f03e"
}

.rgs-pencil:before {
	content: "\f040"
}

.rgs-map_marker:before {
	content: "\f041"
}

.rgs-adjust:before {
	content: "\f042"
}

.rgs-tint:before {
	content: "\f043"
}

.rgs-edit:before {
	content: "\f044"
}

.rgs-share:before {
	content: "\f045"
}

.rgs-check:before {
	content: "\f046"
}

.rgs-move:before {
	content: "\f047"
}

.rgs-step_backward:before {
	content: "\f048"
}

.rgs-fast_backward:before {
	content: "\f049"
}

.rgs-backward:before {
	content: "\f04a"
}

.rgs-play:before {
	content: "\f04b"
}

.rgs-pause:before {
	content: "\f04c"
}

.rgs-stop:before {
	content: "\f04d"
}

.rgs-forward:before {
	content: "\f04e"
}

.rgs-fast_forward:before {
	content: "\f050"
}

.rgs-step_forward:before {
	content: "\f051"
}

.rgs-eject:before {
	content: "\f052"
}

.rgs-chevron_left:before {
	content: "\f053"
}

.rgs-chevron_right:before {
	content: "\f054"
}

.rgs-ok_sign:before {
	content: "\f058"
}

.rgs-question_sign:before {
	content: "\f059"
}

.rgs-info_sign:before {
	content: "\f05a"
}

.rgs-ban_circle:before {
	content: "\f05e"
}

.rgs-arrow_left:before {
	content: "\f060"
}

.rgs-arrow_right:before {
	content: "\f061"
}

.rgs-arrow_up:before {
	content: "\f062"
}

.rgs-arrow_down:before {
	content: "\f063"
}

.rgs-share_alt:before {
	content: "\f064"
}

.rgs-resize_full:before {
	content: "\f065"
}

.rgs-resize_small:before {
	content: "\f066"
}

.rgs-plus:before {
	content: "\f067"
}

.rgs-minus:before {
	content: "\f068"
}

.rgs-asterisk:before {
	content: "\f069"
}

.rgs-exclamation_sign:before {
	content: "\f06a"
}

.rgs-gift:before {
	content: "\f06b"
}

.rgs-eye_open:before {
	content: "\f06e"
}

.rgs-eye_close:before {
	content: "\f070"
}

.rgs-warning_sign:before {
	content: "\f071"
}

.rgs-plane:before {
	content: "\f072"
}

.rgs-calendar:before {
	content: "\f073"
}

.rgs-random:before {
	content: "\f074"
}

.rgs-comment:before {
	content: "\f075"
}

.rgs-magnet:before {
	content: "\f076"
}

.rgs-chevron_up:before {
	content: "\f077"
}

.rgs-chevron_down:before {
	content: "\f078"
}

.rgs-retweet:before {
	content: "\f079"
}

.rgs-shopping_cart:before {
	content: "\f07a"
}

.rgs-folder_close:before {
	content: "\f07b"
}

.rgs-folder_open:before {
	content: "\f07c"
}

.rgs-resize_vertical:before {
	content: "\f07d"
}

.rgs-resize_horizontal:before {
	content: "\f07e"
}

.rgs-bar_chart:before {
	content: "\f080"
}

.rgs-twitter_sign:before {
	content: "\f081"
}

.rgs-facebook_sign:before {
	content: "\f082"
}

.rgs-camera_retro:before {
	content: "\f083"
}

.rgs-key:before {
	content: "\f084"
}

.rgs-cogs:before {
	content: "\f085"
}

.rgs-comments:before {
	content: "\f086"
}

.rgs-thumbs_up_alt:before {
	content: "\f087"
}

.rgs-thumbs_down_alt:before {
	content: "\f088"
}

.rgs-heart_empty:before {
	content: "\f08a"
}

.rgs-signout:before {
	content: "\f08b"
}

.rgs-linkedin_sign:before {
	content: "\f08c"
}

.rgs-pushpin:before {
	content: "\f08d"
}

.rgs-external_link:before {
	content: "\f08e"
}

.rgs-signin:before {
	content: "\f090"
}

.rgs-trophy:before {
	content: "\f091"
}

.rgs-github_sign:before {
	content: "\f092"
}

.rgs-upload_alt:before {
	content: "\f093"
}

.rgs-lemon:before {
	content: "\f094"
}

.rgs-phone:before {
	content: "\f095"
}

.rgs-check_empty:before {
	content: "\f096"
}

.rgs-bookmark_empty:before {
	content: "\f097"
}

.rgs-phone_sign:before {
	content: "\f098"
}

.rgs-twitter:before {
	content: "\f099"
}

.rgs-facebook:before {
	content: "\f09a"
}

.rgs-github:before {
	content: "\f09b"
}

.rgs-unlock:before {
	content: "\f09c"
}

.rgs-credit_card:before {
	content: "\f09d"
}

.rgs-rss:before {
	content: "\f09e"
}

.rgs-hdd:before {
	content: "\f0a0"
}

.rgs-bullhorn:before {
	content: "\f0a1"
}

.rgs-bell:before {
	content: "\f0a2"
}

.rgs-hand_right:before {
	content: "\f0a4"
}

.rgs-hand_left:before {
	content: "\f0a5"
}

.rgs-hand_up:before {
	content: "\f0a6"
}

.rgs-hand_down:before {
	content: "\f0a7"
}

.rgs-globe:before {
	content: "\f0ac"
}

.rgs-wrench:before {
	content: "\f0ad"
}

.rgs-tasks:before {
	content: "\f0ae"
}

.rgs-filter:before {
	content: "\f0b0"
}

.rgs-briefcase:before {
	content: "\f0b1"
}

.rgs-fullscreen:before {
	content: "\f0b2"
}

.rgs-group:before {
	content: "\f0c0"
}

.rgs-link:before {
	content: "\f0c1"
}

.rgs-cloud:before {
	content: "\f0c2"
}

.rgs-beaker:before {
	content: "\f0c3"
}

.rgs-cut:before {
	content: "\f0c4"
}

.rgs-copy:before {
	content: "\f0c5"
}

.rgs-paper_clip:before {
	content: "\f0c6"
}

.rgs-save:before {
	content: "\f0c7"
}

.rgs-sign_blank:before {
	content: "\f0c8"
}

.rgs-reorder:before {
	content: "\f0c9"
}

.rgs-ul:before {
	content: "\f0ca"
}

.rgs-ol:before {
	content: "\f0cb"
}

.rgs-strikethrough:before {
	content: "\f0cc"
}

.rgs-underline:before {
	content: "\f0cd"
}

.rgs-table:before {
	content: "\f0ce"
}

.rgs-magic:before {
	content: "\f0d0"
}

.rgs-truck:before {
	content: "\f0d1"
}

.rgs-pinterest:before {
	content: "\f0d2"
}

.rgs-pinterest_sign:before {
	content: "\f0d3"
}

.rgs-caret_down:before {
	content: "\f0d7"
}

.rgs-caret_up:before {
	content: "\f0d8"
}

.rgs-caret_left:before {
	content: "\f0d9"
}

.rgs-caret_right:before {
	content: "\f0da"
}

.rgs-columns:before {
	content: "\f0db"
}

.rgs-sort:before {
	content: "\f0dc"
}

.rgs-sort_down:before {
	content: "\f0dd"
}

.rgs-sort_up:before {
	content: "\f0de"
}

.rgs-envelope_alt:before {
	content: "\f0e0"
}

.rgs-linkedin:before {
	content: "\f0e1"
}

.rgs-undo:before {
	content: "\f0e2"
}

.rgs-legal:before {
	content: "\f0e3"
}

.rgs-dashboard:before {
	content: "\f0e4"
}

.rgs-comment_alt:before {
	content: "\f0e5"
}

.rgs-comments_alt:before {
	content: "\f0e6"
}

.rgs-bolt:before {
	content: "\f0e7"
}

.rgs-sitemap:before {
	content: "\f0e8"
}

.rgs-umbrella:before {
	content: "\f0e9"
}

.rgs-paste:before {
	content: "\f0ea"
}

.rgs-light_bulb:before {
	content: "\f0eb"
}

.rgs-exchange:before {
	content: "\f0ec"
}

.rgs-cloud_download:before {
	content: "\f0ed"
}

.rgs-cloud_upload:before {
	content: "\f0ee"
}

.rgs-user_md:before {
	content: "\f0f0"
}

.rgs-stethoscope:before {
	content: "\f0f1"
}

.rgs-suitcase:before {
	content: "\f0f2"
}

.rgs-bell_alt:before {
	content: "\f0f3"
}

.rgs-coffee:before {
	content: "\f0f4"
}

.rgs-food:before {
	content: "\f0f5"
}

.rgs-file_text_alt:before {
	content: "\f0f6"
}

.rgs-building:before {
	content: "\f0f7"
}

.rgs-hospital:before {
	content: "\f0f8"
}

.rgs-ambulance:before {
	content: "\f0f9"
}

.rgs-medkit:before {
	content: "\f0fa"
}

.rgs-fighter_jet:before {
	content: "\f0fb"
}

.rgs-beer:before {
	content: "\f0fc"
}

.rgs-h_sign:before {
	content: "\f0fd"
}

.rgs-plus-392:before {
	content: "\f0fe"
}

.rgs-arrow_left-398:before {
	content: "\f1ce"
}

.rgs-arrow_right-394:before {
	content: "\f1cf"
}

.rgs-arrow_up-395:before {
	content: "\f1d0"
}

.rgs-arrow_down-396:before {
	content: "\f1d1"
}

.rgs-arrow_left-397:before {
	content: "\f1d2"
}

.rgs-arrow_right-398:before {
	content: "\f1d3"
}

.rgs-arrow_up-399:before {
	content: "\f1d4"
}

.rgs-arrow_down-400:before {
	content: "\f1d5"
}

.rgs-desktop:before {
	content: "\f1d6"
}

.rgs-laptop:before {
	content: "\f1d7"
}

.rgs-tablet:before {
	content: "\f1d8"
}

.rgs-mobile_phone:before {
	content: "\f1d9"
}

.rgs-circle_blank:before {
	content: "\f1da"
}

.rgs-quote_left:before {
	content: "\f1db"
}

.rgs-quote_right:before {
	content: "\f1dc"
}

.rgs-spinner:before {
	content: "\f1dd"
}

.rgs-circle:before {
	content: "\f1de"
}

.rgs-reply:before {
	content: "\f1df"
}

.rgs-github_alt:before {
	content: "\f1e0"
}

.rgs-folder_close_alt:before {
	content: "\f1e1"
}

.rgs-folder_open_alt:before {
	content: "\f1e2"
}

.rgs-smile:before {
	content: "\f1e3"
}

.rgs-frown:before {
	content: "\f1e4"
}

.rgs-meh:before {
	content: "\f1e5"
}

.rgs-gamepad:before {
	content: "\f1e6"
}

.rgs-keyboard:before {
	content: "\f1e7"
}

.rgs-flag_alt:before {
	content: "\f1e8"
}

.rgs-flag_checkered:before {
	content: "\f1e9"
}

.rgs-terminal:before {
	content: "\f1ea"
}

.rgs-code:before {
	content: "\f1eb"
}

.rgs-reply_all:before {
	content: "\f1ec"
}

.rgs-star_half_empty:before {
	content: "\f1ed"
}

.rgs-location_arrow:before {
	content: "\f1ee"
}

.rgs-crop:before {
	content: "\f1ef"
}

.rgs-code_fork:before {
	content: "\f1f0"
}

.rgs-unlink:before {
	content: "\f1f1"
}

.rgs-question:before {
	content: "\f1f2"
}

.rgs-_279:before {
	content: "\f1f3"
}

.rgs-exclamation:before {
	content: "\f1f4"
}

.rgs-superscript:before {
	content: "\f1f5"
}

.rgs-subscript:before {
	content: "\f1f6"
}

.rgs-_283:before {
	content: "\f1f7"
}

.rgs-puzzle_piece:before {
	content: "\f1f8"
}

.rgs-microphone:before {
	content: "\f1f9"
}

.rgs-microphone_off:before {
	content: "\f1fa"
}

.rgs-shield:before {
	content: "\f1fb"
}

.rgs-calendar_empty:before {
	content: "\f1fc"
}

.rgs-fire_extinguisher:before {
	content: "\f1fd"
}

.rgs-rocket:before {
	content: "\f1fe"
}

.rgs-maxcdn:before {
	content: "\f1ff"
}

.rgs-anchor:before {
	content: "\f200"
}

.rgs-unlock_alt:before {
	content: "\f201"
}

.rgs-bullseye:before {
	content: "\f202"
}

.rgs-ellipsis_horizontal:before {
	content: "\f203"
}

.rgs-ellipsis_vertical:before {
	content: "\f204"
}

.rgs-_303:before {
	content: "\f205"
}

.rgs-check_minus:before {
	content: "\f206"
}

.rgs-level_up:before {
	content: "\f207"
}

.rgs-level_down:before {
	content: "\f208"
}

.rgs-share_sign:before {
	content: "\f209"
}

.rgs-eur:before {
	content: "\f20a"
}

.rgs-gbp:before {
	content: "\f20b"
}

.rgs-usd:before {
	content: "\f20c"
}

.rgs-inr:before {
	content: "\f20d"
}

.rgs-jpy:before {
	content: "\f20e"
}

.rgs-rub:before {
	content: "\f20f"
}

.rgs-krw:before {
	content: "\f210"
}

.rgs-btc:before {
	content: "\f211"
}

.rgs-file:before {
	content: "\f212"
}

.rgs-file_text:before {
	content: "\f213"
}

.rgs-sort_by_alphabet:before {
	content: "\f214"
}

.rgs-_329:before {
	content: "\f215"
}

.rgs-sort_by_attributes:before {
	content: "\f216"
}

.rgs-sort_by_attributes_alt:before {
	content: "\f217"
}

.rgs-sort_by_order:before {
	content: "\f218"
}

.rgs-sort_by_order_alt:before {
	content: "\f219"
}

.rgs-_334:before {
	content: "\f21a"
}

.rgs-_335:before {
	content: "\f21b"
}

.rgs-youtube_sign:before {
	content: "\f21c"
}

.rgs-youtube:before {
	content: "\f21d"
}

.rgs-xing:before {
	content: "\f21e"
}

.rgs-xing_sign:before {
	content: "\f21f"
}

.rgs-youtube_play:before {
	content: "\f220"
}

.rgs-dropbox:before {
	content: "\f221"
}

.rgs-stackexchange:before {
	content: "\f222"
}

.rgs-instagram:before {
	content: "\f223"
}

.rgs-flickr:before {
	content: "\f224"
}

.rgs-adn:before {
	content: "\f225"
}

.rgs-bitbucket_sign:before {
	content: "\f227"
}

.rgs-tumblr:before {
	content: "\f228"
}

.rgs-tumblr_sign:before {
	content: "\f229"
}

.rgs-long_arrow_down:before {
	content: "\f22a"
}

.rgs-long_arrow_up:before {
	content: "\f22b"
}

.rgs-long_arrow_left:before {
	content: "\f22c"
}

.rgs-long_arrow_right:before {
	content: "\f22d"
}

.rgs-apple:before {
	content: "\f22e"
}

.rgs-windows:before {
	content: "\f22f"
}

.rgs-android:before {
	content: "\f230"
}

.rgs-linux:before {
	content: "\f231"
}

.rgs-dribble:before {
	content: "\f232"
}

.rgs-skype:before {
	content: "\f233"
}

.rgs-foursquare:before {
	content: "\f234"
}

.rgs-trello:before {
	content: "\f235"
}

.rgs-female:before {
	content: "\f236"
}

.rgs-male:before {
	content: "\f237"
}

.rgs-gittip:before {
	content: "\f238"
}

.rgs-sun:before {
	content: "\f239"
}

.rgs-_366:before {
	content: "\f23a"
}

.rgs-archive:before {
	content: "\f23b"
}

.rgs-bug:before {
	content: "\f23c"
}

.rgs-vk:before {
	content: "\f23d"
}

.rgs-weibo:before {
	content: "\f23e"
}

.rgs-renren:before {
	content: "\f23f"
}

.rgs-rg_507:before {
	content: "\f240"
}

.rgs-stack_exchange:before {
	content: "\f241"
}

.rgs-wheel_chair:before {
	content: "\f246"
}

.rgs-vimeo_square:before {
	content: "\f247"
}

.rgs-rg_511:before {
	content: "\f248"
}

.rgs-plus_square_o:before {
	content: "\f249"
}

.rgs-rg_513:before {
	content: "\f24a"
}

.rgs-rg_514:before {
	content: "\f24b"
}

.rgs-branch:before {
	content: "\f24f"
}

.rgs-graduate-516:before {
	content: "\f250"
}

.rgs-reddit:before {
	content: "\f253"
}

.rgs-reddit-518:before {
	content: "\f254"
}

.rgs-rg_519:before {
	content: "\f255"
}

.rgs-rg_520:before {
	content: "\f256"
}

.rgs-rg_521:before {
	content: "\f257"
}

.rgs-digg:before {
	content: "\f258"
}

.rgs-rg_523:before {
	content: "\f259"
}

.rgs-_398:before {
	content: "\f25a"
}

.rgs-_399:before {
	content: "\f25b"
}

.rgs-rg_525:before {
	content: "\f25c"
}

.rgs-rg_527:before {
	content: "\f25d"
}

.rgs-_403:before {
	content: "\f25f"
}

.rgs-rg_528:before {
	content: "\f260"
}

.rgs-group-529:before {
	content: "\f261"
}

.rgs-spoon:before {
	content: "\f262"
}

.rgs-cube:before {
	content: "\f263"
}

.rgs-cube-533:before {
	content: "\f264"
}

.rgs-be:before {
	content: "\f265"
}

.rgs-be1:before {
	content: "\f266"
}

.rgs-_412:before {
	content: "\f268"
}

.rgs-rg_537:before {
	content: "\f269"
}

.rgs-car-538:before {
	content: "\f26a"
}

.rgs-taxi:before {
	content: "\f26b"
}

.rgs-xmas:before {
	content: "\f26c"
}

.rgs-rg_541:before {
	content: "\f26d"
}

.rgs-rg_542:before {
	content: "\f26e"
}

.rgs-rg_543:before {
	content: "\f26f"
}

.rgs-database:before {
	content: "\f270"
}

.rgs-pdf:before {
	content: "\f271"
}

.rgs-msword:before {
	content: "\f272"
}

.rgs-excel:before {
	content: "\f273"
}

.rgs-powerpoint:before {
	content: "\f274"
}

.rgs-image:before {
	content: "\f275"
}

.rgs-zip:before {
	content: "\f276"
}

.rgs-volume:before {
	content: "\f277"
}

.rgs-volume1:before {
	content: "\f278"
}

.rgs-code-553:before {
	content: "\f279"
}

.rgs-rg_554:before {
	content: "\f27a"
}

.rgs-cube-555:before {
	content: "\f27b"
}

.rgs-rg_556:before {
	content: "\f27c"
}

.rgs-rg_557:before {
	content: "\f27d"
}

.rgs-rg_558:before {
	content: "\f27e"
}

.rgs-rg_559:before {
	content: "\f27f"
}

.rgs-rg_560:before {
	content: "\f280"
}

.rgs-git1:before {
	content: "\f281"
}

.rgs-git2:before {
	content: "\f282"
}

.rgs-yahoo:before {
	content: "\f283"
}

.rgs-uniF1D5:before {
	content: "\f284"
}

.rgs-comments-565:before {
	content: "\f286"
}

.rgs-telegram-566:before {
	content: "\f287"
}

.rgs-telegram-567:before {
	content: "\f288"
}

.rgs-rg_568:before {
	content: "\f289"
}

.rgs-rg_570:before {
	content: "\f28b"
}

.rgs-filters:before {
	content: "\f28d"
}

.rgs-share-571:before {
	content: "\f28e"
}

.rgs-share-572:before {
	content: "\f28f"
}

.rgs-bomb:before {
	content: "\f290"
}

.rgs-football:before {
	content: "\f291"
}

.rgs-plug:before {
	content: "\f294"
}

.rgs-rg_577:before {
	content: "\f298"
}

.rgs-wifi:before {
	content: "\f299"
}

.rgs-_463:before {
	content: "\f29b"
}

.rgs-rg_579:before {
	content: "\f29c"
}

.rgs-visa:before {
	content: "\f29d"
}

.rgs-mcard:before {
	content: "\f29e"
}

.rgs-discover:before {
	content: "\f29f"
}

.rgs-amex:before {
	content: "\f2a0"
}

.rgs-paypal:before {
	content: "\f2a1"
}

.rgs-stripe:before {
	content: "\f2a2"
}

.rgs-nobell:before {
	content: "\f2a3"
}

.rgs-nobell-587:before {
	content: "\f2a4"
}

.rgs-bin-delete:before {
	content: "\f2a5"
}

.rgs-copyright:before {
	content: "\f2a6"
}

.rgs-at:before {
	content: "\f2a7"
}

.rgs-dropper:before {
	content: "\f2a8"
}

.rgs-brush:before {
	content: "\f2a9"
}

.rgs-cake:before {
	content: "\f2aa"
}

.rgs-area-chart:before {
	content: "\f2ab"
}

.rgs-pie-chart-595:before {
	content: "\f2ac"
}

.rgs-graph:before {
	content: "\f2ad"
}

.rgs-switch-on:before {
	content: "\f2b0"
}

.rgs-switch-off:before {
	content: "\f2b1"
}

.rgs-cycle:before {
	content: "\f2b2"
}

.rgs-bus:before {
	content: "\f2b3"
}

.rgs-_488:before {
	content: "\f2b4"
}

.rgs-2finger:before {
	content: "\f2b5"
}

.rgs-add-cart:before {
	content: "\f2c2"
}

.rgs-from-cart:before {
	content: "\f2c3"
}

.rgs-diamond:before {
	content: "\f2c4"
}

.rgs-bike:before {
	content: "\f2c7"
}

.rgs-position:before {
	content: "\f2c8"
}

.rgs-hear-beat:before {
	content: "\f2c9"
}

.rgs-venus:before {
	content: "\f2ca"
}

.rgs-rg_609:before {
	content: "\f2cb"
}

.rgs-rg_610:before {
	content: "\f2cc"
}

.rgs-rg_611:before {
	content: "\f2cd"
}

.rgs-rg_612:before {
	content: "\f2ce"
}

.rgs-rg_613:before {
	content: "\f2cf"
}

.rgs-rg_614:before {
	content: "\f2d0"
}

.rgs-rg_615:before {
	content: "\f2d1"
}

.rgs-rg_616:before {
	content: "\f2d2"
}

.rgs-rg_617:before {
	content: "\f2d3"
}

.rgs-rg_618:before {
	content: "\f2d4"
}

.rgs-rg_619:before {
	content: "\f2d5"
}

.rgs-rg_620:before {
	content: "\f2d6"
}

.rgs-facebook-621:before {
	content: "\f2d7"
}

.rgs-pinterest-622:before {
	content: "\f2d8"
}

.rgs-whatsapp-623:before {
	content: "\f2d9"
}

.rgs-menu-624:before {
	content: "\f2da"
}

.rgs-add-contact:before {
	content: "\f2db"
}

.rgs-remove-contact:before {
	content: "\f2dc"
}

.rgs-bed:before {
	content: "\f2dd"
}

.rgs-_533:before {
	content: "\f2df"
}

.rgs-lock-620:before {
	content: "\f2e5"
}

.rgs-battery-full:before {
	content: "\f2e6"
}

.rgs-battery-full-631:before {
	content: "\f2e7"
}

.rgs-battery-half:before {
	content: "\f2e8"
}

.rgs-battery-low:before {
	content: "\f2e9"
}

.rgs-battery-empty:before {
	content: "\f2ea"
}

.rgs-cursor:before {
	content: "\f2eb"
}

.rgs-build-area:before {
	content: "\f2ed"
}

.rgs-lot-area:before {
	content: "\f2ee"
}

.rgs-copy-638:before {
	content: "\f2f3"
}

.rgs-balance:before {
	content: "\f2f4"
}

.rgs-waiting-640:before {
	content: "\f2f5"
}

.rgs-waiting-641:before {
	content: "\f2f6"
}

.rgs-waiting-642:before {
	content: "\f2f7"
}

.rgs-waiting-643:before {
	content: "\f2f8"
}

.rgs-rg_644:before {
	content: "\f2f9"
}

.rgs-victory:before {
	content: "\f300"
}

.rgs-trademark:before {
	content: "\f301"
}

.rgs-registered:before {
	content: "\f302"
}

.rgs-cc:before {
	content: "\f303"
}

.rgs-rg_649:before {
	content: "\f304"
}

.rgs-rg_650:before {
	content: "\f305"
}

.rgs-owl:before {
	content: "\f306"
}

.rgs-compas:before {
	content: "\f30b"
}

.rgs-monitor:before {
	content: "\f310"
}

.rgs-amazon:before {
	content: "\f313"
}

.rgs-add-cal:before {
	content: "\f314"
}

.rgs-remove-cal:before {
	content: "\f315"
}

.rgs-delete-cal:before {
	content: "\f316"
}

.rgs-ok-cal:before {
	content: "\f317"
}

.rgs-direction-board:before {
	content: "\f31a"
}

.rgs-area:before {
	content: "\f31b"
}

.rgs-area-661:before {
	content: "\f31c"
}

.rgs-comment-662:before {
	content: "\f31d"
}

.rgs-comment-663:before {
	content: "\f31e"
}

.rgs-reddit-664:before {
	content: "\f323"
}

.rgs-card:before {
	content: "\f325"
}

.rgs-quila:before {
	content: "\f328"
}

.rgs-jack:before {
	content: "\f329"
}

.rgs-cloud-network:before {
	content: "\f32b"
}

.rgs-briefcase-669:before {
	content: "\f331"
}

.rgs-basket-670:before {
	content: "\f332"
}

.rgs-hash:before {
	content: "\f333"
}

.rgs-bluetooth-672:before {
	content: "\f334"
}

.rgs-bluetooth-673:before {
	content: "\f335"
}

.rgs-percentage:before {
	content: "\f336"
}

.rgs-wheel-chair-675:before {
	content: "\f33c"
}

.rgs-question-676:before {
	content: "\f33d"
}

.rgs-blind-man:before {
	content: "\f33e"
}

.rgs-phone-678:before {
	content: "\f340"
}

.rgs-wonderful:before {
	content: "\f343"
}

.rgs-clap:before {
	content: "\f347"
}

.rgs-rgs-681:before {
	content: "\f34b"
}

.rgs-rgs-682:before {
	content: "\f34c"
}

.rgs-rgs-683:before {
	content: "\f34d"
}

.rgs-flag-684:before {
	content: "\f352"
}

.rgs-handshake-685:before {
	content: "\f353"
}

.rgs-envelope-686:before {
	content: "\f354"
}

.rgs-envelope-687:before {
	content: "\f355"
}

.rgs-blocks-688:before {
	content: "\f356"
}

.rgs-user-689:before {
	content: "\f35b"
}

.rgs-user-690:before {
	content: "\f35c"
}

.rgs-user-691:before {
	content: "\f35d"
}

.rgs-shower:before {
	content: "\f368"
}

.rgs-bath-tab:before {
	content: "\f369"
}

.rgs-minimize:before {
	content: "\f36c"
}

.rgs-maximize:before {
	content: "\f36d"
}

.rgs-imdb:before {
	content: "\f36e"
}

.rgs-chip:before {
	content: "\f36f"
}

.rgs-ion-add:before {
	content: "\f374"
}

.rgs-ion-arrow-left:before {
	content: "\f375"
}

.rgs-ion-arrow-down:before {
	content: "\f376"
}

.rgs-ion-arrow-right:before {
	content: "\f377"
}

.rgs-ion-arrow-up:before {
	content: "\f378"
}

.rgs-ion-call:before {
	content: "\f379"
}

.rgs-rgs-ion-close:before {
	content: "\f37a"
}

.rgs-ion-contacts:before {
	content: "\f37b"
}

.rgs-ion-contract:before {
	content: "\f37d"
}

.rgs-ion-pencil:before {
	content: "\f37e"
}

.rgs-ion-done-all:before {
	content: "\f382"
}

.rgs-ion-done:before {
	content: "\f383"
}

.rgs-ion-menu:before {
	content: "\f394"
}

.rgs-ion-more-horizontal:before {
	content: "\f396"
}

.rgs-ion-more-vertical:before {
	content: "\f397"
}

.rgs-ion-notifications-none:before {
	content: "\f399"
}

.rgs-ion-notifications:before {
	content: "\f39b"
}

.rgs-ion-options:before {
	content: "\f39d"
}

.rgs-ion-share-alt:before {
	content: "\f3ac"
}

.rgs-ion-star-outline:before {
	content: "\f3ae"
}

.rgs-ion-star:before {
	content: "\f37c"
}

.rgs-ion-expand:before {
	content: "\f37f"
}

.rgs-ion-shrink:before {
	content: "\f380"
}

.rgs-ion-check:before {
	content: "\f381"
}

.rgs-ion-check-722:before {
	content: "\f384"
}

.rgs-ion-chevron-down:before {
	content: "\f385"
}

.rgs-ion-chevron-left:before {
	content: "\f386"
}

.rgs-ion-clipboard:before {
	content: "\f387"
}

.rgs-ion-code-download:before {
	content: "\f388"
}

.rgs-ion-code-working:before {
	content: "\f389"
}

.rgs-ion-code:before {
	content: "\f38a"
}

.rgs-ion-compose:before {
	content: "\f38b"
}

.rgs-ion-eye-disabled:before {
	content: "\f38c"
}

.rgs-ion-eye:before {
	content: "\f38d"
}

.rgs-ion-ios-arrow-back:before {
	content: "\f3cf"
}

.rgs-ion-ios-arrow-forward:before {
	content: "\f3d1"
}

.rgs-ion-bell-outline:before {
	content: "\f3e1"
}

.rgs-ion-bell:before {
	content: "\f3e2"
}

.rgs-ion-bolt-outline:before {
	content: "\f3e5"
}

.rgs-ion-bolt:before {
	content: "\f3e6"
}

.rgs-ion-book-outline:before {
	content: "\f3e7"
}

.rgs-ion-briefcase-outline:before {
	content: "\f3ed"
}

.rgs-ion-briefcase:before {
	content: "\f3ee"
}

.rgs-ion-browsers-outline:before {
	content: "\f3ef"
}

.rgs-ion-browsers:before {
	content: "\f3f0"
}

.rgs-ion-checkmark-empty:before {
	content: "\f3fd"
}

.rgs-rgs-ion-close-empty:before {
	content: "\f404"
}

.rgs-ion-crop-strong:before {
	content: "\f41d"
}

.rgs-ion-pulse-strong:before {
	content: "\f492"
}

@font-face {
	font-family: 'flexslider-icon';
	src: url(../font/flexslider-icon.eot);
	src: url(../font/flexslider-icon.eot) format('embedded-opentype'), url(../font/flexslider-icon.woff) format('woff'), url(../font/flexslider-icon.ttf) format('truetype'), url(https://sea-property.com/res/css/fonts/flexslider-icon.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.flexslider {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides>img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides>li:first-child {
	display: block;
}

.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

@-moz-document url-prefix() {
	.loading .flex-viewport {
		max-height: none;
	}
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	background: #000;
	border-radius: 100px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(150, 150, 150, 0.6);
	transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 28px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	content: '\f001';
	color: rgba(200, 200, 200, 0.9);
}

.flex-direction-nav a.flex-next:before {
	content: '\f002';
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f003';
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: rgba(150, 150, 150, 0.6);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.flex-control-paging li a:hover {
	background: rgba(100, 100, 100, 0.8);
}

.flex-control-paging li a.flex-active {
	background: rgba(100, 100, 100, 0.8);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width:860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
		display: none;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
		display: none;
	}
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
	text-align: center;
}

.owl-prev,
.owl-next {
	position: absolute;
	font-size: 64px;
	opacity: 0.20;
}

.owl-prev {
	left: 20px;
}

.owl-next {
	right: 20px;
}

.owl-prev:hover,
.owl-next:hover {
	opacity: 0.6;
}

.owl-buttons {
	text-align: center;
	top: calc(50% - 32px);
	width: 100%;
	position: absolute;
	z-index: 9;
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #cccccc;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	background: #999999;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}
}

@-webkit-keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	}
}

@-moz-keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0);
	}
}

@keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0);
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8);
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8);
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8);
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%);
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%);
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%);
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5);
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5);
	}
}

body {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

.ssBtnDefault {
	display: none;
}

* {
	outline: none;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background: rgba(150, 150, 150, 0.9);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(150, 150, 150, 0.4);
}

li.popular.last {
	border-bottom: 0.1px solid #ccc
}

select {
	background: #fff;
}

.transparent-bg {
	background: url(../image/transparent.png);
	background-repeat: repeat;
	background-size: contain;
}

iframe {
	border: 0
}

* {
	margin: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

input.ihide {
	height: 0 !important;
	padding: 0 !important
}

.alertify-inner>.alert-title {
	text-align: left;
	font-weight: bold;
}

.alertify-inner>.alert-text {
	text-align: left;
	padding: 5px 0;
}

.alertify-buttons>.btn {
	min-width: 60px;
}

.alert-text input,
.alert-text select {
	float: left;
	width: 100%;
	padding: 8px;
	margin-bottom: 5px;
	border: 0.1px solid #eee;
}

._fullscreen {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	margin: 0 !important;
	overflow: auto;
	background: #fff;
}

._fullscreen>.trg_dd_toolbar {
	position: fixed;
	width: 100%;
	height: 36px;
	background: #eee;
	border-bottom: 0.1px solid #999;
	text-align: center;
	line-height: 36px;
}

._fullscreen>.trg_dd_list {
	max-height: calc(100% - 40px) !important;
	margin-top: 36px;
}

._fullscreen>.trg_dd_list ul>li {
	padding: 10px 20px 10px 20px !important;
	border-bottom: 0.1px solid #999;
}

button {
	padding: 5px 10px;
	border: 0;
	outline: none;
	cursor: pointer;
	border-radius: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-family: inherit;
}

table {
	BORDER-COLLAPSE: collapse;
}

img.bg-image-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

video.bg-image-video {
	position: relative;
	width: 100%;
	height: auto;
	z-index: -1;
}

.hide {
	display: none
}

.map-control {
	position: absolute;
	width: 300px;
	height: 26px;
	line-height: 26px;
	z-index: 9;
	bottom: 15px;
	right: 15px;
}

.map-control>div {
	float: right;
	cursor: pointer;
	border: 0px solid #eee;
}

.map-control>div>i {
	width: 26px;
	height: 26px;
	line-height: 28px;
	font-weight: normal;
	text-align: center;
}

.map-control ul {
	position: absolute;
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	top: -130px;
}

.map-control ul>li {
	padding: 0px 10px;
	cursor: pointer;
	list-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.map-control ul>li.selected:before {
	float: left;
	content: "\2714";
	margin-left: -10px;
	font-size: 10px;
}

.img-holder {
	float: left;
	padding: 2px;
	outline: none;
	background: inherit;
	width: 100%;
	min-height: 150px;
}

.img-holder>div {
	float: left;
	padding: 5px;
	position: relative;
	background: #fff;
}

.img-holder>div:hover>i {
	display: block;
	color: #f00;
}

.img-holder>div>i {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #fff;
	display: none;
	cursor: pointer;
	border-radius: 100%;
}

.img-holder>div>img {
	float: left;
	width: auto;
	height: 100px;
	max-width: 100%;
	border: 0.1px solid #f9f9f9;
	padding: 5px;
	cursor: move;
	box-shadow: 0px 0px 1px 0px rgba(150, 150, 150, 0.15)
}

.disabled,
.disabled * {
	color: #999;
	cursor: default;
	pointer-events: none;
}

i.disabled {
	font-style: normal;
	color: #999 !important;
}

.disabled input {
	background: #f9f9f9 !important;
}

.trg-field.disabled i {
	font-style: normal;
}

.trg-field.disabled title {
	color: inherit !important;
}

.trg_input>[id$="_price"] {
	padding-left: 0 !important;
}

.trg_input>[id$="_currency"] {
	padding-right: 0 !important;
}

.trg_dd.location_search>div {
	float: left;
	width: 100%;
	padding: 10px 15px;
	border-bottom: 0.1px solid #eee;
	cursor: pointer
}

.trg_dd.location_search>div:hover {
	background: #f9f9f9;
}

.trg_dd.location_search>div.active {
	background: #eee;
}

.trg_dd.location_search>div>span {
	float: left;
	width: calc(100% - 150px)
}

.trg_dd.location_search>div>label {
	float: right;
	width: 150px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
}

.trg_input_box {
	float: left;
	width: 100%;
	padding: 2px;
	position: relative;
}

.trg_title {
	position: relative;
	width: 100%;
	padding: 3px 0;
	height: 20px;
}

.trg_caption {
	max-width: 100%;
}

.trg_caption label {
	float: left;
	max-width: 100%;
	font-size: 12px;
	color: #333;
	padding-right: 3px;
}

.trg_caption span {
	font-size: 12px;
	color: #333;
}

.trg_input {
	float: left;
	position: relative;
	width: 100%;
	border: 0.1px solid #ddd;
	color: #555;
}

.trg_input input,
.trg_input textarea {
	border: 0;
	padding: 10px;
	width: 100%;
}

.trg_input textarea {
	height: 100px;
	resize: none;
}

.trg_input .file {
	float: left;
	padding: 2px;
}

.trg_input .file>.thumb {
	height: 120px;
	border: 0.1px solid #eee;
	cursor: pointer;
	text-align: center
}

.trg_input .file>.thumb>img {
	max-width: 100%;
	max-height: 100%;
}

.chkbx {
	float: left;
	cursor: pointer;
	color: var(--PRIMARY-BTN-BG)
}

.chkbx>i {
	float: left;
	font-size: 12px;
	cursor: pointer;
	width: 13px;
	height: 13px;
	border: 0.1px solid #999;
	color: #333;
}

.chkbx>label {
	float: left;
	line-height: 12px;
	padding-left: 3px;
	cursor: pointer;
}

.trg_dd {
	position: absolute;
	background: #fff;
	z-index: 999999;
	padding: 0 0 0 0;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	display: none;
	cursor: default;
	border-radius: 0px 0px 4px 4px
}

.trg_dd_list {
	float: left;
	width: 100%;
	max-height: 250px;
	overflow: auto;
}

.trg_dd_list ul.record_ul>li {
	border-bottom: 0.1px dashed #eee;
}

.trg_dd_list ul.record_ul>li>label {
	float: left;
	width: 100%;
}

.trg_dd_list ul.record_ul>li>span {
	float: left;
	width: 100%;
	font-size: 10px;
	margin-top: 2px;
}

.trg_dd_list.multili {
	padding: 10px 0;
}

.trg_dd_list.multili.li50 ul>li {
	float: left;
	width: 50%;
}

.trg_dd_list.multili.li33 ul>li {
	float: left;
	width: 33.33%;
}

.trg_dd_list.multili.li25 ul>li {
	float: left;
	width: 25%;
}

.trg_dd_list.multili ul>li.active {
	background: inherit;
	color: inherit;
}

.trg_dd_list.multili ul>li.active:hover {
	background: #f7f7f7;
	color: inherit;
}

.trg_dd_list ul {
	padding: 0;
	margin: 0;
}

.trg_dd_list ul>li {
	padding: 5px 20px 5px 20px;
	cursor: pointer;
	color: #333;
	list-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px
}

.trg_dd_list ul>li.active {
	background: #4d79ff;
	color: #fff;
}

.trg_dd_list ul>li.active:hover {
	background: #4d79ff;
	color: #fff;
}

.trg_dd_list ul>li:hover {
	background: #f7f7f7;
	color: #333;
}

.trg_dd_list ul>li.selected:before {
	float: left;
	content: "\2714";
	margin-top: 0px;
	margin-left: -16px;
	line-height: 16px
}

.trg_dd_list ul>li._p {
	font-weight: bold;
}

.trg_dd_list ul>li._c {
	padding-left: 40px;
}

.trg_switch {
	float: left;
	padding: 10px;
	text-align: center;
	background: #f7f7f7;
	cursor: pointer;
	border-right: 0.1px solid #eee;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	;
}

.trg_switch:last-child {
	border-right: 0;
}

.trg_switch.selected {
	background: #4d79ff;
	color: #fff;
}

.trg_slider {
	position: absolute;
	top: 50%;
	height: 10px;
	left: 13px;
	right: 3px;
	margin-top: -5px;
	background: transparent;
	cursor: pointer;
}

.trg_slider_placeholder {
	position: absolute;
	top: 50%;
	height: 2px;
	left: 0px;
	right: 0px;
	margin-top: -1px;
	background: #4d79ff
}

.trg_input_box.disabled {
	pointer-events: none;
}

.trg_input_box.disabled i,
.trg_input_box.disabled .trg_caption label {
	color: #999;
}

.white-tab,
.trg_input .dd_div.show {
	background: #fff;
}

.trg_input .dd_div {
	padding: 12px 20px 25px 6px;
	cursor: pointer;
}

.trg_child {
	margin-top: 3px;
}

.trg_input .dd_div label {
	color: #333;
	cursor: pointer;
}

.trg_input .dd_div span {
	color: #999;
	padding-left: 4px;
	cursor: pointer;
}

.trg_record {
	position: absolute;
	background: #fff;
	z-index: 99;
	padding: 6px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.trg_record>span {
	float: left;
}

.trg_record>i {
	float: right;
	cursor: pointer;
	color: #999;
}

.trg_record>i:hover {
	color: #f55;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	outline: none;
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 200, 1);
	border-radius: 100%;
	top: -3px;
	z-index: 99
}

.ui-slider .ui-slider-range {
	background: rgba(200, 200, 200, 0.5);
}

.ui-datepicker {
	padding-bottom: 5px;
	z-index: 999999999 !important;
}

.info-window p,
.info-window label {
	padding: 0;
	margin: 0;
	line-height: 1.5;
}

.info-window label {
	margin-bottom: 10px;
	font-weight: 500;
}

.info-window._cluster,
.poi-info-window {
	padding-bottom: 30px
}

.wrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.box-shadow {
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .02)
}

.box-shadow-light {
	border: 0.1px solid #ddd;
}

.rating {
	width: 60px;
	height: 16px;
	display: block;
	background: url(../image/star-rating.png) 0 0 no-repeat;
}

.rating-50 {
	background-position: 0 0;
}

.rating-40 {
	background-position: -12px 0;
}

.rating-30 {
	background-position: -24px 0;
}

.rating-20 {
	background-position: -36px 0;
}

.rating-10 {
	background-position: -48px 0;
}

.rating-0 {
	background-position: -60px 0;
}

� .rating-5� {
	background-position: -48px -16px;
}

.rating-15 {
	background-position: -36px -16px;
}

.rating-25 {
	background-position: -24px -16px;
}

.rating-35 {
	background-position: -12px -16px;
}

.rating-45 {
	background-position: 0 -16px;
}

.intl-tel-input {
	float: left;
	width: 100%;
}

.intl-tel-input .hide {
	display: none;
}

.intl-tel-input .flag-dropdown {
	float: left;
	z-index: 1;
	cursor: pointer;
	padding: 5px;
	width: 24px;
	background: #fff;
}

.intl-tel-input .flag-dropdown .selected-flag {
	margin: 0px;
	padding: 5px 0 0 0;
}

.intl-tel-input .flag-dropdown .selected-flag:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .flag-dropdown .selected-flag .down-arrow {
	top: 6px;
	position: relative;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid black;
	display: none
}

.intl-tel-input .flag-dropdown .country-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -6px;
	z-index: 2;
	overflow-y: scroll;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	position: absolute;
	top: 28px;
	width: 200px;
	max-height: 100vh;
}

.intl-tel-input .flag-dropdown .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

.intl-tel-input .flag-dropdown .country-list .country {
	line-height: 16px;
	padding: 4px 10px;
}

.intl-tel-input .flag-dropdown .country-list .country .dial-code {
	color: #999999;
}

.intl-tel-input .flag-dropdown .country-list .country.highlight {
	background-color: rgba(0, 0, 0, 0.1);
}

.intl-tel-input .flag-dropdown .country-list .flag {
	display: inline-block;
	vertical-align: bottom;
}

.intl-tel-input .flag-dropdown .country-list .flag,
.intl-tel-input .flag-dropdown .country-list .country-name {
	margin-right: 6px;
}

.intl-tel-input input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.f16 .flag {
	width: 16px;
	height: 16px;
	background: url(../image/flags16.png) no-repeat;
}

.f16 ._African_Union {
	background-position: 0 -16px;
}

.f16 ._Arab_League {
	background-position: 0 -32px;
}

.f16 ._ASEAN {
	background-position: 0 -48px;
}

.f16 ._CARICOM {
	background-position: 0 -64px;
}

.f16 ._CIS {
	background-position: 0 -80px;
}

.f16 ._Commonwealth {
	background-position: 0 -96px;
}

.f16 ._England {
	background-position: 0 -112px;
}

.f16 ._European_Union {
	background-position: 0 -128px;
}

.f16 ._Islamic_Conference {
	background-position: 0 -144px;
}

.f16 ._Kosovo {
	background-position: 0 -160px;
}

.f16 ._NATO {
	background-position: 0 -176px;
}

.f16 ._Northern_Cyprus {
	background-position: 0 -192px;
}

.f16 ._Northern_Ireland {
	background-position: 0 -208px;
}

.f16 ._Olimpic_Movement {
	background-position: 0 -224px;
}

.f16 ._OPEC {
	background-position: 0 -240px;
}

.f16 ._Red_Cross {
	background-position: 0 -256px;
}

.f16 ._Scotland {
	background-position: 0 -272px;
}

.f16 ._Somaliland {
	background-position: 0 -288px;
}

.f16 ._Tibet {
	background-position: 0 -304px;
}

.f16 ._United_Nations {
	background-position: 0 -320px;
}

.f16 ._Wales {
	background-position: 0 -336px;
}

.f16 .ad {
	background-position: 0 -352px;
}

.f16 .ae {
	background-position: 0 -368px;
}

.f16 .af {
	background-position: 0 -384px;
}

.f16 .ag {
	background-position: 0 -400px;
}

.f16 .ai {
	background-position: 0 -416px;
}

.f16 .al {
	background-position: 0 -432px;
}

.f16 .am {
	background-position: 0 -448px;
}

.f16 .an {
	background-position: 0 -464px;
}

.f16 .ao {
	background-position: 0 -480px;
}

.f16 .aq {
	background-position: 0 -496px;
}

.f16 .ar {
	background-position: 0 -512px;
}

.f16 .as {
	background-position: 0 -528px;
}

.f16 .at {
	background-position: 0 -544px;
}

.f16 .au {
	background-position: 0 -560px;
}

.f16 .aw {
	background-position: 0 -576px;
}

.f16 .az {
	background-position: 0 -592px;
}

.f16 .ba {
	background-position: 0 -608px;
}

.f16 .bb {
	background-position: 0 -624px;
}

.f16 .bd {
	background-position: 0 -640px;
}

.f16 .be {
	background-position: 0 -656px;
}

.f16 .bf {
	background-position: 0 -672px;
}

.f16 .bg {
	background-position: 0 -688px;
}

.f16 .bh {
	background-position: 0 -704px;
}

.f16 .bi {
	background-position: 0 -720px;
}

.f16 .bj {
	background-position: 0 -736px;
}

.f16 .bm {
	background-position: 0 -752px;
}

.f16 .bn {
	background-position: 0 -768px;
}

.f16 .bo {
	background-position: 0 -784px;
}

.f16 .br {
	background-position: 0 -800px;
}

.f16 .bs {
	background-position: 0 -816px;
}

.f16 .bt {
	background-position: 0 -832px;
}

.f16 .bw {
	background-position: 0 -848px;
}

.f16 .by {
	background-position: 0 -864px;
}

.f16 .bz {
	background-position: 0 -880px;
}

.f16 .ca {
	background-position: 0 -896px;
}

.f16 .cg {
	background-position: 0 -912px;
}

.f16 .cf {
	background-position: 0 -928px;
}

.f16 .cd {
	background-position: 0 -944px;
}

.f16 .ch {
	background-position: 0 -960px;
}

.f16 .ci {
	background-position: 0 -976px;
}

.f16 .ck {
	background-position: 0 -992px;
}

.f16 .cl {
	background-position: 0 -1008px;
}

.f16 .cm {
	background-position: 0 -1024px;
}

.f16 .cn {
	background-position: 0 -1040px;
}

.f16 .co {
	background-position: 0 -1056px;
}

.f16 .cr {
	background-position: 0 -1072px;
}

.f16 .cu {
	background-position: 0 -1088px;
}

.f16 .cv {
	background-position: 0 -1104px;
}

.f16 .cy {
	background-position: 0 -1120px;
}

.f16 .cz {
	background-position: 0 -1136px;
}

.f16 .de {
	background-position: 0 -1152px;
}

.f16 .dj {
	background-position: 0 -1168px;
}

.f16 .dk {
	background-position: 0 -1184px;
}

.f16 .dm {
	background-position: 0 -1200px;
}

.f16 .do {
	background-position: 0 -1216px;
}

.f16 .dz {
	background-position: 0 -1232px;
}

.f16 .ec {
	background-position: 0 -1248px;
}

.f16 .ee {
	background-position: 0 -1264px;
}

.f16 .eg {
	background-position: 0 -1280px;
}

.f16 .eh {
	background-position: 0 -1296px;
}

.f16 .er {
	background-position: 0 -1312px;
}

.f16 .es {
	background-position: 0 -1328px;
}

.f16 .et {
	background-position: 0 -1344px;
}

.f16 .fi {
	background-position: 0 -1360px;
}

.f16 .fj {
	background-position: 0 -1376px;
}

.f16 .fm {
	background-position: 0 -1392px;
}

.f16 .fo {
	background-position: 0 -1408px;
}

.f16 .fr {
	background-position: 0 -1424px;
}

.f16 .ga {
	background-position: 0 -1440px;
}

.f16 .gb {
	background-position: 0 -1456px;
}

.f16 .gd {
	background-position: 0 -1472px;
}

.f16 .ge {
	background-position: 0 -1488px;
}

.f16 .gg {
	background-position: 0 -1504px;
}

.f16 .gh {
	background-position: 0 -1520px;
}

.f16 .gi {
	background-position: 0 -1536px;
}

.f16 .gl {
	background-position: 0 -1552px;
}

.f16 .gm {
	background-position: 0 -1568px;
}

.f16 .gn {
	background-position: 0 -1584px;
}

.f16 .gp {
	background-position: 0 -1600px;
}

.f16 .gq {
	background-position: 0 -1616px;
}

.f16 .gr {
	background-position: 0 -1632px;
}

.f16 .gt {
	background-position: 0 -1648px;
}

.f16 .gu {
	background-position: 0 -1664px;
}

.f16 .gw {
	background-position: 0 -1680px;
}

.f16 .gy {
	background-position: 0 -1696px;
}

.f16 .hk {
	background-position: 0 -1712px;
}

.f16 .hn {
	background-position: 0 -1728px;
}

.f16 .hr {
	background-position: 0 -1744px;
}

.f16 .ht {
	background-position: 0 -1760px;
}

.f16 .hu {
	background-position: 0 -1776px;
}

.f16 .id {
	background-position: 0 -1792px;
}

.f16 .mc {
	background-position: 0 -1792px;
}

.f16 .ie {
	background-position: 0 -1808px;
}

.f16 .il {
	background-position: 0 -1824px;
}

.f16 .im {
	background-position: 0 -1840px;
}

.f16 .in {
	background-position: 0 -1856px;
}

.f16 .iq {
	background-position: 0 -1872px;
}

.f16 .ir {
	background-position: 0 -1888px;
}

.f16 .is {
	background-position: 0 -1904px;
}

.f16 .it {
	background-position: 0 -1920px;
}

.f16 .je {
	background-position: 0 -1936px;
}

.f16 .jm {
	background-position: 0 -1952px;
}

.f16 .jo {
	background-position: 0 -1968px;
}

.f16 .jp {
	background-position: 0 -1984px;
}

.f16 .ke {
	background-position: 0 -2000px;
}

.f16 .kg {
	background-position: 0 -2016px;
}

.f16 .kh {
	background-position: 0 -2032px;
}

.f16 .ki {
	background-position: 0 -2048px;
}

.f16 .km {
	background-position: 0 -2064px;
}

.f16 .kn {
	background-position: 0 -2080px;
}

.f16 .kp {
	background-position: 0 -2096px;
}

.f16 .kr {
	background-position: 0 -2112px;
}

.f16 .kw {
	background-position: 0 -2128px;
}

.f16 .ky {
	background-position: 0 -2144px;
}

.f16 .kz {
	background-position: 0 -2160px;
}

.f16 .la {
	background-position: 0 -2176px;
}

.f16 .lb {
	background-position: 0 -2192px;
}

.f16 .lc {
	background-position: 0 -2208px;
}

.f16 .li {
	background-position: 0 -2224px;
}

.f16 .lk {
	background-position: 0 -2240px;
}

.f16 .lr {
	background-position: 0 -2256px;
}

.f16 .ls {
	background-position: 0 -2272px;
}

.f16 .lt {
	background-position: 0 -2288px;
}

.f16 .lu {
	background-position: 0 -2304px;
}

.f16 .lv {
	background-position: 0 -2320px;
}

.f16 .ly {
	background-position: 0 -2336px;
}

.f16 .ma {
	background-position: 0 -2352px;
}

.f16 .md {
	background-position: 0 -2368px;
}

.f16 .me {
	background-position: 0 -2384px;
}

.f16 .mg {
	background-position: 0 -2400px;
}

.f16 .mh {
	background-position: 0 -2416px;
}

.f16 .mk {
	background-position: 0 -2432px;
}

.f16 .ml {
	background-position: 0 -2448px;
}

.f16 .mm {
	background-position: 0 -2464px;
}

.f16 .mn {
	background-position: 0 -2480px;
}

.f16 .mo {
	background-position: 0 -2496px;
}

.f16 .mq {
	background-position: 0 -2512px;
}

.f16 .mr {
	background-position: 0 -2528px;
}

.f16 .ms {
	background-position: 0 -2544px;
}

.f16 .mt {
	background-position: 0 -2560px;
}

.f16 .mu {
	background-position: 0 -2576px;
}

.f16 .mv {
	background-position: 0 -2592px;
}

.f16 .mw {
	background-position: 0 -2608px;
}

.f16 .mx {
	background-position: 0 -2624px;
}

.f16 .my {
	background-position: 0 -2640px;
}

.f16 .mz {
	background-position: 0 -2656px;
}

.f16 .na {
	background-position: 0 -2672px;
}

.f16 .nc {
	background-position: 0 -2688px;
}

.f16 .ne {
	background-position: 0 -2704px;
}

.f16 .ng {
	background-position: 0 -2720px;
}

.f16 .ni {
	background-position: 0 -2736px;
}

.f16 .nl {
	background-position: 0 -2752px;
}

.f16 .no {
	background-position: 0 -2768px;
}

.f16 .np {
	background-position: 0 -2784px;
}

.f16 .nr {
	background-position: 0 -2800px;
}

.f16 .nz {
	background-position: 0 -2816px;
}

.f16 .om {
	background-position: 0 -2832px;
}

.f16 .pa {
	background-position: 0 -2848px;
}

.f16 .pe {
	background-position: 0 -2864px;
}

.f16 .pf {
	background-position: 0 -2880px;
}

.f16 .pg {
	background-position: 0 -2896px;
}

.f16 .ph {
	background-position: 0 -2912px;
}

.f16 .pk {
	background-position: 0 -2928px;
}

.f16 .pl {
	background-position: 0 -2944px;
}

.f16 .pr {
	background-position: 0 -2960px;
}

.f16 .ps {
	background-position: 0 -2976px;
}

.f16 .pt {
	background-position: 0 -2992px;
}

.f16 .pw {
	background-position: 0 -3008px;
}

.f16 .py {
	background-position: 0 -3024px;
}

.f16 .qa {
	background-position: 0 -3040px;
}

.f16 .re {
	background-position: 0 -3056px;
}

.f16 .ro {
	background-position: 0 -3072px;
}

.f16 .rs {
	background-position: 0 -3088px;
}

.f16 .ru {
	background-position: 0 -3104px;
}

.f16 .rw {
	background-position: 0 -3120px;
}

.f16 .sa {
	background-position: 0 -3136px;
}

.f16 .sb {
	background-position: 0 -3152px;
}

.f16 .sc {
	background-position: 0 -3168px;
}

.f16 .sd {
	background-position: 0 -3184px;
}

.f16 .se {
	background-position: 0 -3200px;
}

.f16 .sg {
	background-position: 0 -3216px;
}

.f16 .si {
	background-position: 0 -3232px;
}

.f16 .sk {
	background-position: 0 -3248px;
}

.f16 .sl {
	background-position: 0 -3264px;
}

.f16 .sm {
	background-position: 0 -3280px;
}

.f16 .sn {
	background-position: 0 -3296px;
}

.f16 .so {
	background-position: 0 -3312px;
}

.f16 .sr {
	background-position: 0 -3328px;
}

.f16 .st {
	background-position: 0 -3344px;
}

.f16 .sv {
	background-position: 0 -3360px;
}

.f16 .sy {
	background-position: 0 -3376px;
}

.f16 .sz {
	background-position: 0 -3392px;
}

.f16 .tc {
	background-position: 0 -3408px;
}

.f16 .td {
	background-position: 0 -3424px;
}

.f16 .tg {
	background-position: 0 -3440px;
}

.f16 .th {
	background-position: 0 -3456px;
}

.f16 .tj {
	background-position: 0 -3472px;
}

.f16 .tl {
	background-position: 0 -3488px;
}

.f16 .tm {
	background-position: 0 -3504px;
}

.f16 .tn {
	background-position: 0 -3520px;
}

.f16 .to {
	background-position: 0 -3536px;
}

.f16 .tr {
	background-position: 0 -3552px;
}

.f16 .tt {
	background-position: 0 -3568px;
}

.f16 .tv {
	background-position: 0 -3584px;
}

.f16 .tw {
	background-position: 0 -3600px;
}

.f16 .tz {
	background-position: 0 -3616px;
}

.f16 .ua {
	background-position: 0 -3632px;
}

.f16 .ug {
	background-position: 0 -3648px;
}

.f16 .us {
	background-position: 0 -3664px;
}

.f16 .uy {
	background-position: 0 -3680px;
}

.f16 .uz {
	background-position: 0 -3696px;
}

.f16 .va {
	background-position: 0 -3712px;
}

.f16 .vc {
	background-position: 0 -3728px;
}

.f16 .ve {
	background-position: 0 -3744px;
}

.f16 .vg {
	background-position: 0 -3760px;
}

.f16 .vi {
	background-position: 0 -3776px;
}

.f16 .vn {
	background-position: 0 -3792px;
}

.f16 .vu {
	background-position: 0 -3808px;
}

.f16 .ws {
	background-position: 0 -3824px;
}

.f16 .ye {
	background-position: 0 -3840px;
}

.f16 .za {
	background-position: 0 -3856px;
}

.f16 .zm {
	background-position: 0 -3872px;
}

.f16 .zw {
	background-position: 0 -3888px;
}

.sk-spinner-wave {
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	margin: auto;
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 20px;
}

.sk-spinner-wave>div {
	height: 100%;
	width: 8px;
	margin-right: 2px;
	display: inline-block;
	background-color: #005681;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect1 {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.sk-spinner-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes sk-waveStretchDelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1);
	}
}

@-webkit-keyframes rshow {
	from {
		right: -100%;
	}

	to {
		right: 0px;
	}
}

@keyframes rshow {
	from {
		right: -100%;
	}

	to {
		right: 0px;
	}
}

@-webkit-keyframes rhide {
	to {
		right: -100%;
	}

	from {
		right: 0px;
	}
}

@keyframes rhide {
	to {
		right: -100%;
	}

	from {
		right: 0px;
	}
}

@-webkit-keyframes lshow {
	from {
		left: -100%;
	}

	to {
		left: 0px;
	}
}

@keyframes lshow {
	from {
		left: -100%;
	}

	to {
		left: 0px;
	}
}

@-webkit-keyframes lhide {
	to {
		left: -100%;
	}

	from {
		left: 0px;
	}
}

@keyframes lhide {
	to {
		left: -100%;
	}

	from {
		left: 0px;
	}
}

.center {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.moverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999999;
}

.moverlay>.mcontent {
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	overflow: auto;
	position: relative;
}

.moverlay>.mcontent>.mtitle {
	width: 100%;
	padding: 0 15px;
}

.moverlay>.mcontent>.mtitle>i {
	float: right;
	width: 30px;
	text-align: right;
	line-height: 40px;
	cursor: pointer
}

.moverlay>.mcontent>.mtitle>span {
	float: left;
	width: calc(100% - 30px);
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	text-transform: uppercase;
}

.moverlay>.mcontent>.mpanel {
	float: left;
	width: 100%;
	background: #fff;
	max-height: 100vh;
	overflow: auto;
}

.moverlay._full_height_popup>.mcontent {
	padding: 0;
	max-height: 100vh;
	overflow: auto;
}

.ack {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 2
}

.fixed {
	position: fixed;
}

.splitter_panel {
	position: relative;
}

.splitter_panel .vsplitter {
	background-color: grey;
	cursor: col-resize;
	z-index: 900;
	width: 7px;
}

.splitter_panel .hsplitter {
	cursor: n-resize;
	z-index: 800;
	height: 3px;
	background: #f9f9f9;
	border-top: 0.1px dashed #ddd;
	border-bottom: 0.1px dashed #ddd;
	margin-top: -3px;
}

.splitter_panel .vsplitter.splitter-invisible,
.splitter_panel .hsplitter.splitter-invisible {
	background: none;
}

.splitter_panel .vsplitter,
.splitter_panel .left_panel,
.splitter_panel .right_panel,
.splitter_panel .hsplitter,
.splitter_panel .top_panel,
.splitter_panel .bottom_panel {
	position: absolute;
	overflow: auto;
}

.splitter_panel .vsplitter,
.splitter_panel .left_panel,
.splitter_panel .right_panel {
	height: 100%;
}

.splitter_panel .hsplitter,
.splitter_panel .top_panel,
.splitter_panel .bottom_panel {
	width: 100%;
}

.splitter_panel .top_panel,
.splitter_panel .left_panel,
.splitter_panel .vsplitter {
	top: 0;
}

.splitter_panel .top_panel,
.splitter_panel .bottom_panel,
.splitter_panel .left_panel,
.splitter_panel .hsplitter {
	left: 0;
}

.splitter_panel .bottom_panel {
	bottom: 0;
}

.splitter_panel .right_panel {
	right: 0;
}

.splitterMask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

.goog-text-highlight {
	background: inherit !important;
	box-shadow: none !important;
}

.skiptranslate {
	display: none !important
}

.blog_status.online {
	background: #147511;
}

.blog_status.offline {
	background: #000000;
}

@media (max-width:1024px) {
	.t_menu_toggle {
		display: block !important;
	}
}

@media (max-width:1024px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-13,
	.col-md-14,
	.col-md-15,
	.col-md-16,
	.col-md-17,
	.col-md-18,
	.col-md-19,
	.col-md-20,
	.col-md-21,
	.col-md-22,
	.col-md-23,
	.col-md-24 {
		float: left;
		width: 100%;
	}

	.trg_input {
		border: 1px solid #999;
	}

	.moverlay>.mcontent {
		width: 100% !important;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		transform: translate(0, 0)
	}

	.ui-datepicker {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
	}
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
	transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
	transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
	transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
	transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
	transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
	transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
	transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
	transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
	transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
	transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
	transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
	transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
	transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
	transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
	transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
	transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
	transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
	transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
	transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
	transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
	transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
	transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
	transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	transform: translate(0)
}

[data-aos=fade-up] {
	transform: translateY(100px)
}

[data-aos=fade-down] {
	transform: translateY(-100px)
}

[data-aos=fade-right] {
	transform: translate(-100px)
}

[data-aos=fade-left] {
	transform: translate(100px)
}

[data-aos=fade-up-right] {
	transform: translate(-100px, 100px)
}

[data-aos=fade-up-left] {
	transform: translate(100px, 100px)
}

[data-aos=fade-down-right] {
	transform: translate(-100px, -100px)
}

[data-aos=fade-down-left] {
	transform: translate(100px, -100px)
}

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	transform: translate(0) scale(1)
}

[data-aos=zoom-in] {
	transform: scale(.6)
}

[data-aos=zoom-in-up] {
	transform: translateY(100px) scale(.6)
}

[data-aos=zoom-in-down] {
	transform: translateY(-100px) scale(.6)
}

[data-aos=zoom-in-right] {
	transform: translate(-100px) scale(.6)
}

[data-aos=zoom-in-left] {
	transform: translate(100px) scale(.6)
}

[data-aos=zoom-out] {
	transform: scale(1.2)
}

[data-aos=zoom-out-up] {
	transform: translateY(100px) scale(1.2)
}

[data-aos=zoom-out-down] {
	transform: translateY(-100px) scale(1.2)
}

[data-aos=zoom-out-right] {
	transform: translate(-100px) scale(1.2)
}

[data-aos=zoom-out-left] {
	transform: translate(100px) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
	transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	transform: translate(0)
}

[data-aos=slide-up] {
	transform: translateY(100%)
}

[data-aos=slide-down] {
	transform: translateY(-100%)
}

[data-aos=slide-right] {
	transform: translateX(-100%)
}

[data-aos=slide-left] {
	transform: translateX(100%)
}

[data-aos^=flip][data-aos^=flip] {
	backface-visibility: hidden;
	transition-property: transform
}

[data-aos=flip-left] {
	transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
	transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
	transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
	transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
	transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
	transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
	transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
	transform: perspective(2500px) rotateX(0)
}

a,
i,
div,
span,
button {
	-webkit-transition: background 1s, color 1s;
	transition: background 1s, padding 1s, color 1s;
}

a:hover,
i:hover,
div:hover,
span:hover,
button:hover {
	-webkit-transition: background 1s, color 1s;
	transition: background 1s, padding 1s, color 1s;
}

@keyframes bottomright {
	0% {
		width: 0;
		height: 0;
		padding-top: 0;
		visibility: visible;
	}

	25% {
		width: 100%;
		height: 0;
		padding-top: 0;
		visibility: visible;
	}

	50% {
		height: 100%;
		width: 100%;
		visibility: visible;
	}

	75% {
		visibility: visible;
	}

	100% {
		visibility: visible;
	}
}

@keyframes revbottomright {
	0% {
		width: 100%;
		height: 100%;
		visibility: visible;
	}

	25% {
		width: 100%;
		height: 100%;
		visibility: visible;
	}

	50% {
		width: 100%;
		height: 100%;
		visibility: visible;
	}

	75% {
		width: 100%;
		height: 0;
		padding-top: 0;
		visibility: visible;
	}

	100% {
		width: 0;
		height: 0;
		padding-top: 0;
		visibility: hidden;
	}
}

@keyframes topleft {
	0% {
		width: 0;
		height: 0;
		padding-bottom: 0;
		visibility: hidden;
	}

	25% {
		width: 0;
		height: 0;
		padding-bottom: 0;
		visibility: hidden;
	}

	50% {
		width: 0;
		height: 0;
		padding-bottom: 0;
		visibility: hidden;
	}

	75% {
		width: 100%;
		height: 0;
		padding-bottom: 0;
		visibility: visible;
	}

	100% {
		width: 100%;
		height: 100%;
		opacity: 1;
		visibility: visible;
	}
}

@keyframes revtopleft {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1;
		visibility: visible;
	}

	25% {
		width: 100%;
		height: 0;
		padding-bottom: 0;
		visibility: visible;
	}

	50% {
		width: 0;
		height: 0;
		padding-bottom: 0;
		visibility: hidden;
	}

	75% {
		width: 0;
		height: 0;
		padding-bottom: 0;
		visibility: hidden;
	}

	100% {
		width: 0;
		height: 0;
		padding-bottom: 0;
		visibility: hidden;
	}
}

.anim-border {
	letter-spacing: 1px;
	transition: color 0.75s ease-in-out;
	text-transform: uppercase;
	position: relative;
}

.anim-border:hover {
	transition: color 0.75s ease-in-out;
}

.anim-border:after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 2px;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	visibility: hidden;
}

.anim-border:before {
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	width: 100%;
	height: 100%;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	visibility: hidden;
}

.anim-border:hover:before {
	animation: topleft 0.5s ease-in-out forwards;
}

.anim-border:hover:after {
	animation: bottomright 0.5s ease-in-out forwards;
}

.anim-border.active:before {
	animation: revtopleft 0.5s ease-in-out forwards;
}

.anim-border.active:after {
	animation: revbottomright 0.5s ease-in-out forwards;
}

.anim-border.active:before,
.anim-border.active:after {
	width: 100%;
	height: 100%;
	visibility: visible;
}

.anim-border.temp:before,
.anim-border.temp:after {
	width: 100%;
	height: 100%;
	visibility: visible;
}