html {
	margin-right: 0 !important;
}
body {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Poppins;
	font-size: 14px;
	color: #626262;
	background: #d8dbe2;
	letter-spacing: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.page {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
@media (max-width:1023px) {
	.page {
		overflow: visible;
	}
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.container {
	margin: -300px 0 0 -240px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 480px;
	height: 600px;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
}
.container.opened {
	transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	-moz-transform: translateX(-240px);
	-o-transform: translateX(-240px);
}
@media (max-width:1072px) {
	.container {
		margin: -300px 0 0 -220px;
		width: 440px;
	}
	.container.opened {
		transform: translateX(-204px);
		-webkit-transform: translateX(-204px);
		-moz-transform: translateX(-204px);
		-o-transform: translateX(-204px);
	}
}
@media (max-width:1023px) {
	.container {
		margin: 0 auto;
		position: relative;
		top: 83px;
		left: 0;
		width: auto;
		max-width: 540px;
		height: auto;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
	}
	.container.opened {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
	}
}
@media (max-width:560px) {
	.container {
		margin: 0 5px;
		top: 78px;
		width: auto;
		max-width: 100%;
	}
}
.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(120, 204, 109, .4);
}
.row {
	margin: 0 -20px;
	position: relative;
	font-size: 0;
}
.row .col {
	padding: 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.row .col .col {
	padding-top: 0;
	padding-bottom: 20px;
}
@media (min-width:1024px) {
	.row .col.col-d-12 {
		width: 99.996%;
	}
	.row .col.col-d-11 {
		width: 91.663%;
	}
	.row .col.col-d-10 {
		width: 83.333%;
	}
	.row .col.col-d-9 {
		width: 74.997%;
	}
	.row .col.col-d-8 {
		width: 66.664%;
	}
	.row .col.col-d-7 {
		width: 58.331%;
	}
	.row .col.col-d-6 {
		width: 49.998%;
	}
	.row .col.col-d-5 {
		width: 41.665%;
	}
	.row .col.col-d-4 {
		width: 33.332%;
	}
	.row .col.col-d-3 {
		width: 24.999%;
	}
	.row .col.col-d-2 {
		width: 16.666%;
	}
	.row .col.col-d-1 {
		width: 8.333%;
	}
}
@media (max-width:1023px) {
	.row .col.col-t-12 {
		width: 99.996%;
	}
	.row .col.col-t-11 {
		width: 91.663%;
	}
	.row .col.col-t-10 {
		width: 83.333%;
	}
	.row .col.col-t-9 {
		width: 74.997%;
	}
	.row .col.col-t-8 {
		width: 66.664%;
	}
	.row .col.col-t-7 {
		width: 58.331%;
	}
	.row .col.col-t-6 {
		width: 49.998%;
	}
	.row .col.col-t-5 {
		width: 41.665%;
	}
	.row .col.col-t-4 {
		width: 33.332%;
	}
	.row .col.col-t-3 {
		width: 24.999%;
	}
	.row .col.col-t-2 {
		width: 16.666%;
	}
	.row .col.col-t-1 {
		width: 8.333%;
	}
}
@media (max-width:560px) {
	.row .col.col-m-12 {
		width: 99.996%;
	}
	.row .col.col-m-11 {
		width: 91.663%;
	}
	.row .col.col-m-10 {
		width: 83.333%;
	}
	.row .col.col-m-9 {
		width: 74.997%;
	}
	.row .col.col-m-8 {
		width: 66.664%;
	}
	.row .col.col-m-7 {
		width: 58.331%;
	}
	.row .col.col-m-6 {
		width: 49.998%;
	}
	.row .col.col-m-5 {
		width: 41.665%;
	}
	.row .col.col-m-4 {
		width: 33.332%;
	}
	.row .col.col-m-3 {
		width: 24.999%;
	}
	.row .col.col-m-2 {
		width: 16.666%;
	}
	.row .col.col-m-1 {
		width: 8.333%;
	}
}
.row:after {
	content: '';
	display: block;
	clear: both;
}
.border-line-v:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: -moz-radial-gradient(top, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(top, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at top, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
}
.border-line-h:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: -moz-radial-gradient(left, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(left, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at left, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	z-index: 1000;
}
.preloader .spinner {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
}
.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #78cc6d;
	opacity: 1;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.preloader .spinner .double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	opacity: .1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px 0;
	font-family: Poppins;
	font-size: 25px;
	color: #171717;
	line-height: 33px;
	font-weight: 500;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 14px;
	line-height: 1.6;
	padding: 0;
	margin: 0 0 20px 0;
}
strong {
	font-weight: 500;
}
.lnks {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 10;
}
.lnks:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: -moz-radial-gradient(left, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(left, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at left, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
}
.button,
.lnk {
	position: relative;
	float: left;
	width: 50%;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #171717;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
}
.button:before,
.lnk:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: -moz-radial-gradient(top, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(top, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at top, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
}
.button .arrow,
.button .ion,
.lnk .arrow,
.lnk .ion {
	margin: 0 0 0 8px;
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.button .arrow,
.lnk .arrow {
	top: -1px;
	width: 14px;
	height: 2px;
}
.button .arrow:after,
.button .arrow:before,
.lnk .arrow:after,
.lnk .arrow:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #171717;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.button .arrow:after,
.lnk .arrow:after {
	left: auto;
	top: auto;
	right: 0;
	bottom: 3px;
	width: 8px;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.button .text,
.lnk .text {
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.button:last-child:before,
.lnk:last-child:before {
	display: none;
}
.button:hover,
.lnk:hover {
	color: #78cc6d;
}
.button:hover .ion,
.lnk:hover .ion {
	color: #78cc6d;
}
.button:hover .arrow:after,
.button:hover .arrow:before,
.lnk:hover .arrow:after,
.lnk:hover .arrow:before {
	background: #78cc6d;
}
.button {
	display: inline-block;
	float: none;
	width: auto;
}
a {
	color: #626262;
	text-decoration: none;
	opacity: 1;
	outline: 0;
}
a:hover {
	text-decoration: none;
	color: #78cc6d;
}
ol,
ul {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
li {
	margin-bottom: 0;
}
code {
	background: #d8dbe2;
	font-size: 16px;
	font-family: Poppins;
	margin: 20px 0;
	padding: 10px 20px;
}
table {
	width: 100%;
	margin: 30px 0;
	padding: 0;
	border-collapse: collapse;
}
th {
	font-weight: 500;
	border: none;
	border-bottom: 1px solid #d8dbe2;
	color: #171717;
	padding: 12px 15px;
	text-align: left;
}
td {
	border: none;
	border-bottom: 1px solid #d8dbe2;
	padding: 12px 15px;
	text-align: left;
	color: #626262;
}
blockquote {
	font-family: Poppins;
}
button,
input,
textarea {
	margin: 0;
	padding: 0 15px;
	display: block;
	font-family: Poppins;
	font-size: 13px;
	width: 100%;
	height: 50px;
	color: #171717;
	background: 0 0;
	border: none;
	border: 1px solid #d8dbe2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	outline: 0;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
button:focus,
input:focus,
textarea:focus {
	color: #171717;
	border-bottom: 1px solid #78cc6d;
}
textarea {
	padding: 10px 14px;
	height: 80px;
}
button {
	width: auto;
	display: inline-block;
	vertical-align: top;
	color: #171717;
	border-bottom: 1px solid #d8dbe2;
	text-align: left;
	cursor: pointer;
}
button:hover {
	border-bottom: 1px solid #78cc6d;
}
label,
legend {
	display: block;
	padding-bottom: 10px;
	font-family: Poppins;
	font-size: 14px;
}
fieldset {
	border-width: 0;
	padding: 0;
}
input[type=checkbox],
input[type=radio] {
	display: inline;
}
::-webkit-input-placeholder {
	color: #999;
}
:-moz-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #171717;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: #171717;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: #171717;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: #171717;
}
input.error,
textarea.error {
	border-bottom: 1px solid red !important;
}
label.error {
	display: none !important;
}
input.error::-moz-placeholder,
textarea.error::-moz-placeholder {
	color: red;
}
input.error:-moz-placeholder,
textarea.error:-moz-placeholder {
	color: red;
}
input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
	color: red;
}
input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
	color: red;
}
.align-center {
	text-align: center !important;
}
.align-right {
	text-align: right !important;
}
.align-left {
	text-align: left !important;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.pull-none {
	float: none !important;
}
.full-width {
	max-width: 100% !important;
	width: 100% !important;
}
.full-max-width {
	max-width: 100% !important;
	width: auto !important;
}
.centrize {
	display: table !important;
	table-layout: fixed !important;
	height: 100% !important;
	position: relative !important;
}
.vertical-center {
	display: table-cell !important;
	vertical-align: middle !important;
}
.vertical-top {
	display: table-cell !important;
	vertical-align: top !important;
}
.vertical-bottom {
	display: table-cell !important;
	vertical-align: bottom !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-lowercase {
	text-transform: lowercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.text-regular {
	font-weight: 400 !important;
}
.text-bold {
	font-weight: 700 !important;
}
.text-italic {
	font-style: italic !important;
}
.clear {
	clear: both;
}
.FlipIn {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-duration: .7s !important;
	animation-duration: .7s !important;
	-webkit-animation-name: FlipIn;
	animation-name: FlipIn;
}
@-webkit-keyframes FlipIn {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes FlipIn {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.FlipOut {
	-webkit-animation-duration: .7s !important;
	animation-duration: .7s !important;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: FlipOut;
	animation-name: FlipOut;
}
@-webkit-keyframes FlipOut {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
@keyframes FlipOut {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}
@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
.header {
	position: absolute;
	left: -80px;
	top: 15px;
	width: 72px;
	z-index: 100;
	text-align: center;
	opacity: 1;
	visibility: visible;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.header.active {
	opacity: 1 !important;
	visibility: visible !important;
}
.header .top-menu {
	width: 100%;
	font-size: 0;
}
.header .top-menu ul li {
	display: block;
	transition: color .3s ease 0s;
	-moz-transition: color .3s ease 0s;
	-webkit-transition: color .3s ease 0s;
	-o-transition: color .3s ease 0s;
}
.header .top-menu ul li:first-child a {
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
}
.header .top-menu ul li:last-child a {
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	border: none;
}
.header .top-menu ul li:last-child a:before {
	display: none;
}
.header .top-menu ul li a {
	position: relative;
	overflow: hidden;
	display: block;
	height: 72px;
	color: #171717;
	text-align: center;
	background: #fff;
}
.header .top-menu ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: -moz-radial-gradient(right, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at right, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
}
.header .top-menu ul li a .icon {
	margin: -27px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #171717;
	line-height: 40px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.header .top-menu ul li a .link {
	position: absolute;
	left: 0;
	top: 57%;
	width: 100%;
	display: block;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.header .top-menu ul li.active a,
.header .top-menu ul li:hover a {
	color: #78cc6d;
}
.header .top-menu ul li.active a .icon,
.header .top-menu ul li.active a .link,
.header .top-menu ul li:hover a .icon,
.header .top-menu ul li:hover a .link {
	color: #78cc6d;
}
@media (max-width:1023px) {
	.header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 72px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header .top-menu {
		margin: 0 auto;
		max-width: 540px;
		display: flex;
		box-shadow: 0 0 25px rgba(0, 0, 0, .05);
	}
	.header .top-menu ul {
		display: flex;
		width: 100%;
	}
	.header .top-menu ul li {
		display: block;
		width: 100%;
	}
	.header .top-menu ul li:first-child a {
		border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		-webkit-border-radius: 4px 0 0 4px;
		-khtml-border-radius: 4px 0 0 4px;
	}
	.header .top-menu ul li:last-child a {
		border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
		-webkit-border-radius: 0 4px 4px 0;
		-khtml-border-radius: 0 4px 4px 0;
	}
	.header .top-menu ul li a:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 1px;
		height: 100%;
		background: -moz-radial-gradient(top, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
		background: -webkit-radial-gradient(top, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
		background: radial-gradient(ellipse at top, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	}
	.header .top-menu ul li:last-child a:before {
		display: block;
	}
}
@media (max-width:560px) {
	.header {
		padding: 0 5px;
		width: 100%;
	}
	.header .top-menu {
		max-width: 100%;
	}
	.displaynoneweb {
		display: block !important;
	}
}
.card-started {
	position: relative;
	width: 100%;
	height: 600px;
	z-index: 11;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.card-started:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, .05);
	border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	-webkit-border-radius: 0 0 4px 0;
	-khtml-border-radius: 0 0 4px 0;
}
.card-started:after {
	content: '';
	position: absolute;
	left: -15px;
	top: -15px;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-45deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	background: linear-gradient(135deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.card-started .profile {
	padding: 210px 50px 50px 50px;
	position: relative;
	height: 100%;
	background: #fff;
	text-align: center;
	z-index: 10;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.card-started .profile.no-photo {
	padding-top: 340px;
}
.card-started .profile.no-photo .image {
	display: none;
}
.card-started .profile .slide {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background-color: #626262;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
}
.card-started .profile .slide:after,
.card-started .profile .slide:before {
	content: '';
	position: absolute;
	left: -25%;
	bottom: -198px;
	width: 700px;
	height: 200px;
	background: #fff;
	transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
	-o-transform: rotate(12deg);
}
.card-started .profile .slide:after {
	left: auto;
	right: -25%;
	transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
}
.card-started .profile .image {
	margin: 0 0 20px 0;
	position: relative;
	display: inline-block;
	width: 140px;
}
.card-started .profile .image:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -10px;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-45deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	background: linear-gradient(135deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
}
.card-started .profile .image img {
	position: relative;
	display: block;
	width: 140px;
	height: 140px;
	border: 3px solid #fff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
}
.card-started .profile .title {
	margin: 0 0 10px 0;
	font-size: 32px;
	color: #171717;
	line-height: 32px;
	font-weight: 400;
}
.card-started .profile .subtitle {
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #78cc6d;
	line-height: 14px;
	font-weight: 400;
}
.card-started .profile .social a {
	margin: 0 6px;
	display: inline-block;
	vertical-align: middle;
}
.card-started .profile .social a .fab,
.card-started .profile .social a .fas,
.card-started .profile .social a .ion {
	font-size: 16px;
	color: #171717;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.card-started .profile .social a:hover .fab,
.card-started .profile .social a:hover .fas,
.card-started .profile .social a:hover .ion {
	color: #78cc6d;
}
.card-started .profile .lnk.active.discover .arrow {
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
}
@media (max-width:560px) {
	.card-started {
		height: 530px;
		top: 40px;
		margin-bottom: 50px;
	}
	.card-started:after {
		display: none;
	}
	.card-started .profile {
		padding: 190px 25px 25px 25px;
	}
	.card-started .profile.no-photo {
		padding-top: 250px;
	}
	.card-started .profile .slide {
		height: 256px;
	}
	.card-started .profile .image {
		margin: 0 0 15px 0;
		width: 124px;
	}
	.card-started .profile .title {
		font-size: 28px;
		line-height: 28px;
	}
}
.card-inner {
	padding: 0;
	position: absolute;
	overflow: hidden;
	left: 95%;
	top: 15px;
	width: 120%;
	height: 570px;
	background: #fff;
	transform-origin: center left;
	opacity: 0;
	visibility: hidden;
	z-index: 8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	transition: visibility 1s linear, opacity .5s linear;
	-moz-transition: visibility 1s linear, opacity .5s linear;
	-webkit-transition: visibility 1s linear, opacity .5s linear;
	-o-transition: visibility 1s linear, opacity .5s linear;
}
.card-inner.animated {
	opacity: 1;
	visibility: visible;
	z-index: 9;
}
.card-inner.active {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}
.card-inner.hidden {
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}
.card-inner:after,
.card-inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 20px;
	height: 20px;
	background: #fff;
	z-index: 10;
}
.card-inner:after {
	top: auto;
	bottom: 0;
}
.card-inner .card-wrap {
	padding: 30px 30px 30px 60px;
	position: relative;
	overflow-x: hidden;
	height: 100%;
}
@media (max-width:1072px) {
	.card-inner {
		width: 115%;
	}
}
@media (max-width:1023px) {
	.card-inner {
		position: relative;
		margin: 15px 0;
		left: 0;
		top: 0;
		width: auto;
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.card-inner .card-wrap {
		padding: 30px 30px 30px 40px;
		overflow: visible;
		height: auto;
	}
	.card-inner:last-child {
		margin-bottom: 50px;
	}
}
@media (max-width:560px) {
	.card-inner {
		margin: 15px 0 10px 0;
	}
	.card-inner .card-wrap {
		padding: 30px;
	}
	.card-inner:last-child {
		margin-bottom: 10px;
	}
}
.content {
	margin: 0 0 60px 0;
	position: relative;
}
.content:last-child {
	margin-bottom: 0;
}
.content .title {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	position: relative;
	font-size: 17px;
	color: #171717;
	line-height: 21px;
	font-weight: 500;
}
.content .title:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 0;
	width: 30px;
	height: 30px;
	background: -moz-linear-gradient(-45deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	background: linear-gradient(135deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	z-index: -1;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
}
.content .title:after {
	content: '';
	position: absolute;
	left: -60px;
	bottom: -15px;
	width: 95%;
	height: 1px;
	background: -moz-radial-gradient(left, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(left, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at left, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
}
.info-list ul li {
	display: inline-block;
	width: 48%;
	line-height: 1.6;
}
.info-list ul li strong {
	display: inline-block;
	font-size: 13px;
	color: #171717;
	font-weight: 500;
	text-transform: uppercase;
}
@media (max-width:560px) {
	.info-list ul li {
		display: block;
		width: auto;
	}
}
.service-items {
	font-size: 0;
}
.service-items.border-line-v:after {
	margin: 0 0 0 -1px;
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: -moz-radial-gradient(top, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(top, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at top, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
}
.service-items .service-item {
	text-align: left;
}
.service-items .service-item .icon {
	margin: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 32px;
	color: #78cc6d;
	background: -moz-linear-gradient(-45deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	background: linear-gradient(135deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
}
.service-items .service-item .icon .fab,
.service-items .service-item .icon .fas,
.service-items .service-item .icon .ion {
	display: block;
	line-height: 60px;
}
.service-items .service-item .name {
	margin: 0px 0 10px 0;
	font-size: 13px;
	color: #171717;
	font-weight: 600;
	text-transform: uppercase;
}
.service-items .service-item p {
	margin: 0;
}
@media (max-width:560px) {
	.service-items.border-line-v:after {
		display: none;
	}
	.service-items .col:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: -moz-radial-gradient(left, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
		background: -webkit-radial-gradient(left, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
		background: radial-gradient(ellipse at left, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	}
}
.pricing-items {
	font-size: 0;
}
.pricing-items .pricing-item {
	padding: 0 0 70px 0;
	text-align: center;
}
.pricing-items .pricing-item .icon {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 32px;
	color: #78cc6d;
}
.pricing-items .pricing-item .icon .fab,
.pricing-items .pricing-item .icon .fas,
.pricing-items .pricing-item .icon .ion {
	display: block;
	line-height: 40px;
}
.pricing-items .pricing-item .name {
	margin: 0 0 30px 0;
	font-size: 13px;
	color: #171717;
	font-weight: 500;
	text-transform: uppercase;
}
.pricing-items .pricing-item .amount {
	margin: 0 0 25px 0;
}
.pricing-items .pricing-item .amount .number {
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 42px;
	line-height: 26px;
	font-weight: 500;
	color: #171717;
}
.pricing-items .pricing-item .amount .dollar,
.pricing-items .pricing-item .amount .period {
	margin: 0 3px;
	position: relative;
	bottom: 7px;
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	font-weight: 400;
	color: #171717;
}
.pricing-items .pricing-item .amount .period {
	bottom: auto;
	top: 7px;
	vertical-align: bottom;
	font-size: 13px;
	color: #626262;
}
.pricing-items .pricing-item .feature-list ul li {
	padding: 5px 0;
	font-size: 14px;
	color: #171717;
}
.pricing-items .pricing-item .feature-list ul li:last-child {
	border-bottom: none;
}
.pricing-items .pricing-item .feature-list ul li.disable {
	text-decoration: line-through;
	opacity: .6;
}
.pricing-items .pricing-item .feature-list ul li strong {
	margin: 0 0 0 5px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #171717;
	background: rgba(120, 204, 109, .4);
	font-weight: 300;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.pricing-items .pricing-item .lnks .lnk {
	float: none;
	width: 100%;
	display: block;
}
.pricing-items .pricing-item .speed-basic {
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
}
.fuct-items {
	font-size: 0;
}
.fuct-items .fuct-item {
	position: relative;
	text-align: center;
}
.fuct-items .fuct-item .icon {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 32px;
	color: #78cc6d;
}
.fuct-items .fuct-item .icon .fab,
.fuct-items .fuct-item .icon .fas,
.fuct-items .fuct-item .icon .ion {
	display: block;
	line-height: 60px;
}
.fuct-items .fuct-item .name {
	margin: 0;
	font-size: 13px;
	color: #171717;
	font-weight: 500;
	text-transform: uppercase;
}
.client-items {
	font-size: 0;
	text-align: center;
}
.client-items .client-item img {
	max-width: 100%;
	opacity: .4;
}
.resume-title,
.skill-title {
	padding: 0 0 20px 0;
	position: relative;
}
.resume-title:after,
.skill-title:after {
	left: -20px;
}
.resume-title .icon,
.skill-title .icon {
	position: relative;
	top: -15px;
	float: left;
	width: 40px;
	height: 40px;
	font-size: 32px;
	color: #78cc6d;
	background: #fff;
}
.resume-title .icon .fab,
.resume-title .icon .fas,
.resume-title .icon .ion,
.skill-title .icon .fab,
.skill-title .icon .fas,
.skill-title .icon .ion {
	display: block;
	line-height: 40px;
}
.resume-title .name,
.skill-title .name {
	margin: 0 0 0 0px;
	font-size: 13px;
	line-height: 13px;
	color: #171717;
	font-weight: 500;
	text-transform: uppercase;
}
.resume-items .resume-item {
	position: relative;
	padding: 20px 0 20px 0;
}
.resume-items .resume-item:after {
	left: -20px;
}
.resume-items .resume-item.active .date {
	color: #78cc6d;
}
.resume-items .resume-item.active .date:before {
	background: #78cc6d;
}
.resume-items .resume-item .date {
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	color: #d8dbe2;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.resume-items .resume-item .date:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 4px;
	width: 9px;
	height: 9px;
	background: #d8dbe2;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
}
.resume-items .resume-item .name {
	margin: 0;
	font-size: 13px;
	color: #171717;
	font-weight: 500;
	text-transform: uppercase;
}
.resume-items .resume-item .company {
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #999;
	font-weight: 300;
	text-transform: uppercase;
}
.resume-items .resume-item p {
	margin: 0;
}
.skills-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.skills-list ul li {
	position: relative;
	padding: 10px 0 5px;
}
.skills-list ul li:after {
	left: -20px;
}
.skills-list ul li .name {
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 14px;
	color: #626262;
}
.skills-list ul li .progress {
	position: relative;
	display: block;
	width: 100%;
	height: 4px;
	background: #d8dbe2;
}
.skills-list ul li .progress .percentage {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #78cc6d;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.content.works .filter-menu {
	position: absolute;
	top: -9px;
	right: 0;
}
.content.works .filter-menu .f_btn {
	margin: 0 0 0 15px;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #626262;
	cursor: pointer;
	border: none;
}
.content.works .filter-menu .f_btn.active {
	color: #78cc6d;
}
.content.works .filter-menu .f_btn label {
	cursor: pointer;
}
.content.works .grid-items.border-line-v:after {
	margin: 0 0 0 -1px;
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: -moz-radial-gradient(top, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(top, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at top, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
}
@media (max-width:560px) {
	.content.works .title {
		padding: 0 0 45px 0;
	}
	.content.works .filter-menu {
		top: 35px;
		left: 0;
		right: auto;
	}
	.content.works .filter-menu button {
		margin: 0 15px 0 0;
	}
	.content.works .grid-items.border-line-v:after {
		display: none;
	}
}
.box-item {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.box-item .image {
	position: relative;
}
.box-item .image a {
	display: block;
	font-size: 0;
}
.box-item .image a img {
	position: relative;
	width: 100%;
	height: auto;
}
.box-item .image .info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.box-item .image .info:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-45deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	background: linear-gradient(135deg, rgba(120, 204, 109, .4) 0, rgba(120, 204, 109, .01) 100%);
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.box-item .image .info .fab,
.box-item .image .info .fas,
.box-item .image .info .ion {
	margin: -16px 0 0 -16px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	transition: all .1s ease-in .4s;
	-moz-transition: all .1s ease-in .4s;
	-webkit-transition: all .1s ease-in .4s;
	-o-transition: all .1s ease-in .4s;
}
.box-item .desc {
	padding: 15px 0px 0 0px;
	position: relative;
}
.box-item .desc .name {
	padding: 0 0 2px 0;
	display: block;
	font-size: 13px;
	color: #171717;
	font-weight: 500;
	/* text-transform: uppercase; */
}
.box-item .desc .category {
	margin: 0;
	font-size: 14px;
	color: #999;
	font-weight: 300;
	text-transform: uppercase;
}
.box-item .date {
	padding: 10px 0 0 0;
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	font-size: 11px;
	line-height: 11px;
	color: #171717;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	background: #fff;
}
.box-item .date strong {
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #171717;
	font-weight: 700;
}
.box-item:hover .image .info {
	opacity: 1;
}
.content.contacts .map {
	margin: 0 0 20px 0;
	height: 190px;
}
.alert-success {
	display: none;
}
.alert-success p {
	margin: 0;
	font-size: 17px;
}
.mfp-wrap.popup-box-inline {
	margin: 0 0 0 -360px;
	padding: 0;
	top: 0;
	left: 50%;
	overflow: auto;
	width: 720px;
	height: 100%;
	background: #fff;
}
.mfp-wrap.popup-box-inline .mfp-container {
	padding: 0;
	position: relative;
	height: auto;
}
.mfp-wrap.popup-box-inline .content {
	margin-bottom: 40px;
}
.mfp-wrap.popup-box-inline .image {
	padding: 0 0 40px 0;
	font-size: 0;
}
.mfp-wrap.popup-box-inline .image img {
	width: 100%;
	height: auto;
}
.mfp-wrap.popup-box-inline .desc {
	padding: 0 40px;
}

.mfp-wrap.popup-box-inline .desc .post-box .blog-content {
	margin: 0;
}
.mfp-wrap.popup-box-inline .desc .button,
.mfp-wrap.popup-box-inline .desc .lnk {
	height: 30px;
	line-height: 30px;
}
@media (max-width:720px) {
	.mfp-wrap.popup-box-inline {
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}
}
.mfp-wrap.popup-box .mfp-close,
.mfp-wrap.popup-box-inline .mfp-close {
	padding: 0;
	right: -54px;
	top: 0;
	width: 54px;
	height: 54px;
	line-height: 54px;
	font-family: Poppins;
	color: #fff;
	font-size: 42px;
	font-weight: 300;
	text-align: center;
	opacity: 1;
}
@media (max-width:720px) {
	.mfp-wrap.popup-box .mfp-close,
	.mfp-wrap.popup-box-inline .mfp-close {
		right: 0;
		top: -54px;
	}
}
.mfp-wrap.popup-box-inline .mfp-close {
	top: 0;
	right: 0;
	color: #171717;
}
@media (max-width:720px) {
	.mfp-wrap.popup-box-inline .mfp-close {
		right: 0;
		top: 0;
	}
}
.card-inner.blog-post {
	-webkit-animation: none;
	animation: none;
}
.content.works .filter-menu .f_btn input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.header .top-menu ul li a {
	padding: 10px 0 14px 0;
	height: auto;
}
.header .top-menu ul li a .icon {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	line-height: normal;
}
.header .top-menu ul li a .link {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 13px;
}
@media (max-width:1023px) {
	.header .top-menu ul li a {
		padding-bottom: 0;
		height: 75px;
	}
}
.mfp-wrap.popup-box-inline {
	margin: 25px 0 0 -360px;
	padding: 0;
	top: 0;
	left: 50%;
	overflow: visible;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	width: 720px;
	height: auto;
	background: #fff;
}
@media (max-width:720px) {
	.mfp-wrap.popup-box-inline {
		margin: 0;
		padding: 0;
		position: fixed !important;
		left: 0;
		top: 0 !important;
		width: 100%;
		height: 100% !important;
	}
}
.revs-carousel {
	position: relative;
	text-align: center;
}
.revs-carousel .owl-carousel .owl-stage-outer {
	padding-bottom: 30px;
}
.revs-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 8px;
	text-align: center;
}
.revs-carousel .owl-dots .owl-dot {
	margin: 0 3px;
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	border: 1px solid #78cc6d;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}
.revs-carousel .owl-dot.active {
	background: #78cc6d;
}
.revs-item .text {
	margin-bottom: 30px;
	padding: 0 30px;
	position: relative;
	font-weight: 300;
	font-style: italic;
	opacity: .65;
}
.revs-item .text:after,
.revs-item .text:before {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 14px;
	height: 14px;
	background: url(../images/quote.svg) no-repeat;
	background-size: contain;
	opacity: .65;
}
.revs-item .text:after {
	left: auto;
	top: auto;
	right: 3px;
	bottom: 3px;
	transform: scale(-1);
	-webkit-transform: scale(-1);
}
.revs-item .user .img {
	margin: 0 auto;
	display: block;
	width: 60px;
}
.revs-item .user .img img {
	width: 100%;
	height: auto;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}
.revs-item .info .name {
	margin: 6px 0 0 0;
	font-size: 17px;
	font-weight: 500;
	color: #323232;
}
.revs-item .info .company {
	font-size: 14px;
	color: #999;
	font-weight: 400;
}
.theme_panel {
	position: fixed;
	right: 0;
	top: 15%;
	width: 150px;
	background: #fff;
	text-align: center;
	z-index: 999;
	opacity: 1;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.theme_panel.active {
	right: -212px;
}
.theme_panel.active .toggle_bts {
	right: 212px;
}
.toggle_bts {
	padding: 0;
	position: absolute;
	top: -42px;
	right: 0;
	height: 40px;
	line-height: 40px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.toggle_bts a {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	text-align: center;
}
.toggle_bts a .ion {
	font-size: 19px;
	line-height: 40px;
	color: #222;
	animation-name: settings;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.toggle_bts a.buy-this-template {
	color: #fff;
	background: green;
}
.theme_menu h4 {
	margin: 15px 0 10px 0;
	padding: 0 5px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #222;
	background: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.theme_menu .segment {
	padding: 0 12px;
	margin-bottom: 0;
}
.theme_menu ul.theme {
	margin: 0 -5px;
	font-size: 0;
}
.theme_menu ul.theme li a:hover {
	background: #f9f9f9;
}
.theme_menu ul.theme li {
	margin: 0 5px 10px 5px;
	display: inline-block;
	list-style: none;
}
.theme.layout_style li a {
	height: 26px;
	width: 28px;
}
.theme_menu ul.theme li a {
	display: block;
}
.theme_menu .theme.demo_list {
	margin: 5px -1px 0 0;
}
.theme_menu .theme.demo_list li {
	margin: -1px 0 0 0;
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}
.theme_menu ul.theme li:nth-child(5),
.theme_menu ul.theme li:nth-child(6) {
	border-bottom: none;
}
.theme_menu .theme.demo_list li strong {
	font-weight: 500;
	color: #444;
}
.theme_menu .buy-btn {
	margin: 15px 0 0 0;
	padding: 0 15px;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #f9f9f9;
	background: green;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
}
.theme_menu .buy-btn .ion {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 40px;
	color: #fefefe;
}
@-webkit-keyframes settings {
	0% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes settings {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
.card-inner.blog-post {
	-webkit-animation: none;
	animation: none;
}
.post-box .blog-detail {
	margin: 0 0 25px 0;
	font-size: 13px;
	color: #999;
}
.post-box .blog-image {
	margin: 0 0 25px 0;
	font-size: 0;
}
.post-box .blog-image img {
	width: 100%;
}
.post-box .blog-content {
	margin: 0 0 40px 0;
}
.post-box .blog-content blockquote {
	margin: 25px 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 24px;
	color: #626262;
	font-style: italic;
	font-weight: 300;
	border-left: 2px solid #78cc6d;
}
.post-box .blog-content ul.list-style,
ul.list-style {
	margin: 25px 0;
	list-style: none;
}
.post-box .blog-content ul.list-style li,
ul.list-style li {
	margin: 5px 0;
	padding: 0 0 0 20px;
	position: relative;
	font-size: 14px;
	color: #171717;
	font-weight: 400;
}
.post-box .blog-content ul.list-style li:before,
ul.list-style li:before {
	margin: -2px 0 0 0;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.post-box .blog-content .post-lightbox {
	margin: 25px 0;
}
.post-box .blog-content .post-lightbox img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.post-box .post-comments {
	margin: 0 0 40px 0;
}
.post-box .post-comments li {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
	position: relative;
	display: block;
	list-style: none;
}
.post-box .post-comments li:last-child:before {
	display: none;
}
.post-box .post-comments li:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: -moz-radial-gradient(left, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(left, ellipse cover, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at left, rgba(197, 202, 213, .7) 0, rgba(255, 255, 255, 0) 70%);
}
.post-box .post-comments li:after {
	content: '';
	position: relative;
	clear: both;
	display: block;
}
.post-box .post-comments li img {
	width: 54px;
	float: left;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
}
.post-box .post-comments li .comment-info {
	margin: 0 0 0 66px;
	padding: 5px 0 0 0;
}
.post-box .post-comments li .comment-info .name {
	margin: 0 0 10px 0;
	position: relative;
	font-size: 13px;
	color: #171717;
	font-weight: 500;
}
.post-box .post-comments li .comment-info .name a {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	color: #171717;
	text-transform: uppercase;
}
.post-box .post-comments li .comment-info .name h6 {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	color: #78cc6d;
}
.post-box .post-comments li .comment-info .name h6 span {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	color: #999;
	font-weight: 400;
	text-transform: none;
	border-left: 1px solid #d8dbe2;
}
.post-box .post-comments li .comment-info p {
	margin: 0;
}
@font-face {
	font-family: Ionicons;
	src: url(fonts/ionicons.eot?v=2.0.1);
	src: url(fonts/ionicons.eot?v=2.0.1#iefix) format("embedded-opentype"), url(fonts/ionicons.ttf?v=2.0.1) format("truetype"), url(fonts/ionicons.woff?v=2.0.1) format("woff"), url(fonts/ionicons.svg?v=2.0.1#Ionicons) 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;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
	content: "\f101";
}
.ion-alert-circled:before {
	content: "\f100";
}
.ion-android-add:before {
	content: "\f2c7";
}
.ion-android-add-circle:before {
	content: "\f359";
}
.ion-android-alarm-clock:before {
	content: "\f35a";
}
.ion-android-alert:before {
	content: "\f35b";
}
.ion-android-apps:before {
	content: "\f35c";
}
.ion-android-archive:before {
	content: "\f2c9";
}
.ion-android-arrow-back:before {
	content: "\f2ca";
}
.ion-android-arrow-down:before {
	content: "\f35d";
}
.ion-android-arrow-dropdown:before {
	content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
	content: "\f35e";
}
.ion-android-arrow-dropleft:before {
	content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
	content: "\f360";
}
.ion-android-arrow-dropright:before {
	content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
	content: "\f362";
}
.ion-android-arrow-dropup:before {
	content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
	content: "\f364";
}
.ion-android-arrow-forward:before {
	content: "\f30f";
}
.ion-android-arrow-up:before {
	content: "\f366";
}
.ion-android-attach:before {
	content: "\f367";
}
.ion-android-bar:before {
	content: "\f368";
}
.ion-android-bicycle:before {
	content: "\f369";
}
.ion-android-boat:before {
	content: "\f36a";
}
.ion-android-bookmark:before {
	content: "\f36b";
}
.ion-android-bulb:before {
	content: "\f36c";
}
.ion-android-bus:before {
	content: "\f36d";
}
.ion-android-calendar:before {
	content: "\f2d1";
}
.ion-android-call:before {
	content: "\f2d2";
}
.ion-android-camera:before {
	content: "\f2d3";
}
.ion-android-cancel:before {
	content: "\f36e";
}
.ion-android-car:before {
	content: "\f36f";
}
.ion-android-cart:before {
	content: "\f370";
}
.ion-android-chat:before {
	content: "\f2d4";
}
.ion-android-checkbox:before {
	content: "\f374";
}
.ion-android-checkbox-blank:before {
	content: "\f371";
}
.ion-android-checkbox-outline:before {
	content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
	content: "\f372";
}
.ion-android-checkmark-circle:before {
	content: "\f375";
}
.ion-android-clipboard:before {
	content: "\f376";
}
.ion-android-close:before {
	content: "\f2d7";
}
.ion-android-cloud:before {
	content: "\f37a";
}
.ion-android-cloud-circle:before {
	content: "\f377";
}
.ion-android-cloud-done:before {
	content: "\f378";
}
.ion-android-cloud-outline:before {
	content: "\f379";
}
.ion-android-color-palette:before {
	content: "\f37b";
}
.ion-android-compass:before {
	content: "\f37c";
}
.ion-android-contact:before {
	content: "\f2d8";
}
.ion-android-contacts:before {
	content: "\f2d9";
}
.ion-android-contract:before {
	content: "\f37d";
}
.ion-android-create:before {
	content: "\f37e";
}
.ion-android-delete:before {
	content: "\f37f";
}
.ion-android-desktop:before {
	content: "\f380";
}
.ion-android-document:before {
	content: "\f381";
}
.ion-android-done:before {
	content: "\f383";
}
.ion-android-done-all:before {
	content: "\f382";
}
.ion-android-download:before {
	content: "\f2dd";
}
.ion-android-drafts:before {
	content: "\f384";
}
.ion-android-exit:before {
	content: "\f385";
}
.ion-android-expand:before {
	content: "\f386";
}
.ion-android-favorite:before {
	content: "\f388";
}
.ion-android-favorite-outline:before {
	content: "\f387";
}
.ion-android-film:before {
	content: "\f389";
}
.ion-android-folder:before {
	content: "\f2e0";
}
.ion-android-folder-open:before {
	content: "\f38a";
}
.ion-android-funnel:before {
	content: "\f38b";
}
.ion-android-globe:before {
	content: "\f38c";
}
.ion-android-hand:before {
	content: "\f2e3";
}
.ion-android-hangout:before {
	content: "\f38d";
}
.ion-android-happy:before {
	content: "\f38e";
}
.ion-android-home:before {
	content: "\f38f";
}
.ion-android-image:before {
	content: "\f2e4";
}
.ion-android-laptop:before {
	content: "\f390";
}
.ion-android-list:before {
	content: "\f391";
}
.ion-android-locate:before {
	content: "\f2e9";
}
.ion-android-lock:before {
	content: "\f392";
}
.ion-android-mail:before {
	content: "\f2eb";
}
.ion-android-map:before {
	content: "\f393";
}
.ion-android-menu:before {
	content: "\f394";
}
.ion-android-microphone:before {
	content: "\f2ec";
}
.ion-android-microphone-off:before {
	content: "\f395";
}
.ion-android-more-horizontal:before {
	content: "\f396";
}
.ion-android-more-vertical:before {
	content: "\f397";
}
.ion-android-navigate:before {
	content: "\f398";
}
.ion-android-notifications:before {
	content: "\f39b";
}
.ion-android-notifications-none:before {
	content: "\f399";
}
.ion-android-notifications-off:before {
	content: "\f39a";
}
.ion-android-open:before {
	content: "\f39c";
}
.ion-android-options:before {
	content: "\f39d";
}
.ion-android-people:before {
	content: "\f39e";
}
.ion-android-person:before {
	content: "\f3a0";
}
.ion-android-person-add:before {
	content: "\f39f";
}
.ion-android-phone-landscape:before {
	content: "\f3a1";
}
.ion-android-phone-portrait:before {
	content: "\f3a2";
}
.ion-android-pin:before {
	content: "\f3a3";
}
.ion-android-plane:before {
	content: "\f3a4";
}
.ion-android-playstore:before {
	content: "\f2f0";
}
.ion-android-print:before {
	content: "\f3a5";
}
.ion-android-radio-button-off:before {
	content: "\f3a6";
}
.ion-android-radio-button-on:before {
	content: "\f3a7";
}
.ion-android-refresh:before {
	content: "\f3a8";
}
.ion-android-remove:before {
	content: "\f2f4";
}
.ion-android-remove-circle:before {
	content: "\f3a9";
}
.ion-android-restaurant:before {
	content: "\f3aa";
}
.ion-android-sad:before {
	content: "\f3ab";
}
.ion-android-search:before {
	content: "\f2f5";
}
.ion-android-send:before {
	content: "\f2f6";
}
.ion-android-settings:before {
	content: "\f2f7";
}
.ion-android-share:before {
	content: "\f2f8";
}
.ion-android-share-alt:before {
	content: "\f3ac";
}
.ion-android-star:before {
	content: "\f2fc";
}
.ion-android-star-half:before {
	content: "\f3ad";
}
.ion-android-star-outline:before {
	content: "\f3ae";
}
.ion-android-stopwatch:before {
	content: "\f2fd";
}
.ion-android-subway:before {
	content: "\f3af";
}
.ion-android-sunny:before {
	content: "\f3b0";
}
.ion-android-sync:before {
	content: "\f3b1";
}
.ion-android-textsms:before {
	content: "\f3b2";
}
.ion-android-time:before {
	content: "\f3b3";
}
.ion-android-train:before {
	content: "\f3b4";
}
.ion-android-unlock:before {
	content: "\f3b5";
}
.ion-android-upload:before {
	content: "\f3b6";
}
.ion-android-volume-down:before {
	content: "\f3b7";
}
.ion-android-volume-mute:before {
	content: "\f3b8";
}
.ion-android-volume-off:before {
	content: "\f3b9";
}
.ion-android-volume-up:before {
	content: "\f3ba";
}
.ion-android-walk:before {
	content: "\f3bb";
}
.ion-android-warning:before {
	content: "\f3bc";
}
.ion-android-watch:before {
	content: "\f3bd";
}
.ion-android-wifi:before {
	content: "\f305";
}
.ion-aperture:before {
	content: "\f313";
}
.ion-archive:before {
	content: "\f102";
}
.ion-arrow-down-a:before {
	content: "\f103";
}
.ion-arrow-down-b:before {
	content: "\f104";
}
.ion-arrow-down-c:before {
	content: "\f105";
}
.ion-arrow-expand:before {
	content: "\f25e";
}
.ion-arrow-graph-down-left:before {
	content: "\f25f";
}
.ion-arrow-graph-down-right:before {
	content: "\f260";
}
.ion-arrow-graph-up-left:before {
	content: "\f261";
}
.ion-arrow-graph-up-right:before {
	content: "\f262";
}
.ion-arrow-left-a:before {
	content: "\f106";
}
.ion-arrow-left-b:before {
	content: "\f107";
}
.ion-arrow-left-c:before {
	content: "\f108";
}
.ion-arrow-move:before {
	content: "\f263";
}
.ion-arrow-resize:before {
	content: "\f264";
}
.ion-arrow-return-left:before {
	content: "\f265";
}
.ion-arrow-return-right:before {
	content: "\f266";
}
.ion-arrow-right-a:before {
	content: "\f109";
}
.ion-arrow-right-b:before {
	content: "\f10a";
}
.ion-arrow-right-c:before {
	content: "\f10b";
}
.ion-arrow-shrink:before {
	content: "\f267";
}
.ion-arrow-swap:before {
	content: "\f268";
}
.ion-arrow-up-a:before {
	content: "\f10c";
}
.ion-arrow-up-b:before {
	content: "\f10d";
}
.ion-arrow-up-c:before {
	content: "\f10e";
}
.ion-asterisk:before {
	content: "\f314";
}
.ion-at:before {
	content: "\f10f";
}
.ion-backspace:before {
	content: "\f3bf";
}
.ion-backspace-outline:before {
	content: "\f3be";
}
.ion-bag:before {
	content: "\f110";
}
.ion-battery-charging:before {
	content: "\f111";
}
.ion-battery-empty:before {
	content: "\f112";
}
.ion-battery-full:before {
	content: "\f113";
}
.ion-battery-half:before {
	content: "\f114";
}
.ion-battery-low:before {
	content: "\f115";
}
.ion-beaker:before {
	content: "\f269";
}
.ion-beer:before {
	content: "\f26a";
}
.ion-bluetooth:before {
	content: "\f116";
}
.ion-bonfire:before {
	content: "\f315";
}
.ion-bookmark:before {
	content: "\f26b";
}
.ion-bowtie:before {
	content: "\f3c0";
}
.ion-briefcase:before {
	content: "\f26c";
}
.ion-bug:before {
	content: "\f2be";
}
.ion-calculator:before {
	content: "\f26d";
}
.ion-calendar:before {
	content: "\f117";
}
.ion-camera:before {
	content: "\f118";
}
.ion-card:before {
	content: "\f119";
}
.ion-cash:before {
	content: "\f316";
}
.ion-chatbox:before {
	content: "\f11b";
}
.ion-chatbox-working:before {
	content: "\f11a";
}
.ion-chatboxes:before {
	content: "\f11c";
}
.ion-chatbubble:before {
	content: "\f11e";
}
.ion-chatbubble-working:before {
	content: "\f11d";
}
.ion-chatbubbles:before {
	content: "\f11f";
}
.ion-checkmark:before {
	content: "\f122";
}
.ion-checkmark-circled:before {
	content: "\f120";
}
.ion-checkmark-round:before {
	content: "\f121";
}
.ion-chevron-down:before {
	content: "\f123";
}
.ion-chevron-left:before {
	content: "\f124";
}
.ion-chevron-right:before {
	content: "\f125";
}
.ion-chevron-up:before {
	content: "\f126";
}
.ion-clipboard:before {
	content: "\f127";
}
.ion-clock:before {
	content: "\f26e";
}
.ion-close:before {
	content: "\f12a";
}
.ion-close-circled:before {
	content: "\f128";
}
.ion-close-round:before {
	content: "\f129";
}
.ion-closed-captioning:before {
	content: "\f317";
}
.ion-cloud:before {
	content: "\f12b";
}
.ion-code:before {
	content: "\f271";
}
.ion-code-download:before {
	content: "\f26f";
}
.ion-code-working:before {
	content: "\f270";
}
.ion-coffee:before {
	content: "\f272";
}
.ion-compass:before {
	content: "\f273";
}
.ion-compose:before {
	content: "\f12c";
}
.ion-connection-bars:before {
	content: "\f274";
}
.ion-contrast:before {
	content: "\f275";
}
.ion-crop:before {
	content: "\f3c1";
}
.ion-cube:before {
	content: "\f318";
}
.ion-disc:before {
	content: "\f12d";
}
.ion-document:before {
	content: "\f12f";
}
.ion-document-text:before {
	content: "\f12e";
}
.ion-drag:before {
	content: "\f130";
}
.ion-earth:before {
	content: "\f276";
}
.ion-easel:before {
	content: "\f3c2";
}
.ion-edit:before {
	content: "\f2bf";
}
.ion-egg:before {
	content: "\f277";
}
.ion-eject:before {
	content: "\f131";
}
.ion-email:before {
	content: "\f132";
}
.ion-email-unread:before {
	content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
	content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
	content: "\f3c4";
}
.ion-eye:before {
	content: "\f133";
}
.ion-eye-disabled:before {
	content: "\f306";
}
.ion-female:before {
	content: "\f278";
}
.ion-filing:before {
	content: "\f134";
}
.ion-film-marker:before {
	content: "\f135";
}
.ion-fireball:before {
	content: "\f319";
}
.ion-flag:before {
	content: "\f279";
}
.ion-flame:before {
	content: "\f31a";
}
.ion-flash:before {
	content: "\f137";
}
.ion-flash-off:before {
	content: "\f136";
}
.ion-folder:before {
	content: "\f139";
}
.ion-fork:before {
	content: "\f27a";
}
.ion-fork-repo:before {
	content: "\f2c0";
}
.ion-forward:before {
	content: "\f13a";
}
.ion-funnel:before {
	content: "\f31b";
}
.ion-gear-a:before {
	content: "\f13d";
}
.ion-gear-b:before {
	content: "\f13e";
}
.ion-grid:before {
	content: "\f13f";
}
.ion-hammer:before {
	content: "\f27b";
}
.ion-happy:before {
	content: "\f31c";
}
.ion-happy-outline:before {
	content: "\f3c6";
}
.ion-headphone:before {
	content: "\f140";
}
.ion-heart:before {
	content: "\f141";
}
.ion-heart-broken:before {
	content: "\f31d";
}
.ion-help:before {
	content: "\f143";
}
.ion-help-buoy:before {
	content: "\f27c";
}
.ion-help-circled:before {
	content: "\f142";
}
.ion-home:before {
	content: "\f144";
}
.ion-icecream:before {
	content: "\f27d";
}
.ion-image:before {
	content: "\f147";
}
.ion-images:before {
	content: "\f148";
}
.ion-information:before {
	content: "\f14a";
}
.ion-information-circled:before {
	content: "\f149";
}
.ion-ionic:before {
	content: "\f14b";
}
.ion-ios-alarm:before {
	content: "\f3c8";
}
.ion-ios-alarm-outline:before {
	content: "\f3c7";
}
.ion-ios-albums:before {
	content: "\f3ca";
}
.ion-ios-albums-outline:before {
	content: "\f3c9";
}
.ion-ios-americanfootball:before {
	content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
	content: "\f3cb";
}
.ion-ios-analytics:before {
	content: "\f3ce";
}
.ion-ios-analytics-outline:before {
	content: "\f3cd";
}
.ion-ios-arrow-back:before {
	content: "\f3cf";
}
.ion-ios-arrow-down:before {
	content: "\f3d0";
}
.ion-ios-arrow-forward:before {
	content: "\f3d1";
}
.ion-ios-arrow-left:before {
	content: "\f3d2";
}
.ion-ios-arrow-right:before {
	content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
	content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
	content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
	content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
	content: "\f3d7";
}
.ion-ios-arrow-up:before {
	content: "\f3d8";
}
.ion-ios-at:before {
	content: "\f3da";
}
.ion-ios-at-outline:before {
	content: "\f3d9";
}
.ion-ios-barcode:before {
	content: "\f3dc";
}
.ion-ios-barcode-outline:before {
	content: "\f3db";
}
.ion-ios-baseball:before {
	content: "\f3de";
}
.ion-ios-baseball-outline:before {
	content: "\f3dd";
}
.ion-ios-basketball:before {
	content: "\f3e0";
}
.ion-ios-basketball-outline:before {
	content: "\f3df";
}
.ion-ios-bell:before {
	content: "\f3e2";
}
.ion-ios-bell-outline:before {
	content: "\f3e1";
}
.ion-ios-body:before {
	content: "\f3e4";
}
.ion-ios-body-outline:before {
	content: "\f3e3";
}
.ion-ios-bolt:before {
	content: "\f3e6";
}
.ion-ios-bolt-outline:before {
	content: "\f3e5";
}
.ion-ios-book:before {
	content: "\f3e8";
}
.ion-ios-book-outline:before {
	content: "\f3e7";
}
.ion-ios-bookmarks:before {
	content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
	content: "\f3e9";
}
.ion-ios-box:before {
	content: "\f3ec";
}
.ion-ios-box-outline:before {
	content: "\f3eb";
}
.ion-ios-briefcase:before {
	content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
	content: "\f3ed";
}
.ion-ios-browsers:before {
	content: "\f3f0";
}
.ion-ios-browsers-outline:before {
	content: "\f3ef";
}
.ion-ios-calculator:before {
	content: "\f3f2";
}
.ion-ios-calculator-outline:before {
	content: "\f3f1";
}
.ion-ios-calendar:before {
	content: "\f3f4";
}
.ion-ios-calendar-outline:before {
	content: "\f3f3";
}
.ion-ios-camera:before {
	content: "\f3f6";
}
.ion-ios-camera-outline:before {
	content: "\f3f5";
}
.ion-ios-cart:before {
	content: "\f3f8";
}
.ion-ios-cart-outline:before {
	content: "\f3f7";
}
.ion-ios-chatboxes:before {
	content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
	content: "\f3f9";
}
.ion-ios-chatbubble:before {
	content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
	content: "\f3fb";
}
.ion-ios-checkmark:before {
	content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
	content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
	content: "\f3fe";
}
.ion-ios-circle-filled:before {
	content: "\f400";
}
.ion-ios-circle-outline:before {
	content: "\f401";
}
.ion-ios-clock:before {
	content: "\f403";
}
.ion-ios-clock-outline:before {
	content: "\f402";
}
.ion-ios-close:before {
	content: "\f406";
}
.ion-ios-close-empty:before {
	content: "\f404";
}
.ion-ios-close-outline:before {
	content: "\f405";
}
.ion-ios-cloud:before {
	content: "\f40c";
}
.ion-ios-cloud-download:before {
	content: "\f408";
}
.ion-ios-cloud-download-outline:before {
	content: "\f407";
}
.ion-ios-cloud-outline:before {
	content: "\f409";
}
.ion-ios-cloud-upload:before {
	content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
	content: "\f40a";
}
.ion-ios-cloudy:before {
	content: "\f410";
}
.ion-ios-cloudy-night:before {
	content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
	content: "\f40d";
}
.ion-ios-cloudy-outline:before {
	content: "\f40f";
}
.ion-ios-cog:before {
	content: "\f412";
}
.ion-ios-cog-outline:before {
	content: "\f411";
}
.ion-ios-color-filter:before {
	content: "\f414";
}
.ion-ios-color-filter-outline:before {
	content: "\f413";
}
.ion-ios-color-wand:before {
	content: "\f416";
}
.ion-ios-color-wand-outline:before {
	content: "\f415";
}
.ion-ios-compose:before {
	content: "\f418";
}
.ion-ios-compose-outline:before {
	content: "\f417";
}
.ion-ios-contact:before {
	content: "\f41a";
}
.ion-ios-contact-outline:before {
	content: "\f419";
}
.ion-ios-copy:before {
	content: "\f41c";
}
.ion-ios-copy-outline:before {
	content: "\f41b";
}
.ion-ios-crop:before {
	content: "\f41e";
}
.ion-ios-crop-strong:before {
	content: "\f41d";
}
.ion-ios-download:before {
	content: "\f420";
}
.ion-ios-download-outline:before {
	content: "\f41f";
}
.ion-ios-drag:before {
	content: "\f421";
}
.ion-ios-email:before {
	content: "\f423";
}
.ion-ios-email-outline:before {
	content: "\f422";
}
.ion-ios-eye:before {
	content: "\f425";
}
.ion-ios-eye-outline:before {
	content: "\f424";
}
.ion-ios-fastforward:before {
	content: "\f427";
}
.ion-ios-fastforward-outline:before {
	content: "\f426";
}
.ion-ios-filing:before {
	content: "\f429";
}
.ion-ios-filing-outline:before {
	content: "\f428";
}
.ion-ios-film:before {
	content: "\f42b";
}
.ion-ios-film-outline:before {
	content: "\f42a";
}
.ion-ios-flag:before {
	content: "\f42d";
}
.ion-ios-flag-outline:before {
	content: "\f42c";
}
.ion-ios-flame:before {
	content: "\f42f";
}
.ion-ios-flame-outline:before {
	content: "\f42e";
}
.ion-ios-flask:before {
	content: "\f431";
}
.ion-ios-flask-outline:before {
	content: "\f430";
}
.ion-ios-flower:before {
	content: "\f433";
}
.ion-ios-flower-outline:before {
	content: "\f432";
}
.ion-ios-folder:before {
	content: "\f435";
}
.ion-ios-folder-outline:before {
	content: "\f434";
}
.ion-ios-football:before {
	content: "\f437";
}
.ion-ios-football-outline:before {
	content: "\f436";
}
.ion-ios-game-controller-a:before {
	content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
	content: "\f438";
}
.ion-ios-game-controller-b:before {
	content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
	content: "\f43a";
}
.ion-ios-gear:before {
	content: "\f43d";
}
.ion-ios-gear-outline:before {
	content: "\f43c";
}
.ion-ios-glasses:before {
	content: "\f43f";
}
.ion-ios-glasses-outline:before {
	content: "\f43e";
}
.ion-ios-grid-view:before {
	content: "\f441";
}
.ion-ios-grid-view-outline:before {
	content: "\f440";
}
.ion-ios-heart:before {
	content: "\f443";
}
.ion-ios-heart-outline:before {
	content: "\f442";
}
.ion-ios-help:before {
	content: "\f446";
}
.ion-ios-help-empty:before {
	content: "\f444";
}
.ion-ios-help-outline:before {
	content: "\f445";
}
.ion-ios-home:before {
	content: "\f448";
}
.ion-ios-home-outline:before {
	content: "\f447";
}
.ion-ios-infinite:before {
	content: "\f44a";
}
.ion-ios-infinite-outline:before {
	content: "\f449";
}
.ion-ios-information:before {
	content: "\f44d";
}
.ion-ios-information-empty:before {
	content: "\f44b";
}
.ion-ios-information-outline:before {
	content: "\f44c";
}
.ion-ios-ionic-outline:before {
	content: "\f44e";
}
.ion-ios-keypad:before {
	content: "\f450";
}
.ion-ios-keypad-outline:before {
	content: "\f44f";
}
.ion-ios-lightbulb:before {
	content: "\f452";
}
.ion-ios-lightbulb-outline:before {
	content: "\f451";
}
.ion-ios-list:before {
	content: "\f454";
}
.ion-ios-list-outline:before {
	content: "\f453";
}
.ion-ios-location:before {
	content: "\f456";
}
.ion-ios-location-outline:before {
	content: "\f455";
}
.ion-ios-locked:before {
	content: "\f458";
}
.ion-ios-locked-outline:before {
	content: "\f457";
}
.ion-ios-loop:before {
	content: "\f45a";
}
.ion-ios-loop-strong:before {
	content: "\f459";
}
.ion-ios-medical:before {
	content: "\f45c";
}
.ion-ios-medical-outline:before {
	content: "\f45b";
}
.ion-ios-medkit:before {
	content: "\f45e";
}
.ion-ios-medkit-outline:before {
	content: "\f45d";
}
.ion-ios-mic:before {
	content: "\f461";
}
.ion-ios-mic-off:before {
	content: "\f45f";
}
.ion-ios-mic-outline:before {
	content: "\f460";
}
.ion-ios-minus:before {
	content: "\f464";
}
.ion-ios-minus-empty:before {
	content: "\f462";
}
.ion-ios-minus-outline:before {
	content: "\f463";
}
.ion-ios-monitor:before {
	content: "\f466";
}
.ion-ios-monitor-outline:before {
	content: "\f465";
}
.ion-ios-moon:before {
	content: "\f468";
}
.ion-ios-moon-outline:before {
	content: "\f467";
}
.ion-ios-more:before {
	content: "\f46a";
}
.ion-ios-more-outline:before {
	content: "\f469";
}
.ion-ios-musical-note:before {
	content: "\f46b";
}
.ion-ios-musical-notes:before {
	content: "\f46c";
}
.ion-ios-navigate:before {
	content: "\f46e";
}
.ion-ios-navigate-outline:before {
	content: "\f46d";
}
.ion-ios-nutrition:before {
	content: "\f470";
}
.ion-ios-nutrition-outline:before {
	content: "\f46f";
}
.ion-ios-paper:before {
	content: "\f472";
}
.ion-ios-paper-outline:before {
	content: "\f471";
}
.ion-ios-paperplane:before {
	content: "\f474";
}
.ion-ios-paperplane-outline:before {
	content: "\f473";
}
.ion-ios-partlysunny:before {
	content: "\f476";
}
.ion-ios-partlysunny-outline:before {
	content: "\f475";
}
.ion-ios-pause:before {
	content: "\f478";
}
.ion-ios-pause-outline:before {
	content: "\f477";
}
.ion-ios-paw:before {
	content: "\f47a";
}
.ion-ios-paw-outline:before {
	content: "\f479";
}
.ion-ios-people:before {
	content: "\f47c";
}
.ion-ios-people-outline:before {
	content: "\f47b";
}
.ion-ios-person:before {
	content: "\f47e";
}
.ion-ios-person-outline:before {
	content: "\f47d";
}
.ion-ios-personadd:before {
	content: "\f480";
}
.ion-ios-personadd-outline:before {
	content: "\f47f";
}
.ion-ios-photos:before {
	content: "\f482";
}
.ion-ios-photos-outline:before {
	content: "\f481";
}
.ion-ios-pie:before {
	content: "\f484";
}
.ion-ios-pie-outline:before {
	content: "\f483";
}
.ion-ios-pint:before {
	content: "\f486";
}
.ion-ios-pint-outline:before {
	content: "\f485";
}
.ion-ios-play:before {
	content: "\f488";
}
.ion-ios-play-outline:before {
	content: "\f487";
}
.ion-ios-plus:before {
	content: "\f48b";
}
.ion-ios-plus-empty:before {
	content: "\f489";
}
.ion-ios-plus-outline:before {
	content: "\f48a";
}
.ion-ios-pricetag:before {
	content: "\f48d";
}
.ion-ios-pricetag-outline:before {
	content: "\f48c";
}
.ion-ios-pricetags:before {
	content: "\f48f";
}
.ion-ios-pricetags-outline:before {
	content: "\f48e";
}
.ion-ios-printer:before {
	content: "\f491";
}
.ion-ios-printer-outline:before {
	content: "\f490";
}
.ion-ios-pulse:before {
	content: "\f493";
}
.ion-ios-pulse-strong:before {
	content: "\f492";
}
.ion-ios-rainy:before {
	content: "\f495";
}
.ion-ios-rainy-outline:before {
	content: "\f494";
}
.ion-ios-recording:before {
	content: "\f497";
}
.ion-ios-recording-outline:before {
	content: "\f496";
}
.ion-ios-redo:before {
	content: "\f499";
}
.ion-ios-redo-outline:before {
	content: "\f498";
}
.ion-ios-refresh:before {
	content: "\f49c";
}
.ion-ios-refresh-empty:before {
	content: "\f49a";
}
.ion-ios-refresh-outline:before {
	content: "\f49b";
}
.ion-ios-reload:before {
	content: "\f49d";
}
.ion-ios-reverse-camera:before {
	content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
	content: "\f49e";
}
.ion-ios-rewind:before {
	content: "\f4a1";
}
.ion-ios-rewind-outline:before {
	content: "\f4a0";
}
.ion-ios-rose:before {
	content: "\f4a3";
}
.ion-ios-rose-outline:before {
	content: "\f4a2";
}
.ion-ios-search:before {
	content: "\f4a5";
}
.ion-ios-search-strong:before {
	content: "\f4a4";
}
.ion-ios-settings:before {
	content: "\f4a7";
}
.ion-ios-settings-strong:before {
	content: "\f4a6";
}
.ion-ios-shuffle:before {
	content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
	content: "\f4a8";
}

.ion-ios-skipbackward:before {
	content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
	content: "\f4aa";
}
.ion-ios-skipforward:before {
	content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
	content: "\f4ac";
}
.ion-ios-snowy:before {
	content: "\f4ae";
}
.ion-ios-speedometer:before {
	content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
	content: "\f4af";
}
.ion-ios-star:before {
	content: "\f4b3";
}
.ion-ios-star-half:before {
	content: "\f4b1";
}
.ion-ios-star-outline:before {
	content: "\f4b2";
}
.ion-ios-stopwatch:before {
	content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
	content: "\f4b4";
}
.ion-ios-sunny:before {
	content: "\f4b7";
}
.ion-ios-sunny-outline:before {
	content: "\f4b6";
}
.ion-ios-telephone:before {
	content: "\f4b9";
}
.ion-ios-telephone-outline:before {
	content: "\f4b8";
}
.ion-ios-tennisball:before {
	content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
	content: "\f4ba";
}
.ion-ios-thunderstorm:before {
	content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
	content: "\f4bc";
}
.ion-ios-time:before {
	content: "\f4bf";
}
.ion-ios-time-outline:before {
	content: "\f4be";
}
.ion-ios-timer:before {
	content: "\f4c1";
}
.ion-ios-timer-outline:before {
	content: "\f4c0";
}
.ion-ios-toggle:before {
	content: "\f4c3";
}
.ion-ios-toggle-outline:before {
	content: "\f4c2";
}
.ion-ios-trash:before {
	content: "\f4c5";
}
.ion-ios-trash-outline:before {
	content: "\f4c4";
}
.ion-ios-undo:before {
	content: "\f4c7";
}
.ion-ios-undo-outline:before {
	content: "\f4c6";
}
.ion-ios-unlocked:before {
	content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
	content: "\f4c8";
}
.ion-ios-upload:before {
	content: "\f4cb";
}
.ion-ios-upload-outline:before {
	content: "\f4ca";
}
.ion-ios-videocam:before {
	content: "\f4cd";
}
.ion-ios-videocam-outline:before {
	content: "\f4cc";
}
.ion-ios-volume-high:before {
	content: "\f4ce";
}
.ion-ios-volume-low:before {
	content: "\f4cf";
}
.ion-ios-wineglass:before {
	content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
	content: "\f4d0";
}
.ion-ios-world:before {
	content: "\f4d3";
}
.ion-ios-world-outline:before {
	content: "\f4d2";
}
.ion-ipad:before {
	content: "\f1f9";
}
.ion-iphone:before {
	content: "\f1fa";
}
.ion-ipod:before {
	content: "\f1fb";
}
.ion-jet:before {
	content: "\f295";
}
.ion-key:before {
	content: "\f296";
}
.ion-knife:before {
	content: "\f297";
}
.ion-laptop:before {
	content: "\f1fc";
}
.ion-leaf:before {
	content: "\f1fd";
}
.ion-levels:before {
	content: "\f298";
}
.ion-lightbulb:before {
	content: "\f299";
}
.ion-link:before {
	content: "\f1fe";
}
.ion-load-a:before {
	content: "\f29a";
}
.ion-load-b:before {
	content: "\f29b";
}
.ion-load-c:before {
	content: "\f29c";
}
.ion-load-d:before {
	content: "\f29d";
}
.ion-location:before {
	content: "\f1ff";
}
.ion-lock-combination:before {
	content: "\f4d4";
}
.ion-locked:before {
	content: "\f200";
}
.ion-log-in:before {
	content: "\f29e";
}
.ion-log-out:before {
	content: "\f29f";
}
.ion-loop:before {
	content: "\f201";
}
.ion-magnet:before {
	content: "\f2a0";
}
.ion-male:before {
	content: "\f2a1";
}
.ion-man:before {
	content: "\f202";
}
.ion-map:before {
	content: "\f203";
}
.ion-medkit:before {
	content: "\f2a2";
}
.ion-merge:before {
	content: "\f33f";
}
.ion-mic-a:before {
	content: "\f204";
}
.ion-mic-b:before {
	content: "\f205";
}
.ion-mic-c:before {
	content: "\f206";
}
.ion-minus:before {
	content: "\f209";
}
.ion-minus-circled:before {
	content: "\f207";
}
.ion-minus-round:before {
	content: "\f208";
}
.ion-model-s:before {
	content: "\f2c1";
}
.ion-monitor:before {
	content: "\f20a";
}
.ion-more:before {
	content: "\f20b";
}
.ion-mouse:before {
	content: "\f340";
}
.ion-music-note:before {
	content: "\f20c";
}
.ion-navicon:before {
	content: "\f20e";
}
.ion-navicon-round:before {
	content: "\f20d";
}
.ion-navigate:before {
	content: "\f2a3";
}
.ion-network:before {
	content: "\f341";
}
.ion-no-smoking:before {
	content: "\f2c2";
}
.ion-nuclear:before {
	content: "\f2a4";
}
.ion-outlet:before {
	content: "\f342";
}
.ion-paintbrush:before {
	content: "\f4d5";
}
.ion-paintbucket:before {
	content: "\f4d6";
}
.ion-paper-airplane:before {
	content: "\f2c3";
}
.ion-paperclip:before {
	content: "\f20f";
}
.ion-pause:before {
	content: "\f210";
}
.ion-person:before {
	content: "\f213";
}
.ion-person-add:before {
	content: "\f211";
}
.ion-person-stalker:before {
	content: "\f212";
}
.ion-pie-graph:before {
	content: "\f2a5";
}
.ion-pin:before {
	content: "\f2a6";
}
.ion-pinpoint:before {
	content: "\f2a7";
}
.ion-pizza:before {
	content: "\f2a8";
}
.ion-plane:before {
	content: "\f214";
}
.ion-planet:before {
	content: "\f343";
}
.ion-play:before {
	content: "\f215";
}
.ion-playstation:before {
	content: "\f30a";
}
.ion-plus:before {
	content: "\f218";
}
.ion-plus-circled:before {
	content: "\f216";
}
.ion-plus-round:before {
	content: "\f217";
}
.ion-podium:before {
	content: "\f344";
}
.ion-pound:before {
	content: "\f219";
}
.ion-power:before {
	content: "\f2a9";
}
.ion-pricetag:before {
	content: "\f2aa";
}
.ion-pricetags:before {
	content: "\f2ab";
}
.ion-printer:before {
	content: "\f21a";
}
.ion-pull-request:before {
	content: "\f345";
}
.ion-qr-scanner:before {
	content: "\f346";
}
.ion-quote:before {
	content: "\f347";
}
.ion-radio-waves:before {
	content: "\f2ac";
}
.ion-record:before {
	content: "\f21b";
}
.ion-refresh:before {
	content: "\f21c";
}
.ion-reply:before {
	content: "\f21e";
}
.ion-reply-all:before {
	content: "\f21d";
}
.ion-ribbon-a:before {
	content: "\f348";
}
.ion-ribbon-b:before {
	content: "\f349";
}
.ion-sad:before {
	content: "\f34a";
}
.ion-sad-outline:before {
	content: "\f4d7";
}
.ion-scissors:before {
	content: "\f34b";
}
.ion-search:before {
	content: "\f21f";
}
.ion-settings:before {
	content: "\f2ad";
}
.ion-share:before {
	content: "\f220";
}
.ion-shuffle:before {
	content: "\f221";
}
.ion-skip-backward:before {
	content: "\f222";
}
.ion-skip-forward:before {
	content: "\f223";
}
.ion-social-android:before {
	content: "\f225";
}
.ion-social-android-outline:before {
	content: "\f224";
}
.ion-social-angular:before {
	content: "\f4d9";
}
.ion-social-angular-outline:before {
	content: "\f4d8";
}
.ion-social-apple:before {
	content: "\f227";
}
.ion-social-apple-outline:before {
	content: "\f226";
}
.ion-social-bitcoin:before {
	content: "\f2af";
}
.ion-social-bitcoin-outline:before {
	content: "\f2ae";
}
.ion-social-buffer:before {
	content: "\f229";
}
.ion-social-buffer-outline:before {
	content: "\f228";
}
.ion-social-chrome:before {
	content: "\f4db";
}
.ion-social-chrome-outline:before {
	content: "\f4da";
}
.ion-social-codepen:before {
	content: "\f4dd";
}
.ion-social-codepen-outline:before {
	content: "\f4dc";
}
.ion-social-css3:before {
	content: "\f4df";
}
.ion-social-css3-outline:before {
	content: "\f4de";
}
.ion-social-designernews:before {
	content: "\f22b";
}
.ion-social-designernews-outline:before {
	content: "\f22a";
}
.ion-social-dribbble:before {
	content: "\f22d";
}
.ion-social-dribbble-outline:before {
	content: "\f22c";
}
.ion-social-dropbox:before {
	content: "\f22f";
}
.ion-social-dropbox-outline:before {
	content: "\f22e";
}
.ion-social-euro:before {
	content: "\f4e1";
}
.ion-social-euro-outline:before {
	content: "\f4e0";
}
.ion-social-facebook:before {
	content: "\f231";
}
.ion-social-facebook-outline:before {
	content: "\f230";
}
.ion-social-foursquare:before {
	content: "\f34d";
}
.ion-social-foursquare-outline:before {
	content: "\f34c";
}
.ion-social-freebsd-devil:before {
	content: "\f2c4";
}
.ion-social-github:before {
	content: "\f233";
}
.ion-social-github-outline:before {
	content: "\f232";
}
.ion-social-google:before {
	content: "\f34f";
}
.ion-social-google-outline:before {
	content: "\f34e";
}
.ion-social-googleplus:before {
	content: "\f235";
}
.ion-social-googleplus-outline:before {
	content: "\f234";
}
.ion-social-hackernews:before {
	content: "\f237";
}
.ion-social-hackernews-outline:before {
	content: "\f236";
}
.ion-social-html5:before {
	content: "\f4e3";
}
.ion-social-html5-outline:before {
	content: "\f4e2";
}
.ion-social-instagram:before {
	content: "\f351";
}
.ion-social-instagram-outline:before {
	content: "\f350";
}
.ion-social-javascript:before {
	content: "\f4e5";
}
.ion-social-javascript-outline:before {
	content: "\f4e4";
}
.ion-social-linkedin:before {
	content: "\f239";
}
.ion-social-linkedin-outline:before {
	content: "\f238";
}
.ion-social-markdown:before {
	content: "\f4e6";
}
.ion-social-nodejs:before {
	content: "\f4e7";
}
.ion-social-octocat:before {
	content: "\f4e8";
}
.ion-social-pinterest:before {
	content: "\f2b1";
}
.ion-social-pinterest-outline:before {
	content: "\f2b0";
}
.ion-social-python:before {
	content: "\f4e9";
}
.ion-social-reddit:before {
	content: "\f23b";
}
.ion-social-reddit-outline:before {
	content: "\f23a";
}
.ion-social-rss:before {
	content: "\f23d";
}
.ion-social-rss-outline:before {
	content: "\f23c";
}
.ion-social-sass:before {
	content: "\f4ea";
}
.ion-social-skype:before {
	content: "\f23f";
}
.ion-social-skype-outline:before {
	content: "\f23e";
}
.ion-social-snapchat:before {
	content: "\f4ec";
}
.ion-social-snapchat-outline:before {
	content: "\f4eb";
}
.ion-social-tumblr:before {
	content: "\f241";
}
.ion-social-tumblr-outline:before {
	content: "\f240";
}
.ion-social-tux:before {
	content: "\f2c5";
}
.ion-social-twitch:before {
	content: "\f4ee";
}
.ion-social-twitch-outline:before {
	content: "\f4ed";
}
.ion-social-twitter:before {
	content: "\f243";
}
.ion-social-twitter-outline:before {
	content: "\f242";
}
.ion-social-usd:before {
	content: "\f353";
}
.ion-social-usd-outline:before {
	content: "\f352";
}
.ion-social-vimeo:before {
	content: "\f245";
}
.ion-social-vimeo-outline:before {
	content: "\f244";
}
.ion-social-whatsapp:before {
	content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
	content: "\f4ef";
}
.ion-social-windows:before {
	content: "\f247";
}
.ion-social-windows-outline:before {
	content: "\f246";
}
.ion-social-wordpress:before {
	content: "\f249";
}
.ion-social-wordpress-outline:before {
	content: "\f248";
}
.ion-social-yahoo:before {
	content: "\f24b";
}
.ion-social-yahoo-outline:before {
	content: "\f24a";
}
.ion-social-yen:before {
	content: "\f4f2";
}
.ion-social-yen-outline:before {
	content: "\f4f1";
}
.ion-social-youtube:before {
	content: "\f24d";
}
.ion-social-youtube-outline:before {
	content: "\f24c";
}
.ion-soup-can:before {
	content: "\f4f4";
}
.ion-soup-can-outline:before {
	content: "\f4f3";
}
.ion-speakerphone:before {
	content: "\f2b2";
}
.ion-speedometer:before {
	content: "\f2b3";
}
.ion-spoon:before {
	content: "\f2b4";
}
.ion-star:before {
	content: "\f24e";
}
.ion-stats-bars:before {
	content: "\f2b5";
}
.ion-steam:before {
	content: "\f30b";
}
.ion-stop:before {
	content: "\f24f";
}
.ion-thermometer:before {
	content: "\f2b6";
}
.ion-thumbsdown:before {
	content: "\f250";
}
.ion-thumbsup:before {
	content: "\f251";
}
.ion-toggle:before {
	content: "\f355";
}
.ion-toggle-filled:before {
	content: "\f354";
}
.ion-transgender:before {
	content: "\f4f5";
}
.ion-trash-a:before {
	content: "\f252";
}
.ion-trash-b:before {
	content: "\f253";
}
.ion-trophy:before {
	content: "\f356";
}
.ion-tshirt:before {
	content: "\f4f7";
}
.ion-tshirt-outline:before {
	content: "\f4f6";
}
.ion-umbrella:before {
	content: "\f2b7";
}
.ion-university:before {
	content: "\f357";
}
.ion-unlocked:before {
	content: "\f254";
}
.ion-upload:before {
	content: "\f255";
}
.ion-usb:before {
	content: "\f2b8";
}
.ion-videocamera:before {
	content: "\f256";
}
.ion-volume-high:before {
	content: "\f257";
}
.ion-volume-low:before {
	content: "\f258";
}
.ion-volume-medium:before {
	content: "\f259";
}
.ion-volume-mute:before {
	content: "\f25a";
}
.ion-wand:before {
	content: "\f358";
}
.ion-waterdrop:before {
	content: "\f25b";
}
.ion-wifi:before {
	content: "\f25c";
}
.ion-wineglass:before {
	content: "\f2b9";
}
.ion-woman:before {
	content: "\f25d";
}
.ion-wrench:before {
	content: "\f2ba";
}
.ion-xbox:before {
	content: "\f30c";
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
	padding: 15px 40px;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
@keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
@-webkit-keyframes flash {
	50%,
	from,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes flash {
	50%,
	from,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}
@-webkit-keyframes jello {
	11.1%,
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}
@keyframes jello {
	11.1%,
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}
@-webkit-keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -500px, 0);
		transform: translate3d(0, -500px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -500px, 0);
		transform: translate3d(0, -500px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-500px, 0, 0);
		transform: translate3d(-500px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-500px, 0, 0);
		transform: translate3d(-500px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(500px, 0, 0);
		transform: translate3d(500px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(500px, 0, 0);
		transform: translate3d(500px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 500px, 0);
		transform: translate3d(0, 500px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 500px, 0);
		transform: translate3d(0, 500px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}
.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 500px, 0);
		transform: translate3d(0, 500px, 0);
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 500px, 0);
		transform: translate3d(0, 500px, 0);
	}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-500px, 0, 0);
		transform: translate3d(-500px, 0, 0);
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-500px, 0, 0);
		transform: translate3d(-500px, 0, 0);
	}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(500px, 0, 0);
		transform: translate3d(500px, 0, 0);
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(500px, 0, 0);
		transform: translate3d(500px, 0, 0);
	}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -500px, 0);
		transform: translate3d(0, -500px, 0);
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -500px, 0);
		transform: translate3d(0, -500px, 0);
	}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -70%, 0);
		transform: translate3d(0, -70%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -70%, 0);
		transform: translate3d(0, -70%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -500px, 0);
		transform: translate3d(0, -500px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -500px, 0);
		transform: translate3d(0, -500px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-70%, 0, 0);
		transform: translate3d(-70%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-70%, 0, 0);
		transform: translate3d(-70%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-500px, 0, 0);
		transform: translate3d(-500px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-500px, 0, 0);
		transform: translate3d(-500px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(500px, 0, 0);
		transform: translate3d(500px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(500px, 0, 0);
		transform: translate3d(500px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 70%, 0);
		transform: translate3d(0, 70%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 70%, 0);
		transform: translate3d(0, 70%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 500px, 0);
		transform: translate3d(0, 500px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 500px, 0);
		transform: translate3d(0, 500px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 70%, 0);
		transform: translate3d(0, 70%, 0);
	}
}
@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 70%, 0);
		transform: translate3d(0, 70%, 0);
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 500px, 0);
		transform: translate3d(0, 500px, 0);
	}
}
@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 500px, 0);
		transform: translate3d(0, 500px, 0);
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-70%, 0, 0);
		transform: translate3d(-70%, 0, 0);
	}
}
@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-70%, 0, 0);
		transform: translate3d(-70%, 0, 0);
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-500px, 0, 0);
		transform: translate3d(-500px, 0, 0);
	}
}
@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-500px, 0, 0);
		transform: translate3d(-500px, 0, 0);
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
	}
}
@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(500px, 0, 0);
		transform: translate3d(500px, 0, 0);
	}
}
@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(500px, 0, 0);
		transform: translate3d(500px, 0, 0);
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -70%, 0);
		transform: translate3d(0, -70%, 0);
	}
}
@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -70%, 0);
		transform: translate3d(0, -70%, 0);
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -500px, 0);
		transform: translate3d(0, -500px, 0);
	}
}
@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -500px, 0);
		transform: translate3d(0, -500px, 0);
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}
@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(70%, 0, 0) skewX(-30deg);
		transform: translate3d(70%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(70%, 0, 0) skewX(-30deg);
		transform: translate3d(70%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(70%, 0, 0) skewX(30deg);
		transform: translate3d(70%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(70%, 0, 0) skewX(30deg);
		transform: translate3d(70%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}
@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-70%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-70%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-70%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-70%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}
@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(70%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(70%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}
@keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(70%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(70%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -500px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -500px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}
@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -500px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -500px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-500px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-500px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}
@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-500px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-500px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(500px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(500px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}
@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(500px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(500px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 500px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 500px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}
@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 500px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 500px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	to {
		opacity: 0;
	}
}
@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	to {
		opacity: 0;
	}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 500px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 500px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 500px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 500px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-500px, 0, 0);
		transform: scale(.1) translate3d(-500px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-500px, 0, 0);
		transform: scale(.1) translate3d(-500px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(500px, 0, 0);
		transform: scale(.1) translate3d(500px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(500px, 0, 0);
		transform: scale(.1) translate3d(500px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -500px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -500px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -500px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -500px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -70%, 0);
		transform: translate3d(0, -70%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -70%, 0);
		transform: translate3d(0, -70%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-70%, 0, 0);
		transform: translate3d(-70%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-70%, 0, 0);
		transform: translate3d(-70%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 70%, 0);
		transform: translate3d(0, 70%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 70%, 0);
		transform: translate3d(0, 70%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 70%, 0);
		transform: translate3d(0, 70%, 0);
	}
}
@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 70%, 0);
		transform: translate3d(0, 70%, 0);
	}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-70%, 0, 0);
		transform: translate3d(-70%, 0, 0);
	}
}
@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-70%, 0, 0);
		transform: translate3d(-70%, 0, 0);
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
	}
}
@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -70%, 0);
		transform: translate3d(0, -70%, 0);
	}
}
@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -70%, 0);
		transform: translate3d(0, -70%, 0);
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
.background.gradient {
	background: #50a3a2;
	background: -webkit-linear-gradient(top left, #50a3a2 0, #78cc6d 100%);
	background: linear-gradient(to bottom right, #50a3a2 0, #78cc6d 100%);
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg-bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg-bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, .1);
	bottom: -320px;
	-webkit-animation: square 50s infinite;
	animation: square 50s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.bg-bubbles li:nth-child(1) {
	left: 10%;
}
.bg-bubbles li:nth-child(2) {
	left: 20%;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 34s;
	animation-duration: 34s;
}
.bg-bubbles li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
	left: 40%;
	width: 120px;
	height: 120px;
	-webkit-animation-duration: 44s;
	animation-duration: 44s;
}
.bg-bubbles li:nth-child(5) {
	left: 70%;
}
.bg-bubbles li:nth-child(6) {
	left: 80%;
	width: 240px;
	height: 240px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.bg-bubbles li:nth-child(7) {
	left: 32%;
	width: 320px;
	height: 320px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
	left: 55%;
	width: 40px;
	height: 40px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 80s;
	animation-duration: 80s;
}
.bg-bubbles li:nth-child(9) {
	left: 25%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 80s;
	animation-duration: 80s;
}
.bg-bubbles li:nth-child(10) {
	left: 90%;
	width: 320px;
	height: 320px;
	-webkit-animation-delay: 22s;
	animation-delay: 22s;
}
@-webkit-keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-1500px) rotate(600deg);
		transform: translateY(-1500px) rotate(600deg);
	}
}
@keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-1500px) rotate(600deg);
		transform: translateY(-1500px) rotate(600deg);
	}
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-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-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.social-icon {
	width: 23%;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	margin-right: 2%;
	border-radius: 5px;
}
.facebook {
	background: #3A5797
}
.twitter {
	background: #1C9AEB
}
.whatsapp {
	background: #067739
}
.mailbg {
	background: #F84200
}
.displaynoneweb {
	display: none;
}
.poweredby {
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-size: 12px;
	background: #ffffff;
	color: #000;
	text-align: center;
	float: left;
	left: 0px;
	padding: 3px 0px;
	z-index: 99;
	border-top: 1px solid #a2a2a2;
}
.header .displaynoneweb {
	width: 100%;
	position: fixed;
	top: 0px;
	background: #fff;
	height: 30px;
	margin: 0px 0px;
}
.header .displaynoneweb .slct {
	width: 25%;
	float: left
}
.header .displaynoneweb .slct .whatsappwebcode {
	height: 30px;
	width: 100%;
}
.header .displaynoneweb .txt_no {
	width: 40%;
	float: left
}
.header .displaynoneweb .whatsappwebtext {
	height: 30px;
	width: 100%
}
.header .displaynoneweb .wp_btn {
	width: 35%;
	float: left
}
.header .displaynoneweb .wp_btn a {
	height: 30px;
	width: 100%;
	background-color: #398439;
	border-color: #255625;
	padding: 4px;
	display: block;
	color: #fff;
}
.login_form {
	width: 100%;
}
.login_form .row .col {
	padding-bottom: 15px;
}
.login_form .row .col label {
	padding-bottom: 5px;
}
.login_form .row .col input {
	height: 35px;
}
.login_form .align-left {
	float: left
}
.login_form .align-right {
	float: right
}
.login_form .align-right p {
	margin-bottom: 0;
}
.login_form a:hover {
	color: #000
}
.login_form .button {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.login_form .button span {
	color: #fff;
}
.login_form .button:hover span {}
.login_form .button .arrow::after,
.button .arrow::before {
	background: #fff;
}
#new_inq_frm .button .arrow::before {
	background: #000;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
	text-align: left;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.25em;
	height: 1.25em;
	border: 2px solid #ccc;
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
	content: '\2713\0020';
	position: absolute;
	top: .15em;
	left: .22em;
	font-size: 1.3em;
	line-height: 0.8;
	color: #09ad7e;
	transition: all .2s;
	font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0);
}
[type="checkbox"]:checked+label:after {
	opacity: 1;
	transform: scale(1);
}
[type="checkbox"]:disabled:checked+label:after {
	color: #999;
}
[type="checkbox"]:disabled+label {
	color: #aaa;
}
.edit_banner {
	float: left;
	margin: 5px 10px;
	color: #fff;
	font-size: 18px
}
.edit_banner .txt {
	display: none;
}
.edit_profile {
	float: right;
	margin: 5px 10px;
	color: #fff;
	font-size: 18px
}
.profile .cover_img:hover {}
.profile .cover_img:hover .edit_banner {
	cursor: pointer;
	font-size: 20px;
}
.profile .edit_prf_img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 70px;
}
.profile .edit_prf_img a {
	position: relative;
	left: 55px;
	top: 100px;
	width: 30px;
	height: 30px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}
