/* GLOBAL */

.panel-white + .panel-white {
	padding-top: 0;
}

.btn-w-arrow .icon {
	display: inline-block;
	transition: 0.2s;
}

.btn-w-arrow:hover .icon-arrow-right,
.btn-w-arrow:hover .icon-chevron-right {
	transform: translateX(6px);
}

.btn-w-arrow:hover .icon-arrow-left,
.btn-w-arrow:hover .icon-chevron-left {
	transform: translateX(-6px);
}

.page-builder > .panel:first-child:before {
	content: "";
	display: block;
	height: 70px;
}

.hor-scroll:not(.owl-loaded) {
	display: block;
	overflow: scroll;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	vertical-align: middle;
}

.hor-scroll:not(.owl-loaded) > * {
	display: inline-block;
	white-space: normal;
}

.page-builder-side-nav {
	opacity: 0;
	transform: translateX(-100%) translateY(-50%);
	z-index: 99;
	position: absolute;
	top: 50vh;
}

.page-builder-side-nav.ready {
	opacity: 1;
	transform: translateX(0) translateY(-50%);
}

.page-builder-side-nav.sticky-active {
	position: fixed;
	top: 50%;
}

.admin-bar .page-builder-side-nav:not(.sticky-active) {
	margin-top: -8px;
}

.page-builder-side-nav,
.page-builder-side-nav a {
	color: #fff;
	transition: 0.3s transform, 0.3s opacity, 0.2s color;
}

.page-builder-side-nav.dark,
.page-builder-side-nav.dark a {
	color: #121212;
}

.page-builder-side-nav-item {
	display: block;
	width: 12px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	opacity: 0.3;
}

.page-builder-side-nav-item:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: currentColor;
}

.page-builder-side-nav-item:nth-child(2) {
	width: 16px;
}

.page-builder-side-nav-item:nth-child(3) {
	width: 20px;
}

.page-builder-side-nav-item:nth-child(n+4) {
	width: 24px;
}

.page-builder-side-nav-item:last-child {
  	width: 12px;
}

.page-builder-side-nav-item:nth-last-child(2) {
  	width: 16px;
}

.page-builder-side-nav-item:nth-last-child(3) {
  	width: 20px;
}

.page-builder-side-nav-item.active {
 	opacity: 1;
}

.icon.size-small {
	font-size: 2rem;
}

.duo-icon.size-small {
	width: 2rem;
	height: 2rem;
}

.icon.size-medium {
	font-size: 2.5rem;
}

.duo-icon.size-medium {
	width: 2.5rem;
	height: 2.5rem;
}

.icon.size-large {
	font-size: 3rem;
}

.duo-icon.size-large {
	width: 3rem;
	height: 3rem;
}

.icon.size-extra-large {
	font-size: 4rem;
}

.duo-icon.size-extra-large {
	width: 4rem;
	height: 4rem;
}

.number.size-small {
	font-size: 1.5rem;
	width: 3rem;
	height: 3rem;
	padding-top: 0.5rem;
}

.number.size-medium {
	font-size: 2rem;
	width: 4rem;
	height: 4rem;
	padding-top: 0.625rem;
}

.number.size-large {
	font-size: 2.5rem;
	width: 5rem;
	height: 5rem;
	padding-top: 0.75rem;
}

.number.size-extra-large {
	font-size: 3rem;
	width: 6rem;
	height: 6rem;
	padding-top: 1rem;
}

.duo-icon {
	display: inline-block;
	min-width: 1em;
	min-height: 1em;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.svg-wrapper svg {
	max-width: 100%;
	height: auto;
}

@media(max-width:767.98px){
	.mobile-hor-scroll {
		display: block;
		overflow: scroll;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
	}
	.mobile-hor-scroll > * {
		display: inline-block;
	}
	.mobile-hor-scroll > *:last-child {
		margin-right: 15px;
	}
}

@media(max-width:991.98px){
	.tablet-hor-scroll {
		display: block;
		overflow: scroll;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		margin-left: -200px;
		margin-right: -15px;
		padding-left: 200px;
	}
	.tablet-hor-scroll > * {
		display: inline-block;
	}
	.tablet-hor-scroll > *:last-child {
		margin-right: 15px;
	}
}

@media(min-width:768px){
	.page-builder > .panel:first-child:before {
		height: 46px;
	}
	.page-builder > .panel-wysiwyg:first-child:before {
		height: 150px;
	}
}

/* HEADER */

.site-header-wrapper {
	z-index: 95;
}

.site-header {
	transform: translate3d(0,0,0);
}

.site-header:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	opacity: 0;
	transition: 0.25s opacity;
	will-change: opacity;
}

