
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

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

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

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

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before, .fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before, .fa-address-card:before {
	content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[class*=" icon-"]:before, [class^=icon-]:before {
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bookbub:before {
	content: "";
}

.icon-google-scholar:before {
	content: "";
}

.icon-tiktok:before {
	content: "";
}

.icon-goodreads:before {
	content: "";
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	text-transform: none;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bx-wrapper {
	position: relative;
	margin-bottom: 60px;
	padding: 0;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
	margin: 0;
	padding: 0;
}

ul.bxslider {
	list-style: none;
}

.bx-viewport {
	-webkit-transform: translatez(0);
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("https://cdn-henjh.nitrocdn.com/dTLaqbZCmTvYbliQNMqpFtOEIywLPxuf/assets/images/optimized/rev-af1a579/www.vincents.se/wp-content/plugins/wp-team-pro/src/Frontend/img/preloader.gif") center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-loading.nitro-lazy {
	background: none !important;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
	display: inline-block;
	vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url("https://www.vincents.se/wp-content/plugins/wp-team-pro/src/Frontend/css/images/controls.png") 0 -32px no-repeat;
}

.bx-wrapper .bx-prev.nitro-lazy {
	background: none !important;
}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url("https://www.vincents.se/wp-content/plugins/wp-team-pro/src/Frontend/css/images/controls.png") -43px -32px no-repeat;
}

.bx-wrapper .bx-next.nitro-lazy {
	background: none !important;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url("https://www.vincents.se/wp-content/plugins/wp-team-pro/src/Frontend/css/images/controls.png") -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.nitro-lazy {
	background: none !important;
}

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url("https://www.vincents.se/wp-content/plugins/wp-team-pro/src/Frontend/css/images/controls.png") -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.nitro-lazy {
	background: none !important;
}

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, .75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.sptp-main-carousel .sptp-member {
	backdrop-filter: blur(0);
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	-webkit-transform-origin: center bottom;
	animation-name: bounce;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

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

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

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

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

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

@-webkit-keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(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%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

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

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-animation-name: swing;
	-webkit-transform-origin: top center;
	animation-name: swing;
	transform-origin: top center;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

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

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

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

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

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

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.heartBeat {
	-webkit-animation-duration: 1.3s;
	-webkit-animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-duration: 1.3s;
	animation-name: heartBeat;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		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% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		-webkit-transform: scaleX(1);
		opacity: 1;
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		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% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		-webkit-transform: scaleX(1);
		opacity: 1;
		transform: scaleX(1);
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-duration: .75s;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: translate3d(0, -3000px, 0);
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: translate3d(0, -3000px, 0);
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

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

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: translate3d(-3000px, 0, 0);
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: translate3d(-3000px, 0, 0);
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

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

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: translate3d(3000px, 0, 0);
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: translate3d(3000px, 0, 0);
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

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

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: translate3d(0, 3000px, 0);
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		-webkit-transform: translate3d(0, 3000px, 0);
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(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% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-duration: .75s;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

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

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

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

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

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

@keyframes bounceOutRight {
	20% {
		-webkit-transform: translate3d(-20px, 0, 0);
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}
	
	to {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 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% {
		-webkit-transform: translate3d(0, 20px, 0);
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		-webkit-transform: translate3d(0, 20px, 0);
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	
	40% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
	}
	
	50% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
	}
	
	80% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
	}
	
	to {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
	}
}

@keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	
	40% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
	}
	
	50% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
	}
	
	80% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
	}
	
	to {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
	}
}

.animated.flip {
	-webkit-animation-name: flip;
	-webkit-backface-visibility: visible;
	animation-name: flip;
	backface-visibility: visible;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
	
	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg);
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		opacity: 1;
		transform: perspective(400px) rotateX(10deg);
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
	
	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg);
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		opacity: 1;
		transform: perspective(400px) rotateX(10deg);
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

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

@-webkit-keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateY(90deg);
	}
	
	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateY(-20deg);
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		opacity: 1;
		transform: perspective(400px) rotateY(10deg);
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateY(90deg);
	}
	
	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateY(-20deg);
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		opacity: 1;
		transform: perspective(400px) rotateY(10deg);
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

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

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
		transform: perspective(400px) rotateX(-20deg);
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
		transform: perspective(400px) rotateX(-20deg);
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}
}

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

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
		transform: perspective(400px) rotateY(-15deg);
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
		transform: perspective(400px) rotateY(90deg);
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
		transform: perspective(400px) rotateY(-15deg);
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
		transform: perspective(400px) rotateY(90deg);
	}
}

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

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		opacity: 1;
		transform: skewX(20deg);
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		opacity: 1;
		transform: skewX(20deg);
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

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

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		opacity: 1;
		transform-origin: center;
	}
	
	to {
		-webkit-transform: rotate(200deg);
		-webkit-transform-origin: center;
		opacity: 0;
		transform: rotate(200deg);
		transform-origin: center;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		opacity: 1;
		transform-origin: center;
	}
	
	to {
		-webkit-transform: rotate(200deg);
		-webkit-transform-origin: center;
		opacity: 0;
		transform: rotate(200deg);
		transform-origin: center;
	}
}

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

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: left bottom;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: left bottom;
	}
}

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

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: right bottom;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: right bottom;
	}
}

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

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: left bottom;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: left bottom;
	}
}

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

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(90deg);
		transform-origin: right bottom;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(90deg);
		transform-origin: right bottom;
	}
}

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

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform-origin: top left;
	}
	
	20%, 60% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform: rotate(80deg);
		transform-origin: top left;
	}
	
	40%, 80% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(60deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
		transform: rotate(60deg);
		transform-origin: top left;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		opacity: 0;
		transform: translate3d(0, 700px, 0);
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform-origin: top left;
	}
	
	20%, 60% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform: rotate(80deg);
		transform-origin: top left;
	}
	
	40%, 80% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(60deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
		transform: rotate(60deg);
		transform-origin: top left;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		opacity: 0;
		transform: translate3d(0, 700px, 0);
	}
}

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

@-webkit-keyframes jackInTheBox {
	0% {
		-webkit-transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		opacity: 0;
		transform: scale(.1) rotate(30deg);
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		-webkit-transform: scale(1);
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	0% {
		-webkit-transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		opacity: 0;
		transform: scale(.1) rotate(30deg);
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		-webkit-transform: scale(1);
		opacity: 1;
		transform: scale(1);
	}
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	}
}

@keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	}
}

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

@-webkit-keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	}
}

@keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	}
}

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

@-webkit-keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	}
}

@keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	}
}

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

@-webkit-keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	}
}

@keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	}
	
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	}
}

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

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	}
	
	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
	}
}

@keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	}
	
	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
	}
}

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

@-webkit-keyframes zoomOutLeft {
	40% {
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}

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

@-webkit-keyframes zoomOutRight {
	40% {
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}

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

@-webkit-keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	}
	
	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
	}
}

@keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	}
	
	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
	}
}

.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;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(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;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(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;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(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;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

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

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

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}

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

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}

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

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}

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

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}

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

.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

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

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

@media (prefers-reduced-motion),(print) {
	.animated {
		-webkit-animation: unset !important;
		-webkit-transition: none !important;
		animation: unset !important;
		transition: none !important;
	}
}

.sp-team-pro .sptp-section-title {
	font-family: Lato, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 24px;
	line-height: inherit;
	font-weight: 700;
}

.gridder-show, .page-load-status .loader-ellips__dot, .simplebar-content-wrapper, .simplebar-height-auto-observer, .sp-team-pro .sptp-mosaic .sptp-member-avatar, .sp-team-pro.sptp-section.style-2 .sptp-popup-content-main.text-center, .sp-team-pro.sptp-section.style-3 .sptp-popup-content-main.text-center, .sp-team-pro.sptp-section.style-4 .sptp-popup-content-main.text-center, .sptp-content-on-image .sptp-content.not-clickable .sptp-member-avatar, .sptp-drawer a.gridder-nav.next, .sptp-drawer a.gridder-nav.prev, .sptp-filter .button-group:after, .sptp-filter .sptp-filter-grid:after, .sptp-filter-item-show .sptp-member, .sptp-member .sptp-member-avatar-img:hover .sptp-icon, .sptp-member .sptp-member-skill-progress .sptp-progress-container:hover .sptp-tooltip .sptp-top, .sptp-member .sptp-member-skill-progress .sptp-progress-text, .sptp-member-avatar .sptp-member-avatar-img, .sptp-member-desc, .sptp-member-name, .sptp-member-profession, .sptp-member-social, .sptp-member-social ul li a, .sptp-mosaic .sptp-member-avatar, .sptp-mosaic .sptp-member-info .sptp-arrow, .sptp-overflow-h, .sptp-popup-content-main.text-center, .sptp-show, .sptp-table-layout .table-responsive, .sptp-table-layout ul.sptp-member-social li a, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-circle:hover .sptp-icon, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-rounded:hover .sptp-icon, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-square:hover .sptp-icon {
	display: block;
}

.gridder-list, .sp-team-pro .sptp-section-title span, .sptp-filter .button, .sptp-filter .filterSelect, .sptp-grid .simplefilter li, .sptp-member .sptp-member-meta .sptp-member-email>a, .sptp-member .sptp-member-meta .sptp-member-phone>a, .sptp-member .sptp-member-meta .sptp-member-website>a, .sptp-member-social ul li, .sptp-member.gridder-list, .sptp-popup-style2-navigation>a, .sptp-post-pagination .ajax-page-numbers, .sptp-post-pagination .page-numbers, .sptp-post-pagination ul, .sptp-table-layout .sptp-member-avatar-img, .sptp-table-layout ul.sptp-member-social li {
	display: inline-block;
}

.sptp-content-on-image .sptp-content, .sptp-content-on-image .sptp-content.lower.middle .caption, .sptp-drawer .sptp-row, .sptp-drawer .sptp-row .sptp-row, .sptp-filter .filters-button-group, .sptp-filter .sptp-member, .sptp-list-item .sptp-content, .sptp-list-item .sptp-image, .sptp-list-item.sptp-member, .sptp-member, .sptp-member-social ul li a, .sptp-mosaic .sptp-member .sptp-icon, .sptp-mosaic .sptp-member .sptp-member-avatar-img, .sptp-mosaic .sptp-member-info, .sptp-mosaic-row .sptp-row.sptp-no-gutters .sptp-member-info .sptp-info-details, .sptp-mosaic-row.sptp-row, .sptp-popup-style1-navigation a.sptp-nav-item.sptp-nav-next, .sptp-popup-style1-navigation a.sptp-nav-item.sptp-nav-prev, .sptp-row, .sptp-table-layout .sptp-member-avatar-img-area, .sptp-top-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
}

.sptp-top-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.sptp-member.sptp-top-content .sptp-member-avatar {
	margin-top: 15px;
}

.sptp-filter .filterSelect, .sptp-list-item .sptp-image, .sptp-member, .sptp-member-social ul li a, .sptp-member.sptp-top-content, .sptp-mosaic .sptp-member .sptp-icon, .sptp-mosaic .sptp-member .sptp-member-avatar-img, .sptp-mosaic .sptp-member-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sptp-mosaic .sptp-member {
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset;
}