.profile .edit_prf_img a .cropControls {
	top: 0;
	left: 0;
}
#change_prf_img .croppedImg {
	position: absolute;
	top: -100px;
	left: -55px;
}
.profile .edit_prf_img a span {
	font-size: 18px;
	width: 100%
}
.update_link {
	float: right;
	font-size: 12px;
}
.delete_link {
	position: absolute;
	z-index: 9999;
	right: 0;
	color: #eee;
	padding: 2px 5px;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.3);
}
.my-service .box-item:hover .delete_link {
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}
.main-login {
	width: 450px;
	margin: 7% auto;
	background-color: #fff;
	position: relative;
	padding: 30px;
	border-radius: 15px;
}
.main-login .title {
	text-align: center;
	text-transform: uppercase;
	display: none;
}
.main-login h3.title {
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
}
.main-login .border-line-v::before,
.main-login .content .title::after {
	content: none;
}
.main-login .row .col.border-line-v {
	padding: 0 20px;
}
.ui-dialog .ui-dialog-content {
	padding: .5em 2em;
}
.my-model {
	display: none;
}
.my-model .login_form .row {
	margin: 0;
}
.my-model .login_form .row .col {
	padding: 10px 20px;
}
.my-model .login_form .row .col label {
	margin-bottom: 0;
}
.my-model .login_form .row .col input {
	height: 30px
}
.my-model .content .title {
	margin-top: 20px;
}
ul.list-style {
	margin: 10px 0
}
.border-0 {
	border: 0px !important;
}
.p-0 {
	padding: 0 !important;
}
#upload_daily_post {
	position: relative;
	right: 0;
	border-bottom: none;
	top: -8px;
}
#upload_daily_post .cropControls {
	background: transparent;
	width: 100%
}
#upload_daily_post i {
	color: #fff;
	width: 100%;
	padding: 0 5px;
	background: transparent;
	text-transform: uppercase;
}
#upload_daily_post i::before {
	display: none
}
#upload_daily_post input {
	height: auto;
	max-width: 140px;
}