.site-header.header-shadow {
	box-shadow: 0 8px 10px rgba(0,0,0,0.03);
}

.site-header.header-dark:after {
	background-color: #121212;
}

.main-menu > li > .nav-link {
	color: #121212;
}

.header-dark .nav > .nav-item > .nav-link {
	color: #fff;
	transition: 0.3s;
}

.site-header .lang-link {
	transition: 0.3s;
}

.site-header .nav > .nav-item > .lang-link:not(.active) {
	opacity: 0.5;
}

.site-header .navbar-brand-img {
	transition: 0.3s;
}

.site-header.sticky-active:after {
	opacity: 1;
}

.site-header .navbar-brand-img {
	display: block;
	transition: 0.3s;
	transition-delay: 0s;
}

.sep-item + .sep-item {
	border-left: 1px solid #D5E0E3;
}

.main-menu .nav-link {
	position: relative;
}

.main-menu .nav-link.active {
	color: #df0029;
}

.main-menu .dropdown-menu .nav-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-menu .dropdown-menu .icon-arrow-right {
	display: block;
	opacity: 0;
	transform: translateX(-5px);
	transition: 0.2s;
}

.main-menu .dropdown-menu .nav-link:not(.active):hover .icon-arrow-right {
	opacity: 1;
	transform: translateX(0);
}

.modal-search-form-input {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	border-radius: 0;
}

.modal-search-form-input:focus {
	border-color: #FF3879;
}

@media(min-width:601px){
	.admin-bar .site-header {
		top: 46px;
	}
}

@media(min-width:783px){
	.admin-bar .site-header {
		top: 32px;
	}
}

@media(max-width:991.98px){
	.fullscreen-cta-btn {
		padding: 6px 10px 5px 10px;
	}
}

@media(max-width:1199.98px){
	.navbar-brand-img {
		width: 90px;
		transition-delay: 0s;
	}
}

/* SERVICES */

.service-panel-icon {
	width: 60px;
}

.panel-service-item-corner-box {
	border-bottom-left-radius: 2rem;
}

.panel-service-item-corner-icon-box {
	transition: 0.3s;
}

.panel-service-item:hover .panel-service-item-corner-icon-box {
	transform: scale(1.1) rotate(-45deg)
}

.panel-service-item[href^="#"]:hover .panel-service-item-corner-icon-box {
	transform: scale(1.1) rotate(90deg);
}

/* SEARCH */

.search-results-list-item-thumbnail {
	min-width: 60px;
	max-width: 60px;
}

.pagination .page-numbers {
	display: inline-block;
	padding: 0.5rem 0;
	min-width: 2.5rem;
	text-align: center;
	font-weight: bold;
	border-radius: 5rem;
	margin-right: 0.25rem;
	background-color: #e22766;
  	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}

.pagination a.page-numbers {
	background-color: rgba(0,0,0,0.05);
	color: #000;
}

@media(min-width: 768px){
	.search-results-list-item-thumbnail {
		min-width: 80px;
		max-width: 80px;
	}
}

/* FULLSCREEN MENU */

.fullscreen-menu-toggler span {
	display: block;
	transition: 0.3s opacity, 0.3s transform;
}

.fullscreen-menu-toggler i {
	display: block;
	width: 30px;
	height: 3px;
	margin-top: 4px;
	background-color: #fff;
	margin-bottom: 4px;
	transition: 0.15s;
}

.site-header:not(.header-dark) .fullscreen-menu-toggler i {
	background-color: #121212;
}

.fullscreen-menu-toggler .s-0 {
	opacity: 0;
}

.fullscreen-menu-toggler .s-1 {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.4s;
}

