button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

[hidden] {
	display: none
}

.clear {
	clear: both
}
/*form resize*/
form textarea{
	resize: none;
}

.ui-caps {
	text-transform: uppercase
}

.ui-hide{
	display: none !important;
}

.ui-show{
	display: block !important;
}

.ui-visible{
	visibility: visible !important;
}
.ui-hidden{
	visibility: hidden !important;
}
.ui-show-inline{
	display: inline-block !important;
}

.ui-img-fluid{
	max-width: 100%;
	max-height: 100%;
	width:100%;
}
.ui-pull-right{
	float: right;
}

.ui-pull-left{
	float: left;
}

.ui-clear {
	clear: both
}

.ui-center {
	margin: 0 auto
}
.ui-padd-box-center{

	display: block;
	width: 85%;
	margin: 0 auto;
	padding: 2rem;
}

.ui-middle-cta a{
	margin: 0 2rem;
}
@media screen and (max-width: 760px) {
	.ui-padd-box-center{
		width: 100%;
	}
}
.ui-float-left {
	float: left
}

.ui-float-right {
	float: right
}

.ui-show-mobile-only {
	display: none !important;
}

.ui-back-to-top{

	background: #fff;
	padding: 0.5rem;
	position: fixed;
	bottom: 10rem;
	right: 4rem;
	border-radius: 3px;

	box-shadow: 0 12px 65px 2px rgba(16, 89, 147, 0.2), 0 1px 2px 1px rgba(24, 122, 223, 0.1);

	-webkit-transition: all 2s ease;
	transition: all 2s ease;

	-webkit-transform: translateY(6rem);
	transform: translateY(6rem);

	opacity: 0;
}