/*.about .content .title{margin-top: 15px;margin-bottom: 0px;}
.about .content .title::after{bottom: 0px;}
.about .abt-row .border-line-v{padding:5px 20px 10px 20px }
*/
.btn-group button {
	color: white;
	/* White text */
	padding: 5px 0;
	/* Some padding */
	cursor: pointer;
	/* Pointer/hand icon */
	float: left;
	/* Float the buttons side by side */
	text-align: center;
	text-transform: uppercase;
	height: auto;
}
.btn-group button.upload_img {
	padding: 3px 0;
}

/* Clear floats (clearfix hack) */
.btn-group:after {
	content: "";
	clear: both;
	display: table;
}
.btn-group button:not(:last-child) {
	border-right: none;
	/* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover,
.btn-group button.active {
	background-color: #000;
}
.w-100 {
	width: 100%;
}
.w-33 {
	width: 33.33%;
}
.txt-center {
	text-align: center;
}
.row .col.filter_group {
	padding: 10px 5px;
}
.row .col.cat_list {
	padding: 5px;
}
.cat_list img {
	float: left;
}
.cat_list .wish_list:hover {
	background-color: #000;
}
.cat_list .wish_list:hover img {
	opacity: 0.5;
}
.cat_list .wish_list a {
	color: #fff;
}
.cat_list .wish_list a:hover {
	color: #fff;
}
.display_none {
	display: none;
}
.wish_list .delete_link {
	right: 5px;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mb-40 {
	margin-bottom: 40px;
}
.contact_form label {
	padding-bottom: 5px;
}
.contact_form input {
	height: 35px;
}
.contact_form button {
	height: 50px;
	line-height: 50px;
}
.dataTables_wrapper .dataTables_filter input {
	width: 50%;
	float: right;
	height: 25px;
}
table.dataTable.my_table tbody th,
table.dataTable.my_table tbody td {
	padding: 5px 5px;
	text-align: center;
}
.tbl_layout {
	padding-top: 25px;
}
.my_table {
	padding-top: 10px;
}
table.dataTable.my_table th {
	padding: 5px 15px 5px 5px;
}
table.dataTable tbody tr.odd {
	background-color: #eeeeee;
}
table.dataTable tbody tr.even {
	background-color: #dddddd;
}
.my_table td {}
.my_table td p {
	margin-bottom: 0;
	text-align: justify
}
.my_table td.srno {
	width: 10%;
}
.my_table td.contact {}
.my_table td.message {}
.my_table td.action {
	width: 10%;
}
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 185px;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before,
.switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked~.switch-label {
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked~.switch-label:before {
	opacity: 0;
}
.switch-input:checked~.switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked~.switch-handle {
	left: 153px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
        ========================== */
.switch-label,
.switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.file {
	align-items: stretch;
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.file-label {
	align-items: stretch;
	display: flex;
	cursor: pointer;
	justify-content: flex-start;
	overflow: hidden;
	position: relative;
}
.file-input {
	height: 100%;
	left: 0;
	opacity: 0;
	outline: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.file.has-name .file-cta {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.file-cta {
	background-color: #f5f5f5;
	color: #4a4a4a;
}
.file-cta,
.file-name {
	border-color: #dbdbdb;
	border-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 1em;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
}
.file-cta,
.file-name {
	-moz-appearance: none;
	-webkit-appearance: none;
	align-items: center;
	border: 1px solid #dddddd;
	border-radius: 0px;
	box-shadow: none;
	display: inline-flex;
	font-size: 1rem;
	height: 2.5em;
	justify-content: flex-start;
	line-height: 1.5;
	padding-bottom: calc(.5em - 1px);
	padding-left: calc(.75em - 1px);
	padding-right: calc(.75em - 1px);
	padding-top: calc(.5em - 1px);
	position: relative;
	vertical-align: top;
}
file-icon {
	align-items: center;
	display: flex;
	height: 1em;
	justify-content: center;
	margin-right: .5em;
	width: 1em;
}
svg:not(:root).svg-inline--fa {
	overflow: visible;
}
.svg-inline--fa.fa-w-16 {
	width: 1em;
}
.svg-inline--fa {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}
svg {
	max-height: 100%;
	max-width: 100%;
}
#bank_img_frm {
	display: none;
}
#bank_details_frm {
	display: block;
}

/* Reg Form */
.progressbar {
	counter-reset: step;
}
.progressbar li {
	list-style-type: none;
	width: 33%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #7d7d7d;
}
.progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	border: 2px solid #7d7d7d;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
}
.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #7d7d7d;
	top: 15px;
	left: -50%;
	z-index: -1;
}
.progressbar li:first-child:after {
	content: none;
}
label.containers {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.containers input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #d8dbe2;
}