.fs-active .fullscreen-menu-toggler .s-1 {
	transform: translateX(-30px);
	opacity: 0;
	transition-delay: 0s;
}

.fullscreen-menu-toggler .s-2 {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.5s;
}

.fs-active .fullscreen-menu-toggler .s-2 {
	transform: translateX(30px);
	opacity: 0;
	transition-delay: 0.1s;
}

.fullscreen-menu-toggler .s-3 {
	position: relative;
	bottom: -14px;
	opacity: 0;
	transform: rotate(45deg) translateX(-40px);
	transition-delay: 0s;
}

.fs-active .fullscreen-menu-toggler .s-3 {
	opacity: 1;
	transform: rotate(45deg) translateX(0);
	transition-delay: 0.3s;
}

.fullscreen-menu-toggler .s-4 {
	position: relative;
	top: -14px;
	opacity: 0;
	transform: rotate(-45deg) translateX(40px);
	transition-delay: 0.1s;
}

.fs-active .fullscreen-menu-toggler .s-4 {
	opacity: 1;
	transform: rotate(-45deg) translateX(0);
	transition-delay: 0.4s;
}

.fullscreen-menu-toggler .s-5 {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.4s;
}

.fs-active .fullscreen-menu-toggler .s-5 {
	opacity: 0;
	transform: scale(0);
	transition-delay: 0.2s;
}

.fullscreen-menu {
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 98;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	transition: 0.6s;
	background-color: #DF0029;
}

.fullscreen-menu.active {
	left: 0;
}

.fullscreen-menu .fs-display-children > *,
.fullscreen-menu .fs-display {
	opacity: 0;
	transform: translateY(20px);
	transition: 0.4s;
}

.fullscreen-menu .fs-display-children > *.ready,
.fullscreen-menu .fs-display.ready {
	opacity: 1;
	transform: translateY(0px);
}

.fullscreen-nav .nav-link {
	font-family: 'Gotham Black', 'Gotham Bold', 'Open Sans', sans-serif;
	font-size: 1.5rem;
	line-height: 1.3;
	padding: 0.5rem 0;
	transition: 0.3s;
}

.fullscreen-nav .nav-link.active {
	color: rgba(255,255,255,0.4);
}

.fullscreen-menu .sub-menu {
	display: none;
}

.fullscreen-menu .sub-menu-toggle::after {
	content: "";
  display: inline-block;
  margin-left: 0.2em;
  vertical-align: middle;
  width: 0.4em;
  height: 0.4em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
	transition: 0.2s;
}

.fullscreen-menu .sub-menu-box.show .sub-menu-toggle::after {
	transform: rotate(180deg);
}

.fullscreen-menu .sub-menu .nav-link {
	font-size: 1rem;
	font-weight: normal;
	padding: 5px 0;
}

.fullscreen-menu .sub-menu .nav-item:first-child {
	padding-top: 5px;
}

.fullscreen-menu .sub-menu .nav-item:last-child {
	padding-bottom: 12px;
}

.fullscreen-legal-nav .nav-link {
	padding-left: 0;
	padding-right: 0;
	font-weight: normal;
}

/* PANELS */

.panel-subheading {
	opacity: 0.8;
}

/* INTRO */

.intro-button-circle {
	font-size: 2.5rem;
}

.intro-button-circle.btn-azure {
	box-shadow: 0 0 0 1rem rgba(9, 168, 221, 0.4);
}

.intro-button-circle.btn-primary {
	box-shadow: 0 0 0 1rem rgba(223, 0, 41, 0.4);
}

.intro-button-circle.btn-white {
	box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.4);
}

@media(min-width:920px){
	.intro-button-circle {
		font-size: 4.75rem;
	}
	.intro-button-circle.btn-azure {
		box-shadow: 0 0 0 1.75rem rgba(9, 168, 221, 0.4);
	}
	.intro-button-circle.btn-primary {
		box-shadow: 0 0 0 1.75rem rgba(223, 0, 41, 0.4);
	}
	.intro-button-circle.btn-white {
		box-shadow: 0 0 0 1.75rem rgba(255, 255, 255, 0.4);
	}
}

/* HERO */

.hero-mobile-svg-image {
	max-width: 80%;
	height: auto;
	transform: translateY(1.65rem);
}