.ui-back-to-top a{

	font-size: 40px;
	line-height: 30px;
}
.ui-back-to-top.show{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


@media screen and (max-width: 600px) {
	.ui-show-mobile-only {
		display: block !important;
	}
}
@media screen and (max-width: 768px) {
	.ui-show-mobile-only {
		display: block !important;
	}
}

@media screen and (max-width: 600px) {
	.ui-hide-mobile-only {
		display: none !important
	}
}
@media screen and (max-width: 768px) {
	.ui-hide-mobile-only {
		display: none !important
	}
}
a {
	color: inherit;
	text-decoration: none
}
.ui-group-button.inline{
	display: inline-block !important;
}
.ui-group-button a,.ui-group-button .btn{
	margin: 0 0.6rem;
}
.ui-group-button a:first-child,.ui-group-button .btn:first-child{
	margin-left: 0 !important;
}
.ui-group-button a:last-child,.ui-group-button .btn:last-child{
	margin-right: 0 !important;
}

.ui-button-shadow{
	box-shadow: 0 6px 40px 2px rgba(26, 106, 186, 0.18);
}
.ui-button-shadow-dark, .ui-box-shadow-dark{
	box-shadow: 0 6px 40px 2px rgba(96, 108, 115, 0.3);
}
.ui-box-shadow-dark-mlight,.ui-button-shadow-dark-mlight{
	box-shadow: 0 8px 40px 0 rgba(96, 108, 115, 0.15);
}
.ui-box-shadow-dark-light,.ui-button-shadow-dark-light{
	box-shadow: 0 8px 40px 0 rgba(96, 108, 115, 0.1);
}
.ui-box-shadow-dark-xlight,.ui-button-shadow-dark-xlight{
	box-shadow: 0 8px 40px 0 rgba(96, 108, 115, 0.15);
}
.ui-boxtop-shadow-dark-light{
	box-shadow: 0 -8px 40px 0 rgba(96, 108, 115, 0.1);
}

.ui-box-shadow-dark-fade{
	box-shadow: 0 8px 40px 0 rgba(96, 108, 115, 0.003);
}
.ui-no-box-shadow{
	box-shadow: none  !important;
	-webkit-box-shadow: none !important;
}
.ui-form-file{
	display: none;
}
.ui-file-button{
	text-align: center;
}

.ui-cursor-pointer{
	cursor: pointer !important;
}

/*form with steps*/

.ui-form-step .ui-timeline {
	width: 100%;
	margin: 0;
	padding: 0;
}
.ui-form-step .ui-timeline .ui-timeline-bar{
	padding: 3px 10px;
	background-color: #b4c0c8;
	width: 50px;
	margin: 0 10px;
}
.ui-form-step .ui-timeline .ui-timeline-bar:first-child{
	margin-left: 0;
}
.ui-form-step .ui-timeline .ui-timeline-active{
	background-color: #1a6aba;
}
.ui-form-step .ui-timeline-body .ui-timeline-content{
	display: none;
}
.ui-form-step .ui-timeline-body .ui-timeline-content-active{
	display: block;
}

.ui-form-step .ui-timeline-content {
	border-radius: 3px;
}
.ui-form-step .ui-form-step-tab{
	display: none;
}
.ui-form-step input.ui-step-error,.ui-form-step select.ui-step-error,
.ui-form-step textarea.ui-step-error{
	/*background-color: #ff9eac;*/
	border: 1px solid #fa1f3e;
}
.ui.ui-timeline-bar.ui-timeline-bar-finish{
	background-color: #4CAF50;
}

.ui-dragzone{
	width: 100%;
	padding: 2rem;
	border: 2px dashed rgba(154,167,178,0.2);
	margin-bottom: 2em;

	/*border-image-source: url("../images/assets/bdr-img-size.png");*/
	/*border-image-slice: 2;*/
	/*border-image-repeat: revert;*/
}

.ui-dragzone .ui-dragzone-body{

	background-color: #e0e9ee;
	padding: 3rem 6rem;
	width: 100%;

}
.ui-tilt{
	transform-origin: 0 0;
	transform: skewY(2deg);
}
.ui-no-tilt{

	transform: skewX(0deg) skewY(0deg) !important;
}
@media screen and (max-width: 760px){

	.ui-dragzone .ui-dragzone-body{
		padding: 3rem 3rem;
	}

}
.ui-drag-zone .ui-drag-svg{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.svg {
	display: inline-block;
	height: 48px;
	width: 48px
}
.svg-small {
	height: 12px;
	width: 12px
}

.svg-social {
	height: 27px
}

.svg-large {
	height: 72px;
	width: 72px
}
.ui-flexbox{
	display:flex !important;
}
.ui-full-bg{

	width: 100%;
	min-height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
	-webkit-transition: all 0.5s ease;  -moz-transition: all 0.5s ease; transition: all 0.5s ease;
}

.ui-full-bg-norm{
	/* width: 100%; */
	background-size: cover !important;
	background-repeat: no-repeat !important;
	-webkit-transition: all 0.5s ease;  -moz-transition: all 0.5s ease; transition: all 0.5s ease;
}

.ui-full-bg.ui-bg-fixed, .ui-full-bg-norm.ui-bg-fixed{
	background-attachment: fixed !important;
}
.ui-full-bg.ui-bg-center, .ui-full-bg-norm.ui-bg-center{
	background-position: center !important;
}
/*font size in pixels*/

.fs-norm {
	font-size: 16px !important;
}
.fs-1, .fs-1 a, .fs-1 span{
	font-size: 1px !important;
}
.fs-2, .fs-2 a, .fs-3 span{
	font-size: 2px !important;
}
.fs-3{
	font-size: 3px !important;
}
.fs-4{
	font-size: 4px !important;
}
.fs-5{
	font-size: 5px !important;
}
.fs-6{
	font-size: 6px !important;
}
.fs-7{
	font-size: 7px !important;
}
.fs-8{
	font-size: 8px !important;
}
.fs-9{
	font-size: 9px !important;
}
.fs-10{
	font-size: 10px !important;
}
.fs-11{
	font-size: 11px !important;
}
.fs-12{
	font-size: 12px !important;
}
.fs-13{
	font-size: 13px !important;
}
.fs-14{
	font-size: 14px !important;
}
.fs-15{
	font-size: 15px !important;
}
.fs-16{
	font-size: 16px !important;
}
.fs-17{
	font-size: 17px !important;
}
.fs-18{
	font-size: 18px !important;
}
.fs-19{
	font-size: 19px !important;
}
.fs-20{
	font-size: 20px !important;
}
.fs-21{
	font-size: 21px !important;
}
.fs-22{
	font-size: 22px !important;
}
.fs-23{
	font-size: 23px !important;
}
.fs-24{
	font-size: 24px !important;
}
.fs-25{
	font-size: 25px !important;
}
.fs-26{
	font-size: 26px !important;
}
.fs-27{
	font-size: 27px !important;
}
.fs-28{
	font-size: 28px !important;
}
.fs-29{
	font-size: 29px !important;
}
.fs-30{
	font-size: 30px !important;
}
.fs-31{
	font-size: 31px !important;
}
.fs-32{
	font-size: 32px !important;
}
.fs-33{
	font-size: 33px !important;
}
.fs-34{
	font-size: 34px !important;
}
.fs-35{
	font-size: 35px !important;
}
.fs-36{
	font-size: 36px !important;
}
.fs-37{
	font-size: 37px !important;
}
.fs-38{
	font-size: 38px !important;
}
.fs-39{
	font-size: 39px !important;
}
.fs-40{
	font-size: 40px !important;
}
.fs-41{
	font-size: 41px !important;
}
.fs-42{
	font-size: 42px !important;
}
.fs-43{
	font-size: 43px !important;
}
.fs-44{
	font-size: 44px !important;
}
.fs-45{
	font-size: 45px !important;
}
.fs-46{
	font-size: 46px !important;
}
.fs-47{
	font-size: 47px !important;
}
.fs-48{
	font-size: 48px !important;
}
.fs-49{
	font-size: 49px !important;
}
.fs-50{
	font-size: 50px !important;
}
.fs-54{
	font-size: 54px !important;
}
.fs-55{
	font-size: 55px !important;
}
.fs-56{
	font-size: 56px !important;
}
.fs-57{
	font-size: 57px !important;
}
.fs-58{
	font-size: 58px !important;
}
.fs-59{
	font-size: 59px !important;
}
.fs-60{
	font-size: 60px !important;
}
.fs-63{
	font-size: 63px !important;
}
.fs-65{
	font-size: 65px !important;
}
.fs-66{
	font-size: 66px !important;
}
.fs-67{
	font-size: 67px !important;
}
.fs-68{
	font-size: 68px !important;
}
.fs-69{
	font-size: 69px !important;
}
.fs-70{
	font-size: 70px !important;
}
.fs-71{
	font-size: 71px !important;
}
.fs-72{
	font-size: 72px !important;
}
.fs-73{
	font-size: 73px !important;
}
.fs-74{
	font-size: 74px !important;
}
.fs-75{
	font-size: 75px !important;
}
.fs-76{
	font-size: 76px !important;
}
.fs-77{
	font-size: 77px !important;
}
.fs-78{
	font-size: 78px !important;
}
.fs-79{
	font-size: 79px !important;
}
.fs-80{
	font-size: 80px !important;
}
.fs-81{
	font-size: 81px !important;
}
.fs-82{
	font-size: 82px !important;
}
.fs-83{
	font-size: 83px !important;
}
.fs-84{
	font-size: 84px !important;
}
.fs-85{
	font-size: 85px !important;
}
.fs-86{
	font-size: 86px !important;
}
.fs-87{
	font-size: 87px !important;
}
.fs-88{
	font-size: 88px !important;
}
.fs-89{
	font-size: 89px !important;
}
.fs-90{
	font-size: 90px !important;
}
.fs-91{
	font-size: 91px !important;
}
.fs-92{
	font-size: 92px !important;
}
.fs-93{
	font-size: 93px !important;
}
.fs-94{
	font-size: 94px !important;
}
.fs-95{
	font-size: 95px !important;
}
.fs-96{
	font-size: 96px !important;
}
.fs-97{
	font-size: 97px !important;
}
.fs-98{
	font-size: 98px !important;
}
.fs-99{
	font-size: 99px !important;
}
.fs-100{
	font-size: 100px !important;
}
.opacity-0{
	opacity: 0 !important;
}
.opacity-01{
	opacity: 0.1 !important;
}
.opacity-02{
	opacity: 0.2 !important;
}
.opacity-03{
	opacity: 0.3 !important;
}
.opacity-04{
	opacity: 0.4 !important;
}
.opacity-05{
	opacity: 0.5 !important;
}
.opacity-06{
	opacity: 0.6 !important;
}
.opacity-07{
	opacity: 0.7 !important;
}
.opacity-08{
	opacity: 0.8 !important;
}
.opacity-09{
	opacity: 0.9 !important;
}
.opacity-01{
	opacity: 1 !important;
}

/*margins right*/

.mrgr0 {
	margin-right: 0 !important;
}

.mrgr1 {
	margin-right: 1em !important;
}

.mrgr1-mid {
	margin-right: 1.5em !important;
}

.mrgr2 {
	margin-right: 2em !important;
}

.mrgr2-mid {
	margin-right: 2.5em !important;
}

.mrgr3 {
	margin-right: 3em !important;
}

.mrgr3-mid {
	margin-right: 3.5em !important;
}

.mrgr4 {
	margin-right: 4em !important;
}

.mrgr4-mid {
	margin-right: 4.5em !important;
}

.mrgr5 {
	margin-right: 5em !important;
}

.mrgr5-mid {
	margin-right: 5.5em !important;
}

.mrgr6 {
	margin-right: 6em !important;
}

.mrgr6-mid {
	margin-right: 6.5em !important;
}

/*margins left*/
.mrgl0 {
	margin-left: 0 !important;
}

.mrgl1 {
	margin-left: 1em !important;
}

.mrgl1-mid {
	margin-left: 1.5em !important;
}

.mrgl2 {
	margin-left: 2em !important;
}

.mrgl2-mid {
	margin-left: 2.5em !important;
}

.mrgl3 {
	margin-left: 3em !important;
}

.mrgl3-mid {
	margin-left: 3.5em !important;
}

.mrgl4 {
	margin-left: 4em !important;
}

.mrgl4-mid {
	margin-left: 4.5em !important;
}

.mrgl5 {
	margin-left: 5em !important;
}

.mrgl5-mid {
	margin-left: 5.5em !important;
}

.mrgl6 {
	margin-left: 6em !important;
}

.mrgl6-mid {
	margin-left: 6.5em !important;
}

/*margins horizontal*/
.mrgx0 {
	margin-inline: 0 !important;
}

.mrgx1 {
	margin-inline: .5em !important;
}

.mrgx1-mid {
	margin-inline: 1.5em !important;
}

.mrgx2 {
	margin-inline: 2em !important;
}

.mrgx2-mid {
	margin-inline: 2.5em !important;
}

.mrgx3 {
	margin-inline: 3em !important;
}

.mrgx3-mid {
	margin-inline: 3.5em !important;
}

.mrgx4 {
	margin-inline: 4em !important;
}

.mrgx4-mid {
	margin-inline: 4.5em !important;
}

/*margins bottom*/
.mrgb0 {
	margin-bottom: 0 !important;
}

.mrgb-sm {
	margin-bottom: 0.25em !important;
}

.mrgb {
	margin-bottom: 0.5em !important;
}

.mrgb1 {
	margin-bottom: 1em !important;
}

.mrgb1-mid {
	margin-bottom: 1.5em !important;
}

.mrgb2 {
	margin-bottom: 2em !important;
}

.mrgb2-mid {
	margin-bottom: 2.5em !important;
}

.mrgb3 {
	margin-bottom: 3em !important;
}

.mrgb4 {
	margin-bottom: 4em !important;
}

.mrgb5 {
	margin-bottom: 5em !important;
}

.mrgb6 {
	margin-bottom: 6em !important;
}

.mrgb7 {
	margin-bottom: 7em !important;
}

.mrgb8 {
	margin-bottom: 8em !important;
}

.mrgb9 {
	margin-bottom: 9em !important;
}

.mrgb10 {
	margin-bottom: 10em !important;
}

/*Margin top*/
.mrgt0 {
	margin-top: 0 !important;
}

.mrgt {
	margin-top: 0.5em !important;
}

.mrgt1 {
	margin-top: 1em !important;
}

.mrgt1-mid {
	margin-top: 1.5em !important;
}

.mrgt1-mid {
	margin-top: 1.5em !important;
}

.mrgt2 {
	margin-top: 2em !important;
}

.mrgt2-mid {
	margin-top: 2.5em !important;
}

.mrgt3 {
	margin-top: 3em !important;
}

.mrgt3-mid {
	margin-top: 3.5em !important;
}

.mrgt4 {
	margin-top: 4em !important;
}

.mrgt5 {
	margin-top: 5em !important;
}

.mrgt6 {
	margin-top: 6em !important;
}

.mrgt7 {
	margin-top: 7em !important;
}

.mrgt8 {
	margin-top: 8em !important;
}

.mrgt9 {
	margin-top: 9em !important;
}

.mrgt10 {
	margin-top: 10em !important;
}

.mrgt12 {
	margin-top: 12em !important;
}

.mrgt14 {
	margin-top: 14em !important;
}


/*padding right*/
.pdr0{
	padding-right: 0 !important;
}
.pdr{
    padding-right: 0.5em !important;
}
.pdrx{
    padding-right: 0.75em !important;
}
.pdr1{
    padding-right: 1em !important;
}
.pdr1x{
    padding-right: 1.5em !important;
}
.pdr2{
    padding-right: 2em !important;
}
.pdr2x{
    padding-right: 2.5em !important;
}
.pdr3{
    padding-right: 3em !important;
}
.pdr4{
    padding-right: 4em !important;
}
.pdr5{
    padding-right: 5em !important;
}
.pdr6{
    padding-right: 6em !important;
}
.pdr7{
    padding-right: 7em !important;
}
.pdr8{
    padding-right: 8em !important;
}
.pdr9{
    padding-right: 9em !important;
}
.pdr10{
    padding-right: 10em !important;
}
/*padding left*/
.pdl0{
    padding-left: 0 !important;
}
.pdl{
    padding-left: 0.5em !important;
}
.pdlx{
    padding-left: 0.75em !important;
}
.pdl1{
	padding-left: 1em !important;
}
.pdl1x{
	padding-left: 1.5em !important;
}
.pdl2{
	padding-left: 2em !important;
}
.pdl2x{
	padding-left: 2.5em !important;
}
.pdl3{
	padding-left: 3em !important;
}
.pdl4{
	padding-left: 4em !important;
}
.pdl5{
	padding-left: 5em !important;
}
.pdl6{
	padding-left: 6em !important;
}
.pdl7{
	padding-left: 7em !important;
}
.pdl8{
	padding-left: 8em !important;
}
.pdl9{
	padding-left: 9em !important;
}
.pdl10{
	padding-left: 10em !important;
}
/*padding top*/
.pdt0{
	padding-top: 0 !important;
}
.pdt{
    padding-top: 0.5em !important;
}
.pdtx{
    padding-top: 0.75em !important;
}
.pdt1{
    padding-top: 1em !important;
}
.pdt1x{
	padding-top: 1.5em !important;
}
.pdt2{
    padding-top: 2em !important;
}
.pdt2x{
    padding-top: 2.5em !important;
}
.pdt3{
    padding-top: 3em !important;
}
.pdt4{
    padding-top: 4em !important;
}
.pdt5{
    padding-top: 5em !important;
}
.pdt6{
    padding-top: 6em !important;
}
.pdt7{
    padding-top: 7em !important;
}
.pdt8{
    padding-top: 8em !important;
}
.pdt9{
    padding-top: 9em !important;
}
.pdt10{
    padding-top: 10em !important;
}

/*padding bottom*/
.pdb0{
    padding-bottom: 0 !important;
}
.pdb{
    padding-bottom: 0.5em !important;
}
.pdbx{
    padding-bottom: 0.75em !important;
}
.pdb1{
    padding-bottom: 1em !important;
}
.pdb1x{
    padding-bottom: 1.5em !important;
}
.pdb2{
    padding-bottom: 2em !important;
}
.pdb2{
    padding-bottom: 2.5em !important;
}
.pdb3{
    padding-bottom: 3em !important;
}
.pdb4{
    padding-bottom: 4em !important;
}
.pdb5{
    padding-bottom: 5em !important;
}
.pdb6{
    padding-bottom: 6em !important;
}
.pdb7{
    padding-bottom: 7em !important;
}
.pdb8{
    padding-bottom: 8em !important;
}
.pdb9{
    padding-bottom: 9em !important;
}
.pdb10{
    padding-bottom: 10em !important;
}

/*padding mx*/
.pdx.pxhf{
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}
.pdx{
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.pdx1{
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.pdx1.pxhf{
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.pdx2{
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.pdx3{
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}
.pdx4{
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}
.pdx5{
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}
.pdx6{
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}
.pdx7{
	padding-left: 7rem !important;
	padding-right: 7rem !important;
}
.pdx8{
	padding-left: 8rem !important;
	padding-right: 8rem !important;
}
.pdx9{
	padding-left: 9rem !important;
	padding-right: 9rem !important;
}
.pdx10{
	padding-left: 10rem !important;
	padding-right: 10rem !important;
}

/*padding my*/
.pdy{
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.pdy1{
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.pdy2{
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.pdy3{
    padding:3em 0 !important;
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.pdy4{
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.pdy5{
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.pdy6{
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}
.pdy7{
	padding-top: 7rem !important;
	padding-bottom: 7rem !important;
}
.pdy8{
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}
.pdy9{
	padding-top: 9rem !important;
	padding-bottom: 9rem !important;
}
.pdy10{
	padding-top: 10rem !important;
	padding-bottom: 10rem !important;
}

/*colors*/
.onteal, .onteal a
{
	color: #00baba !important;
}
.onlight, .onlight a
{
	color: #D6D7DD !important;
}
.onregentgray, .onregentgray a{
	color: #8796A3 !important;
}
.onprocelain, .onprocelain a{
	color: #F5F7F8 !important;
}
.ontintedblue,.ontintedblue a
{
	color: #e0e5e9 !important;
}
.onblue, .onblue a {
	color: #3395D7 !important;
}
.onhippieblue, .onhippieblue a
{
	color: #579ab3 !important;
}
.onheather, .onheather a
{
	color: #b1c2cd !important;
}
.onjamb, .onjamb a {
	color: #3eb249 !important;
}
.ontwitterblue, .ontwitterblue a {
	color: #4099ff !important;
}
.onfacebookblue, .onfacebookblue a {
	color: #3b5998 !important;
}
.onflamingo, .onflamingo a{
	color: #f26522 !important;
}
.onflamingobright,.onflamingobright a{
	color: #f89a6d !important;
}
.onpoloblue, .onpoloblue a {
	color: #88b0d8 !important;
}
.onblack, .onblack a {
	color: #000000 !important;
}
.onlightgrey, .onlightgrey a {
	color: #838797 !important;
}
.ontundora, .ontundora a {
	color: #444444 !important;
}

.onadsgrey, .onadsgrey a {
	color: #A3A1C9 !important;
}
.oncyan, .oncyan a {
	color: #00aeef !important;
}
.onmineshaft,.onmineshaft a
{
	color: #2c2c2c !important;
}
.onaliz, .onaliz a {
	color: #e74c3c !important;
}
.onatlantis,.onatlantis{
	color: #58D941 !important;
}
.onpolar,.onpolar a{
	color: #f6fafd !important;
}
.oncatskill,.oncatskill a {
	color: #e7ebf4 !important;
}
.onlinkwater,.onlinkwater a{
	color: #ecf0f9 !important;
}
.onathgrey, .onathgrey a {
	color: #e5e9ec !important;
}
.onacapulco, .onacapulco a {
	color: #7cb0a1 !important;
}
.onalspat, .onalspat a {
	color: #34495e !important;
}
.onsilver, .onsilver a {
	color: #bdc3c7 !important;
}
.onsilverlight,.onsilverlight a
{
	color: rgba(185,195,199,0.9) !important;
}
.onconcrete, .onconcrete a {
	color: #95a5a6 !important;
}
.onwhite, .onwhite a {
	 color: #ffffff !important;
 }
.oncorduroy, .oncorduroy a {
	color: #5d6565 !important;
}
.ongoldenbell, .ongoldenbell a
{
	color:#de9312 !important;
}
.onwhitelight, .onwhitelight a {
	color: rgba(255,255,255,0.8) !important;
}
.onshutgray, .onshutgray a {
	color: #596d7a !important;
}
.onpigeonpost, .onpigeonpost a {
	color: #aac0d4 !important;
}
.onapple, .onapple a {
	color: #3eb249 !important;
}
.onappledark, .onappledark a {
	color: #32923b;
}
.onmystic, .onmystic a {
	color: #e2ebef !important;
}
.onmysticlight, .onmysticlight a {
	color: #ecf3f6 !important;
}
.oncerulean, .oncerulean a {
	color: #0ba2db !important;
}
.onronchi,.onronchi a
{
	color: #f1d347 !important;
}
.onwildsand,.onwildsand a
{
	color: #e9edfe !important;
}
.onsushi, .onsushi a
{
	color: #8dc63f !important;
}
.onblacklight,.onblacklight a
{
	color: rgba(0,0,0,0.5) !important;
}
.onorange {
	color: #E86203 !important;
  }
  
.onlightergrey, .onlightergrey a {
	color: #525767 !important;
  }
/*background-colors*/


.bg-lighteryellow, .bg-lighteryellow a{ background-color: #FFEAD0 !important; }
.bg-teal, .bg-teal a{ background-color: #00baba !important; }
.bg-lightash, .bg-lightash a{ background-color: #D6D7DD !important; }
.bg-procelain, .bg-procelain a{
	background-color: #F5F7F8 !important;
}
.bg-regentgray, .bg-regentgray a{
	background-color: #8796A3 !important;
}
.bg-mineshaft{
	background-color: #2c2c2c !important;
}
.bg-blacklight
{
	background-color: rgba(0,0,0,0.2) !important;
}
.bg-ronchi
{
	background-color: #f1d347 !important;
}
.bg-sushi
{
	background-color: #8dc63f !important;
}
.bg-wildsand
{
	background-color:#f5f7fe !important;
}
.bg-goldenbell
{
	background-color: #de9312 !important;
}
.bg-tintedblue
{
	background-color: #e0e5e9 !important;
}
.bg-bl90 {
	background-color: #252525 !important;
}
.bg-black {
	background-color: #000 !important;
}
.bg-mystic {
	background-color: #e2ebef !important;
}
.bg-mysticlight {
	background-color: #ecf3f6 !important;
}
.bg-default {
	background-color: #f6f6f6 !important;
	border-bottom: 1px solid #e4e3e3;
}
.bg-jamb {
	background-color: #3eb249 !important;
}
.bg-facebook {
	background-color: #3b5998 !important;
}
.bg-instagram {
	background-color: #F92169 !important;
}
.bg-flamingo{
	background-color: #f26522 !important;
}
.bg-twitter {
	background-color: #4099ff !important;
}
.bg-poloblue {
	background-color: #88b0d8 !important;
}
.bg-tundora {
	background-color: #444444 !important;
}
.bg-aliz {
	background-color: #e74c3c !important;
}
.bg-atlantis{
	background-color: #58D941 !important;
}
.bg-polar{
	background-color: #f6fafd !important;
}
.bg-catskill{
	background-color: #e7ebf4 !important;
}
.bg-linkwater{
	background-color: #ecf0f9 !important;
}
.bg-bluedark {
	background-color: #1e2a36 !important;
}
.bg-athgrey {
	background-color: #e5e9ec !important;
}
.bg-turquoise {
	background-color: #40ddbe !important;
}
.bg-cyan {
	background-color: #00aeef !important;
}
.bg-ebonyclay {
	background-color: #252e36 !important;
}
.bg-alsphat {
	background-color: #283848 !important;
}
.bg-white {
	background-color: #ffffff !important;
}
.bg-whitelight {
	background-color: rgba(255,255,255,0.5) !important;
}
.bg-shutgray {
	background-color: #596d7a !important;
}
.bg-pigeonpost {
	background-color: #aac0d4 !important;
}
.bg-acapulco {
	background-color: #7cb0a1 !important;
}
.bg-silver {
	background-color: #bdc3c7 !important;
}
.bg-silverlight {
	background-color: rgba(185,195,199,0.2) !important;
}
.bg-concrete {
	background-color: #95a5a6 !important;
}
.bg-corduroy {
	background-color: #5d6565 !important;
}
.bg-apple {
	background-color: #3eb249 !important;
}
.bg-appledark {
	background-color: #32923b !important;
}
.bg-cerulean {
	background-color: #0ba2db !important;
}
.bg-blue {
	background-color: #3395D7 !important;
}
.bg-heather {
	background-color: #b1c2cd !important;
}
.bg-hippieblue
{
	background-color: #579ab3 !important;
}
.bg-orange{
	background-color: #E86203 !important;
  }

/* widths */
.wp-10{
	width: 10%;
}
.wp-20{
	width: 20%;
}
.wp-30{
	width: 30%;
}
.wp-40{
	width: 40%;
}
.wp-45{
	width: 45%;
}
.wp-46{
	width: 46%;
}
.wp-50{
	width: 50%;
}
.wp-60{
	width: 60%;
}
.wp-70{
	width: 70%;
}
.wp-80{
	width: 80%;
}
.wp-90{
	width: 90%;
}
.wp-100{
	width: 100%;
}

.width-10{
	width: 10px;
}
.width-20{
	width: 20px;
}
.width-30{
	width: 30px;
}
.width-40{
	width: 40px;
}
.width-50{
	width: 50px;
}
.width-60{
	width: 60px;
}
.width-70{
	width: 70px;
}
.width-80{
	width: 80px;
}
.width-90{
	width: 90px;
}
.width-100{
	width: 100px;
}

.width-110{
	width: 110px;
}
.width-120{
	width: 120px;
}
.width-130{
	width: 130px;
}
.width-140{
	width: 140px;
}
.width-150{
	width: 150px;
}
.width-160{
	width: 160px;
}
.width-170{
	width: 170px;
}
.width-180{
	width: 180px;
}
.width-190{
	width: 190px;
}
.width-200{
	width: 200px;
}

.width-210{
	width: 210px;
}
.width-220{
	width: 220px;
}
.width-230{
	width: 230px;
}
.width-240{
	width: 240px;
}
.width-250{
	width: 250px;
}
.width-260{
	width: 260px;
}
.width-270{
	width: 270px;
}
.width-280{
	width: 280px;
}
.width-290{
	width: 290px;
}
.width-300{
	width: 300px;
}

.width-310{
	width: 310px;
}
.width-320{
	width: 320px;
}
.width-330{
	width: 330px;
}
.width-340{
	width: 340px;
}
.width-350{
	width: 350px;
}
.width-360{
	width: 360px;
}
.width-370{
	width: 370px;
}
.width-380{
	width: 380px;
}
.width-390{
	width: 390px;
}
.width-400{
	width: 400px;
}

.width-410{
	width: 410px;
}
.width-420{
	width: 420px;
}
.width-430{
	width: 430px;
}
.width-440{
	width: 440px;
}
.width-450{
	width: 450px;
}
.width-460{
	width: 460px;
}
.width-470{
	width: 470px;
}
.width-480{
	width: 480px;
}
.width-490{
	width: 490px;
}
.width-500{
	width: 500px;
}

.font-weight-xlight {
	font-weight: 100 !important;
}
.font-weight-light {
	font-weight: 300 !important;
}
.font-weight-medium {
	font-weight: 500 !important;
}
.font-weight-bold{
	font-weight: 700 !important;
}

.ui-line-height{
	line-height: 1.5em !important;
}
.ui-line-height-msmall{
	line-height: 1.1em !important;
}
.ui-line-height-small{
	line-height: 1em !important;
}
.ui-line-height-mini{
	line-height: 0.5em !important;
}
.ui-line-height-medium{
	line-height: 1.7em !important;
}
.ui-line-height-large{
	line-height: 2em !important;
}
.ui-line-height-mlarge{
	line-height:2.5em !important;
}
.ui-line-height-xlarge{
	line-height:3em !important;
}
.letter-space{
	letter-spacing: 0.5em !important;
}
.letter-space-small{
	letter-spacing: 0.35em !important;
}
.letter-space-mini{
	letter-spacing: 0.2em !important;
}
.letter-space-large{
	letter-spacing: 1em !important;
}
.ui-cent-box{
    width:80%;
    margin: 0 auto !important;
}

.box-center,.box-center [class*="col-"]
{
	float: none !important;
	margin: 0 auto !important;
}

.ui-list{
	padding: 0 !important;
	width: 100% !important;
	list-style: none !important;
}

.ui-list.inline li{
	display: inline;
}

.ui-list.inline-block li{
	display: inline-block;
}

.ui-list.block li{
	display: block;
}

.ui-list li{
	margin-bottom: 0.56rem;
}

.ui-list li a{
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.ui-list li a:hover{
	color: #1a6aba !important;
}

/*border-colors*/
[class*="border-"]{
	border-width: 1px !important;
	border-style: solid !important;
}
.border-mineshaft{
	border-color: #2c2c2c !important;
}
.border-blacklight
{
	border-color: rgba(0,0,0,0.2) !important;
}
.border-ronchi
{
	border-color: #f1d347 !important;
}
.border-sushi
{
	border-color: #8dc63f !important;
}
.border-wildsand
{
	border-color:#f5f5f5 !important;
}
.border-goldenbell
{
	border-color: #de9312 !important;
}
.border-tintedblue
{
	border-color: #e0e5e9 !important;
}
.border-bl90 {
	border-color: #252525 !important;
}
.border-mystic {
	border-color: #e2ebef !important;
}
.border-mysticlight {
	border-color: #ecf3f6 !important;
}
.border-default {
	border-color: #f6f6f6 !important;
	border-bottom: 1px solid #e4e3e3;
}
.border-jamb {
	border-color: #3eb249 !important;
}
.border-facebook {
	border-color: #3b5998 !important;
}
.border-flamingo{
	border-color: #f26522 !important;
}
.border-twitter {
	border-color: #4099ff !important;
}
.border-poloblue {
	border-color: #88b0d8 !important;
}
.border-tundora {
	border-color: #444444 !important;
}
.border-aliz {
	border-color: #e74c3c !important;
}
.border-atlantis{
	border-color: #58D941 !important;
}
.border-polar{
	border-color: #f6fafd !important;
}
.border-catskill{
	border-color: #e7ebf4 !important;
}
.border-linkwater{
	border-color: #ecf0f9 !important;
}
.border-bluedark {
	border-color: #1e2a36 !important;
}
.border-athgrey {
	border-color: #e5e9ec !important;
}
.border-turquoise {
	border-color: #40ddbe !important;
}
.border-cyan {
	border-color: #00aeef !important;
}
.border-ebonyclay {
	border-color: #252e36 !important;
}
.border-alsphat {
	border-color: #283848 !important;
}
.border-white {
	border-color: #ffffff !important;
}
.border-whitelight {
	border-color: rgba(255,255,255,0.5) !important;
}
.border-shutgray {
	border-color: #596d7a !important;
}
.border-pigeonpost {
	border-color: #aac0d4 !important;
}
.border-acapulco {
	border-color: #7cb0a1 !important;
}
.border-silver {
	border-color: #bdc3c7 !important;
}
.border-silvermd {
	border-color: rgba(185,195,199,0.4) !important;
}
.border-silverlight {
	border-color: rgba(185,195,199,0.2) !important;
}
.border-concrete {
	border-color: #95a5a6 !important;
}
.border-corduroy {
	border-color: #5d6565 !important;
}
.border-apple {
	border-color: #3eb249 !important;
}
.border-appledark {
	border-color: #32923b !important;
}
.border-cerulean {
	border-color: #0ba2db !important;
}
.border-blue {
	border-color: #3395D7 !important;
}
.border-heather {
	border-color: #b1c2cd !important;
}
.border-hippieblue
{
	border-color: #579ab3 !important;
}
.ui-italiced{
	font-style: italic !important;
}
.ui-readonly{
	background-color: #F6F7F9 !important;
}
/*text-aligns*/
.ui-text-clip{
	-webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.ui-text-left {
	text-align: left !important;
}
.ui-text-right {
	text-align: right !important;
}
.ui-text-center{
	text-align: center !important;
}
.ui-align-items-center{
    align-items: center !important;
}
.ui-text-justify
{
	text-align: justify !important;
}
.ui-text-shadow
{
	text-shadow:0 1px 0.3em rgba(0,0,0,0.8) !important;
}
.ui-text-shadow-fade
{
	text-shadow:0 1px 0.3em rgba(0,0,0,0.4) !important;
}
.ui-text-underline {
	text-decoration: underline !important;
}
.ui-rounded
{
	border-radius: 100em !important;
}

.ui-rounded-smedium {
	border-radius: .63em !important;
}

.ui-rounded-small
{
	border-radius: 0.5em !important;
}
.ui-rounded-mini
{
	border-radius: 0.2em !important;
}
.ui-rounded-medium
{
	border-radius: 1em !important;
}
.ui-rounded-large
{
	border-radius: 1.5em !important;
}
.ui-rounded-xlarge
{
	border-radius: 2em !important;
}
.ui-rounded-alt
{
	border-radius: 0.5em 0 0.5em 0 !important;
}
.ui-rounded-up
{
	border-radius: 0.5em 0.5em 0 0 !important;
}
.ui-rounded-down
{
	border-radius: 0 0 0.5em 0.5em !important;
}

.ui-capitalize {
	text-transform: capitalize !important;
}

.ui-display-inline{ display: inline; }

.ui-relative{
	position: relative !important;
}
.ui-absolute{
	position: absolute !important;
}

.ui-fixed{
	position: fixed !important;
}

/*Containers*/
.ui-wrapper {
	width: 100%;
	padding: 3em 0;
}
.ui-wrapper-medium {
	width: 100%;
	padding: 4.2em 0;
}
.ui-wrapper-large {
	width: 100%;
	padding: 5em 0;
}
.ui-wrapper-xlarge {
	width: 100% ;
	padding: 7em 0;
}
.ui-wrapper-xxlarge {
	width: 100%;
	padding: 9em 0;
}

.ui-wrapper-small {
	width: 100%;
	padding: 2em 0;
}
.ui-wrapper-mini {
	width: 100%;
	padding: 1.3em 0;
}
.ui-wrapper-xmini {
	width: 100%;
	padding: 0.8em 0;
}
.ui-wrapper-xxmini {
    width: 100%;
    padding: 0.35em 0;
}

@media screen and (max-width: 768px){

	.ui-wrapper-xlarge {
		width: 100% !important;
		padding: 3em 0 !important;
	}
	.ui-wrapper-xxlarge{
		padding: 5em 0 !important;
	}

	.ui-push-box-left,.ui-push-box-right{
		padding: 0 !important;
		margin: 0 !important;
	}

	

}

.ui-separate {
	display: block;
	width: 100%;
	padding: 32px 0;
}
span.ui-separate {
	display: inline-block;
	width: 100%;
	padding: 2rem 0;
}
.ui-separate-small {
	width: 100%;
	padding: 1rem 0;
	display: block;
}
.ui-separate-mini {
	width: 100%;
	padding: 0.55rem 0;
	display: block;
}
span.separate-small {
	display: inline-block;
	width: 100%;
	padding: 0.5rem 0;
}
.ui-separate-xsmall{
	display: block;
	width: 100%;
	padding: 0.5rem 0;
}

.ui-line {
	width: 100% !important;
	height: 1px;
	margin: 15px 0;
}
.ui-line.sm {
	margin: 8px 0;
}
.ui-line.xsm {
	margin: 4px 0;
}
.ui-line.md {
	margin: 20px 0;
}
.ui-line.lg {
	margin: 25px 0;
}
.ui-line.xl {
	margin: 30px 0;
}
.ui-line-half-center
{
	display: block;
	width: 30%;
	height: 1px;
	margin: 1em auto !important;
}
.ui-line-half-center-mini
{
	display: block;
	width: 20%;
	height: 1px;
	margin: 15px auto !important;
}
.ui-line-half-center-xmini
{
	display: block;
	width: 10%;
	height: 1px;
	margin: 15px auto !important;
}
.ui-line-half{
	height: 1px;
	width: 50%;
	margin: 0.7em 0 !important;
}
.ui-line-half span{
	 display: block;
	 width: 50%;
	 height: 1px;
	 margin: 0 !important;
 }
.ui-line-half.d-flex{
	display: flex;
}

.ui-line-half.d-flex span.shift-left{
	position: relative;
	left: -2rem;
}
.ui-line-half.d-flex span.shift-xleft{
	position: relative;
	left: -4rem;
}
.ui-line-half span.center{
	margin: 0 auto !important;
}

.ui-line-half span.right{
	float: right !important;
}

.ui-thin-line-half span.mini{
	width: 25%;
}

.ui-line-half span.xmini{
	width: 18%;
}
.ui-line-half span.xxmini{
	width: 12%;
}

.ui-line-half span.xsm{
	width: 8%;
}

.ui-line-center {
	width: 60%;
	height: 1px;
	margin: 15px auto;
}
.ui-line.flat {
	margin: 0 !important;
}
/*text-transforms*/
.ui-upcase, .ui-upcase a {
	text-transform: uppercase !important;
}
.ui-lowcase,.ui-lowcase a {
	text-transform: lowercase;
}

.ui-font-normal{
	font-style:normal !important;
}



.ui-btn-ghost{
	background-color: transparent !important;
	border: 1px solid #ffffff;
	opacity: 0.8;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.ui-btn-angle{

	border-radius: 50px 0 50px 50px !important;

}
.ui-btn-full
{
	display: block !important;
	width: 100% !important;
	padding: 1em 0;
}
a[class*="bg-"]
{
	border: none !important;
}

.ui-display-inline{ display: inline !important; }
.ui-display-inblock{ display: inline-block !important; }
.ui-display-block{ display: block !important; }

/*heights*/
.height-full{
	height: 100vh !important;
}
.ui-height-half{
	height: 50vh !important;
}
.ui-height-av{
	height: 80vh !important;
}
.ui-height-mh{
	height: 90vh !important;
}
.ui-height-full-min{
	min-height: 100vh !important;
}
.height-1{
	height: 1px !important;
}
.height-2{
	height: 2px !important;
}
.height-3{
	height: 3px !important;
}
.height-4{
	height: 4px !important;
}
.height-5{
	height: 5px !important;
}
.height-6{
	height: 6px !important;
}
.height-7{
	height: 6px !important;
}
.height-8{
	height: 6px !important;
}
.height-9{
	height: 6px !important;
}
.height-10{
	height: 6px !important;
}
.height-50{
	height: 50px !important;
}
.height-51{
	height: 51px !important;
}
.height-52{
	height: 52px !important;
}
.height-53{
	height: 53px !important;
}
.height-54{
	height: 54px !important;
}
.height-55{
	height: 55px !important;
}

.height-large{
	height: 10px !important;
}
.height-xlarge{
	height: 15px !important;
}

.ui-full-length
{
	height: 100% !important;
}
.full-breadth
{
	display:block !important;
	width: 100% !important;
}
.full-display{
	display:block !important;
	width: 100% !important;
}
.half-breath{
	display:block !important;
	width: 50% !important;
}
.ui-half-length{
	height: 50% !important;
}
.ui-half-display{
	display:block !important;
	width: 50% !important;
}

/*paddings*/
.ui-padding-ups
{
	padding: 0.9em 0 !important;
}
.ui-padding-xups
{
	padding: 1.5em 0 !important;
}
.ui-padding-sides{
	padding:0 0.9em !important;
}
.ui-padding-xsides{
	padding:0 2em !important;
}
.ui-padding{
	padding: 1em 2em!important;
}
.ui-padding-large{
	padding: 2.3em !important;
}
.ui-padding.xl{
	padding: 2.9em !important;
}
.ui-padding-larger{
	padding: 3em;
}
.ui-padding-xlarger{
	padding: 5em;
}

.ui-padding-mini{
	padding: 1em 1em!important;
}

.ui-push-padded-left{

	padding-left: 4em !important;

}

.ui-push-box-right{
	padding-left: 2rem;
}

.ui-push-box-left{
	padding-right: 2rem;
}


ul.ui-unstyled, ol.ui-unstyled {
	margin-left: 0;
	list-style: none;
}
ul.ui-inline, ol.ui-inline {
	margin-left: 0 !important;
	list-style: none;
	padding-left: 0;
}
ul.ui-inline > li, ol.ui-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
ul.ui-inline > li > a, ol.ui-inline > li > a {
	display: inline-block;
}
ul.ui-inline > li:first-child, ol.ui-inline > li:first-child {
	padding-left: 0;
}
.ui-socials-colored{
	width: 100%;
}
.ui-socials-colored li{
	margin: 0 0.5rem;
}
.ui-socials-colored li:first-child{
	margin-left: 0;
}
.ui-socials-colored li:last-child{
	margin-right: 0;
}
.ui-socials-colored li a {
	color: #fff;
	border-radius: 100px;
	display: inline-block;
	width: 50px;
	height: 50px;
}

.ui-socials-colored li a .fab {
	font-size: 20px !important;
	position: relative;
	top: 0.8rem;
}

.ui-icon-animate {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
  }
  
  .ui-icon-animate:hover {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	color: #295a9f;
  }

/********  ANIMATION STYLES ********/
/*Different animation styles in Css*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.spin3dX,.animated.spin3dY,.animated.spin-alt
{
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.animated.fast
{
	-webkit-animation-duration: 4s !important;
	animation-duration: 4s !important;
}
.animated.fastest
{
	-webkit-animation-duration: 1s !important;
	animation-duration: 1s !important;
}
.animated.faster
{
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
}

.animated.slow
{
	-webkit-animation-duration: 8s !important;
	animation-duration: 8s !important;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-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 {
	0%, 20%, 53%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-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 slowBounce {
	0% { transform: translateY(-5px)  }
	50% { transform: translateY(10px) }
	100% { transform: translateY(-5px) }
}

@keyframes slowBounce {
	0% { transform: translateY(-5px)  }
	50% { transform: translateY(10px) }
	100% { transform: translateY(-5px) }
}

.slow-bounce{
	-webkit-animation: slowBounce 3s infinite ease-in-out;
	animation: slowBounce 3s infinite ease-in-out;
}

@-webkit-keyframes slowBounceBack {
	0% { transform: translateY(5px)  }
	50% { transform: translateY(-10px) }
	100% { transform: translateY(5px) }
}

@keyframes slowBounceBack {
	0% { transform: translateY(5px)  }
	50% { transform: translateY(-10px) }
	100% { transform: translateY(5px) }
}

.slow-bounce-back{
	-webkit-animation: slowBounceBack 3s infinite ease-in-out;
	animation: slowBounceBack 3s infinite ease-in-out;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-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);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		-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);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.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);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.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);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	0%, 100% {
		-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 {
	0%, 100% {
		-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 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);
	}

	100% {
		-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);
	}

	100% {
		-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 {
	0% {
		-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);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	0% {
		-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);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

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

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

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

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	11.1% {
		-webkit-transform: none;
		transform: none
	}

	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(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes jello {
	11.1% {
		-webkit-transform: none;
		transform: none
	}

	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(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}



.jello{
	-webkit-animation-name:jello;
	animation-name:jello;
	-webkit-transform-origin: center;

	transform-origin: center
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

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

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

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

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 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);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 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);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 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);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 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);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 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);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 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);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 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);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 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);
	}

	100% {
		-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);
	}

	100% {
		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);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-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);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 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);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 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);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 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);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 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);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 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);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-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;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-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;
	}

	100% {
		-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 {
	0% {
		-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);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-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);
	}

	100% {
		-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 {
	0% {
		-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);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-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);
	}

	100% {
		-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 {
	0% {
		-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;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-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;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-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;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-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;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 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;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 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;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 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 {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	100% {
		-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 {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-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 {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-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 {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-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 {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-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 {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-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 {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-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 {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-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 {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-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;
	}

	100% {
		-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;
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		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 {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	100% {
		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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 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);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 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);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 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);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/* Cube Animation def */
@-webkit-keyframes spin3dZ
{
	from
	{
		-webkit-transform:rotateZ(0deg);
		transform:rotateZ(0deg);
	}
	to
	{
		-webkit-transform:rotateZ(-360deg);
		transform:rotateZ(-360deg);
	}
}
@keyframes spin3dZ
{
	from
	{
		-webkit-transform:rotateZ(0deg);
		-moz-transform:rotateZ(0deg);
		-ms-transform:rotateZ(0deg);
		-o-transform:rotateZ(0deg);
		transform:rotateZ(0deg);
	}
	to
	{
		-webkit-transform:rotateZ(-360deg);
		-moz-transform:rotateZ(-360deg);
		-ms-transform:rotateZ(-360deg);
		-o-transform:rotateZ(-360deg);
		transform:rotateZ(-360deg);
	}
}
.spin3dZ
{
	-webkit-animation-name: spin3dZ;
	animation-name: spin3dZ;
}
@-webkit-keyframes spin3dY
{
	from
	{
		-webkit-transform:rotateY(0deg);
		transform:rotateY(0deg);
	}
	to
	{
		-webkit-transform:rotateY(-360deg);
		transform:rotateY(-360deg);
	}
}
@keyframes spin3dY
{
	from
	{
		-webkit-transform:rotateY(0deg);
		-moz-transform:rotateY(0deg);
		-ms-transform:rotateY(0deg);
		-o-transform:rotateY(0deg);
		transform:rotateY(0deg);
	}
	to
	{
		-webkit-transform:rotateY(-360deg);
		-moz-transform:rotateY(-360deg);
		-ms-transform:rotateY(-360deg);
		-o-transform:rotateY(-360deg);
		transform:rotateY(-360deg);
	}
}
.spin3dY
{
	-webkit-animation-name: spin3dY;
	animation-name: spin3dY;
}
@-webkit-keyframes spin-alt
{
	from,to  { -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
	16%      { -webkit-transform: rotateY(-90deg);                           }
	33%      { -webkit-transform: rotateY(-90deg) rotateZ(90deg);            }
	50%      { -webkit-transform: rotateY(-180deg) rotateZ(90deg);           }
	66%      { -webkit-transform: rotateY(-270deg) rotateX(90deg);           }
	83%      { -webkit-transform: rotateX(90deg);                            }
}
@keyframes spin-alt
{
	from,to {
		-moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
		-ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
		transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}
	16% {
		-moz-transform: rotateX(-90deg);
		-ms-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	33% {
		-moz-transform: rotateY(-90deg) rotateZ(90deg);
		-ms-transform: rotateY(-90deg) rotateZ(90deg);
		transform: rotateY(-90deg) rotateZ(90deg);
	}
	50% {
		-moz-transform: rotateY(-180deg) rotateZ(90deg);
		-ms-transform: rotateY(-180deg) rotateZ(90deg);
		transform: rotateY(-180deg) rotateZ(90deg);
	}
	66% {
		-moz-transform: rotateY(-270deg) rotateX(90deg);
		-ms-transform: rotateY(-270deg) rotateX(90deg);
		transform: rotateY(-270deg) rotateX(90deg);
	}
	83% {
		-moz-transform: rotateX(90deg);
		-ms-transform: rotateX(90deg);
		transform: rotateX(90deg);
	}
}
.spin-alt
{
	-webkit-animation-name: spin-alt;
	animation-name: spin-alt;
}
@-webkit-keyframes spin3dX
{
	from
	{
		-webkit-transform:rotateX(0deg);
		transform:rotateX(0deg);
	}
	to
	{
		-webkit-transform:rotateX(-360deg);
		transform:rotateX(-360deg);
	}
}
@keyframes spin3dX
{
	from
	{
		-webkit-transform:rotateX(0deg);
		-moz-transform:rotateX(0deg);
		-ms-transform:rotateX(0deg);
		-o-transform:rotateX(0deg);
		transform:rotateX(0deg);
	}
	to
	{
		-webkit-transform:rotateX(-360deg);
		-moz-transform:rotateX(-360deg);
		-ms-transform:rotateX(-360deg);
		-o-transform:rotateX(-360deg);
		transform:rotateX(-360deg);
	}
}
.spin3dX
{
	-webkit-animation-name: spin3dX;
	animation-name: spin3dX;
}


.ui-link-norm{
	text-decoration: none !important;
}

.ui-avatar{
	width: 80px;
	height: 80px;
}
.ui-avatar-sm{
	width: 50px;
	height: 50px;
}

.ui-avatar-xsm{
	width: 40px;
	height: 40px;
}

.ui-avatar-mini{
	width: 30px;
	height: 30px;
}
.ui-avatar-xmini{
	width: 20px;
	height: 20px;
}
.ui-avatar-medium{
	width: 100px;
	height: 100px;
}
.ui-avatar-large{
	width: 120px;
	height: 120px;
}
.ui-avatar-xlarge{
	width: 150px;
	height: 150px;
}

.ui-image-fit{
	max-width: 100%;
	max-height: 100%;
	min-height: 100%;
	min-width: 100%;
}
.ui-image-width-fit{
	max-width: 100%;
	min-width: 100%;
}

.ui-slider .ui-slider-item{
	padding: 20px;
	/* offset-x | offset-y | blur-radius | spread-radius | color */
	box-shadow: 0 15px 40px 1px rgba(96, 108, 115, 0.1);
	border-radius: 5px;
}
.ui-slider .ui-slider-item .weekly-box{
	background-color: #edf2f6;
}
.ui-no-padding{
	padding: 0 !important;
}

.ui-no-margin{
	margin: 0 !important;
}