/* On mouse-over, add a grey background color */
.containers:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.containers input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
	left: 5px;
	top: 0px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Create a custom radio button */
.cstm_radio {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containers:hover input~.cstm_radio {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

/* Create the indicator (the dot/circle - hidden when not checked) */
.cstm_radio:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.containers input:checked~.cstm_radio:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.containers .cstm_radio:after {
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
#reg_frm_step_1 {
	display: block;
}
#reg_frm_step_2 {
	display: none;
}
#reg_frm_step_3 {
	display: none;
}
.text-center {
	text-align: center;
}
@media (max-width:1023px) {
	.header .top-menu{max-width: 100%;border-bottom: 5px solid #999;}
	.header .top-menu ul li a .link{font-size: 10px;}
	.header .top-menu ul li:first-child a, .header .top-menu ul li:last-child a{border-radius:0;}
	.ui-widget.ui-widget-content{width: 500px !important;position: fixed !important;}
	
	.ui-dialog .ui-dialog-content{overflow: scroll;max-height: 85vh !important;}
	.my-model .login_form .row .col-d-6{width: 100%;}
	.my-model .login_form .row .col{padding: 5px 10px;}
}
@media (max-width:560px) {
	.header{padding:0;}
	.header .top-menu{
		border-bottom: 4px solid #999;
		top: 30px;
		position: absolute;
		border-top: 2px solid #999;	
	}
	.card-started{top: 16px;}
	.header .top-menu ul li a .link{font-size: 8px;}
	
	.ui-widget.ui-widget-content{width: 450px !important;position: fixed !important;}

}
@media (max-width:480px) {.ui-widget.ui-widget-content{width: 320px !important;}}