.panel-hero-bg {
	opacity: 0;
	transition: 0.25s;
}

.panel-hero-bg.bg-active {
	opacity: 1;
}

.panel-hero-bg.pre-active {
	opacity: 0.5;
}

.panel-hero .dark {
	color: #fff;
}

.panel-hero .dark .btn-dark {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.panel-hero .dark .btn-primary {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.hero-slide-inner {
	max-width: 400px;
}

.hero-slider-image-wrapper {
	margin-bottom: -2px;
}

@media(max-width:575.98px){
	.hero-svg-bg {
		width: 110%;
		height: auto;
	}
	.hero-slider-image-box .hero-svg-image {
		width: 110%;
		height: auto;
	}
}

@media(min-width:576px){
	.hero-svg-image {
		max-width: 120%;
		height: auto;
	}
}

@media(max-width:767.98px){
	.panel-hero-video {
		background-position: 10% 100%;
	}
}

@media(min-width:768px){
	
}

@media(min-width:992px){
	.hero-slide-media-placement-side {
		margin-right: -3rem;
	}
	.panel-hero .hero-slide-row.height-s {
		min-height: 300px;
	}
	.panel-hero .hero-slide-row.height-m {
		min-height: 400px;
	}
	.panel-hero .hero-slide-row.height-l {
		min-height: 550px;
	}
	.panel-hero .hero-slide-row.height-xl {
		min-height: 750px;
	}
}

@media(min-width:1200px){
	.hero-slide-media-placement-side {
		margin-right: -9rem;
	}
}

/* NAVBAR */

.panel-navbar .column {
	position: relative;
}

.panel-navbar .column:not(:first-child):before {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	border-top: 1px solid rgba(255,255,255,0.2);
}

@media(min-width:768px){
	.panel-navbar .column:not(:first-child):before {
		top: 0;
		bottom: 0;
		left: -20px;
		right: auto;
		border-top: none;
		border-left: 1px solid rgba(255,255,255,0.2);
	}
}

@media(min-width:992px){
	.panel-navbar .column:not(:first-child):before {
		left: -40px;
	}
}

/* LENS */

.lens-item-symbol {
	bottom: 15%;
	right: 50%;
	max-width: 60%;
}

@media(min-width:768px){
	.lens-item-symbol {
		bottom: -30%;
		right: 40%;
		max-width: 75%;
		transition: 0.8s opacity;
	}
	.item-lens:hover .lens-item-symbol {
		opacity: 0.5;
	}
	.item-lens .icon-arrow-box {
		position: relative;
		transition: 0.1s color;
	}
	.item-lens:hover .icon-arrow-box {
		color: #fff;
	}
	.item-lens .icon-arrow-box-hover {
		transform: scale(0);
		transition: 0.3s transform;
	}
	.item-lens:hover .icon-arrow-box-hover {
		transform: scale(1);
	}
}

/* SINGLE */

.podbean-oembed-wrapper > iframe {
	width: 100%;
}

/* IMAGE + TEXT */

.panel-media-text-bg {
	height: 110%;
	top: -5%;
}

.panel-media-text-bg-mobile {
	width: 90%;
}

.panel-media-text-bg-mobile.left-top,
.panel-media-text-bg-mobile.right-top {
	margin-bottom: 3rem;
}

.panel-media-text-bg-mobile.right-top,
.panel-media-text-bg-mobile.right-bottom {
 	float: right;
}

.panel-hero + .panel-media-text .extra-top-padding {
	display: block !important;
}

.media-text-image {
	min-height: 300px;
}

.timeline-line {
	position: absolute;
	left: -3rem;
	top: 1.5rem;
	bottom: 0;
	border-left: 3px dashed #000;
}

.timeline-line.timeline-continue {
	height: auto;
	top: 0;
	bottom: -3rem;
	left: 50%;
}

.timeline-dot {
	position: absolute;
	left: -2.15rem;
	width: 16px;
	height: 16px;
	background-color: #000;
	border-radius: 4px;
	margin-left: -21px;
	margin-top: -62px;
}

.timeline-dot.align-right {
	left: auto;
	right: -3.55rem;
}

.media-text-image svg {
	max-width: 80%;
	margin-left: -5%;
	height: auto;
}

@media(max-width:767.98px){
	.panel-timeline-row {
		padding-left: 2rem;
	}
	.timeline-line {
		left: -2rem;
		margin-left: 3px;
	}
	.timeline-line.timeline-continue {
		top: -1rem;
		left: 1.8rem;
		margin-left: 3px;
	}
	.timeline-dot.align-right,
	.timeline-dot {
		width: 12px;
		height: 12px;
		right: auto;
		left: -33px;
		margin-top: -49px;
		margin-left: 0;
	}
	.animated-ribbon-wrapper {
		margin-top: -3rem;
	}
}
@media(min-width:768px){
	.media-text-image svg {
		max-width: 120%;
		height: auto;
		float: right;
	}
}

/* CONTACTS */

.contacts-map {
	min-height: 450px;
}

/* EVENTS */

.item-event-month {
	letter-spacing: 0.15em;
}

.column-event:nth-child(6n-1) .item-event {
background-color: #F6F1E6;
}

.column-event:nth-child(6n-2) .item-event {
	background-color: #FCFAF8;
}

.column-event:nth-child(6n-3) .item-event {
	background-color: #FAF6EE;
}

.column-event:nth-child(6n-4) .item-event {
	background-color: #F9F6EF;
}

.column-event:nth-child(6n-5) .item-event {
	background-color: #EEE5D3;
}

.panel-weekly-day-event-time {
	max-width: 85px;
	min-width: 85px;
}

@media(min-width:576px){
	.item-event-heading {
		min-height: 90px;
	}
}

@media(min-width:768px){
	.item-event-list-date {
		min-width: 120px;
		border-right: 2px solid rgba(0,0,0,0.1);
	}
	.item-event-list-meta {
		min-width: 180px;
	}
}


/* LIST */

.panel-list-number-box {
	min-width: 90px;
}

.panel-list-number-bg {
	max-width: 120%;
}


/* FORM */

.bg-primary .form-control {
	background-color: rgba(255,255,255,0.10);
	color: #fff;
}

.bg-primary .form-control:focus {
	background-color: rgba(255,255,255,0.15);
}

.bg-primary .form-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}


/* RESOURCES */

.panel-resources .item.p-3,
.panel-resources .item-footer.p-3 {
	padding: 0;
}


/* PLAYER */

.playlist {
	top: 4.5rem;
}

.playlist-item .bg-active {
	background-color: rgba(255,255,255,0.15);
}

.playlist-item.active .bg-active {
	background-color: #FF3879;
}

.playlist-item.active .bg-active .thumbnail {
	opacity: 0.2;
}

.video-player.fullscreen .ratio.rounded,
.video-player.fullscreen .ratio .rounded {
	border-radius: 0;
}


/* ARCHIVE */

.panel-hero + .panel-archive.without-heading {
	margin-top: 1rem;
}

.panel-filters-select,
.panel-archive .search-filter-input {
	min-width: 270px;
}

.panel-archive .item {
	transition: 0.3s;
}

.panel-archive .item-ajax {
	opacity: 0;
	transform: translateY(20px);
}

.panel-archive .item-ajax.ready {
	opacity: 1;
	transform: translateY(0);
}

.panel-archive .item.loading {
	opacity: 0;
	transform: translateY(-20px);
}

/* FOOTER */

.panel-form.bg-dark:last-child > .last-panel-border > div {
	border-bottom: 2px solid rgba(255,255,255,0.3);
}

.site-footer .nav-link {
	color: #fff;
	padding-left: 0;
}

.footer-nav .nav-item {
	margin-bottom: 1rem;
}


/* SLICK */

.hide-slides-before-init:not(.slick-initialized) > *:not(:first-child) {
	display: none;
}

.slick-visible .slick-list {
	overflow: visible;
}

.btn-slick {
	border-color: transparent;
	font-size: 1.125rem;
	transition: 0.3s;
}

.btn-slick.disabled {
	border-color: transparent;
	opacity: 0.2;
}

.btn-slick.circle-progress canvas {
	position: absolute;
	top: -1px;
	left: -1px;
	max-width: 105%;
	height: auto !important;
}

/* WYSIWYG */

.wysiwyg p {
	line-height: 1.75;
}

.wysiwyg.font-14 p {
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.wysiwyg p:last-child,
.wysiwyg ul:last-child,
.wysiwyg ol:last-child {
	margin-bottom: 0;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
	margin-bottom: 1em;
}

.wysiwyg h3:not(:first-child),
.wysiwyg h4:not(:first-child),
.wysiwyg h5:not(:first-child),
.wysiwyg h6:not(:first-child) {
	margin-top: 1.5em;
}

.wysiwyg a:not(.btn) {
	color: #df0029;
	text-decoration: underline;
}

.bg-primary .wysiwyg a:not(.btn),
.bg-dark .wysiwyg a:not(.btn) {
	color: #fff;
}

.wysiwyg figure {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.wysiwyg img {
	border-radius: 5px;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.wysiwyg figure img {
	margin-top: 0;
	margin-bottom: 0;
}

.wysiwyg ul {
	list-style: none;
	padding: 0;
}

.wysiwyg ul > li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 1rem;
}

.wysiwyg ol > li {
	margin-bottom: 1rem;
}

.wysiwyg ul > li:before {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 1em;
	margin-top: -5px;
	background-color: #FF3879;
}

/* MODALS */

.modal-video-close {
	position: absolute;
	top: -16px;
	right: -16px;
	background-color: #000;
	padding: 8px;
}

@media(min-width:768px){
	.modal-video-close {
		top: -28px;
		right: -28px;
		padding: 20px;
	}
}

/* OTHER */

.btn-admin-edit {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate3d(25%,-25%,0);
}

.btn-admin-edit.start-0 {
	right: auto;
	transform: translate3d(-25%,-25%,0);
}

.global-alert {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	left: 50%;
	font-size: 14px;
	font-weight: bold;
	background-color: #df0029;
	color: #fff;
	padding: 5px 12px;
	border-radius: 3px;
	transform: translate3d(-50%,50px,0);
	transition: 0.5s;
	opacity: 0;
}

.global-alert.ready {
	transform: translate3d(-50%,0,0);
	opacity: 1;
}

@keyframes loading_empty_content {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

.loading-empty-line {
	border-radius: 4px;
	animation: loading_empty_content 2s linear infinite;
}

.loading-empty-line:nth-child(2n){
	animation: loading_empty_content 2.5s linear infinite;
}

.loading-empty-image {
	animation: loading_empty_content 3s linear infinite;
}

/* SCROLL APPEARANCE EFFECTS */

.sfx {
	transition: 0.25s;
	transition-delay: 0s;
}

.sfx-box.sfx-viewport .sfx {
	transition: 0.5s transform, 0.5s opacity;
}

.sfx-box.sfx-viewport .sfx.d-01 {
	transition-delay: 0.25s;
}

.sfx-box.sfx-viewport .sfx.d-02 {
	transition-delay: 0.5s;
}

.sfx-box.sfx-viewport .sfx.d-03 {
	transition-delay: 0.75s;
}

.sfx-box.sfx-viewport .sfx.d-04 {
	transition-delay: 1.0s;
}

.sfx.fx-fade {
	opacity: 0;
}

.sfx.fx-fade-top {
	transform: translateY(-30px);
	opacity: 0;
}

.sfx.fx-fade-bottom {
	transform: translateY(30px);
	opacity: 0;
}

.sfx.fx-fade-right {
	transform: translateX(30px);
	opacity: 0;
}

.sfx.fx-fade-left {
	transform: translateX(-30px);
	opacity: 0;
}

.sfx-box.sfx-viewport .sfx.fx-fade {
	opacity: 1;
}

.sfx-box.sfx-viewport .sfx.fx-fade-top,
.sfx-box.sfx-viewport .sfx.fx-fade-bottom {
	transform: translateY(0);
	opacity: 1;
}

.sfx-box.sfx-viewport .sfx.fx-fade-right,
.sfx-box.sfx-viewport .sfx.fx-fade-left {
	transform: translateX(0);
	opacity: 1;
}

.sfx.fx-scale {
	transform: scale(0);
}

.sfx-box.sfx-viewport .sfx.fx-scale {
	transform: scale(1);
}