.sptp-content-on-image .sptp-content, .sptp-content-on-image .sptp-content.clickable.lower>.sptp-member-avatar, .sptp-content-on-image .sptp-content.lower.middle .caption, .sptp-list-item .sptp-content, .sptp-member, .sptp-member.sptp-top-content, .sptp-mosaic-row .sptp-row.sptp-no-gutters .sptp-member-info .sptp-info-details, [data-simplebar] {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sptp-filter .filters-button-group, .sptp-row, .sptp-thumbnail-pager .sptp-thumbnail-pager-thumbs .swiper-wrapper, [data-simplebar] {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sptp-list-item .sptp-member-avatar, .sptp-member.sptp-top-content .sptp-content, .sptp-mosaic .sptp-mosaic-row:nth-child(even) .sptp-member-avatar {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.sptp-member.sptp-top-content .sptp-member-avatar {
	-webkit-box-ordinal-group: 1000 !important;
	-ms-flex-order: 999 !important;
	order: 999 !important;
	width: 100%;
}

.sptp-list-item.sptp-left-content .sptp-image {
	padding-right: 0;
	padding-left: 5%;
}

.sptp-drawer .gridder-show .sptp-left-content {
	height: 300px;
	overflow: auto;
	width: 88%;
	margin-left: 9% !important;
}

.sptp-drawer .gridder-show .sptp-left-content .sptp-member-desc {
	padding-right: 25px;
}

.sptp-drawer .gridder-show .sptp-member.sptp-left-content {
	transform: translateY(20px);
	display: block;
}

.sptp-drawer .gridder-show .sptp-member {
	margin-bottom: 0;
}

.sptp-drawer .gridder-show .sptp-member .sptp-member-name {
	margin-top: -15px;
}

.sptp-list-item.sptp-member.sptp-left-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}

.gridder-list:nth-child(n), .gridder-list:nth-of-type(2n), .sptp-filter .button:last-of-type, .sptp-list-item.sptp-member.sptp-left-content .sptp-member-avatar, .sptp-row.filtr-container {
	margin-right: 0;
}

.sptp-member.sptp-content-on-image .sptp-member-info .sptp-member-desc, .sptp-member.sptp-content-on-image .sptp-member-info .sptp-member-name h2, .sptp-member.sptp-content-on-image .sptp-member-info .sptp-member-profession h4, .sptp-mosaic .sptp-member-info .sptp-member-desc, .sptp-mosaic .sptp-member-info .sptp-member-meta .sptp-member-email>a, .sptp-mosaic .sptp-member-info .sptp-member-meta .sptp-member-location, .sptp-mosaic .sptp-member-info .sptp-member-meta .sptp-member-location span, .sptp-mosaic .sptp-member-info .sptp-member-meta .sptp-member-phone>a, .sptp-mosaic .sptp-member-info .sptp-member-meta .sptp-member-website>a, .sptp-mosaic .sptp-member-info .sptp-member-name h2, .sptp-mosaic .sptp-member-info .sptp-member-profession h4 {
	color: #fff;
}

.gridder-show, .page-load-status .loader-ellips, .simplebar-content-wrapper, .simplebar-height-auto-observer-wrapper, .sp-team-pro.sptp-section, .sptp-content-on-image, .sptp-content-on-image .sptp-content.lower .caption, .sptp-content-on-image .sptp-content.not-clickable .sptp-member-avatar, .sptp-filter, .sptp-filter .element-item, .sptp-filter .filters-button-group, .sptp-filter .sptp-content-on-image, .sptp-filter .sptp-filter-grid, .sptp-member .sptp-member-skill-progress .sptp-progress-container .sptp-progress-bar.sptp-tooltip, .sptp-member-avatar-img, .sptp-member-social ul li, .sptp-mosaic .sptp-member-info, .sptp-popup-content-main.text-center, .sptp-row [class*=sptp-col-], .sptp-table-layout, .sptp-table-layout .sptp-member-avatar, .sptp-table-layout .sptp-member-avatar-img, .sptp-thumbnail-pager, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-circle, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-rounded, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-square, .sptp-thumbnail-pager .sptp-member, [data-simplebar] {
	position: relative;
}

.gridder .selectedItem .sptp-member::after, .page-load-status .loader-ellips__dot, .simplebar-height-auto-observer, .simplebar-mask, .simplebar-offset, .simplebar-scrollbar, .simplebar-scrollbar:before, .simplebar-track, .sp-team-pro-page-loading-image, .sp-team-pro.sptp-section.style-2.popup-open .mfp-close, .sp-team-pro.sptp-section.style-2.popup-open .mfp-close::after, .sp-team-pro.sptp-section.style-2.popup-open .mfp-close::before, .sp-team-pro.sptp-section.style-3.popup-open .mfp-close, .sp-team-pro.sptp-section.style-3.popup-open .mfp-close::after, .sp-team-pro.sptp-section.style-3.popup-open .mfp-close::before, .sp-team-pro.sptp-section.style-4.popup-open .mfp-close, .sp-team-pro.sptp-section.style-4.popup-open .mfp-close::after, .sp-team-pro.sptp-section.style-4.popup-open .mfp-close::before, .sptp-content-on-image .sptp-content, .sptp-content-on-image .sptp-content .caption, .sptp-content-on-image .sptp-content.lower.bottom, .sptp-content-on-image .sptp-content.lower.bottom .caption, .sptp-content-on-image .sptp-content.lower.top, .sptp-drawer a.gridder-close, .sptp-drawer a.gridder-close::after, .sptp-drawer a.gridder-close::before, .sptp-drawer a.gridder-nav.next, .sptp-drawer a.gridder-nav.prev, .sptp-filter .sptp-filter-search, .sptp-member .sptp-member-skill-progress .sptp-progress-container .sptp-progress-bar.sptp-tooltip .sptp-top, .sptp-member .sptp-member-skill-progress .sptp-progress-container .sptp-progress-bar.sptp-tooltip .sptp-top:after, .sptp-member .sptp-member-skill-progress .sptp-progress-container .sptp-progress-bar.sptp-tooltip .sptp-top:before, .sptp-member-avatar-img .sptp-icon, .sptp-member-avatar-img .sptp-icon .fa, .sptp-member-social ul li .fa, .sptp-mosaic .sptp-member .sptp-icon, .sptp-mosaic .sptp-member-info .sptp-arrow, .sptp-popup-section.style-1 button.mfp-close::after, .sptp-popup-section.style-1 button.mfp-close::before, .sptp-popup-style1-navigation a.sptp-nav-item.sptp-nav-next, .sptp-popup-style1-navigation a.sptp-nav-item.sptp-nav-prev, .sptp-table-layout .sptp-member-avatar-img:hover .sptp-icon, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-circle .sptp-icon, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-rounded .sptp-icon, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-square .sptp-icon {
	position: absolute;
}

.sptp-content-on-image .sptp-content {
	height: 100%;
	width: 100%;
	overflow: hidden;
	flex-direction: column;
	z-index: 1;
}

.sptp-content-on-image .sptp-content .sptp-member-avatar {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.sptp-content-on-image .sptp-content .sptp-member-email a, .sptp-content-on-image .sptp-content .sptp-member-mobile a, .sptp-content-on-image .sptp-content .sptp-member-phone a, .sptp-content-on-image .sptp-content .sptp-member-social, .sptp-content-on-image .sptp-content .sptp-member-website a {
	z-index: 9;
	position: relative;
}

.sptp-content-on-image .sptp-content .sptp-member-name, .sptp-filter .style-4 .sptp-popup-items-main, .sptp-inline .sptp-member.border-bg-around-member .sptp-member-avatar, .sptp-inline .sptp-row>div, .sptp-table-layout .sptp-member-name, .sptp-thumbnail-pager .sptp-col-md-2-half, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-row>div, .sptp-thumbnail-pager .sptp-col-md-2-half~div {
	margin-top: 0;
}

.sptp-content-on-image .sptp-content .caption {
	width: 100%;
}

.sptp-content-on-image .sptp-content.covered {
	padding: 20px;
	width: 100%;
}

.sptp-content-on-image .sptp-content.covered, .sptp-content-on-image .sptp-content.covered.middle, .sptp-content-on-image .sptp-content.lower.middle .caption, .sptp-filter .filterSelect, .sptp-member-social ul li a, .sptp-mosaic .sptp-member .sptp-icon, .sptp-mosaic .sptp-member .sptp-member-avatar-img, .sptp-mosaic-row .sptp-row.sptp-no-gutters .sptp-member-info .sptp-info-details, .sptp-popup-style1-navigation a.sptp-nav-item.sptp-nav-next, .sptp-popup-style1-navigation a.sptp-nav-item.sptp-nav-prev {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sptp-content-on-image .sptp-content.covered.bottom, .sptp-content-on-image .sptp-content.lower.bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.sptp-content-on-image .sptp-content.lower .caption {
	padding: 8px;
}

.sptp-content-on-image .sptp-content.lower.middle, .sptp-grid .sptp-row, .sptp-list-item .sptp-image, .sptp-modal .sptp-row, .sptp-mosaic-row.sptp-row, .sptp-row.filtr-container, [data-simplebar] {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.sptp-carousel .sptp-button-next.vertically-center-outer, .sptp-carousel .sptp-button-prev.vertically-center-outer, .sptp-main-carousel .sptp-button-next.vertically-center-inner, .sptp-main-carousel .sptp-button-prev.vertically-center-inner {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sptp-content-on-image .sptp-content.lower.middle .caption {
	top: 50%;
	transform: translateY(-50%);
}

.sptp-content-on-image .sptp-content.middle {
	position: absolute;
	top: 50%;
	padding: 20px 0;
	transform: translateY(-50%);
}

.sptp-content-on-image .sptp-content.middle.covered {
	height: 100%;
}

.sptp-content-on-image .sptp-content.lower.bottom .caption {
	bottom: 0;
}

.sptp-content-on-image .sptp-content.clickable.lower>.sptp-member-avatar {
	height: 100%;
}

.sptp-content-on-image .sptp-content.not-clickable {
	cursor: default;
}

.sptp-content-on-image .sptp-content.not-clickable .sptp-member-avatar {
	cursor: default;
}

.sptp-filter .sptp-content-on-image .sptp-content {
	width: 100%;
	top: 0;
	transform: translateY(0);
}

.sptp-thumbnail-pager .sptp-content-on-image .sptp-content, .sptp-thumbnail-pager .sptp-content-on-image .sptp-image {
	width: 100%;
}

.sptp-thumbnail-pager .sptp-content-on-image .sptp-image {
	padding: 0;
}

.sptp-thumbnail-pager .sptp-content-on-image .sptp-content {
	top: 0;
}

.hs-dummy-scrollbar-size, .overlay-hover .sptp-content, .simplebar-height-auto-observer, .simplebar-scrollbar:before, .sp-team-pro.sptp-section.style-1.popup-open, .sp-team-pro.sptp-section.style-2.popup-open, .sp-team-pro.sptp-section.style-3.popup-open, .sp-team-pro.sptp-section.style-4.popup-open, .sptp-main-carousel, .sptp-member .sptp-member-skill-progress .sptp-progress-container .sptp-progress-bar.sptp-tooltip .sptp-top, .sptp-member-avatar-img .sptp-icon, .sptp-popup-content-main.text-center {
	opacity: 0;
}

.overlay-always .sptp-content, .overlay-hover:hover .sptp-content, .sp-team-pro.sptp-section.style-2.popup-open .mfp-close, .sp-team-pro.sptp-section.style-3.popup-open .mfp-close, .sp-team-pro.sptp-section.style-4.popup-open .mfp-close, .sptp-member .sptp-member-avatar-img:hover .sptp-icon, .sptp-member .sptp-member-skill-progress .sptp-progress-container:hover .sptp-tooltip .sptp-top, .sptp-popup-section.style-1 button.mfp-close, .sptp-table-layout .sptp-member-avatar-img:hover .sptp-icon {
	opacity: 1;
}

.sptp-overflow-h {
	overflow: hidden;
	line-height: 0;
}

.sp-team-pro a:focus, .sptp-filter .button:focus, .sptp-filter .filterSelect:focus, .sptp-main-carousel .swiper-slide .sptp-member-avatar:focus, .sptp-main-carousel .swiper-slide .sptp-member:focus, .sptp-main-carousel .swiper-slide:focus, .sptp-member-avatar .sptp-member-avatar-img:focus, .sptp-member-avatar:focus, .sptp-pagination>.swiper-pagination-bullet:focus {
	outline: 0;
}

.gridder-content, .sp-team-pro.sptp-section.style-1 .sptp-popup-header, .sptp-button-next.swiper-button-next.swiper-button-disabled, .sptp-button-prev.swiper-button-prev.swiper-button-disabled, .sptp-content-on-image .sptp-content li .sptp-member-avatar, .sptp-filter .hide-item, .sptp-filter-item-hide, .sptp-hidden, .sptp-member .sptp-member-name h2::after, .sptp-popup-section.style-2 .sptp-popup-style1-navigation, .sptp-popup-section.style-2>button.mfp-close, .sptp-popup-section.style-3 .sptp-popup-style1-navigation, .sptp-popup-section.style-3>button.mfp-close, .sptp-popup-section.style-4 .sptp-popup-style1-navigation, .sptp-popup-section.style-4>button.mfp-close, select>option[value=""] {
	display: none;
}

.sptp-content-on-image .sptp-content.sptp-circle, .sptp-member-avatar .sptp-member-avatar-img.sptp-circle, .sptp-member-avatar-img.sptp-circle .sptp-icon, .sptp-member-avatar-img.sptp-circle .sptp-overflow-h, .sptp-member-avatar-img.sptp-circle img, .sptp-member-social.circle a, .sptp-thumbnail-pager .sptp-content-on-image.sptp-circle .sptp-content, .sptp-thumbnail-pager .sptp-team-inline-thumb .sptp-circle, .sptp-thumbnail-pager .sptp-team-inline-thumb .sptp-circle img {
	border-radius: 50%;
}

.sptp-circle .sptp-member-avatar-img-area img, .sptp-team-inline-thumb .sptp-circle img, .sptp-thumbnail-pager .sptp-team-inline-thumb .sptp-circle.zoom_in:hover, .sptp-thumbnail-pager .sptp-team-inline-thumb .sptp-circle.zoom_out:hover, .sptp-thumbnail-pager .sptp-team-inline-thumb .sptp-rounded.zoom_in:hover, .sptp-thumbnail-pager .sptp-team-inline-thumb .sptp-rounded.zoom_out:hover {
	border-radius: 100%;
}

.sptp-member-avatar .sptp-member-avatar-img img, .sptp-team-inline-thumb .sptp-member-avatar-img img {
	-webkit-transition: .25s all;
	transition: .25s all;
	border-radius: 0;
}

.sptp-member-avatar .sptp-member-avatar-img.sptp-circle img {
	border-radius: 50%;
}

.sptp-member-avatar .sptp-member-avatar-img.zoom_in img, .sptp-member-avatar .sptp-member-avatar-img.zoom_out:hover img, .sptp-member.sptp-content-on-image:hover .sptp-member-avatar .sptp-member-avatar-img.zoom_out img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.sptp-member-avatar .sptp-member-avatar-img.zoom_in:hover img, .sptp-member-avatar .sptp-member-avatar-img.zoom_out img, .sptp-member.sptp-content-on-image:hover .sptp-member-avatar .sptp-member-avatar-img.zoom_in img, .sptp-thumbnail-pager .sptp-team-inline-thumb .sptp-circle.zoom_in:hover img, .sptp-thumbnail-pager .sptp-team-inline-thumb .sptp-rounded.zoom_in:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.sptp-member .sptp-member-avatar-img img:focus {
	outline: 0;
	border: none;
}

.sptp-member-avatar-img, .text-center {
	text-align: center;
}

.sptp-content-on-image.sptp-rounded .sptp-content, .sptp-member-avatar-img.sptp-rounded, .sptp-member-avatar-img.sptp-rounded .sptp-overflow-h, .sptp-member-avatar-img.sptp-rounded img {
	border-radius: 12px;
	overflow: hidden;
}

.ajax-page-numbers, .page-numbers, .sptp-thumbnail-pager .sptp-team-inline-thumb .fa, .sptp-thumbnail-pager img {
	cursor: pointer;
}

.sptp-square>img, .sptp-table-layout .sptp-member-avatar .sptp-member-avatar-img img {
	vertical-align: middle;
}

.sptp-member-avatar-img .sptp-icon, .sptp-member-avatar-img .sptp-icon .fa, .sptp-member-social ul li .fa, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-circle .sptp-icon, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-rounded .sptp-icon, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-square .sptp-icon {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sptp-member-avatar-img .sptp-icon {
	background: 0 0;
	left: 50%;
	top: 50%;
	height: 100%;
	width: 100%;
	z-index: 999;
	-webkit-transition: opacity .33s;
	transition: opacity .33s;
}

.sptp-member-avatar-img .sptp-icon .fa {
	color: #fff;
	font-size: 30px;
	top: 50%;
	left: 50%;
}

.sptp-member-avatar-img.sptp-rounded .sptp-icon {
	border-radius: 8px;
}

.sptp-carousel .swiper-button-next:after, .sptp-carousel .swiper-button-prev:after, .sptp-member-avatar-area .swiper-button-next:after, .sptp-member-avatar-area .swiper-button-prev:after {
	content: none;
}

.gridder .selectedItem .sptp-member .sptp-member-avatar-img:hover {
	opacity: 1 !important;
}

.sptp-grid .sptp-member-avatar {
	overflow: hidden;
}

.sptp-mosaic .sptp-member .sptp-member-avatar-img {
	z-index: 2;
}

.gridder-list:nth-of-type(2n), .sp-team-pro .sptp-mosaic .sptp-member-avatar, .sptp-inline .sptp-row>div, .sptp-member .sptp-member-meta div:last-child, .sptp-member-email span, .sptp-member-mobile span, .sptp-member-phone span, .sptp-member-website span, .sptp-mosaic .sptp-member, .sptp-mosaic .sptp-member-avatar, .sptp-mosaic .sptp-member-info .sptp-member-meta div:last-child, .sptp-mosaic .sptp-member-info .sptp-member-social, .sptp-table-layout .sptp-member-social {
	margin-bottom: 0;
}

.sptp-mosaic .sptp-member-avatar {
	padding-bottom: 0;
}

.sp-team-pro .sptp-mosaic .sptp-member-avatar {
	padding-bottom: 0;
	-webkit-box-ordinal-group: initial !important;
	-ms-flex-order: initial !important;
	order: initial !important;
}

.sp-team-pro .sptp-mosaic .sptp-member-avatar img, .sptp-mosaic .sptp-member-avatar img {
	border: none;
	vertical-align: middle;
}

.sptp-mosaic-row .sptp-member, .sptp-mosaic-row .sptp-row.sptp-no-gutters .sptp-member-avatar, .sptp-mosaic-row .sptp-row.sptp-no-gutters .sptp-member-info, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-row {
	margin: 0;
}

.sptp-mosaic-row .sptp-member-avatar-img img {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: none;
	transform: none;
}

.sptp-inline .sptp-member.border-bg-around-member .sptp-member-avatar {
	width: 100%;
}

.sptp-inline .sptp-member.border-bg-around-member .sptp-member-avatar img {
	width: 100%;
}

.sptp-table-layout .sptp-member-avatar {
	display: contents;
}

.sptp-table-layout .sptp-member-avatar-img:hover .sptp-icon .fa {
	font-size: 24px;
}

.sptp-row.sptp-thumbnail-pager .sptp-thumbnail-pager-thumbs .swiper-wrapper .sptp-member-avatar-img-area {
	margin: 5px;
}

.sptp-thumbnail-pager .sptp-member .sptp-member-avatar {
	width: 100%;
	cursor: auto;
}

.sptp-thumbnail-pager .sptp-member .sptp-member-avatar img {
	cursor: auto;
}

.sptp-member .sptp-member-name h2 {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding-bottom: 0;
}

.sptp-member .sptp-member-profession h4 {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
}

.sptp-member .sptp-member-desc {
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

.sptp-member .sptp-member-skill-progress {
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}

.sptp-member .sptp-member-skill-progress .sptp-progress-text {
	text-align: left;
}

.sptp-member .sptp-member-skill-progress .sptp-progress-container {
	width: 100%;
	height: 4px;
	background-color: #c9dfd1;
}

.sptp-member .sptp-member-skill-progress .sptp-progress-container .sptp-progress-bar {
	height: 4px;
	width: 0;
	background-color: #63a37b;
}

.sptp-member .sptp-member-skill-progress .sptp-progress-container .sptp-progress-bar.sptp-tooltip .sptp-top {
	width: 34px;
	top: -10px;
	right: -17px;
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	padding: 5px 7px;
	color: #fff;
	background-color: #3b993f;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	border-radius: 2px;
	z-index: 99999999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .33s;
	transition: all .33s;
}

.sptp-member .sptp-member-skill-progress .sptp-progress-container .sptp-progress-bar.sptp-tooltip .sptp-top:after, .sptp-member .sptp-member-skill-progress .sptp-progress-container .sptp-progress-bar.sptp-tooltip .sptp-top:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	pointer-events: none;
}

.sptp-member .sptp-member-skill-progress .sptp-progress-container .sptp-progress-bar.sptp-tooltip .sptp-top:after {
	border-color: transparent;
	border-top-color: #63a37b;
	border-width: 6px;
	margin-left: -6px;
}

.sptp-member .sptp-member-skill-progress .sptp-progress-container .sptp-progress-bar.sptp-tooltip .sptp-top:before {
	border-color: transparent;
	border-top-color: transparent;
	border-width: 8px;
	margin-left: -8px;
}

.sptp-member-social {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	list-style: none;
}

.sptp-member-social.icon_only a {
	background-color: transparent !important;
}

.sptp-member-social.square a {
	border-radius: 0;
}

.sptp-member-social.rounded a {
	border-radius: 5px;
}

.sptp-member-social ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	line-height: 0;
}

.sptp-member-social ul li {
	margin: 0;
	list-style: none;
}

.sptp-member-social ul li:hover {
	opacity: .7;
}

.sptp-member-social ul li a {
	cursor: pointer;
	text-decoration: none;
	height: 30px;
	height: 30px;
	width: 30px;
	width: 30px;
	border-radius: 50%;
	color: #fff;
	background-color: #333;
	font-size: 15px;
	text-align: center;
}

.block-editor-block-list__block .sptp-member-social ul li a {
	color: #fff;
}

.sptp-member-social ul li .fa {
	top: 50%;
	left: 50%;
}

.sptp-member-social ul li .icon-fontello {
	position: absolute;
}

.sptp-member-social .sptp-twitter {
	background-color: #55acee;
}

.sptp-member-social .sptp-facebook {
	background-color: #3b5999;
}

.sptp-member-social .sptp-instagram {
	background-color: #e4405f;
}

.sptp-member-social .sptp-pinterest {
	background-color: #bd081c;
}

.sptp-member-social .sptp-linkedin {
	background-color: #0077b5;
}

.sptp-member-social .sptp-skype {
	background-color: #00aff0;
}

.sptp-member-social .sptp-dropbox {
	background-color: #007ee5;
}

.sptp-member-social .sptp-wordpress {
	background-color: #21759b;
}

.sptp-member-social .sptp-vimeo {
	background-color: #1ab7ea;
}

.sptp-member-social .sptp-slideshare {
	background-color: #0077b5;
}

.sptp-member-social .sptp-vk {
	background-color: #4c75a3;
}

.sptp-member-social .sptp-tumblr {
	background-color: #34465d;
}

.sptp-member-social .sptp-yahoo {
	background-color: #410093;
}

.sptp-member-social .sptp-gplus {
	background-color: #dd4b39;
}

.sptp-member-social .sptp-youtube {
	background-color: #cd201f;
}

.sptp-member-social .sptp-stumbleupon {
	background-color: #eb4924;
}

.sptp-member-social .sptp-reddit-alien {
	background-color: #ff5700;
}

.sptp-member-social .sptp-quora {
	background-color: #b92b27;
}

.sptp-member-social .sptp-yelp {
	background-color: #af0606;
}

.sptp-member-social .sptp-weibo {
	background-color: #df2029;
}

.sptp-member-social .sptp-producthunt {
	background-color: #da552f;
}

.sptp-member-social .sptp-hackernews {
	background-color: #f60;
}

.sptp-member-social .sptp-soundcloud {
	background-color: #f30;
}

.sptp-member-social .sptp-blogger {
	background-color: #f57d00;
}

.sptp-member-social .sptp-whatsapp {
	background-color: #25d366;
}

.sptp-member-social .sptp-wechat {
	background-color: #09b83e;
}

.sptp-member-social .sptp-line {
	background-color: #00c300;
}

.sptp-member-social .sptp-medium {
	background-color: #02b875;
}

.sptp-member-social .sptp-vine {
	background-color: #00b489;
}

.sptp-member-social .sptp-slack {
	background-color: #3aaf85;
}

.sptp-member-social .sptp-deribble {
	background-color: #ea4c89;
}

.sptp-member-social .sptp-flicker {
	background-color: #ff0084;
}

.sptp-member-social .sptp-foursquare {
	background-color: #f94877;
}

.sptp-member-social .sptp-behance {
	background-color: #131418;
}

.sptp-member-social .sptp-snapchat {
	background-color: #fffc00;
}

.sptp-member-social .sptp-github {
	background-color: #c9510c;
}

.sptp-member-social .sptp-bitbucket {
	background-color: #205081;
}

.sptp-member-social .sptp-stack-overflow {
	background-color: #f48024;
}

.sptp-member-social .sptp-codepen {
	background-color: #76daff;
}

.sptp-member-social .sptp-codecademy {
	background-color: #204056;
}

.sptp-member-social .sptp-bookbub {
	background-color: #f44336;
}

.sptp-member-social .sptp-goodreads {
	background-color: #553b08;
}

.sptp-member-social .sptp-meetup {
	background-color: #e0393e;
}

.sptp-member-social .sptp-telegram {
	background-color: #08c;
}

.sptp-member-social.icon_only .sptp-twitter {
	color: #55acee;
}

.sptp-member-social.icon_only .sptp-facebook {
	color: #3b5999;
}

.sptp-member-social.icon_only .sptp-instagram {
	color: #e4405f;
}

.sptp-member-social.icon_only .sptp-linkedin {
	color: #0077b5;
}

.sptp-member-social.icon_only .sptp-skype {
	color: #00aff0;
}

.sptp-member-social.icon_only .sptp-dropbox {
	color: #007ee5;
}

.sptp-member-social.icon_only .sptp-wordpress {
	color: #21759b;
}

.sptp-member-social.icon_only .sptp-vimeo {
	color: #1ab7ea;
}

.sptp-member-social.icon_only .sptp-slideshare {
	color: #0077b5;
}

.sptp-member-social.icon_only .sptp-vk {
	color: #4c75a3;
}

.sptp-member-social.icon_only .sptp-tumblr {
	color: #34465d;
}

.sptp-member-social.icon_only .sptp-yahoo {
	color: #410093;
}

.sptp-member-social.icon_only .sptp-gplus {
	color: #dd4b39;
}

.sptp-member-social.icon_only .sptp-pinterest {
	color: #bd081c;
}

.sptp-member-social.icon_only .sptp-youtube {
	color: #cd201f;
}

.sptp-member-social.icon_only .sptp-stumbleupon {
	color: #eb4924;
}

.sptp-member-social.icon_only .sptp-reddit-alien {
	color: #ff5700;
}

.sptp-member-social.icon_only .sptp-quora {
	color: #b92b27;
}

.sptp-member-social.icon_only .sptp-yelp {
	color: #af0606;
}

.sptp-member-social.icon_only .sptp-weibo {
	color: #df2029;
}

.sptp-member-social.icon_only .sptp-producthunt {
	color: #da552f;
}

.sptp-member-social.icon_only .sptp-hackernews {
	color: #f60;
}

.sptp-member-social.icon_only .sptp-soundcloud {
	color: #f30;
}

.sptp-member-social.icon_only .sptp-blogger {
	color: #f57d00;
}

.sptp-member-social.icon_only .sptp-whatsapp {
	color: #25d366;
}

.sptp-member-social.icon_only .sptp-wechat {
	color: #09b83e;
}

.sptp-member-social.icon_only .sptp-line {
	color: #00c300;
}

.sptp-member-social.icon_only .sptp-medium {
	color: #02b875;
}

.sptp-member-social.icon_only .sptp-vine {
	color: #00b489;
}

.sptp-member-social.icon_only .sptp-slack {
	color: #3aaf85;
}

.sptp-member-social.icon_only .sptp-deribble {
	color: #ea4c89;
}

.sptp-member-social.icon_only .sptp-flicker {
	color: #ff0084;
}

.sptp-member-social.icon_only .sptp-foursquare {
	color: #f94877;
}

.sptp-member-social.icon_only .sptp-behance {
	color: #131418;
}

.sptp-member-social.icon_only .sptp-snapchat {
	color: #fffc00;
}

.sptp-member-social.icon_only .sptp-github {
	color: #c9510c;
}

.sptp-member-social.icon_only .sptp-bitbucket {
	color: #205081;
}

.sptp-member-social.icon_only .sptp-stackoverflow {
	color: #f48024;
}

.sptp-member-social.icon_only .sptp-codepen {
	color: #76daff;
}

.sptp-member-social.icon_only .sptp-codecademy {
	color: #204056;
}

.sptp-member-social.icon_only .sptp-meetup {
	color: #e0393e;
}

.sptp-member-social.icon_only .sptp-telegram {
	color: #08c;
}

.sptp-member-social.icon_only .sptp-tiktok {
	color: #010101;
}

.sptp-member-social.icon_only .sptp-bookbub {
	color: #f44336;
}

.sptp-member-social.icon_only .sptp-goodreads {
	color: #553b08;
}

.sptp-post-pagination {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 38px;
}

.sptp-inline~.sptp-post-pagination, .sptp-mosaic~.sptp-post-pagination, .sptp-table-layout~.sptp-post-pagination {
	margin-top: 50px;
}

.sptp-post-pagination ul li {
	list-style: none;
	float: left;
	margin: 0;
}

.sptp-post-pagination .ajax-page-numbers, .sptp-post-pagination .page-numbers {
	background: #fff;
	color: #5e5e5e;
	border: 2px solid #bbb;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	margin-right: 4px;
	text-decoration: none;
	font-weight: 700;
	border-radius: 3px;
	-webkit-transition: all .33s;
	transition: all .33s;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.sptp-post-pagination .ajax-page-numbers.current, .sptp-post-pagination .page-numbers.current {
	cursor: auto;
	color: #fff;
	background: #63a37b;
	border-color: #63a37b;
}

.sptp-post-pagination a.page-numbers:hover, .sptp-post-pagination ul li span.current, .sptp-post-pagination ul li span:hover {
	color: #fff;
	background: #63a37b;
	border-color: #63a37b;
}

.sp-team-pro.pagination_scrl .sptp-post-load-more {
	display: none;
}

.sptp-filter .sptp-post-load-more {
	text-align: center;
	margin: 10px auto 50px;
}

.sptp-filter-load-more, .sptp-post-load-more {
	text-align: center;
	margin: 20px auto 50px;
}

.sptp-inline~.sptp-post-load-more, .sptp-mosaic~.sptp-post-load-more, .sptp-table-layout~.sptp-post-load-more {
	margin-top: 32px;
}

.sptp-filter-load-more span, .sptp-post-load-more span {
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
	color: #5e5e5e;
	border: 2px solid #bbb;
	font-weight: 700;
	border-radius: 3px;
	background: #fff;
	padding: 8px 16px;
	-webkit-transition: all .33s;
	transition: all .33s;
}

.sptp-filter-load-more span:hover, .sptp-post-load-more span:hover {
	background: #bbb;
	color: #fff;
}

.page-load-status {
	padding-top: 20px;
	text-align: center;
	color: #777;
}

.page-load-status .loader-ellips {
	font-size: 20px;
	width: 4em;
	height: 1em;
	margin: 10px auto;
	display: none;
}

.page-load-status .loader-ellips__dot {
	width: 1em;
	height: 1em;
	border-radius: .5em;
	background: #555;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.page-load-status .loader-ellips__dot:nth-child(1), .page-load-status .loader-ellips__dot:nth-child(2) {
	left: 0;
}

.page-load-status .loader-ellips__dot:nth-child(3) {
	left: 1.5em;
}

.page-load-status .loader-ellips__dot:nth-child(4) {
	left: 3em;
}

@-webkit-keyframes reveal {
	from {
		-webkit-transform: scale(.001);
		transform: scale(.001);
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes reveal {
	from {
		-webkit-transform: scale(.001);
		transform: scale(.001);
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes slide {
	to {
		-webkit-transform: translateX(1.5em);
		transform: translateX(1.5em);
	}
}

@keyframes slide {
	to {
		-webkit-transform: translateX(1.5em);
		transform: translateX(1.5em);
	}
}

.page-load-status .loader-ellips__dot:nth-child(1) {
	-webkit-animation-name: reveal;
	animation-name: reveal;
}

.page-load-status .loader-ellips__dot:nth-child(2), .page-load-status .loader-ellips__dot:nth-child(3) {
	-webkit-animation-name: slide;
	animation-name: slide;
}

.page-load-status .loader-ellips__dot:nth-child(4) {
	-webkit-animation-name: reveal;
	animation-name: reveal;
	animation-direction: reverse;
}

.page-load-status .infinite-scroll-error {
	display: none;
}

.page-load-status .infinite-scroll-last {
	color: #fff;
	font-size: 16px;
	background: #212121;
	width: 25%;
	margin: 0 auto;
	display: none;
}

.gridder {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}

.gridder-list, .gridder-show {
	font-size: 16px;
}

.gridder-list .gridder-expanded-content .sptp-member, .gridder-show .gridder-expanded-content .sptp-member {
	border: none !important;
}

.sptp-member.gridder-list {
	vertical-align: top;
	cursor: pointer;
}

.gridder-show {
	float: left;
	width: 100%;
	padding: 30px 0;
}

.gridder-list {
	width: 49.5%;
}

.sptp-drawer .gridder-content {
	padding: 0 30px;
}

.sptp-drawer .sptp-row .sptp-row .sptp-col-w-58 {
	max-width: 58.3335%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3335%;
	flex: 0 0 58.3335%;
}

.sptp-drawer .sptp-row .sptp-row .sptp-col-w-42 {
	max-width: 41.666%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666%;
	flex: 0 0 41.666%;
}

.sptp-drawer .sptp-right-content {
	padding-right: 40px;
	padding-top: 20px;
	display: block;
}

.sptp-drawer a.gridder-nav.next, .sptp-drawer a.gridder-nav.prev {
	color: inherit;
	top: 50%;
	font-size: 36px;
	height: 60px;
	text-align: center;
	z-index: 999;
	margin-top: -30px;
}

.sptp-drawer a.gridder-close {
	width: 30px;
	height: 30px;
	top: 0;
	right: 45px;
	cursor: pointer;
	z-index: 999;
}

.sptp-drawer a.gridder-close::after, .sptp-drawer a.gridder-close::before {
	content: "";
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sptp-drawer a.gridder-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sptp-drawer a.gridder-nav.prev {
	left: 0;
	margin-left: 10px;
}

.sptp-drawer a.gridder-nav.next {
	right: 0;
	margin-right: 10px;
}

.sptp-row.currentGridder {
	display: inline-block !important;
}

.gridder {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}

.gridder-list, .gridder-show {
	font-size: 16px;
}

.gridder-list {
	vertical-align: top;
}

.gridder-show {
	float: left;
	width: 100%;
}

.gridder-list {
	width: 49.5%;
}

.sp-team-pro * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sp-team-pro a {
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.sptp-member {
	cursor: pointer;
	line-height: 0;
}

.sp-team-pro img {
	max-width: 100%;
	height: auto;
}

.sptp-member .sptp-member-desc, .sptp-member .sptp-member-meta, .sptp-member .sptp-member-skill-progress, .sptp-member .sptp-member-social, .sptp-member .sptp-name-profession {
	padding-top: 4px;
	width: 100%;
}

.sptp-member .sptp-member-meta .sptp-member-location span {
	margin-left: 5px;
}

.sptp-member .sptp-member-meta .sptp-member-email>a, .sptp-member .sptp-member-meta .sptp-member-phone>a, .sptp-member .sptp-member-meta .sptp-member-website>a {
	text-decoration: none;
}

.sp-team-pro {
	font-family: "Open Sans", sans-serif;
}

.sp-team-pro .sptp-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.sptp-row.sptp-no-gutters>[class*=sptp-col-] {
	padding-right: 0;
	padding-left: 0;
}

.sptp-row [class*=sptp-col-] {
	width: 100%;
}

.sptp-member {
	cursor: inherit;
	overflow: hidden;
}

.sp-team-pdf-btn-wrapper, .sptp-member-desc, .sptp-member-email, .sptp-member-extra-fields, .sptp-member-location, .sptp-member-mobile, .sptp-member-name, .sptp-member-phone, .sptp-member-profession, .sptp-member-social, .sptp-member-website {
	width: 100%;
}

.sptp-member-email span, .sptp-member-mobile span, .sptp-member-phone span, .sptp-member-website span {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	word-break: break-all;
}

.sptp-member-extra-fields .sptp-member-extra-info a {
	text-decoration: none;
	color: #333;
}

.sptp-member-email a, .sptp-member-mobile a, .sptp-member-phone a, .sptp-member-website a {
	text-decoration: none;
	color: #fff;
}

.sp-wp-team-pro-wrapper .hidden {
	display: none;
}

.sp-wp-team-pro-wrapper .show {
	display: block;
}

.sp-team-pro-page-loading-image {
	background-color: #fff;
	background-image: url("https://cdn-henjh.nitrocdn.com/dTLaqbZCmTvYbliQNMqpFtOEIywLPxuf/assets/images/optimized/rev-af1a579/www.vincents.se/wp-content/plugins/wp-team-pro/src/Frontend/img/Spinner-1s-50px.gif");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 9999;
	width: 100%;
	height: 100%;
	visibility: visible;
}

.sp-team-pro-page-loading-image.nitro-lazy {
	background-image: none !important;
}

.simplebar-content-wrapper {
	visibility: visible !important;
}

.sptp-carousel .bx-wrapper, .sptp-carousel .sptp-button-next.vertically-center-outer:focus, .sptp-carousel .sptp-button-prev.vertically-center-outer:focus, .sptp-filter .button-group .button:active, .sptp-filter .filterSelect, .sptp-main-carousel .sptp-button-next:focus, .sptp-main-carousel .sptp-button-prev:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sptp-carousel .bx-wrapper {
	border: 5px solid transparent;
	background: 0 0;
}

.sptp-carousel .sptp-button-next.vertically-center-outer, .sptp-carousel .sptp-button-prev.vertically-center-outer, .sptp-main-carousel .sptp-button-next, .sptp-main-carousel .sptp-button-prev {
	-webkit-transition: .3s;
	transition: .3s;
}

.sptp-carousel .sptp-button-next.vertically-center-outer, .sptp-carousel .sptp-button-prev.vertically-center-outer {
	top: 50%;
	background-color: #fff;
	background-image: none;
	color: #aaa;
	outline: 1px solid #63a37b;
	width: 30px;
	height: 30px;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 30px;
	border: none;
	text-align: center;
}

.sptp-carousel .sptp-button-next.vertically-center-outer.nitro-lazy, .sptp-carousel .sptp-button-prev.vertically-center-outer.nitro-lazy {
	background-image: none !important;
}

.sptp-carousel .sptp-button-next.vertically-center-outer {
	right: -35px;
}

.sptp-carousel .sptp-button-prev.vertically-center-outer {
	left: -35px;
}

.sptp-carousel .sptp-section-title~.sptp-main-carousel.vertically-center-outer .sptp-button-prev.vertically-center-outer {
	top: calc(50% + 40px);
}

.sptp-carousel .sptp-section-title~.sptp-main-carousel.vertically-center-outer .sptp-button-next.vertically-center-outer {
	top: calc(50% + 40px);
}

.sptp-carousel .sptp-section-title~.sptp-filter+.sptp-main-carousel.vertically-center-outer .sptp-button-prev.vertically-center-outer {
	top: calc(50% + 80px);
}

.sptp-carousel .sptp-section-title~.sptp-filter+.sptp-main-carousel.vertically-center-outer .sptp-button-next.vertically-center-outer {
	top: calc(50% + 80px);
}

.sptp-carousel .sptp-button-next.vertically-center-outer:hover, .sptp-carousel .sptp-button-prev.vertically-center-outer:hover {
	color: #fff;
	background-color: #63a37b;
	outline: 1px solid #63a37b;
}

.sptp-main-carousel.sptp_carousel_pagination_show {
	padding-bottom: 52px;
}

.sptp-main-carousel.vertically-center-outer {
	position: static;
}

.sptp-main-carousel.top-center, .sptp-main-carousel.top-left, .sptp-main-carousel.top-right {
	padding-top: 55px;
}

.sptp-main-carousel.bottom-center, .sptp-main-carousel.bottom-left, .sptp-main-carousel.bottom-right {
	padding-bottom: 52px;
}

.sptp-main-carousel.bottom-center .sptp-pagination, .sptp-main-carousel.bottom-left .sptp-pagination, .sptp-main-carousel.bottom-right .sptp-pagination {
	bottom: 52px;
}

.sptp-main-carousel .sptp-button-next, .sptp-main-carousel .sptp-button-prev {
	top: 23px;
	left: auto;
	right: 1px;
	height: 30px;
	width: 30px;
	background-image: none;
	background-color: #fff;
	color: #aaa;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 30px;
	border: none;
	outline: 1px solid #63a37b;
	text-align: center;
}

.sptp-main-carousel .sptp-button-next.nitro-lazy, .sptp-main-carousel .sptp-button-prev.nitro-lazy {
	background-image: none !important;
}

.sptp-main-carousel .sptp-button-next:hover, .sptp-main-carousel .sptp-button-prev:hover {
	color: #fff;
	background-color: #63a37b;
}

.sptp-main-carousel .sptp-button-next.top-left {
	left: 45px;
}

.sptp-main-carousel .sptp-button-next.top-center {
	left: 50%;
	margin-left: 22px;
}

.sptp-main-carousel .sptp-button-next.bottom-left {
	top: 98%;
	left: 45px;
}

.sptp-main-carousel .sptp-button-next.bottom-center {
	top: 98%;
	left: 50%;
	margin-left: 22px;
}

.sptp-main-carousel .sptp-button-next.bottom-right {
	top: 98%;
	right: 3px;
}

.sptp-main-carousel .sptp-button-next.vertically-center-inner {
	top: 50%;
	right: 3px;
}

.sptp-main-carousel .sptp-button-prev.top-left {
	left: 3px;
}

.sptp-main-carousel .sptp-button-prev.top-center {
	left: 50%;
	margin-left: -22px;
}

.sptp-main-carousel .sptp-button-prev.top-right {
	right: 45px;
}

.sptp-main-carousel .sptp-button-prev.bottom-left {
	top: 98%;
	left: 3px;
}

.sptp-main-carousel .sptp-button-prev.bottom-center {
	top: 98%;
	left: 50%;
	margin-left: -22px;
}

.sptp-main-carousel .sptp-button-prev.bottom-right {
	top: 98%;
	right: 45px;
}

.sptp-main-carousel .sptp-button-prev.vertically-center-inner {
	top: 50%;
	left: 3px;
}

.left_content_right_img .swiper-slide-prev, .left_img_right_content .swiper-slide-prev {
	margin-right: 0 !important;
}

.sptp-main-carousel .bx-wrapper {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.sptp-pagination>.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background-color: #fff;
	opacity: .5;
}

.sptp-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #63a37b;
	opacity: 1;
}

.sptp-main-carousel .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 18px;
}

.sp-team-pro-page-loading-image {
	visibility: visible;
}

.gridder .selectedItem .sptp-member::before {
	content: "";
	position: absolute;
	width: 93%;
	height: 96%;
	z-index: 2;
	top: 12px;
	box-sizing: border-box;
}

.gridder .selectedItem .sptp-member:not(.sptp-content-on-image)::before {
	width: calc(100% - 24px);
	height: calc(100% - 24px);
}

.sptp-inline .gridder .selectedItem .sptp-member:not(.sptp-content-on-image)::before {
	height: 100%;
}

.sptp-inline .gridder .selectedItem .sptp-member::before {
	width: 100%;
	height: 103%;
	z-index: 2;
	top: 0;
	box-sizing: border-box;
}

.gridder .selectedItem .sptp-member.sptp-content-on-image::before {
	width: 100%;
	height: 100%;
	top: 0;
	box-sizing: border-box;
}

.gridder .sp-team-pro-item.selectedItem::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -24px;
	border: 18px solid;
	border-color: transparent;
	transform: translateX(-50%);
	box-sizing: border-box;
	z-index: 2;
}

.sptp-inline .gridder .selectedItem::after {
	bottom: -35px;
}

.gridder .selectedItem .sptp-content-on-image::after {
	top: 100%;
}

.sptp-inline .gridder-show {
	padding: 40 0;
}

.sptp-inline .gridder-navigation .gridder-close {
	margin-top: 30px;
}

.gridder .selectedItem .sptp-member .sptp-icon {
	display: none !important;
}

.sptp-grid .sptp-icon-on-image.zoom_in:hover {
	z-index: 99;
}

.sptp-grid .simplebar-content-wrapper {
	visibility: visible !important;
}

.sptp-member-post-link-fa {
	font-size: 12px !important;
	margin-right: 5px;
}

.sptp-grid .simplefilter {
	text-align: center;
	padding-bottom: 0;
	padding-left: 0;
}

.sptp-grid .simplefilter li {
	cursor: pointer;
	text-transform: uppercase;
	background-color: transparent;
	border: 2px solid #bbb;
	color: #5e5e5e;
	border-radius: 3px;
	font-weight: 700;
	font-size: 14px;
}

.sptp-grid .simplefilter li.active {
	background-color: #63a37b;
	border-color: #63a37b;
	color: #fff;
}

.sptp-row.filtr-container {
	margin-left: 0;
}

.sptp-filter .filter_search {
	margin: 15px 0;
	margin-right: 25px;
}

.sptp-filter .filterSelect {
	margin: 5px 0;
	padding: 5px 10px;
	background-color: #63a37b;
	color: #fff;
	border-radius: 5px;
	border: none;
}

.sptp-filter .filterSelect option {
	background-color: #fff;
	color: #5e5e5e;
}

.sptp-filter .filterSelect option:hover {
	background-color: #63a37b;
}

.sptp-filter .filterSelect~.filtr-container {
	padding-top: 40px !important;
}

.sptp-filter-load-more {
	margin-top: 60px;
}

.sptp-filter-item-show .sptp-member {
	-webkit-animation-name: appear;
	animation-name: appear;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes appear {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes appear {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.filter-item.search-enable {
	display: block !important;
}

.sptp-filter .button {
	cursor: pointer;
	text-transform: uppercase;
	margin-right: 10px;
	padding: 8px 16px;
	background-color: transparent;
	border: 2px solid #bbb;
	border-radius: 3px;
	color: #5e5e5e;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
}

.sptp-filter .button:hover {
	background-color: #63a37b;
	border-color: #63a37b;
	color: #fff;
}

.sptp-filter .button.is-checked, .sptp-filter .button:active {
	background-color: #63a37b;
	border-color: #63a37b;
	color: #fff;
}

.sptp-filter .button:active {
	-webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, .8);
	box-shadow: inset 0 1px 10px rgba(0, 0, 0, .8);
}

.sptp-filter .button-group {
	margin-bottom: 23px;
}

.sptp-filter .button-group:after {
	content: "";
	clear: both;
}

.sptp-filter .button-group .button {
	float: left;
	margin-left: 0;
	line-height: 1.5;
	margin: 0 .5em 1.2em 0;
	transition: all .2s;
}

.block-editor-block-list__layout .sptp-filter .button-group .button {
	font-size: initial;
}

.sptp-filter .button-group .button:hover {
	background-image: none;
}

.sptp-filter .button-group .button:hover.nitro-lazy {
	background-image: none !important;
}

.sptp-filter .sptp-filter-grid:after {
	content: "";
	clear: both;
}

.sptp-filter .element-item {
	float: left;
}

.sptp-filter .element-item>* {
	margin: 0;
	padding: 0;
}

.sptp-filter .filter-loading-image {
	height: 140%;
}

.sptp-filter .sptp-filter-search {
	top: 75px;
	right: 0;
	padding: 8px 16px;
	background-color: transparent;
	border: 2px solid #bbb;
	color: #5e5e5e;
	border-radius: 3px;
	font-weight: 700;
	font-size: 14px;
}

.sptp-filter.sptp-modal .style-1 .sptp-popup-content-main {
	padding-left: 0;
	width: 100%;
}

.sptp-filter .style-4 .sptp-popup-items-main {
	-webkit-transform: translate(0);
	transform: translate(0);
}

.sptp-filter .sptp-member {
	overflow: hidden;
}

.sptp-filter .sptp-list-item .sptp-image {
	width: 50%;
}

.sptp-list-item.sptp-member .sptp-member-info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.sptp-list-item {
	margin-bottom: 30px;
}

.sptp-list-item.sptp-member {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: 0;
	margin-bottom: 10px;
}

.sptp-list-item .sptp-content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.sptp-list-item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: hidden;
}

.sptp-list-item .sptp-image {
	padding-right: 30px;
	height: 100%;
}

.sptp-list-item .sptp-content {
	width: 68%;
}

.sptp-list-item .sptp-content.no-image {
	width: 100%;
}

.sptp-col-lg-2:nth-of-type(2n+1) .sptp-list-item {
	margin-left: 0 !important;
}

.sptp-col-lg-2:nth-of-type(2n) .sptp-list-item {
	margin-right: 0 !important;
}

.sptp-mosaic .sptp-member .sptp-icon {
	width: 100%;
	height: 100%;
	z-index: 99;
}

.sptp-mosaic .sptp-member-info {
	background: #63a37b;
	color: #fff;
}

.sptp-mosaic .sptp-member-info .sptp-info-details {
	margin: auto;
	text-align: center;
}

.sptp-mosaic .sptp-member-info .sptp-member-social {
	padding-bottom: 0;
}

.sptp-mosaic .sptp-member-info .sptp-arrow {
	content: "";
	width: 0;
	height: 0;
	z-index: 5;
	border: 0;
	border-top: 20px solid transparent !important;
	border-bottom: 20px solid transparent !important;
	margin-top: -20px;
	top: 50%;
	border-right-width: 20px;
	border-style: solid;
	border-color: #63a37b;
	left: -20px;
}

.sptp-mosaic-row .sptp-row.sptp-no-gutters {
	width: 100%;
	margin: 0;
}

.sptp-mosaic-row .sptp-row.sptp-no-gutters .sptp-member-info .sptp-info-details {
	overflow: hidden;
	width: 90%;
	height: 100%;
}

.sptp-mosaic-row .sptp-member.left .sptp-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.sptp-mosaic-row .sptp-row [class*=sptp-col-] {
	width: auto;
}

.sptp-mosaic-row.sptp-row .simplebar-content-wrapper {
	visibility: visible;
}

.sptp-inline .sptp-member.border-bg-around-member {
	border: 1px solid #ccc;
}

.sptp-inline .sptp-member.border-bg-around-member .sptp-member-desc, .sptp-inline .sptp-member.border-bg-around-member .sptp-member-name, .sptp-inline .sptp-member.border-bg-around-member .sptp-member-profession, .sptp-inline .sptp-member.border-bg-around-member .sptp-member-skill-progress, .sptp-inline .sptp-member.border-bg-around-member .sptp-member-social {
	padding: 0 25px;
}

.sptp-inline .sptp-member.border-bg-around-member .sptp-member-social {
	padding-top: 25px;
}

.sptp-filter .filters-button-group, .sptp-filter .sptp-filter-grid, .sptp-table-layout {
	z-index: 1;
}

.sptp-table-layout {
	overflow-x: auto;
	max-width: 100%;
}

.sptp-table-layout table {
	width: 100%;
	text-align: center;
	border: none;
	border: 1px solid #ddd;
	border-spacing: 0;
	border-collapse: collapse;
}

.sptp-table-layout table td, .sptp-table-layout table th {
	padding: 15px;
	border: 0;
	vertical-align: middle;
}

.sptp-table-layout table td ul {
	padding: 0;
	margin: 0;
}

.sptp-table-layout table th {
	font-weight: 700;
	font-size: 16px;
	color: #212121;
	text-align: left;
	text-transform: uppercase;
}

.sptp-table-layout table tbody tr:nth-child(even) {
	background: #f3f3f3;
}

.sptp-table-layout .sptp-table-responsive {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.sptp-table-layout .sptp-member-name h2 {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}

.sptp-table-layout .sptp-member-location span {
	margin-left: 5px;
}

.sptp-table-layout .sptp-member-email>a, .sptp-table-layout .sptp-member-location, .sptp-table-layout .sptp-member-phone>a, .sptp-table-layout .sptp-member-website>a {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	text-decoration: none;
}

.sptp-table-layout .sptp-member-profession h4 {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
}

.sptp-table-layout ul.sptp-member-social {
	list-style: none;
}

.sptp-table-layout ul.sptp-member-social li {
	list-style: none;
	line-height: 30px;
	margin: 0;
}

.sptp-table-layout ul.sptp-member-social li a {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
}

.sptp-table-layout ul.sptp-member-social li:hover {
	opacity: .7;
}

.sptp-table-layout tfoot td {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #212121;
	background-color: #f3f3f3;
}

.sptp-table-layout .sptp-progress-bar {
	width: 0%;
	height: 20px;
}

.sptp-table-layout .sptp-progress-bar .sptp-top {
	height: 20px;
}

.sptp-thumbnail-pager .sptp-team-inline-thumb {
	text-align: center;
	cursor: pointer;
}

.sptp-row.sptp-thumbnail-pager .sptp-thumbnail-pager-sidebar .swiper-slide {
	opacity: 0 !important;
}

.sptp-row.sptp-thumbnail-pager .sptp-thumbnail-pager-sidebar .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
	display: block !important;
	width: 100% !important;
}

.sptp-row.sptp-thumbnail-pager .sptp-thumbnail-pager-thumbs .swiper-wrapper {
	align-content: flex-start;
}

.sptp-thumbnail-pager .sptp-team-inline-thumb .sptp-rounded img {
	border-radius: 5px;
}

.sptp-thumbnail-pager .sptp-team-inline-thumb .sptp-rounded.zoom_out:hover img {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.sptp-thumbnail-pager .sptp-team-inline-thumb .sptp-circle.zoom_out:hover img {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.sptp-thumbnail-pager .sptp-team-inline-thumb .always img, .sptp-thumbnail-pager .sptp-team-inline-thumb .normal_on_hover img, .sptp-thumbnail-pager .sptp-team-inline-thumb .on_hover:hover img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.sptp-thumbnail-pager .sptp-team-inline-thumb .normal_on_hover:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.sptp-thumbnail-pager {
	z-index: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sptp-thumbnail-pager>div[id*=special-member] {
	max-width: 30%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.sptp-thumbnail-pager .sp-team-pro-page-loading-image {
	height: 100%;
}

.sptp-thumbnail-pager .sptp-member .sptp-image {
	width: 40%;
	padding-top: 5%;
	padding-left: 5%;
	padding-right: 0;
}

.sptp-thumbnail-pager .sptp-member .sptp-content {
	width: 100%;
	padding: 0 12px;
	top: 50%;
}

.sptp-thumbnail-pager .sptp-col-md-2-half .sptp-circle .sptp-icon, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-rounded .sptp-icon, .sptp-thumbnail-pager .sptp-col-md-2-half .sptp-square .sptp-icon {
	top: 50%;
	left: 50%;
	font-size: 16px;
	display: none;
	line-height: 1;
}

@media only screen and (max-width:480px) {
	.sptp-content-on-image.disable_overlay_small_screen .sptp-content {
		opacity: 0;
	}
}

@media only screen and (max-width:767px) {
	.sptp-mosaic .sptp-col-xs-1.sptp-member:nth-child(2n) .sptp-member-avatar, .sptp-mosaic .sptp-col-xs-2.sptp-member:nth-child(4n) .sptp-member-avatar, .sptp-mosaic .sptp-col-xs-2.sptp-member:nth-child(4n-1) .sptp-member-avatar, .sptp-mosaic .sptp-col-xs-3.sptp-member:nth-child(6n) .sptp-member-avatar, .sptp-mosaic .sptp-col-xs-3.sptp-member:nth-child(6n-1) .sptp-member-avatar, .sptp-mosaic .sptp-col-xs-3.sptp-member:nth-child(6n-2) .sptp-member-avatar, .sptp-mosaic .sptp-col-xs-4.sptp-member:nth-child(8n) .sptp-member-avatar, .sptp-mosaic .sptp-col-xs-4.sptp-member:nth-child(8n-1) .sptp-member-avatar, .sptp-mosaic .sptp-col-xs-4.sptp-member:nth-child(8n-2) .sptp-member-avatar, .sptp-mosaic .sptp-col-xs-4.sptp-member:nth-child(8n-3) .sptp-member-avatar {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	
	.sptp-mosaic .sptp-col-xs-1.sptp-member:nth-child(2n) .sptp-arrow, .sptp-mosaic .sptp-col-xs-2.sptp-member:nth-child(4n) .sptp-arrow, .sptp-mosaic .sptp-col-xs-2.sptp-member:nth-child(4n-1) .sptp-arrow, .sptp-mosaic .sptp-col-xs-3.sptp-member:nth-child(6n) .sptp-arrow, .sptp-mosaic .sptp-col-xs-3.sptp-member:nth-child(6n-1) .sptp-arrow, .sptp-mosaic .sptp-col-xs-3.sptp-member:nth-child(6n-2) .sptp-arrow, .sptp-mosaic .sptp-col-xs-4.sptp-member:nth-child(8n) .sptp-arrow, .sptp-mosaic .sptp-col-xs-4.sptp-member:nth-child(8n-1) .sptp-arrow, .sptp-mosaic .sptp-col-xs-4.sptp-member:nth-child(8n-2) .sptp-arrow, .sptp-mosaic .sptp-col-xs-4.sptp-member:nth-child(8n-3) .sptp-arrow {
		left: auto;
		right: -20px;
		border-left-width: 20px;
		border-right-width: 0;
	}
	
	.sptp-drawer .sptp-row .sptp-row .sptp-col-w-42, .sptp-drawer .sptp-row .sptp-row .sptp-col-w-58 {
		min-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.sptp-drawer .sptp-right-content {
		padding-right: 7%;
		padding-left: 7%;
	}
}

@media screen and (max-width:530px) {
	.sptp-popup-content {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width:992px) {
	.sptp-thumbnail-pager .sptp-col-md-2-half {
		margin-top: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.sptp-thumbnail-pager .sptp-team-inline-thumb {
		margin: 0 10px;
	}
	
	.sptp-thumbnail-pager>div[id*=special-member] {
		max-width: 100%;
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.sptp-mosaic .sptp-col-sm-1.sptp-member:nth-child(2n) .sptp-member-avatar, .sptp-mosaic .sptp-col-sm-2.sptp-member:nth-child(4n) .sptp-member-avatar, .sptp-mosaic .sptp-col-sm-2.sptp-member:nth-child(4n-1) .sptp-member-avatar, .sptp-mosaic .sptp-col-sm-3.sptp-member:nth-child(6n) .sptp-member-avatar, .sptp-mosaic .sptp-col-sm-3.sptp-member:nth-child(6n-1) .sptp-member-avatar, .sptp-mosaic .sptp-col-sm-3.sptp-member:nth-child(6n-2) .sptp-member-avatar, .sptp-mosaic .sptp-col-sm-4.sptp-member:nth-child(8n) .sptp-member-avatar, .sptp-mosaic .sptp-col-sm-4.sptp-member:nth-child(8n-1) .sptp-member-avatar, .sptp-mosaic .sptp-col-sm-4.sptp-member:nth-child(8n-2) .sptp-member-avatar, .sptp-mosaic .sptp-col-sm-4.sptp-member:nth-child(8n-3) .sptp-member-avatar {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	
	.sptp-mosaic .sptp-col-sm-1.sptp-member:nth-child(2n) .sptp-arrow, .sptp-mosaic .sptp-col-sm-2.sptp-member:nth-child(4n) .sptp-arrow, .sptp-mosaic .sptp-col-sm-2.sptp-member:nth-child(4n-1) .sptp-arrow, .sptp-mosaic .sptp-col-sm-3.sptp-member:nth-child(6n) .sptp-arrow, .sptp-mosaic .sptp-col-sm-3.sptp-member:nth-child(6n-1) .sptp-arrow, .sptp-mosaic .sptp-col-sm-3.sptp-member:nth-child(6n-2) .sptp-arrow, .sptp-mosaic .sptp-col-sm-4.sptp-member:nth-child(8n) .sptp-arrow, .sptp-mosaic .sptp-col-sm-4.sptp-member:nth-child(8n-1) .sptp-arrow, .sptp-mosaic .sptp-col-sm-4.sptp-member:nth-child(8n-2) .sptp-arrow, .sptp-mosaic .sptp-col-sm-4.sptp-member:nth-child(8n-3) .sptp-arrow {
		left: auto;
		right: -20px;
		border-left-width: 20px;
		border-right-width: 0;
	}
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
	.sptp-mosaic .sptp-col-md-1.sptp-member:nth-child(2n) .sptp-member-avatar, .sptp-mosaic .sptp-col-md-2.sptp-member:nth-child(4n) .sptp-member-avatar, .sptp-mosaic .sptp-col-md-2.sptp-member:nth-child(4n-1) .sptp-member-avatar, .sptp-mosaic .sptp-col-md-3.sptp-member:nth-child(6n) .sptp-member-avatar, .sptp-mosaic .sptp-col-md-3.sptp-member:nth-child(6n-1) .sptp-member-avatar, .sptp-mosaic .sptp-col-md-3.sptp-member:nth-child(6n-2) .sptp-member-avatar, .sptp-mosaic .sptp-col-md-4.sptp-member:nth-child(8n) .sptp-member-avatar, .sptp-mosaic .sptp-col-md-4.sptp-member:nth-child(8n-1) .sptp-member-avatar, .sptp-mosaic .sptp-col-md-4.sptp-member:nth-child(8n-2) .sptp-member-avatar, .sptp-mosaic .sptp-col-md-4.sptp-member:nth-child(8n-3) .sptp-member-avatar {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	
	.sptp-mosaic .sptp-col-md-1.sptp-member:nth-child(2n) .sptp-arrow, .sptp-mosaic .sptp-col-md-2.sptp-member:nth-child(4n) .sptp-arrow, .sptp-mosaic .sptp-col-md-2.sptp-member:nth-child(4n-1) .sptp-arrow, .sptp-mosaic .sptp-col-md-3.sptp-member:nth-child(6n) .sptp-arrow, .sptp-mosaic .sptp-col-md-3.sptp-member:nth-child(6n-1) .sptp-arrow, .sptp-mosaic .sptp-col-md-3.sptp-member:nth-child(6n-2) .sptp-arrow, .sptp-mosaic .sptp-col-md-4.sptp-member:nth-child(8n) .sptp-arrow, .sptp-mosaic .sptp-col-md-4.sptp-member:nth-child(8n-1) .sptp-arrow, .sptp-mosaic .sptp-col-md-4.sptp-member:nth-child(8n-2) .sptp-arrow, .sptp-mosaic .sptp-col-md-4.sptp-member:nth-child(8n-3) .sptp-arrow {
		left: auto;
		right: -20px;
		border-left-width: 20px;
		border-right-width: 0;
	}
}

.sp-team-pro .member_search label, .sp-team-pro .member_search label input {
	max-width: 100%;
}

@media screen and (max-width:530px) {
	.sptp-modal .style-3 .sptp-popup-content {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width:530px) {
	.sptp-modal .style-4 .sptp-popup-content {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width:530px) {
	.sptp-modal .style-2 .sptp-popup-content {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width:830px) {
	.sptp-modal .style-1 .sptp-member-avatar-area {
		float: none;
		margin-right: 0;
		width: 100%;
		margin: auto;
	}
	
	.sptp-modal .style-1 .sptp-member-avatar-area img {
		max-width: 100%;
		width: auto;
	}
	
	.sptp-modal .style-1 .sptp-popup-close {
		top: 9%;
		left: 4%;
	}
	
	.sptp-modal .style-1 .sptp-popup-close::after, .sptp-modal .style-1 .sptp-popup-close::before {
		background: #444 !important;
	}
	
	.sptp-modal .style-1 .sptp-popup-item {
		padding: 0;
	}
	
	.sptp-modal .style-1 .sptp-popup-content {
		height: 100%;
	}
	
	.sptp-modal .style-1.sptp-popup-items {
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.sptp-modal .style-1 .sptp-nav-item {
		color: #444 !important;
		z-index: 999;
	}
	
	.sptp-modal .style-1 a.sptp-nav-item.sptp-nav-right {
		right: 0;
	}
	
	.sptp-modal .style-1 a.sptp-nav-item.sptp-nav-left {
		left: 0;
	}
}

.sp-team-pro.popup-open .sptp-member {
	display: block;
}

.admin-bar .sp-team-pro.sptp-section.style-2, .admin-bar .sp-team-pro.sptp-section.style-3, .admin-bar .sp-team-pro.sptp-section.style-4 {
	margin-top: 30px;
}

.block-editor-page .sp-team-pro.sptp-section.style-2, .block-editor-page .sp-team-pro.sptp-section.style-3, .block-editor-page .sp-team-pro.sptp-section.style-4 {
	margin-top: 0;
}

.sp-team-pro.sptp-section.style-1 {
	width: 100%;
	margin: 0 auto;
	max-height: 600px !important;
	overflow-y: auto;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width:1000px) {
	.sp-team-pro.sptp-section.style-1 {
		width: 900px;
	}
}

.sp-team-pro.sptp-section.style-1.popup-open {
	transform: translate(-50%, -40%);
	transition: .3s;
}

.sp-team-pro.sptp-section.style-2, .sp-team-pro.sptp-section.style-3, .sp-team-pro.sptp-section.style-4 {
	width: 500px;
	max-width: 80%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-y: auto;
}

.sp-team-pro.sptp-section.style-3.popup-open {
	transform: translateX(-100%);
	transition: .8s;
}

.sp-team-pro.sptp-section.style-4 {
	left: 50%;
	transform: translateX(-50%);
}

.sp-team-pro.sptp-section.style-4.popup-open {
	transform: translate(-50%, 60px);
	transition: .3s;
}

.sp-team-pro.sptp-section.style-2 {
	right: 0;
	left: unset;
}

.sp-team-pro.sptp-section.style-2.popup-open {
	transform: translateX(100%);
	transition: .8s;
}

.sp-team-pro.sptp-section.style-2 .sptp-member-avatar-area, .sp-team-pro.sptp-section.style-3 .sptp-member-avatar-area, .sp-team-pro.sptp-section.style-4 .sptp-member-avatar-area {
	width: auto;
}

.sp-team-pro.sptp-section.style-1.popup-open .sptp-member-avatar-area, .sp-team-pro.sptp-section.style-2.popup-open .sptp-member-avatar-area, .sp-team-pro.sptp-section.style-3.popup-open .sptp-member-avatar-area, .sp-team-pro.sptp-section.style-4.popup-open .sptp-member-avatar-area {
	margin-bottom: 12px;
	height: 100%;
}

.sp-team-pro.sptp-section.style-2 .sptp-member, .sp-team-pro.sptp-section.style-3 .sptp-member, .sp-team-pro.sptp-section.style-4 .sptp-member {
	padding-left: 0;
}

.sp-team-pro.sptp-section.style-2.popup-open img, .sp-team-pro.sptp-section.style-3.popup-open img, .sp-team-pro.sptp-section.style-4.popup-open img {
	width: 100%;
}

.sptp-popup-header {
	height: 50px;
	background-color: #63a37b;
	position: sticky;
	top: 0;
	z-index: 99;
}

.sptp-popup-content-main.text-center {
	width: 100%;
	margin: 0 auto;
	padding: 30px;
	z-index: 1;
}

@media screen and (min-width:800px) {
	.sptp-popup-content-main.text-center {
		display: flex;
	}
}

.sptp-member-avatar-area {
	width: 300px;
	flex-shrink: 0;
	margin: 0 auto;
}

@media screen and (min-width:800px) {
	.sp-team-pro.sptp-section.style-1 .sptp-member-avatar-area {
		margin-right: 40px;
	}
}

.sptp-popup-content-main .sptp-member {
	margin: 0;
	width: 100%;
}

.mfp-bg {
	background: rgba(0, 0, 0, .5);
}

.sptp-popup-style1-navigation {
	width: 95%;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}

@media screen and (min-width:1000px) {
	.sptp-popup-style1-navigation {
		width: 1000px;
	}
}

.sptp-popup-style1-navigation a.sptp-nav-item.sptp-nav-next, .sptp-popup-style1-navigation a.sptp-nav-item.sptp-nav-prev {
	top: 50%;
	font-size: 40px;
	color: #aaa;
	transform: translateY(-20px);
	z-index: 99;
	width: 40px;
	height: 40px;
}

.sptp-popup-style1-navigation a.sptp-nav-item.sptp-nav-next {
	left: 0;
}

.sptp-popup-style1-navigation a.sptp-nav-item.sptp-nav-prev {
	right: 0;
}

@media screen and (min-width:1000px) {
	.sptp-popup-style1-navigation a.sptp-nav-item.sptp-nav-next, .sptp-popup-style1-navigation a.sptp-nav-item.sptp-nav-prev {
		color: #fff;
	}
}

.sptp-popup-section.style-1 button.mfp-close {
	font-size: 40px;
	color: #fff;
	position: fixed;
	top: 32px;
	right: 0;
}

.elementor-editor-active .popup-open .fa.fa-angle-left, .elementor-editor-active .popup-open .fa.fa-angle-right {
	font-family: FontAwesome;
	font-weight: 400;
}

.sptp-popup-style2-navigation {
	line-height: 50px;
	font-size: 30px;
	margin-left: 30px;
}

.sptp-popup-style2-navigation>a {
	font-size: 24px;
	transform: translateY(-4px);
	line-height: 30px;
	height: 30px;
	width: 20px;
	text-align: center;
}

.sp-team-pro.sptp-section.style-2.popup-open a, .sp-team-pro.sptp-section.style-3.popup-open a, .sp-team-pro.sptp-section.style-4.popup-open a {
	color: #fff;
}

.sp-team-pro.sptp-section.style-2.popup-open .mfp-close, .sp-team-pro.sptp-section.style-3.popup-open .mfp-close, .sp-team-pro.sptp-section.style-4.popup-open .mfp-close {
	line-height: 100px;
	font-size: 40px;
	color: rgba(255, 255, 255, 1);
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
}

.sp-team-pro.sptp-section.style-2.popup-open .mfp-close::after, .sp-team-pro.sptp-section.style-2.popup-open .mfp-close::before, .sp-team-pro.sptp-section.style-3.popup-open .mfp-close::after, .sp-team-pro.sptp-section.style-3.popup-open .mfp-close::before, .sp-team-pro.sptp-section.style-4.popup-open .mfp-close::after, .sp-team-pro.sptp-section.style-4.popup-open .mfp-close::before, .sptp-popup-section.style-1 button.mfp-close::after, .sptp-popup-section.style-1 button.mfp-close::before {
	width: 25px;
	height: 1px;
	background-color: #fff;
	z-index: 999;
	top: 50%;
	content: "";
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width:1000px) {
	.sptp-popup-section.style-1 button.mfp-close::after, .sptp-popup-section.style-1 button.mfp-close::before {
		color: #fff;
	}
}

.sp-team-pro.sptp-section.style-2.popup-open .mfp-close::after, .sp-team-pro.sptp-section.style-3.popup-open .mfp-close::after, .sp-team-pro.sptp-section.style-4.popup-open .mfp-close::after, .sptp-popup-section.style-1 button.mfp-close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.sp-team-pro.sptp-section.style-2.popup-open .mfp-close::before, .sp-team-pro.sptp-section.style-3.popup-open .mfp-close::before, .sp-team-pro.sptp-section.style-4.popup-open .mfp-close::before, .sptp-popup-section.style-1 button.mfp-close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.sptp-popup-content-main.text-center {
	transform: translateY(10px);
}

.sptp-member-avatar-area .swiper-container-horizontal>.swiper-pagination-bullets, .sptp-member-avatar-area .swiper-pagination-custom, .sptp-member-avatar-area .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.sptp-button-next.swiper-button-next, .sptp-button-prev.swiper-button-prev {
	color: #fff;
	font-size: 25px;
	background: 0 0;
}

.sptp-dir {
	direction: ltr;
}

.sp-team-pro.popup-open::-webkit-scrollbar {
	width: 8px;
}

.sp-team-pro.popup-open:hover::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 50px;
	margin-top: 50px;
}

.sptp-drawer .gridder-show .sptp-member::-webkit-scrollbar {
	width: 8px;
	background-color: #f1f1f1;
	border-radius: 50px;
}

.sptp-drawer .gridder-show .sptp-member::-webkit-scrollbar-thumb {
	background-color: #bababa;
	border-radius: 50px;
}

.sptp-thumbnail-pager-thumbs .swiper-wrapper {
	transform: none !important;
}

.sptp-member .sptp-member-avatar-img-area img, .sptp-thumbnail-pager .sptp-member-avatar-img-area img {
	height: auto;
}

.sp-team-pro .member_search {
	margin-bottom: 40px;
}

.sp-team-pro .member_search label {
	color: #5e5e5e;
	font-size: 14px;
	position: relative;
	display: inline-block;
}

.sp-team-pro .member_search label::after {
	position: absolute;
	right: 21px;
	content: "";
	font-family: FontAwesome;
	top: 7px;
	font-size: 16px;
	color: rgba(68, 68, 68, .27);
}

.sp-team-pro .member_search input {
	width: 400px;
	margin-left: 5px;
	height: 44px;
	padding: 0 14px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	display: inline-block;
}

.single-sptp_member .sptp-member-avatar img {
	max-width: 100%;
	height: auto;
}

.sptp_gallery_image_caption {
	position: absolute;
	padding: 10px;
	bottom: -80px;
	left: 50%;
	background-color: #111;
	width: 100%;
	transform: translateX(-50%);
	color: #fff;
	transition: all .6s;
	opacity: 70%;
}

.sptp-member-avatar-area:hover .sptp_gallery_image_caption {
	bottom: 0;
}

.sptp-section.popup-open .sptp-member-avatar-area .swiper-container-horizontal>.swiper-pagination-bullets {
	transition: all .6s;
}

.sptp_item_same_height .swiper-slide.sp-team-pro-item {
	height: auto;
}

.sptp_item_same_height .swiper-slide.sp-team-pro-item .sptp-member {
	height: 100%;
	margin-bottom: 0;
}

.sptp-member-post {
	-webkit-box-ordinal-group: 10000000;
	-ms-flex-order: 9999999;
	order: 9999999;
	line-height: 1;
	width: 100%;
}

.sptp-member-post ul {
	text-align: center;
	margin-left: 0;
}

.sptp-member-post ul li {
	margin-bottom: 5px;
	list-style: none;
}

.sptp_gallery_img {
	display: none;
}

.sptp-member-avatar-img-area:hover .sptp_gallery_has .sptp_default_img, .sptp-member.sptp-content-on-image:hover .sptp_gallery_has .sptp_default_img {
	display: none;
}

.sptp-member-avatar-img-area:hover .sptp_gallery_has .sptp_gallery_img, .sptp-member.sptp-content-on-image:hover .sptp_gallery_has .sptp_gallery_img {
	display: block;
}

@media only screen and (max-width:480px) {
	.sptp-single-post .sptp-list-style {
		display: block;
	}
}

.sptp-read-more-button {
	order: 30;
	text-align: center;
	line-height: 24px;
	width: 100%;
}

.overlay_on_image .sptp-read-more-button {
	z-index: 99;
}

.sptp-read-more-button a {
	display: inline-block;
	margin-top: 15px;
	padding: 6px 16px;
	color: #fff;
	background-color: #228b22;
	border-radius: 4px;
	font-size: 14px;
}

.block-editor-inserter__preview-container .sptp_block_shortcode {
	display: none;
}

.block-editor-inserter__preview-container .sptp_shortcode_block_preview_image img {
	width: 100%;
}

.sptp_block_shortcode {
	padding: 50px 15px 55px 15px;
	border: 1px solid #ccc;
}

.sptp_block_shortcode .sptp_block_shortcode_text {
	margin-bottom: 5px;
	font-size: 13px;
}

.sptp_block_shortcode_title {
	display: flex;
	margin-bottom: 20px;
}

.sptp_block_shortcode .sptp_block_shortcode_title img {
	width: 26px;
	margin-right: 10px;
	box-shadow: none;
}

.sptp_block_shortcode .sptp_block_shortcode_title h4 {
	margin: 0;
}

select.sptp-shortcode-selector, select.sptp-shortcode-selector:focus, select.sptp-shortcode-selector:focus-visible {
	width: auto;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 13px;
}

.block-editor-page .sp-team-pro i {
	font-style: inherit;
}

.sptp-fade-carousel .swiper-slide {
	display: flex;
}

.sptp-popup-section .sptp-section .sp-team-pdf-btn-wrapper, .sptp-single-post .sp-team-pdf-btn-wrapper {
	text-align: right;
}

.sptp-popup-section .sptp-section .sp-team-pdf-btn-wrapper button, .sptp-single-post .sp-team-pdf-btn-wrapper button {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #000;
	background: 0 0;
	font-weight: 400;
}

.sptp-popup-section .sptp-section .sp-team-pdf-btn-wrapper button:hover, .sptp-single-post .sp-team-pdf-btn-wrapper button:hover {
	text-decoration: underline;
}

.sptp-popup-section .sptp-section .sp-team-pdf-btn-wrapper {
	padding: 0 20px 18px 0;
}

.sptp-single-post.bottom_content .sp-team-pdf-btn-wrapper {
	order: 15;
	text-align: end;
}
