
@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.wpcss-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 999999999;
	opacity: 0;
	visibility: hidden;
}

.wpcss-area.wpcss-area-show {
	opacity: 1;
	visibility: visible;
}

.wpcss-area.wpcss-area-show .wpcss-popup {
	top: 50%;
}

.wpcss-area .wpcss-popup {
	position: absolute;
	padding: 0;
	top: 60%;
	left: 50%;
	width: 360px;
	max-width: 90%;
	max-height: 90%;
	background-color: #fff;
	border-radius: 2px;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.wpcss-area .wpcss-popup .wpcss-popup-inner {
	width: 100%;
	height: 100%;
	padding: 30px;
	position: relative;
}

.wpcss-area .wpcss-popup .wpcss-popup-close {
	width: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: -32px;
	right: -32px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.wpcss-area .wpcss-popup .wpcss-popup-content {
	text-align: center;
}

.wpcss-area .wpcss-popup .wpcss-popup-content > div {
	margin-bottom: 15px;
}

.wpcss-area .wpcss-popup .wpcss-popup-content > div:last-child {
	margin-bottom: 0;
}

.wpcss-area .wpcss-popup input[type="url"] {
	width: 100%;
	text-align: center;
}

.wpcss-area .wpcss-popup .wpcss-popup-close:before {
	content: "";
	font-size: 20px;
	font-family: "feather";
}

.wpcss-btn.wpcss-added:before {
	content: "✓";
	margin-right: 5px;
}

.wpcss-btn.wpcss-adding {
	pointer-events: none;
}

.wpcss-btn.wpcss-adding:after {
	content: "...";
	display: inline-block;
}

.wpcss-products .wpcss-actions {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.wpcss-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wpcss-share-links .wpcss-share-label, .wpcss-share-links a {
	display: inline-block;
	margin-left: 0;
	margin-right: 10px;
	text-decoration: none !important;
	font-style: normal !important;
}

.wpcss-product-note {
	margin-top: 5px;
}

.wpcss-product-note-inner {
	font-size: .875em;
	color: #222;
	padding: 6px 10px;
	background-color: #fafafa;
	border-radius: 4px;
	border-left: 2px solid #222;
}

body.rtl .wpcss-share-links .wpcss-share-label, body.rtl .wpcss-share-links a {
	margin-right: 0;
	margin-left: 10px;
}

.wpcss-icon {
	font-family: "feather";
	font-style: normal !important;
}

.wpcss-share-facebook .wpcss-icon:before {
	content: "";
}

.wpcss-share-twitter .wpcss-icon:before {
	content: "";
}

.wpcss-share-pinterest .wpcss-icon:before {
	content: "";
}

.wpcss-share-instagram .wpcss-icon:before {
	content: "";
}

.wpcss-share-mail .wpcss-icon:before {
	content: "";
}

.tax-product_brand .brand-description {
	overflow: hidden;
	zoom: 1;
}

.tax-product_brand .brand-description img.brand-thumbnail {
	width: 25%;
	float: right;
}

.tax-product_brand .brand-description .text {
	width: 72%;
	float: left;
}

.widget_brand_description img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 0 1em;
}

ul.brand-thumbnails {
	margin-left: 0;
	margin-bottom: 0;
	clear: both;
	list-style: none;
}

ul.brand-thumbnails:before {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails:after {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails li {
	float: left;
	margin: 0 3.8% 1em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
}

ul.brand-thumbnails.fluid-columns li {
	width: auto;
}

ul.brand-thumbnails:not(.fluid-columns) li.first {
	clear: both;
}

ul.brand-thumbnails:not(.fluid-columns) li.last {
	margin-right: 0;
}

ul.brand-thumbnails.columns-1 li {
	width: 100%;
	margin-right: 0;
}

ul.brand-thumbnails.columns-2 li {
	width: 48%;
}

ul.brand-thumbnails.columns-3 li {
	width: 30.75%;
}

ul.brand-thumbnails.columns-5 li {
	width: 16.95%;
}

ul.brand-thumbnails.columns-6 li {
	width: 13.5%;
}

.brand-thumbnails li img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
}

@media screen and (max-width:768px) {
	ul.brand-thumbnails:not(.fluid-columns) li {
		width: 48% !important;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.first {
		clear: none;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.last {
		margin-right: 3.8%;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd) {
		clear: both;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even) {
		margin-right: 0;
	}
}

.brand-thumbnails-description li {
	text-align: center;
}

.brand-thumbnails-description li .term-thumbnail img {
	display: inline;
}

.brand-thumbnails-description li .term-description {
	margin-top: 1em;
	text-align: left;
}

#brands_a_z h3:target {
	text-decoration: underline;
}

ul.brands_index {
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

ul.brands_index li {
	float: left;
	margin: 0 2px 2px 0;
}

ul.brands_index li a, ul.brands_index li span {
	border: 1px solid #ccc;
	padding: 6px;
	line-height: 1em;
	float: left;
	text-decoration: none;
}

ul.brands_index li span {
	border-color: #eee;
	color: #ddd;
}

ul.brands_index li a:hover {
	border-width: 2px;
	padding: 5px;
	text-decoration: none;
}

ul.brands_index li a.active {
	border-width: 2px;
	padding: 5px;
}

div#brands_a_z a.top {
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 1em;
	float: right;
	text-decoration: none;
	font-size: .8em;
}

.et_pb_post_extra.et_pb_post .entry-featured-image-url, .et_pb_post_extra:last-child {
	margin-bottom: 0;
}

.et-animated--vb .et_pb_post_extra.et-waypoint, .et_fb_preview_container .et_pb_post_extra.et-waypoint, .et_pb_blog_extras .et_pb_animation_off.et-waypoint:not(.et_pb_counters) {
	opacity: 1 !important;
}

.el-dbe-blog-extra .et_pb_post_extra .et_pb_row, .et-db #et-boc .el-dbe-blog-extra .et_pb_post_extra .et_pb_row {
	width: 100%;
}

.et-db #et-boc .et-l .et_pb_post_extra a.more-link {
	display: inline-block;
}

.et_pb_text_align_left {
	text-align: left;
}

.et_pb_text_align_right {
	text-align: right;
}

.et_pb_text_align_center {
	text-align: center;
}

.et_pb_text_align_justified {
	text-align: justify;
}

.el-dbe-filterable-categories {
	margin-bottom: 50px;
}

.el-dbe-filterable-categories .el-dbe-post-categories {
	list-style: none;
	padding: 0;
	text-align: center;
}

.el-dbe-filterable-mobile-categories {
	display: none;
}

.el-dbe-post-categories li {
	display: inline-block;
	line-height: normal;
}

.el-dbe-post-categories li a {
	display: block;
	background: #f4f4f4;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.el-dbe-post-categories .el-dbe-active-category, .el-dbe-post-categories .el-dbe-disabled {
	cursor: default;
}

.el-dbe-blog-extra {
	text-align: center;
}

.et_pb_post_extra {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.et_pb_post_extra .post-content {
	-ms-flex-order: 1;
	order: 1;
	background: #fff;
}

.et_pb_post_extra .post-media {
	-ms-flex-order: 0;
	order: 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	line-height: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.et_pb_post_extra:not(.el_dbe_block_extended) .post-media:hover {
	opacity: .8;
}

.et_pb_post_extra .post-media img {
	width: 100%;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.et_pb_post_extra .post-categories a, .et_pb_post_extra a.more-link {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	display: inline-block;
}

.et_pb_post_extra .post-media img:hover {
	opacity: .9;
}

.et_pb_post_extra .post-categories {
	width: 100%;
}

.et_pb_post_extra .post-categories a {
	display: inline-block;
	width: auto;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.et_pb_post_extra .post-categories a:last-child {
	margin-right: 0;
}

.et_pb_post_extra .entry-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

.et_pb_post_extra .post-content .post-meta {
	font-size: .875rem;
}

.et_pb_post_extra .post-meta .et-pb-icon {
	font-family: ETmodules !important;
}

.et_pb_post_extra a.more-link {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.et_pb_post_extra a.more-link:hover {
	opacity: .8;
}

.et_pb_post_extra .et_overlay {
	border: none;
}

.et_pb_post_extra.et_pb_has_overlay:hover .et_overlay:before {
	top: 50%;
}

.et_pb_post_extra .author {
	font-weight: 700;
}

.ajax-pagination {
	position: relative;
	width: 100%;
	margin-top: 20px;
	clear: both;
	text-align: center;
}

.el-button {
	display: inline-block;
	cursor: pointer;
}

.el-load-more {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.el-read-more-btn {
	margin-top: 15px;
}

.el-read-more-btn .et_pb_button {
	display: inline-block;
}

.el-loader, .el-loader:after, .el-loader:before {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	-webkit-animation: el_loader 1.8s infinite ease-in-out;
	animation: el_loader 1.8s infinite ease-in-out;
}

.el-loader {
	display: block;
	position: relative;
	top: -35px;
	margin: auto;
	text-indent: -9999em;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

.el-loader:after, .el-loader:before {
	content: "";
	position: absolute;
	top: 0;
}

.el-loader:before {
	left: -25px;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.el-loader:after {
	left: 25px;
}

@-webkit-keyframes el_loader {
	0%, 80%, to {
		-webkit-box-shadow: 0 2.5em 0 -1.3em;
		box-shadow: 0 2.5em 0 -1.3em;
	}
	
	40% {
		-webkit-box-shadow: 0 2.5em 0 0;
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes el_loader {
	0%, 80%, to {
		-webkit-box-shadow: 0 2.5em 0 -1.3em;
		box-shadow: 0 2.5em 0 -1.3em;
	}
	
	40% {
		-webkit-box-shadow: 0 2.5em 0 0;
		box-shadow: 0 2.5em 0 0;
	}
}

.abs-url {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-indent: -9999px;
}

.et_pb_with_border .et_pb_post_extra {
	border: 0 solid #333;
}

.et_pb_post_extra.el_dbe_grid_extended .post-content {
	width: 100%;
	padding: 30px 20px;
}

.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_grid_extended .post-content {
	padding: 30px 20px !important;
}

.el-isotope-item .et_pb_post_extra.el_dbe_grid_extended .post-content {
	padding: 20px;
}

.et_extra.et_pb_pagebuilder_layout .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended .post-content {
	padding: 20px !important;
}

.et_pb_post_extra.el_dbe_grid_extended .post-media {
	width: 100%;
}

.et_pb_post_extra.el_dbe_grid_extended .post-categories {
	margin-bottom: 10px;
}

.et_pb_post_extra.el_dbe_grid_extended .post-categories a {
	background: #000;
	padding: 4px 8px;
	color: #fff;
}

.et_pb_post_extra.el_dbe_grid_extended .entry-title {
	margin-top: 20px;
}

.et_pb_post_extra.el_dbe_grid_extended a.more-link {
	border-bottom: 2px solid #000;
	margin-top: 15px;
}

.et_pb_post_extra.el_dbe_grid_extended .el-read-more-btn {
	margin-top: 15px;
}

.el_dbe_grid_extended.et_pb_no_thumb .post-content {
	width: 100%;
}

.et_pb_post_extra.el_dbe_box_extended .post-content {
	width: 100%;
	padding: 30px 20px;
}

.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_box_extended .post-content {
	padding: 30px 20px !important;
}

.et_pb_post_extra.el_dbe_box_extended .post-media {
	width: 100%;
}

.et_pb_post_extra.el_dbe_box_extended .post-meta {
	margin-top: 20px;
}

.et_pb_post_extra.el_dbe_box_extended .author img {
	border-radius: 50%;
	margin-right: 2px;
	vertical-align: middle;
}

.et_pb_post_extra.el_dbe_full_width {
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	padding: 30px 20px;
	margin-bottom: 0;
}

.et_pb_post_extra.el_dbe_full_width:last-of-type {
	border-bottom: none;
}

.et_pb_post_extra.el_dbe_full_width .post-date {
	width: 80px;
	padding-right: 20px;
}

.et_pb_post_extra.el_dbe_full_width .post-content {
	width: calc(100% - 80px);
	margin-left: 80px;
	padding: 20px 0 0;
}

.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_full_width .post-content {
	padding: 20px 0 0 !important;
}

.et_pb_post_extra.el_dbe_full_width .post-media {
	width: calc(( 100% - 80px ));
	margin-right: 0;
}

.et_pb_post_extra.el_dbe_full_width.no_date .post-content {
	width: 100%;
	margin-left: 0;
}

.et_pb_post_extra.el_dbe_full_width.no_date .post-media {
	width: 100%;
}

.et_pb_post_extra.el_dbe_full_width .post-date em {
	font-style: normal;
}

.et_pb_post_extra.el_dbe_full_width .month, .et_pb_post_extra.el_dbe_full_width .year {
	display: block;
	font-weight: 500;
	font-size: 1.25rem;
	text-transform: uppercase;
}

.et_pb_post_extra.el_dbe_full_width .year {
	font-size: .875rem;
}

.et_pb_post_extra.el_dbe_full_width .day {
	display: inline-block;
	border-top: 4px solid #eaeaea;
	margin-top: 5px;
	padding-top: 10px;
	font-size: 2rem;
	font-weight: 600;
}

.el_dbe_full_width.et_pb_no_thumb .post-content {
	width: calc(100% - 80px);
	padding: 0;
	margin-left: 0;
}

.et_extra.et_pb_pagebuilder_layout .el_dbe_full_width.et_pb_no_thumb .post-content {
	padding: 0 !important;
}

.el_dbe_full_width.et_pb_no_thumb .entry-title {
	margin-top: 0;
}

.et_pb_post_extra.el_dbe_full_width .post-content .post-meta {
	margin-bottom: 20px;
	padding-bottom: 0;
}

.et_pb_post_extra.el_dbe_full_width .post-categories a {
	font-size: inherit;
}

.et_pb_post_extra.el_dbe_full_width .post-content .post-data {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
}

.et_pb_post_extra.el_dbe_full_width .post-content .post-data:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.et_pb_post_extra.el_dbe_full_width .el-read-more-btn, .et_pb_post_extra.el_dbe_full_width a.more-link {
	margin-top: 20px;
}

.et_pb_post_extra.el_dbe_full_width+.el-button, .et_pb_post_extra.el_dbe_full_width+.el-loading {
	margin-top: 60px;
}

.el-dbe-blog-extra.block_extended {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.el-dbe-blog-extra.block_extended.el-masonry {
	display: block;
}

.et_pb_post_extra.el_dbe_block_extended {
	display: block;
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	width: 100%;
	float: left;
	margin-bottom: 35px;
	padding-bottom: 30px;
	overflow: hidden;
	-webkit-transform: translateY(0) translateZ(0) rotateX(0);
	transform: translateY(0) translateZ(0) rotateX(0);
}

.el-isotope-item .et_pb_post_extra.el_dbe_block_extended {
	margin-bottom: 0;
	padding-bottom: 0;
}

.et_pb_post_extra.el_dbe_block_extended .post-media-container {
	width: 100%;
	overflow: hidden;
}

.et_pb_post_extra.el_dbe_block_extended .post-media {
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
	-o-transition: all .7s cubic-bezier(.2, 1, .22, 1);
	transition: all .7s cubic-bezier(.2, 1, .22, 1);
}

.et_pb_post_extra.el_dbe_block_extended:hover .post-media {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.et_pb_post_extra.el_dbe_block_extended.image-background .post-media {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
}

.et_pb_post_extra.el_dbe_block_extended.image-background .post-media:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}

.et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url {
	position: relative;
	height: auto;
}

.et_pb_post_extra.el_dbe_block_extended .post-media img {
	display: block;
	width: 100%;
}

.et_pb_post_extra.el_dbe_block_extended .post-categories {
	padding: 20px 20px 0;
}

.et_pb_post_extra.el_dbe_block_extended.image-top .post-categories {
	position: absolute;
	width: 100%;
}

.et_pb_post_extra.el_dbe_block_extended.image-top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	float: none;
	padding-bottom: 0;
}

.et_pb_post_extra.el_dbe_block_extended.image-top .post-content {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.el-isotope-item .et_pb_post_extra.el_dbe_block_extended .entry-title {
	margin-top: 0;
}

.et_pb_post_extra.el_dbe_block_extended.image-top .post-meta {
	position: relative;
	left: auto;
	bottom: auto;
	-ms-flex-order: 2;
	order: 2;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.et_pb_post_extra.el_dbe_block_extended .post-categories a {
	display: inline-block;
	position: relative;
	z-index: 9;
	border: 2px solid hsla(0, 0%, 92%, .9);
	border-radius: 4px;
	padding: 2px 4px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 12px;
	color: #fff;
}

.et_pb_post_extra.el_dbe_block_extended .post-content {
	width: 100%;
	padding: 20px;
}

.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_block_extended .post-content {
	padding: 20px !important;
}

.et_pb_post_extra.el_dbe_block_extended.image-background .post-content {
	position: relative;
	width: 100%;
	padding: 100px 20px;
}

.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_block_extended.image-background .post-content {
	padding: 100px 20px !important;
}

.el-isotope-item .et_pb_post_extra.el_dbe_block_extended.image-background .post-content {
	padding: 20px;
}

.et_extra.et_pb_pagebuilder_layout .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.image-background .post-content {
	padding: 20px !important;
}

.et_pb_post_extra.el_dbe_block_extended .post-content .post-data {
	margin-bottom: 15px;
}

.et_pb_post_extra.el_dbe_block_extended a.more-link {
	position: relative;
}

.et_pb_post_extra.el_dbe_block_extended .el-read-more-btn, .et_pb_post_extra.el_dbe_block_extended a.more-link {
	margin-top: 5px;
	margin-bottom: 10px;
}

.el-isotope-item .et_pb_post_extra.el_dbe_block_extended .el-read-more-btn, .el-isotope-item .et_pb_post_extra.el_dbe_block_extended a.more-link {
	margin-bottom: 0;
}

#left-area .block_extended .post-meta {
	padding-bottom: 5px;
}

.et_pb_post_extra.el_dbe_block_extended .post-meta {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	border-top: 1px solid #eaeaea;
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 5px 20px;
	font-size: .75rem;
}

.el-isotope-item .et_pb_post_extra.el_dbe_block_extended .post-meta {
	position: relative;
}

.et_pb_post_extra.el_dbe_block_extended .post-meta .et-pb-icon {
	padding-right: 5px;
	vertical-align: baseline;
	font-size: 12px;
}

.et-db #et-boc .et-l .et_pb_post_extra.el_dbe_block_extended .post-meta .et-pb-icon {
	font-size: 12px;
}

.et_pb_post_extra.el_dbe_block_extended .post-meta .divider {
	padding: 0 4px;
	text-align: center;
}

.et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content {
	padding: 100px 20px;
}

.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content {
	padding: 100px 20px !important;
}

.el-isotope-item .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content {
	padding: 20px;
}

.et_extra.et_pb_pagebuilder_layout .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content {
	padding: 20px !important;
}

.et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-categories a {
	color: #c2c2c2;
}

.et_pb_post_extra.el_dbe_full_width_background .post-media {
	width: 100%;
	padding: 20px;
	line-height: normal;
}

.et_pb_post_extra.el_dbe_full_width_background .post-content {
	position: relative;
	z-index: 5;
	background: hsla(0, 0%, 100%, .8);
	width: 100%;
	float: right;
	padding: 0 20px 40px;
}

.et_pb_post_extra.el_dbe_full_width_background:nth-child(2n) .post-content {
	float: left;
}

.et_pb_post_extra.el_dbe_full_width_background.et_pb_no_thumb .post-content {
	background: 0 0;
	width: 100% !important;
	padding: 0 !important;
}

.et_pb_post_extra.el_dbe_full_width_background .abs-url {
	z-index: 4;
}

.et_pb_post_extra.el_dbe_full_width_background.et_pb_has_overlay:hover .et_overlay {
	z-index: 0;
}

.et_pb_post_extra.el_dbe_full_width_background .post-meta {
	position: relative;
	margin-bottom: 0;
	padding: 10px 0 0;
	font-size: .8rem;
}

.et_pb_post_extra.el_dbe_full_width_background .post-meta:after {
	content: "";
	position: absolute;
	left: -20px;
	bottom: 0;
	width: calc(100% + 20px);
	height: 1px;
	background: #666;
}

.et_pb_post_extra.el_dbe_full_width_background .post-categories a {
	margin-bottom: 0;
	font-size: inherit;
}

.et_pb_post_extra.el_dbe_full_width_background.et_pb_no_thumb .post-meta {
	display: inline-block;
}

.et_pb_post_extra.el_dbe_full_width_background.et_pb_no_thumb .post-meta:after {
	left: 0;
	width: 100%;
}

.et_pb_post_extra.el_dbe_full_width_background .post-meta .divider {
	font-size: 20px;
}

.et_pb_post_extra.el_dbe_full_width_background .entry-title {
	padding: 30px 0 20px;
}

.et_pb_post_extra.el_dbe_full_width_background .el-read-more-btn, .et_pb_post_extra.el_dbe_full_width_background .el-read-more-link {
	margin-top: 40px;
	text-align: right;
}

.et_pb_post_extra.el_dbe_full_width_background a.more-link:before {
	content: "5";
	font-family: ETmodules;
	font-size: inherit;
	vertical-align: middle;
	line-height: 1.2;
}

.et-db #et-boc .et-l .et_pb_text_align_left.el_dbe_classic {
	text-align: center;
}

.et_pb_post_extra.el_dbe_classic {
	display: block;
	position: relative;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 0;
	text-align: center;
}

.et_pb_post_extra.el_dbe_classic:after {
	position: absolute;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	background: #eee;
	width: 70%;
	height: 2px;
	margin: auto;
	content: "";
}

.et_pb_post_extra.el_dbe_classic:first-child {
	padding-top: 0;
}

.et_pb_post_extra.el_dbe_classic:last-child {
	padding-bottom: 0;
}

.et_pb_post_extra.el_dbe_classic:last-child:after, .et_pb_post_extra.el_dbe_classic:last-of-type:after {
	background: 0 0;
	width: 0;
	height: 0;
	content: normal;
}

.et_pb_post_extra.el_dbe_classic .post-meta {
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 14px;
}

.et_pb_post_extra.el_dbe_classic .post-meta:last-child {
	margin-top: 35px;
}

.et_pb_post_extra.el_dbe_classic .entry-title {
	position: relative;
	padding-bottom: 20px;
}

.et_pb_post_extra.el_dbe_classic .entry-title:after {
	content: "";
	position: absolute;
	left: calc(50% - 30px);
	bottom: -2px;
	width: 60px;
	height: 3px;
	margin: auto;
	background: #666;
}

.et_pb_post_extra.el_dbe_classic .post-media {
	margin-top: 35px;
	text-align: center;
}

.et_pb_post_extra.el_dbe_classic .post-content {
	background: 0 0;
	margin-top: 0;
	padding: 25px 20px;
}

.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_classic .post-content {
	padding: 25px 20px !important;
}

.et_pb_post_extra.el_dbe_classic .post-content .post-data {
	text-align: left;
}

.et_pb_post_extra.el_dbe_classic a.more-link {
	border: 1px solid;
	margin-top: 35px;
	padding: 10px 20px;
}

.et_pb_post_extra.el_dbe_classic .el-read-more-btn {
	margin-top: 35px;
}

.et_pb_post_extra.el_dbe_classic a.more-link:hover {
	-webkit-box-shadow: 0 0 2px #d3d3d3;
	box-shadow: 0 0 2px #d3d3d3;
}

.et_pb_post_extra.el_dbe_classic .et-social-icons {
	float: none;
}

.et_pb_post_extra.el_dbe_classic .et-social-icon {
	padding-right: 20px;
}

.et_pb_post_extra.el_dbe_classic .et-social-icon:last-child {
	padding-right: 0;
}

.et_pb_post_extra.el_dbe_classic .et-social-icon a {
	font-size: 16px;
}

.et_pb_post_extra.el_dbe_classic .divider {
	display: inline-block;
	padding: 0 10px;
	font-size: 24px;
	text-align: center;
}

.et_pb_post_extra.el_dbe_list .post-media {
	width: 25%;
	float: left;
	margin-right: 20px;
}

.et_pb_post_extra.el_dbe_list .post-content {
	width: 100%;
	float: left;
}

.et_pb_post_extra.el_dbe_list .post-media+.post-content {
	width: calc(75% - 20px);
}

.et_pb_post_extra.el_dbe_list .post-content .entry-title {
	margin-top: 0;
	padding-bottom: 0;
}

.et_pb_post_extra.el_dbe_list .post-content .post-meta {
	padding-bottom: 0;
}

.el-dbe-blog-extra .el-isotope-item {
	width: 99.9899%;
}

.et-db #et-boc .et-l .el-isotope-item .et_pb_post_extra {
	margin-bottom: 0;
}

.el-isotope-item .el_dbe_grid_extended, .et_extra.et_pb_pagebuilder_layout .el-isotope-item .el_dbe_grid_extended, .et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_vertical_grid, .et_pb_post_extra.el_dbe_vertical_grid {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.et_pb_post_extra.el_dbe_vertical_grid .post-content {
	-ms-flex-order: 0;
	order: 0;
	width: 100%;
	padding: 20px;
}

.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_vertical_grid .post-content {
	padding: 20px !important;
}

.et_pb_post_extra.el_dbe_vertical_grid .post-media {
	width: 100%;
}

.et_pb_post_extra.el_dbe_vertical_grid .post-meta {
	width: 100%;
	margin-bottom: 0;
	padding: 0 20px 20px;
}

.et_pb_post_extra.el_dbe_vertical_grid .entry-title {
	border-bottom: 1px solid #ededed;
	margin-top: 0;
}

.et_pb_post_extra.el_dbe_vertical_grid .el-read-more-link {
	margin-top: 5px;
}

.et-db #et-boc .et-l .et_pb_post_extra.el_dbe_vertical_grid .post-meta .et-pb-icon, .et_pb_post_extra.el_dbe_vertical_grid .post-meta .et-pb-icon {
	margin-right: 4px;
	font-size: 14px;
}

.et_pb_post_extra.el_dbe_vertical_grid .post-meta span {
	margin-right: 10px;
}

.el-dbe-blog-extra .el_dbe_background_cover .post-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.el-dbe-blog-extra .el_dbe_background_cover .post-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	background: hsla(0, 0%, 100%, .7);
	width: 100%;
	height: 100%;
	padding: 30px;
}

.el-dbe-blog-extra .el_dbe_background_cover .post-meta {
	padding-bottom: 0;
}

.el_dbe_background_cover .post-categories a {
	padding: 2px 4px;
}

.el-dbe-blog-extra .el_dbe_background_cover .post-meta span:not(:last-child) {
	margin-right: 5px;
}

.el_dbe_background_cover .post-meta .et-pb-icon, .et-db #et-boc .et-l .el_dbe_background_cover .post-meta .et-pb-icon {
	margin-right: 4px;
	font-size: inherit;
}

.el_dbe_background_cover .author a, .el_dbe_background_cover .post-categories a {
	position: relative;
	z-index: 5;
}

.el-dbe-blog-extra-slider.vertical_grid .swiper-container {
	padding: 2px;
}

.el-dbe-blog-extra-slider.vertical_grid .et_pb_post_extra {
	-ms-flex-direction: column;
	flex-direction: column;
}

.el-dbe-blog-extra-slider.vertical_grid .post-content {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.el-dbe-blog-extra-slider .et_pb_post_extra.el_dbe_grid_extended .post-content {
	width: 50%;
	padding: 30px;
}

.el-dbe-blog-extra-slider .et_pb_post_extra.el_dbe_grid_extended.et_pb_no_thumb .post-content {
	width: 100%;
}

.el-dbe-blog-extra-slider .et_pb_post_extra.el_dbe_grid_extended .post-media {
	width: 50%;
	-ms-flex-order: 0;
	order: 0;
}

.el-dbe-blog-extra-slider .et_pb_post_extra {
	margin-bottom: 0;
}

.el-dbe-blog-extra-slider .swiper-pagination {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	width: 100%;
	margin-top: 20px;
}

.et_pb_blog_extras .swiper-pagination-bullet, .et_pb_blog_extras .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.et_pb_blog_extras .transparent_dot .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	border-width: 1px;
	border-style: solid;
	background: transparent;
}

.et_pb_blog_extras .transparent_dot .swiper-pagination-bullet-active {
	border: none;
}

.et_pb_blog_extras .stretched_dot .swiper-pagination-bullet {
	border-radius: 6px;
}

.et_pb_blog_extras .stretched_dot .swiper-pagination-bullet-active {
	width: 30px;
}

.et_pb_blog_extras .line .swiper-pagination-bullet, .et_pb_blog_extras .line .swiper-pagination-bullet-active {
	border-radius: 0;
	width: 30px;
	height: 3px;
	vertical-align: middle;
}

.et_pb_blog_extras .rounded_line .swiper-pagination-bullet, .et_pb_blog_extras .rounded_line .swiper-pagination-bullet-active {
	border-radius: 30px;
	width: 30px;
	height: 6px;
	vertical-align: middle;
}

.et_pb_blog_extras .square_dot .swiper-pagination-bullet, .et_pb_blog_extras .square_dot .swiper-pagination-bullet-active {
	border-radius: 0;
	vertical-align: middle;
}

.el-dbe-blog-extra-slider .post-media .entry-featured-image-url, .el-dbe-blog-extra-slider .post-media .entry-featured-image-url img {
	width: 100%;
	height: 100%;
}

.el-dbe-blog-extra-slider .post-media .entry-featured-image-url img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.el-blog-pagination {
	display: block;
	width: 100%;
	margin-top: 20px;
	clear: both;
	text-align: center;
}

.el-blog-pagination ul.page-numbers {
	list-style-type: none;
	padding: 0;
}

.el-blog-pagination ul.page-numbers li {
	display: inline-block;
	margin-right: 5px;
	overflow: hidden;
}

.el-blog-pagination ul.page-numbers li:last-child {
	margin-right: 0;
}

.el-blog-pagination ul .page-numbers {
	display: block;
	border: 1px solid #ddd;
	padding: 2px 10px;
	font-size: 14px;
}

.et_pb_blog_extras .el-blog-pagination ul .page-numbers.dots {
	border: none !important;
	border-radius: 0 !important;
}

.el-blog-pagination .page-numbers.current {
	color: #fff;
}

@media screen and (min-width:981px) {
	.et_pb_section:not(.et_section_specialty) .et_pb_column_2_3 .et_pb_post_extra .post-media .entry-featured-image-url, .et_pb_section:not(.et_section_specialty) .et_pb_column_3_4 .et_pb_post_extra .post-media .entry-featured-image-url, .et_pb_section:not(.et_section_specialty) .et_pb_column_4_4 .et_pb_post_extra .post-media .entry-featured-image-url {
		position: relative;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.et_pb_section:not(.et_section_specialty) .et_pb_column_2_3 .et_pb_post_extra .post-media img, .et_pb_section:not(.et_section_specialty) .et_pb_column_3_4 .et_pb_post_extra .post-media img, .et_pb_section:not(.et_section_specialty) .et_pb_column_4_4 .et_pb_post_extra .post-media img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content {
		width: 50%;
		padding: 50px;
	}
	
	.et_extra.et_pb_pagebuilder_layout .et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content, .et_extra.et_pb_pagebuilder_layout .et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content, .et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content {
		padding: 50px !important;
	}
	
	.et_pb_column_2_3 .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended .post-content, .et_pb_column_3_4 .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended .post-content, .et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended .post-content {
		padding: 30px;
	}
	
	.et_extra.et_pb_pagebuilder_layout .et_pb_column_2_3 .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content, .et_extra.et_pb_pagebuilder_layout .et_pb_column_3_4 .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content, .et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content {
		padding: 30px !important;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media {
		width: 50%;
	}
	
	.et_pb_column_2_3 .swiper-slide .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media, .et_pb_column_3_4 .swiper-slide .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media, .et_pb_column_4_4 .swiper-slide .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide):nth-child(odd) .post-media, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide):nth-child(odd) .post-media, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide):nth-child(odd) .post-media {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended.et_pb_no_thumb .post-content, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended.et_pb_no_thumb .post-content, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended.et_pb_no_thumb .post-content {
		width: 100%;
	}
	
	.et_section_specialty .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-media .entry-featured-image-url, .et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-media .entry-featured-image-url {
		position: relative;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.et_section_specialty .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-media img, .et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-media img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	
	.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content, .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content {
		width: 100%;
		padding: 30px;
	}
	
	.et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content, .et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content {
		padding: 30px !important;
	}
	
	.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media, .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media {
		width: 100%;
	}
	
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content {
		width: 100%;
		padding: 30px;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-content {
		padding: 30px !important;
	}
	
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:not(.swiper-slide) .post-media {
		width: 100%;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_box_extended .post-content, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_box_extended .post-content, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-content {
		-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .4);
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, .4);
		width: 50%;
		padding: 50px;
		margin: 50px -100px 50px 0;
		z-index: 5;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.et_extra.et_pb_pagebuilder_layout .et_pb_column_2_3 .et_pb_post_extra.el_dbe_box_extended .post-content, .et_extra.et_pb_pagebuilder_layout .et_pb_column_3_4 .et_pb_post_extra.el_dbe_box_extended .post-content, .et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-content {
		padding: 50px !important;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_box_extended .post-media, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_box_extended .post-media, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-media {
		width: calc(50% + 100px);
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_box_extended:nth-child(odd) .post-content, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_box_extended:nth-child(odd) .post-content, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended:nth-child(odd) .post-content {
		margin: 50px 0 50px -100px;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.et_pb_column_2_3 .el_dbe_box_extended.et_pb_no_thumb .post-content, .et_pb_column_3_4 .el_dbe_box_extended.et_pb_no_thumb .post-content, .et_pb_column_4_4 .el_dbe_box_extended.et_pb_no_thumb .post-content {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.et_section_specialty .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-media .entry-featured-image-url, .et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-media .entry-featured-image-url {
		position: relative;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.et_section_specialty .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-media img, .et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-media img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	
	.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_box_extended .post-media, .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_box_extended .post-media {
		width: 100%;
	}
	
	.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_box_extended .post-content, .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_box_extended .post-content, .et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-content {
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
		width: 100%;
		padding: 30px;
	}
	
	.et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_box_extended .post-content, .et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_box_extended .post-content, .et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-content {
		padding: 30px !important;
	}
	
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-media {
		width: 100%;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .post-meta {
		margin-top: 20px;
	}
	
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_box_extended .author img {
		border-radius: 50%;
		margin-right: 2px;
		vertical-align: middle;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width {
		padding: 50px 30px;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width .post-date, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width .post-date, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-date {
		width: 100px;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width .post-content, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width .post-content, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-content {
		width: calc(( 100% - 120px ) / 2);
		padding: 0 0 0 20px;
		margin-left: 0;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width .post-media, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width .post-media, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media {
		width: calc(( 100% - 120px ) / 2);
		margin-right: 20px;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width.no_date .post-content, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width.no_date .post-content, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width.no_date .post-content {
		width: calc(50% - 20px);
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width.no_date .post-media, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width.no_date .post-media, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width.no_date .post-media {
		width: 50%;
		margin-right: 20px;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb .post-content, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb .post-content, .et_pb_column_4_4 .el_dbe_full_width.et_pb_no_thumb .post-content {
		width: calc(100% - 120px);
		padding: 0;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb.no_date .post-content, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb.no_date .post-content, .et_pb_column_4_4 .el_dbe_full_width.et_pb_no_thumb.no_date .post-content {
		width: 100%;
	}
	
	.et_pb_column_1_2 .et_pb_post_extra.el_dbe_full_width .post-content {
		width: calc(( 100% - 80px ));
		margin-left: 80px;
		padding: 20px 0 0;
	}
	
	.et_extra.et_pb_pagebuilder_layout .et_pb_column_1_2 .et_pb_post_extra.el_dbe_full_width .post-content {
		padding: 20px 0 0 !important;
	}
	
	.et_pb_column_1_2 .et_pb_post_extra.el_dbe_full_width.no_date .post-content {
		width: 100%;
		margin-left: 0;
	}
	
	.et_pb_column_1_2 .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb .post-content {
		width: calc(( 100% - 80px ));
		margin-left: 0;
		padding: 0;
	}
	
	.et_pb_column_1_2 .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb.no_date .post-content {
		width: 100%;
	}
	
	.et_section_specialty .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media .entry-featured-image-url, .et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media .entry-featured-image-url {
		position: relative;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.et_section_specialty .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media img, .et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	
	.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended .post-media, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended .post-media-container, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-media, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-media-container {
		height: 200px;
	}
	
	.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-date, .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-date {
		width: 80px;
		padding-right: 20px;
	}
	
	.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-media, .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-media {
		width: calc(100% - 80px);
		margin-right: 0;
	}
	
	.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.no_date .post-media, .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.no_date .post-media {
		width: 100%;
	}
	
	.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-content, .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-content {
		width: calc(100% - 80px);
		margin-left: 80px;
		padding: 20px 0 0;
	}
	
	.et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-content, .et_extra.et_pb_pagebuilder_layout .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width .post-content {
		padding: 20px 0 0 !important;
	}
	
	.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.no_date .post-content, .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.no_date .post-content {
		width: 100%;
		margin-left: 0;
	}
	
	.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb .post-content, .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb .post-content {
		width: calc(100% - 80px);
		margin-left: 0;
		padding: 0;
	}
	
	.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb.no_date .post-content, .et_section_specialty .et_pb_column:not(.et_pb_column_3_4) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb.no_date .post-content {
		width: 100%;
	}
	
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width {
		padding: 30px;
	}
	
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-date {
		width: 80px;
		padding-right: 20px;
	}
	
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media {
		width: calc(( 100% - 80px ));
		margin-right: 0;
	}
	
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width.no_date .post-media {
		width: 100%;
	}
	
	.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide) {
		width: 31%;
		margin-right: 3.5%;
	}
	
	.et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(3n+3) {
		margin-right: 0;
	}
	
	.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-categories {
		padding: 20px 30px 0;
	}
	
	.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-content {
		padding: 30px;
	}
	
	.et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-content {
		padding: 30px !important;
	}
	
	.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended.image-background .post-content {
		padding: 70px 30px 80px;
	}
	
	.et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content, .et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended.image-background .post-content {
		padding: 70px 30px 80px !important;
	}
	
	.et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content, .et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.image-background .post-content {
		padding: 30px;
	}
	
	.et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.et_pb_no_thumb .post-content, .et_extra.et_pb_pagebuilder_layout .et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended.image-background .post-content {
		padding: 30px !important;
	}
	
	.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide) {
		width: 48%;
		margin-right: 4%;
	}
	
	.et_pb_column_4_4 .et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(3n+3) {
		margin-right: 4%;
	}
	
	.et_pb_column_3_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2), .et_pb_column_4_4 .et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2) {
		margin-right: 0;
	}
	
	.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url {
		position: relative;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended .post-media img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide) {
		width: 48%;
		margin-right: 4%;
	}
	
	.et_pb_column_2_3 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2) {
		margin-right: 0;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended .post-media, .et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended .post-media-container {
		height: 200px;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url {
		position: relative;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended .post-media img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	
	.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide) {
		width: 48%;
		margin-right: 4%;
	}
	
	.et_pb_column_1_2 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(3n+3) {
		margin-right: 4%;
	}
	
	.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2) {
		margin-right: 0;
	}
	
	.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended .post-media, .et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended .post-media-container {
		height: 150px;
	}
	
	.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url {
		position: relative;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended .post-media img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	
	.et_pb_column_1_3 .et_pb_post_extra.el_dbe_block_extended:not(.image-background) .post-media, .et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended:not(.image-background) .post-media, .et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_block_extended:not(.image-background) .post-media, .et_section_specialty .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_post_extra.el_dbe_block_extended:not(.image-background) .post-media {
		height: auto;
	}
	
	.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_block_extended {
		width: 100%;
		margin-right: 0;
	}
	
	.et_section_specialty .et_pb_column:not(.et_pb_column_2_3) .et_pb_column:not(.et_pb_column_4_4) .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url {
		position: relative;
	}
	
	.et_section_specialty .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_post_extra.el_dbe_block_extended {
		width: 100%;
		margin-right: 0;
	}
	
	.et_section_specialty .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url {
		position: relative;
	}
	
	.et_section_specialty .et_pb_column .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(3n+3) {
		margin-right: 4%;
	}
	
	.et_section_specialty .et_pb_column .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2) {
		margin-right: 0;
	}
	
	.et_pb_section:not(.et_section_specialty) .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width_background .post-media {
		padding: 30px;
	}
	
	.et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width_background .post-content {
		width: 55%;
		padding: 0 10% 100px 30px;
	}
	
	.et_pb_section:not(.et_section_specialty) .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width_background .post-meta:after {
		left: -30px;
		width: calc(100% + 30px);
	}
	
	.et_pb_column_2_3 .et_pb_post_extra.el_dbe_full_width_background .post-content, .et_pb_column_3_4 .et_pb_post_extra.el_dbe_full_width_background .post-content {
		width: 70%;
		padding: 0 20px 40px;
	}
	
	.et_pb_column_1_4 .et_pb_post_extra.el_dbe_full_width_background .post-media {
		padding: 10px;
	}
	
	.et_pb_column_1_4 .et_pb_post_extra.el_dbe_full_width_background .post-content {
		padding: 0 10px 40px;
	}
	
	.et_pb_column_1_4 .et_pb_post_extra.el_dbe_full_width_background .post-meta:after {
		left: -10px;
		width: calc(100% + 10px);
	}
	
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width_background .post-media {
		padding: 20px;
	}
	
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width_background .post-content {
		width: 100%;
		padding: 0 20px 40px;
	}
	
	.et_section_specialty .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width_background .post-content {
		width: 70%;
		padding: 0 20px 40px;
	}
	
	.et_section_specialty .et_pb_column_2_3 .et_pb_column_1_3 .et_pb_post_extra.el_dbe_full_width_background .post-content {
		width: 100%;
		padding: 0 20px 40px;
	}
	
	.et_pb_post_extra.el_dbe_full_width_background.et_pb_no_thumb .post-content {
		background: 0 0;
		width: 100% !important;
		padding: 0 !important;
	}
	
	.et_pb_post_extra.el_dbe_full_width_background.et_pb_no_thumb .post-meta:after {
		left: 0 !important;
		width: 100% !important;
	}
	
	.et_pb_post_extra.el_dbe_classic .post-content {
		padding: 25px 10px 0;
	}
	
	.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_classic .post-content {
		padding: 25px 10px 0 !important;
	}
	
	.et_pb_section:not(.et_section_specialty) .et_pb_post_extra.el_dbe_classic .post-media .entry-featured-image-url {
		position: relative !important;
	}
	
	.et_pb_column_4_4 .et_pb_post_extra.el_dbe_classic .divider {
		padding: 0 20px;
	}
	
	.et_pb_column_1_4 .et_pb_post_extra.el_dbe_classic .post-meta:last-child>span {
		display: block;
		margin: 10px 0;
	}
	
	.et_pb_column_1_4 .et_pb_post_extra.el_dbe_classic .divider {
		margin: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		padding: 0 10px;
	}
	
	.et_section_specialty .et_pb_post_extra.el_dbe_classic .divider {
		padding: 0 10px;
	}
	
	.el-dbe-blog-extra .el-isotope-cols-2 .el-isotope-item {
		width: 49.9899%;
	}
	
	.el-dbe-blog-extra .el-isotope-cols-3 .el-isotope-item {
		width: 33.3233%;
	}
	
	.el-dbe-blog-extra .el-isotope-cols-4 .el-isotope-item {
		width: 24.9899%;
	}
}

@media screen and (min-width:768px) and (max-width:980px) {
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url, .et_section_specialty .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url {
		position: relative;
	}
	
	.et_pb_post_extra.el_dbe_full_width .post-content {
		width: calc(( 100% - 80px ));
		margin-left: 80px;
		padding: 20px 0 0;
	}
	
	.et_extra.et_pb_pagebuilder_layout .et_pb_post_extra.el_dbe_full_width .post-content {
		padding: 20px 0 0 !important;
	}
	
	.et_pb_post_extra.el_dbe_full_width.et_pb_no_thumb .post-content {
		width: calc(( 100% - 80px ));
		margin-left: 0;
		padding: 0;
	}
	
	.et_pb_post_extra.el_dbe_full_width.no_date .post-content {
		width: 100%;
		margin-left: 0;
	}
	
	.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide), .et_pb_column_1_3 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide), .et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide), .et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide), .et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide), .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide) {
		width: 48%;
		margin-right: 4%;
	}
	
	.et_pb_column_1_2 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended, .et_pb_column_1_3 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended, .et_pb_column_1_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended, .et_pb_column_2_3 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended, .et_pb_column_3_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended, .et_pb_column_4_4 .el-isotope-item .et_pb_post_extra.el_dbe_block_extended {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2), .et_pb_column_1_3 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2), .et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2), .et_pb_column_2_3 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2), .et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2), .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:not(.swiper-slide):nth-child(2n+2) {
		margin-right: 0;
	}
	
	.et_pb_post_extra.el_dbe_block_extended .post-media, .et_pb_post_extra.el_dbe_block_extended .post-media-container {
		height: 220px;
	}
	
	.et_pb_post_extra.el_dbe_block_extended .post-media .entry-featured-image-url {
		position: relative;
		height: 100%;
		width: 100%;
	}
	
	.et_pb_post_extra.el_dbe_block_extended .post-media img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
	
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended:not(.image-background) .post-media, .et_section_specialty .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended:not(.image-background) .post-media {
		height: auto;
	}
	
	.et_section_specialty .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended, .et_section_specialty .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_post_extra.el_dbe_block_extended {
		width: 100%;
		margin-right: 0;
	}
	
	.el-dbe-blog-extra .el-isotope-cols-2 .el-isotope-item, .el-dbe-blog-extra .el-isotope-cols-3 .el-isotope-item, .el-dbe-blog-extra .el-isotope-cols-4 .el-isotope-item {
		width: 49.9899%;
	}
}

@media screen and (max-width:980px) {
	.el-dbe-filterable-categories[data-hamburger-filter=on] {
		position: relative;
	}
	
	.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-filterable-mobile-categories {
		display: block;
		border: 1px solid #f3f3f3;
		background: #f5f5f5;
		padding: 10px;
	}
	
	.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-menu-mobile-categories {
		background: #ececec;
	}
	
	.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-mobile-active-category {
		display: block;
		width: calc(100% - 42px);
		line-height: normal;
		cursor: pointer;
	}
	
	.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-post-categories {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		background: #aeaeae;
		width: 100%;
		z-index: 6;
	}
	
	.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-post-categories li {
		display: block;
		border-bottom: 1px dotted #969696;
		margin: 0 !important;
	}
	
	.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-category-mobile-menu {
		position: absolute;
		right: 10px;
		top: calc(50% - 16px);
		z-index: 1;
		cursor: pointer;
	}
	
	.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-category-mobile-menu:before {
		font-family: ETModules;
		font-size: 32px;
		content: "a";
		line-height: 1;
		vertical-align: middle;
	}
	
	.et_pb_post_extra.el_dbe_classic .divider {
		padding: 0 20px;
	}
	
	.et_section_specialty .et_pb_post_extra.el_dbe_classic .divider {
		padding: 0 10px;
	}
}

@media screen and (max-width:767px) {
	.et_pb_post_extra.el_dbe_classic .post-meta:last-child>span {
		display: block;
		margin: 0 0 10px;
	}
	
	.et_pb_post_extra.el_dbe_classic .divider {
		padding: 0 10px;
		margin: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.el-dbe-blog-extra-slider .et_pb_post_extra.el_dbe_grid_extended .post-content, .el-dbe-blog-extra-slider .et_pb_post_extra.el_dbe_grid_extended .post-media {
		width: 100%;
	}
}

@media screen and (max-width:479px) {
	.et_pb_post_extra h2 {
		padding-bottom: 10px;
	}
}

li.widget_divi_blog_extras {
	list-style-type: none;
}

.el-blog-widget .el-single-post {
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	padding: 15px 0;
}

.el-blog-widget .el-single-post:last-child {
	border-bottom: none;
}

.el-blog-widget-tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #ddd;
}

.el-blog-widget .el-blog-widget-tabs li {
	display: inline-block;
	border-right: 1px solid;
	margin: 0;
	padding: 10px;
	line-height: normal;
	text-align: center;
	cursor: pointer;
}

.el-blog-widget .el-blog-widget-tabs li:last-child {
	border-right: none;
}

.el-blog-widget .el-blog-widget-tabs li:before {
	content: none !important;
}

.el-blog-widget .el-blog-widget-tabs.col-2 li {
	width: 50%;
}

.el-blog-widget .el-blog-widget-tabs.col-3 li {
	width: 33.33%;
}

.el-blog-widget .el-single-post-thumbnail {
	width: 50px;
	margin-right: 15px;
	float: left;
}

.el-blog-widget .el-single-post-thumbnail .round {
	border-radius: 50%;
}

.el-blog-widget .el-single-post-data {
	width: calc(100% - 65px);
	float: right;
}

.el-blog-widget .no-image .el-single-post-data {
	width: 100%;
	float: left;
}

.el-blog-widget .el-single-post .post-title {
	padding: 0;
}

.el-blog-widget .el-single-post-meta {
	margin-top: 10px;
	font-size: 12px;
}

.el-blog-widget .blog-widget-tab-content {
	display: none;
}

.el-blog-widget .blog-widget-tab-content.active {
	display: block;
}

.el-divi-blog-extras-archive-template #category-title-section.container:before {
	content: none;
}

.el-divi-blog-extras-archive-template.el-divi-blog-extras-archive-has-sidebar .et_pb_section_1, .el-divi-blog-extras-archive-template.el-divi-blog-extras-archive-has-sidebar .et_pb_section_1 .et_pb_row:first-child {
	padding-top: 0;
}

.el-divi-blog-extras-archive-template.el-divi-blog-extras-archive-has-sidebar .et_pb_row {
	width: 100%;
	max-width: 100%;
}

.et-db #et-boc .et-l .et-fb-all-modules li.et_fb_blog_extras:before, .et-db #et-boc .et-l .et-fb-modules-list li.et_fb_blog_extras:before, .et-fb-all-modules li.et_pb_blog_extras:before, .et-pb-all-modules li.et_pb_blog_extras:before, .et_pb_saved_layouts_list li.et_pb_blog_extras:before {
	font-family: dashicons;
	content: "";
}

.el-settings-panel-wrapper {
	margin: 35px 50px 30px 30px;
	color: #32373c;
}

.el-settings-panel-wrapper, .el-settings-panel-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.el-settings-panel-wrapper a {
	text-decoration: none;
	outline: 0;
}

.el-settings-panel-wrapper a:focus, .el-settings-panel-wrapper input[type=checkbox]:focus, .el-settings-panel-wrapper input[type=radio]:focus, .el-settings-panel-wrapper select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.el-settings-panel-wrapper ol, .el-settings-panel-wrapper ul {
	list-style: none;
	margin: 0;
}

.el-settings-panel-wrapper input[type=email], .el-settings-panel-wrapper input[type=password], .el-settings-panel-wrapper input[type=text], .el-settings-panel-wrapper select, .el-settings-panel-wrapper textarea {
	background: #f1f5f9;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
	border: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 13px 15px;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #32373c;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

.el-settings-panel-wrapper select {
	background: #f1f5f9 url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;
}

.el-settings-panel-wrapper select.nitro-lazy {
	background: none !important;
}

.el-settings-panel-wrapper select:focus {
	border: none;
	color: #32373c;
}

.el-settings-panel-wrapper input:read-only {
	background: #eaeaea;
}

.el-settings-panel-wrapper input:-moz-read-only {
	background: #eaeaea;
}

.el-settings-panel-wrapper .el-settings-panel-settings {
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
	border-radius: 4px;
	margin: 35px 0;
}

.el-settings-panel-wrapper .el-settings-panel-save-btn {
	display: inline-block;
	position: relative;
	background-color: #00c3aa;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	padding: 16px 20px 16px 60px;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

.el-settings-panel-wrapper .el-settings-panel-save-btn:focus {
	outline: 0;
}

.el-settings-panel-wrapper .el-settings-panel-save-btn:before {
	display: block;
	position: absolute;
	top: 9px;
	left: 15px;
	font-family: ETmodules;
	font-size: 28px;
	font-weight: 300;
	text-shadow: none;
	content: "l";
}

.el-settings-panel-wrapper .el-settings-panel-save-btn:hover {
	background-color: #00bba3;
}

.el-settings-panel-header {
	position: relative;
	background: #6c2eb9;
	border-radius: 4px 4px 0 0;
	padding: 15px 20px;
}

#el-settings-panel-title {
	position: relative;
	margin: 0;
	padding-bottom: 0;
	padding-left: 45px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.25;
	color: #fff;
}

#el-settings-panel-title:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: dashicons;
	font-size: 32px;
	line-height: 1;
	content: "";
}

.el-settings-panel-mainmenu, .el-settings-panel-submenu {
	display: block;
	position: relative;
	background-color: #7e3bd0;
	overflow: hidden;
}

.el-settings-panel-mainmenu li, .el-settings-panel-submenu li {
	display: inline-block;
	float: left;
	margin: 0;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.el-settings-panel-mainmenu li span, .el-settings-panel-submenu li span {
	display: inline-block;
	padding: 15px 20px;
	outline: 0;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.el-settings-panel-mainmenu-tab.el-settings-panel-active-tab span {
	background-color: #8f42ed;
}

.el-settings-panel-submenu-tab.el-settings-panel-active-tab span {
	background-color: #fff;
}

.el-settings-panel-wrapper .el-settings-panel-content {
	font-family: Open Sans, sans-serif;
}

.el-settings-panel-submenu {
	background-color: #f1f5f9;
}

.el-settings-panel-submenu li span {
	padding: 15px 22px;
	font-size: 14px;
	font-weight: 600;
	color: #8e969e;
}

.el-settings-panel-group {
	display: none;
}

.el-settings-panel-group.el-settings-panel-active-group {
	display: block;
}

.el-settings-panel-sections-wrap {
	padding: 50px 40px 40px;
}

.el-settings-panel-section {
	display: none;
}

.el-settings-panel-section.el-settings-panel-active-section {
	display: table;
}

.el-settings-panel-wrapper .form-table {
	margin: 0;
}

.el-settings-panel-wrapper .form-table tr {
	display: block;
	margin-bottom: 25px;
}

.el-settings-panel-wrapper .form-table tr:last-child {
	margin-bottom: 0;
}

.el-settings-panel-wrapper .form-table td, .el-settings-panel-wrapper .form-table th {
	display: inline-block;
	position: relative;
	padding: 0;
	vertical-align: middle;
}

.el-settings-panel-wrapper .form-table th {
	width: 30%;
	font-size: 16px;
	word-wrap: break-word;
	opacity: .8;
}

.el-settings-panel-wrapper .form-table td {
	width: 70%;
	padding-left: 50px;
	padding-right: 30px;
}

.el-settings-panel-wrapper .el-settings-panel-field {
	width: 100%;
	overflow: hidden;
}

.el-settings-panel-wrapper .el-settings-panel-field a {
	display: inline-block;
	border-bottom: 1px dotted;
	font-style: italic;
}

.el-settings-panel-wrapper .el-settings-panel-toggle {
	display: inline-block;
	position: relative;
	width: auto;
}

.el-settings-panel-wrapper .el-settings-panel-toggle-field {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
}

.el-settings-panel-wrapper .el-settings-panel-toggle .el-settings-panel-toggle-slider {
	display: block;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f1f5f9;
	border-radius: 4px;
	padding: 4px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.el-settings-panel-wrapper .el-settings-panel-toggle .el-settings-panel-toggle-slider:before {
	position: absolute;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
	width: 50%;
	height: calc(100% - 8px);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	content: "";
}

.el-settings-panel-wrapper .el-settings-panel-toggle-field:checked+.el-settings-panel-toggle-slider {
	background-color: #008bdb;
}

.el-settings-panel-wrapper .el-settings-panel-toggle-field:checked+.el-settings-panel-toggle-slider:before {
	-webkit-transform: translateX(calc(100% - 8px));
	transform: translateX(calc(100% - 8px));
}

.el-settings-panel-wrapper .el-settings-panel-toggle .el-settings-panel-toggle-value-text {
	display: inline-block;
	position: relative;
	padding: 13px 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.el-settings-panel-wrapper .el-settings-panel-toggle .el-settings-panel-toggle-value-text.el-settings-panel-toggle-on-value {
	color: #fff;
}

.el-settings-panel-wrapper .el-settings-panel-toggle .el-settings-panel-toggle-value-text.el-settings-panel-toggle-off-value {
	color: #8e969e;
}

.el-settings-panel-wrapper .el-settings-panel-toggle-field:checked~.el-settings-panel-toggle-value-text.el-settings-panel-toggle-off-value {
	opacity: 0;
}

.el-settings-panel-wrapper .el-settings-panel-range-slider-field {
	background: #f1f5f9;
	border-radius: 4px;
	width: calc(100% - 60px);
	height: 25px;
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-mz-appearance: none;
	appearance: none;
}

.el-settings-panel-wrapper .el-settings-panel-range-slider-field::-webkit-slider-thumb {
	background: #008bdb;
	border-radius: 4px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-mz-appearance: none;
	appearance: none;
}

.el-settings-panel-wrapper .el-settings-panel-range-slider-field::-moz-range-thumb {
	background: #008bdb;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-mz-appearance: none;
	appearance: none;
}

.el-settings-panel-wrapper .el-settings-panel-range-slider-field::-ms-thumb {
	background: #008bdb;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-mz-appearance: none;
	appearance: none;
}

.el-settings-panel-wrapper .el-settings-panel-range-slider-field-value {
	display: inline-block;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	vertical-align: top;
	width: 50px;
	height: 25px;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 16px;
	line-height: 1.57;
	text-align: center;
}

.el-settings-panel-wrapper .el-settings-panel-multiple-checkboxes span {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.el-settings-panel-wrapper .el-settings-text-and-button-field .el-settings-panel-value-field {
	width: 45%;
	float: left;
	margin-right: 4.8%;
}

.el-settings-panel-wrapper .el-settings-text-and-button-field.single-button .el-settings-panel-value-field {
	width: 55%;
}

.el-settings-panel-wrapper .el-settings-panel-buttons {
	width: 50%;
	float: left;
}

.el-settings-panel-wrapper .el-settings-text-and-button-field.single-button .el-settings-panel-buttons {
	width: 40%;
}

.el-settings-panel-wrapper .el-settings-panel-button {
	display: inline-block;
	background-color: #32373c;
	border-radius: 3px;
	border: none;
	padding: 13px 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

.el-settings-panel-wrapper .el-settings-panel-button:hover {
	background-color: #4d565f;
}

.el-settings-panel-buttons .el-settings-panel-reset-button {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.el-settings-panel-buttons .el-settings-panel-action-button {
	display: block;
	width: 48%;
	float: left;
}

.single-button .el-settings-panel-buttons .el-settings-panel-action-button, .single-button .el-settings-panel-buttons .el-settings-panel-reset-button {
	width: 100%;
	float: left;
}

.el-settings-panel-wrapper .el-settings-panel-repeater {
	position: relative;
	padding-bottom: 12px;
}

.el-settings-panel-wrapper .repeater-field-row {
	position: relative;
	background: #fcfcfc;
	border-bottom: 1px solid #f3f3f3;
	padding: 30px 20px;
}

.el-settings-panel-wrapper .el-settings-panel-repeater-field {
	position: relative;
	margin-bottom: 30px;
	padding-right: 30px;
	overflow: hidden;
}

.el-settings-panel-wrapper .el-settings-panel-repeater-field:last-of-type {
	margin-bottom: 0;
}

.el-settings-panel-wrapper .el-settings-panel-repeater-field label {
	width: 40%;
	float: left;
	font-weight: 600;
}

.el-settings-panel-wrapper .el-settings-panel-repeater-field .el-settings-panel-field {
	width: 60%;
	float: left;
	padding-left: 20px;
}

.el-settings-panel-wrapper .repeater-controls {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
}

.repeater-controls .row-control {
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
	background: #2796d9;
	border-radius: 50%;
	width: 20px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}

.repeater-controls .row-control.remove-row {
	left: 50%;
}

.repeater-controls .row-control.remove-row+.add-row {
	left: calc(50% - 30px);
}

.el-settings-panel-wrapper .el-settings-panel-fieldset {
	position: relative;
	background: #fcfcfc;
	padding: 30px 20px;
}

.el-settings-panel-wrapper .el-settings-panel-fieldset-field {
	position: relative;
	margin-bottom: 30px;
	padding-right: 30px;
	overflow: hidden;
}

.el-settings-panel-wrapper .el-settings-panel-fieldset-field:last-of-type {
	margin-bottom: 0;
}

.el-settings-panel-wrapper .el-settings-panel-fieldset-field label {
	width: 40%;
	float: left;
	font-weight: 600;
}

.el-settings-panel-wrapper .el-settings-panel-fieldset-field .el-settings-panel-field {
	width: 60%;
	float: left;
	padding-left: 20px;
}

.el-settings-panel-wrapper .el-settings-panel-code-block {
	display: inline-block;
	background: #f1f1f1;
	border-radius: 4px;
	padding: 2px 4px;
}

.el-settings-panel-wrapper .el-settings-panel-color-red {
	color: #bf0000;
}

.el-settings-panel-wrapper .el-settings-panel-color-green {
	color: #008a00;
}

.el-setting-help {
	position: absolute;
	right: 0;
	top: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.el-setting-help:before {
	content: "t";
	font-family: ETmodules;
	font-size: 16px;
	color: #454545;
}

.el-settings-panel-wrapper .form-table tr:hover .el-setting-help {
	visibility: visible;
	opacity: 1;
}

.el-settings-panel-wrapper .el-setting-info {
	display: none;
}

.info-section {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 100%, .7);
	background: -webkit-radial-gradient(center, ellipse cover, #fff 20%, hsla(0, 0%, 100%, .7) 100%);
	background: -webkit-radial-gradient(center, ellipse, #fff 20%, hsla(0, 0%, 100%, .7) 100%);
	background: -o-radial-gradient(center, ellipse, #fff 20%, hsla(0, 0%, 100%, .7) 100%);
	background: radial-gradient(ellipse at center, #fff 20%, hsla(0, 0%, 100%, .7) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
	z-index: 9999;
}

.info-section .info-desc {
	position: fixed;
	top: 150px;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 100px rgba(0, 160, 210, .2);
	box-shadow: 0 0 100px rgba(0, 160, 210, .2);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 80%;
	max-width: 400px;
	min-height: 350px;
	margin: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5em;
	color: #32373c;
}

.info-section .info-header {
	position: relative;
	background-color: #6c2eb9;
	width: 100%;
	padding: 25px 40px;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
}

.info-section .close-info {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #622aa9;
	width: 68px;
	font-size: 23px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

.info-section .close-info:hover {
	background-color: #552592;
}

.info-section .close-info:before {
	content: "M";
	font: 23px ETmodules;
	line-height: 68px;
}

.info-section .info-body {
	padding: 30px;
}

.info-section .info-body h3 {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
}

.info-section .info-body p {
	font-size: 14px;
}

.info-section.active {
	display: block;
	-webkit-animation: fade_in .5s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fade_in .5s 1 cubic-bezier(.77, 0, .175, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.info-section.active .info-desc {
	-webkit-animation: zoom_in .5s 1 cubic-bezier(.77, 0, .175, 1);
	animation: zoom_in .5s 1 cubic-bezier(.77, 0, .175, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes fade_in {
	0% {
		display: none;
		opacity: 0;
	}
	
	to {
		display: block;
		opacity: 1;
	}
}

@keyframes fade_in {
	0% {
		display: none;
		opacity: 0;
	}
	
	to {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes zoom_in {
	0% {
		display: none;
		opacity: 0;
	}
	
	to {
		display: block;
		opacity: 1;
	}
}

@keyframes zoom_in {
	0% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

#el-settings-panel-ajax-saving {
	display: none;
	-webkit-transition: background, -webkit-box-shadow .3s;
	transition: background, -webkit-box-shadow .3s;
	transition: background, box-shadow .3s;
	transition: background, box-shadow .3s, -webkit-box-shadow .3s;
	-o-transition: background, box-shadow .3s;
	-webkit-box-shadow: rgba(0, 139, 219, .247059) 0 0 60px;
	box-shadow: 0 0 60px rgba(0, 139, 219, .247059);
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50px;
	margin: -25px 0 0 -25px;
	z-index: 999999;
	text-align: center;
}

#el-settings-panel-ajax-saving img {
	width: 20px;
	margin: 15px;
}

#el-settings-panel-ajax-saving.success-animation {
	background-color: #a9e900;
	-webkit-box-shadow: transparent 0 0 40px;
	box-shadow: 0 0 40px transparent;
	opacity: 1;
	-webkit-animation: bounceIn 1s;
	animation: bounceIn 1s;
}

#el-settings-panel-ajax-saving.success-animation:before {
	background: 0 0;
	margin-left: -3px;
	font-family: dashicons;
	font-size: 40px;
	font-weight: 400;
	font-variant: normal;
	line-height: 1.3;
	speak: none;
	text-transform: none;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	content: "";
}

#el-settings-panel-ajax-saving.et_loading:before, #el-settings-panel-ajax-saving.success-animation img {
	display: none;
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@media screen and (max-width:980px) {
	.el-settings-panel-wrapper .form-table td, .el-settings-panel-wrapper .form-table th {
		vertical-align: top;
	}
	
	#wpbody .el-settings-panel-wrapper input[type=email], #wpbody .el-settings-panel-wrapper input[type=password], #wpbody .el-settings-panel-wrapper input[type=text], #wpbody .el-settings-panel-wrapper select, #wpbody .el-settings-panel-wrapper textarea {
		padding: 10px;
		font-size: 12px;
	}
	
	.el-settings-panel-wrapper .el-settings-panel-save-btn {
		padding: 12px 20px 12px 50px;
		font-size: 16px;
	}
	
	.el-settings-panel-wrapper .el-settings-panel-save-btn:before {
		font-size: 20px;
	}
	
	#el-settings-panel-title {
		padding-left: 35px;
		font-size: 18px;
	}
	
	#el-settings-panel-title:before {
		font-size: 26px;
	}
	
	.el-settings-panel-mainmenu li, .el-settings-panel-submenu li {
		font-size: 16px;
	}
	
	.el-settings-panel-mainmenu li span, .el-settings-panel-submenu li span {
		padding: 15px;
	}
	
	.el-settings-panel-submenu li span {
		padding: 15px 17.5px;
		font-size: 14px;
	}
	
	.el-settings-panel-wrapper .form-table th {
		font-size: 14px;
	}
	
	.el-settings-panel-wrapper .el-settings-panel-button, .el-settings-panel-wrapper .el-settings-panel-toggle .el-settings-panel-toggle-value-text {
		padding: 10px 15px;
		font-size: 12px;
	}
	
	.el-settings-panel-wrapper .el-settings-panel-field .el-settings-panel-image-uploader-field {
		width: 100%;
		margin-right: 0;
	}
	
	.el-settings-panel-wrapper .el-settings-panel-buttons {
		width: 100%;
		margin-top: 10px;
	}
	
	.el-setting-help {
		visibility: visible;
		opacity: 1;
	}
	
	.el-setting-help:before {
		font-size: 14px;
		color: #5f5d5d;
	}
}

@media screen and (max-width:767px) {
	.el-settings-panel-wrapper {
		margin: 35px 40px 30px 30px;
	}
	
	.el-settings-panel-wrapper .form-table th {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.el-settings-panel-wrapper .form-table td {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	
	#wpbody .el-settings-panel-wrapper input[type=email], #wpbody .el-settings-panel-wrapper input[type=password], #wpbody .el-settings-panel-wrapper input[type=text], #wpbody .el-settings-panel-wrapper td select, #wpbody .el-settings-panel-wrapper textarea {
		font-size: 14px;
	}
}

.et-db #et-boc .et-fb-modules-list li.dica_divi_carousel .et-fb-icon svg {
	width: 22px !important;
	height: 22px !important;
}

.fancybox-container {
	z-index: 999999;
}

.dica_divi_carousel {
	--dica-border-ripple-color: transparent;
}

.dica-container .swiper-container {
	width: 100%;
	height: auto;
}

.dica-container .swiper-wrapper {
	height: auto !important;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
	-webkit-transition-property: -webkit-transform !important;
	transition-property: -webkit-transform !important;
	transition-property: transform !important;
	transition-property: transform, -webkit-transform !important;
	-o-transition-property: transform !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.dica_divi_carousel .dica_divi_carouselitem {
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	margin-bottom: 0 !important;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

:root .dica_divi_carousel .dica_divi_carouselitem .et_pb_module_inner, _:-ms-fullscreen {
	-ms-flex: 1 1;
	flex: 1 1;
}

.dica_divi_carouselitem {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	position: relative;
}

.dica_divi_carouselitem>div {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-style: solid;
	border-width: 0;
}

.dica_divi_carousel .swiper-container-3d .dica_divi_carouselitem {
	-webkit-transition-property: -webkit-transform, padding, margin, background-color, background-image, color, border-raduis, border-color, border-width !important;
	-webkit-transition-property: padding, margin, background-color, background-image, color, border-raduis, border-color, border-width, -webkit-transform !important;
	transition-property: -webkit-transform, padding, margin, background-color, background-image, color, border-raduis, border-color, border-width !important;
	transition-property: padding, margin, background-color, background-image, color, border-raduis, border-color, border-width, -webkit-transform !important;
	transition-property: transform, padding, margin, background-color, background-image, color, border-raduis, border-color, border-width !important;
	transition-property: transform, padding, margin, background-color, background-image, color, border-raduis, border-color, border-width, -webkit-transform !important;
	-o-transition-property: transform, padding, margin, background-color, background-image, color, border-raduis, border-color, border-width !important;
}

.dica-container .swiper-container-3d .swiper-slide-shadow-left, .dica-container .swiper-container-3d .swiper-slide-shadow-right, .dica-container .swiper-container-3d .swiper-slide-shadow-top {
	-webkit-transition-property: all !important;
	-o-transition-property: all !important;
	transition-property: all !important;
}

.dica-container .swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent) !important;
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent) !important;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent)) !important;
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent) !important;
}

.dica-container .swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent) !important;
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent) !important;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent)) !important;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent) !important;
}

.dica_divi_carouselitem>div {
	width: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item-content .item-title {
	font-size: 20px;
	letter-spacing: 0;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item-content .item-title a {
	color: inherit;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item-content .item-subtitle {
	font-size: 16px;
	letter-spacing: 0;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item-content .content {
	font-size: 14px;
	letter-spacing: 0;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item-content .content.dg_enable_content_limit p:last-of-type {
	display: inline;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item-content .content .dg_hide_content {
	position: absolute;
	top: -99999px;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item.empty-content .dica-item-content {
	display: none;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item-content {
	font-size: 14px;
	z-index: 9;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dica_divi_carouselitem .dica-item-content {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

#et-boc .dica_divi_carousel .dica_divi_carouselitem .dica-image-container .image {
	padding-bottom: 0;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-image-container {
	position: relative;
	overflow: hidden;
	line-height: 0;
}

#et-boc .dica_divi_carousel .dica_divi_carouselitem .dica-image-container img, .dica_divi_carousel .dica_divi_carouselitem .dica-image-container img {
	border-style: solid;
	display: block;
	max-width: 100%;
	border-width: 0;
	position: relative;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-image-container .image {
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-image-container {
	z-index: 10;
}

#et-boc .dica_divi_carousel .dica_divi_carouselitem, #et-boc .dica_divi_carousel .dica_divi_carouselitem>div, .dica_divi_carousel .dica_divi_carouselitem, .dica_divi_carousel .dica_divi_carouselitem>div {
	border-style: solid;
	border-width: 0;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item.loading .dica-image-container img {
	min-height: 100px;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item.loading .dica-image-container {
	margin-bottom: auto;
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item.loading .dica-item-content {
	margin-top: auto;
}

.dica-container .swiper-pagination {
	width: 100%;
	position: relative;
}

.dica_divi_carousel .swiper-pagination-bullet {
	border-radius: 100% !important;
	opacity: 1;
	margin-right: 4px !important;
}

.dica-container .et_pb_button_wrapper {
	margin-top: 10px;
}

.et_pb_button {
	display: inline-block;
}

.overlay-image .dica-item .dica-image-container {
	position: relative;
}

.dica_divi_carousel .et_clickable .dica-image-container>.image {
	pointer-events: none;
}

.dica_divi_carousel .et_clickable .dica-item {
	pointer-events: all;
}

.overlay-image .dica-item .dica-image-container .image:before {
	content: "";
	background: hsla(0, 0%, 100%, .81);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
	pointer-events: none;
}

.overlay-image .dica-item .dica-image-container .image:after {
	content: "1";
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: ETmodules;
	font-size: 26px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	color: #58b4f4;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
}

.overlay-image.overlay_image_default .dica-item .dica-image-container .image:after, .overlay-image.overlay_image_default .dica-item .dica-image-container .image:before, .overlay-image:not(.overlay_image_default) .dica-item:hover .dica-image-container .image:before {
	opacity: 1;
}

.overlay-image:not(.overlay_image_default) .dica-item:hover .dica-image-container .image:after {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.overlay-image .dica-item .dica-image-container .image:has(.animated_icon):after, .overlay-image.overlay_image_default .dica-item .dica-image-container .image:has(.animated_icon):after {
	content: unset;
}

.overlay-image .dica-item:hover .dica-image-container a.image:has(.animated_icon) .animated_icon, .overlay-image.overlay_image_default .dica-item .dica-image-container a.image:has(.animated_icon) .animated_icon {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.overlay-image .dica-item:hover .dica-image-container a.image:has(.animated_icon) .animated_icon:not(.anim-none):before, .overlay-image.overlay_image_default .dica-item .dica-image-container a.image:has(.animated_icon) .animated_icon:not(.anim-none):before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: var(--dica-border-ripple-color);
	border-radius: 50%;
}

.overlay-image .dica-item:hover .dica-image-container a.image:has(.animated_icon) .animated_icon.anim-ripple:before, .overlay-image.overlay_image_default .dica-item .dica-image-container a.image:has(.animated_icon) .animated_icon.anim-ripple:before {
	-webkit-animation: anim-ripple 1.5s ease-out infinite;
	animation: anim-ripple 1.5s ease-out infinite;
}

.overlay-image .dica-item:hover .dica-image-container a.image:has(.animated_icon) .animated_icon.anim-pulse-border:before, .overlay-image.overlay_image_default .dica-item .dica-image-container a.image:has(.animated_icon) .animated_icon.anim-pulse-border:before {
	-webkit-animation: anim-pulse-border 1.5s ease-out infinite;
	animation: anim-pulse-border 1.5s ease-out infinite;
}

.overlay-image .dica-item:hover .dica-image-container a.image:has(.animated_icon) .animated_icon:after, .overlay-image.overlay_image_default .dica-item .dica-image-container a.image:has(.animated_icon) .animated_icon:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	border: 0 solid #fff;
}

.overlay-image .dica-item:hover .dica-image-container a.image:has(.animated_icon) .animated_icon span, .overlay-image.overlay_image_default .dica-item .dica-image-container a.image:has(.animated_icon) .animated_icon span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

.overlay-image .dica-item:hover .dica-image-container a.image:has(.animated_icon) .animated_icon.anim-pulse-border:before, .overlay-image.overlay_image_default .dica-item .dica-image-container a.image:has(.animated_icon) .animated_icon.anim-pulse-border:before {
	height: 150%;
	width: 150%;
	border: 0 solid var(--dica-border-ripple-color);
}

@-webkit-keyframes anim-ripple {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes anim-ripple {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes anim-pulse-border {
	0% {
		-webkit-box-shadow: inset 0 0 25px 3px var(--dica-border-ripple-color), 0 0 25px 10px var(--dica-border-ripple-color);
		box-shadow: inset 0 0 25px 3px var(--dica-border-ripple-color), 0 0 25px 10px var(--dica-border-ripple-color);
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(.6);
		transform: translate(-50%, -50%) scale(.6);
	}
	
	to {
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes anim-pulse-border {
	0% {
		-webkit-box-shadow: inset 0 0 25px 3px var(--dica-border-ripple-color), 0 0 25px 10px var(--dica-border-ripple-color);
		box-shadow: inset 0 0 25px 3px var(--dica-border-ripple-color), 0 0 25px 10px var(--dica-border-ripple-color);
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(.6);
		transform: translate(-50%, -50%) scale(.6);
	}
	
	to {
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
}

.dica-container .swiper-container-coverflow .swiper-wrapper .swiper-slide-active {
	-webkit-transform: translateZ(0) rotateX(0deg) rotateY(0deg) !important;
	transform: translateZ(0) rotateX(0deg) rotateY(0deg) !important;
}

.overlay-image.overlay_image_default .dica-item .dica-image-container .image:has(.animated_icon) .animated_icon.style_2 {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.overlay-image.overlay_image_default .dica-item .dica-image-container .image:has(.animated_icon) .animated_icon.style_2:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ba1f24;
	border-radius: 50%;
	-webkit-animation: pulse-border 1.5s ease-out infinite;
	animation: pulse-border 1.5s ease-out infinite;
}

.overlay-image.overlay_image_default .dica-item .dica-image-container .image:has(.animated_icon) .animated_icon.style_2:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #fa183d;
	border-radius: 50%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.overlay-image.overlay_image_default .dica-item .dica-image-container .image:has(.animated_icon) .animated_icon.style_2 span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.dica-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dica-container .swiper-button-next, .dica-container .swiper-button-prev {
	background-image: none !important;
	width: 53px;
	font-size: 53px;
	height: 53px;
	background-color: #fff;
	margin-top: 0;
	line-height: .96em;
	left: auto;
	right: auto;
	text-align: center;
}

.dica-container .swiper-button-next.nitro-lazy, .dica-container .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.dica-container .swiper-button-next {
	-webkit-transition: all .4s ease !important;
	-o-transition: all .4s ease !important;
	transition: all .4s ease !important;
	margin-left: 10px;
}

.dica-container .swiper-button-prev {
	-webkit-transition: all .3s ease !important;
	-o-transition: all .3s ease !important;
	transition: all .3s ease !important;
	margin-right: 10px;
}

.dica-container .swiper-button-next:before, .dica-container .swiper-button-prev:before {
	content: attr(data-icon);
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: ETmodules;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	color: #0c71c3;
	speak: none;
	vertical-align: super;
}

.dica-container .swiper-buttton-container {
	pointer-events: none;
	display: -ms-flexbox;
	display: flex;
	z-index: 9;
}

.dica-container .swiper-button-next, .dica-container .swiper-button-prev {
	pointer-events: all;
	position: relative;
}

.dica-container .swiper-button-next:after, .dica-container .swiper-button-prev:after {
	display: none !important;
}

@media (min-width:981px) {
	.desktop_middle-inside .swiper-buttton-container {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	
	.desktop_middle-inside.arrow-on-hover .swiper-buttton-container {
		overflow: hidden;
	}
	
	.desktop_middle-inside.arrow-on-hover .swiper-button-prev {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	
	.desktop_middle-inside.arrow-on-hover .swiper-button-next {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	
	.desktop_middle-inside.arrow-on-hover:hover .swiper-button-next, .desktop_middle-inside.arrow-on-hover:hover .swiper-button-prev {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	
	.desktop_middle-outside .swiper-buttton-container {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	
	.desktop_middle-outside .swiper-button-next {
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
	}
	
	.desktop_middle-outside .swiper-button-prev {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}
	
	.desktop_middle-outside.arrow-on-hover .swiper-button-prev {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	
	.desktop_middle-outside.arrow-on-hover .swiper-button-next {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
	}
	
	.desktop_middle-outside.arrow-on-hover:hover .swiper-button-next {
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
		opacity: 1;
	}
	
	.desktop_middle-outside.arrow-on-hover:hover .swiper-button-prev {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
		opacity: 1;
	}
	
	.desktop_top .swiper-buttton-container {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.dica_divi_carousel .dica-container.desktop_middle-inside .swiper-buttton-container, .dica_divi_carousel .dica-container.desktop_middle-outside .swiper-buttton-container {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
}

@media (max-width:980px) and (min-width:768px) {
	.tablet_middle-inside .swiper-buttton-container {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	
	.tablet_middle-inside.arrow-on-hover .swiper-buttton-container {
		overflow: hidden;
	}
	
	.tablet_middle-inside.arrow-on-hover .swiper-button-prev {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	
	.tablet_middle-inside.arrow-on-hover .swiper-button-next {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	
	.tablet_middle-inside.arrow-on-hover:hover .swiper-button-next, .tablet_middle-inside.arrow-on-hover:hover .swiper-button-prev {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	
	.tablet_middle-outside .swiper-buttton-container {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	
	.tablet_middle-outside .swiper-button-next {
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
	}
	
	.tablet_middle-outside .swiper-button-prev {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}
	
	.tablet_middle-outside.arrow-on-hover .swiper-button-next {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
	}
	
	.tablet_middle-outside.arrow-on-hover .swiper-button-prev {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	
	.tablet_middle-outside.arrow-on-hover:hover .swiper-button-next, .tablet_middle-outside.arrow-on-hover:hover .swiper-button-prev {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	
	.tablet_top .swiper-buttton-container {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.dica_divi_carousel .dica-container.tablet_middle-inside .swiper-buttton-container, .dica_divi_carousel .dica-container.tablet_middle-outside .swiper-buttton-container {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
}

@media (max-width:767px) {
	.mobile_middle-inside .swiper-buttton-container {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	
	.mobile_middle-inside.arrow-on-hover .swiper-buttton-container {
		overflow: hidden;
	}
	
	.mobile_middle-inside.arrow-on-hover .swiper-button-prev {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	
	.mobile_middle-inside.arrow-on-hover .swiper-button-next {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	
	.mobile_middle-inside.arrow-on-hover:hover .swiper-button-next, .mobile_middle-inside.arrow-on-hover:hover .swiper-button-prev {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	
	.mobile_middle-outside .swiper-buttton-container {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	
	.mobile_middle-outside .swiper-button-next {
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
	}
	
	.mobile_middle-outside .swiper-button-prev {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}
	
	.mobile_middle-outside.arrow-on-hover .swiper-button-next {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
	}
	
	.mobile_middle-outside.arrow-on-hover .swiper-button-prev {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	
	.mobile_middle-outside.arrow-on-hover:hover .swiper-button-next, .mobile_middle-outside.arrow-on-hover:hover .swiper-button-prev {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	
	.mobile_top .swiper-buttton-container {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.dica_divi_carousel .dica-container.mobile_middle-inside .swiper-buttton-container, .dica_divi_carousel .dica-container.mobile_middle-outside .swiper-buttton-container {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
}

.dica_divi_carousel .dica_divi_carouselitem .image_bottom .dica-item-content {
	-ms-flex-order: -1;
	order: -1;
}

.dica_divi_carousel .dica_divi_carouselitem .image_left {
	-ms-flex-direction: row;
	flex-direction: row;
}

.dica_divi_carousel .dica_divi_carouselitem .image_right {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.dica_divi_carousel .dica_divi_carouselitem .social-media {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-flow: nowrap;
	flex-flow: nowrap;
	max-width: 100%;
}

.dica_divi_carousel .dica_divi_carouselitem .social-media li {
	list-style: none;
	margin-left: 15px;
	vertical-align: middle;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: auto;
}

.dica_divi_carouselitem .social-media li, .dica_divi_carouselitem .social-media li a {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: #b2b2b2;
	border-style: solid;
}

.dica_divi_carousel .swiper-container.swiper-container-rtl .dica_divi_carouselitem .social-media li:last-child, .dica_divi_carousel .swiper-container:not(.swiper-container-rtl) .dica_divi_carouselitem .social-media li:first-child {
	margin-left: 0;
}

.dica_divi_carousel .dica_divi_carouselitem .social-media li a {
	font-size: 16px;
	display: block;
}

.dica_divi_carousel .dica_divi_carouselitem .social-media-container .social-media li a:before {
	text-shadow: 0 0 !important;
	font-family: ETmodules !important;
	display: block !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none;
	content: "";
}

.dica_divi_carousel .dica_divi_carouselitem .social-media li a span {
	display: none;
}

.dica_divi_carousel .dica_divi_carouselitem .social-media li.dg_facebook a:before {
	content: "" !important;
}

.dica_divi_carousel .dica_divi_carouselitem .social-media li.dg_twitter a:before {
	content: "" !important;
}

.dica_divi_carousel .dica_divi_carouselitem .social-media li.dg_linkedin a:before {
	content: "" !important;
}

.dica_divi_carousel .dica_divi_carouselitem .social-media li.dg_instagram a:before {
	content: "" !important;
}

.dica_divi_carousel .dica_divi_carouselitem .social-media li.dg_email a:before {
	content: "" !important;
}

.dica_divi_carousel .dica_divi_carouselitem .sm-top .social-media-container {
	-ms-flex-order: -1;
	order: -1;
}

.dica_divi_carousel .dica_divi_carouselitem .sm-under-title .dica-item-content>.item-subtitle, .dica_divi_carousel .dica_divi_carouselitem .sm-under-title .dica-item-content>.item-title {
	-ms-flex-order: 0;
	order: 0;
}

.dica_divi_carousel .dica_divi_carouselitem .sm-under-title .dica-item-content>* {
	-ms-flex-order: 2;
	order: 2;
}

.dica_divi_carousel .dica_divi_carouselitem .sm-under-title .dica-item-content .social-media-container {
	-ms-flex-order: 1;
	order: 1;
}

.dica_divi_carousel .dica_divi_carouselitem .sm-bottom .dica-item-content .social-media-container {
	-ms-flex-order: 5;
	order: 5;
}

.dica-rating {
	text-align: left;
}

.dica-rating-container .dica-rating span:before {
	content: "★";
}

.dica-rating-container .dica-rating span.rate:before {
	color: gold;
}

.dica-rating-container .dica-rating span.blank:before {
	color: #ebebeb;
}

.dica_divi_carousel .dica_divi_carouselitem .rating-top .dica-rating-container {
	-ms-flex-order: -1;
	order: -1;
}

.dica_divi_carousel .dica_divi_carouselitem .rating-under-title .dica-item-content>.item-subtitle, .dica_divi_carousel .dica_divi_carouselitem .rating-under-title .dica-item-content>.item-title {
	-ms-flex-order: 0;
	order: 0;
}

.dica_divi_carousel .dica_divi_carouselitem .rating-under-title .dica-item-content>* {
	-ms-flex-order: 2;
	order: 2;
}

.dica_divi_carousel .dica_divi_carouselitem .rating-under-title .dica-item-content .dica-rating-container {
	-ms-flex-order: 1;
	order: 1;
}

.dica_divi_carousel .dica_divi_carouselitem .rating-bottom .dica-item-content .dica-rating-container {
	-ms-flex-order: 5;
	order: 5;
}

.dica_divi_carousel .et-pb-icon-circle {
	font-size: 48px;
	border-radius: 100%;
	padding: 25px;
}

.dica_divi_carousel .et-pb-icon-circle-border {
	border: 3px solid;
}

.dg-carousel-lightbox.open .image-wrapper span:has(iframe) {
	width: 100%;
	max-width: 900px;
	min-height: 506px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.dg-carousel-lightbox.open .image-wrapper iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dg-carousel-lightbox.open .image-wrapper:has(.dg_caption) {
	-ms-flex-direction: column;
	flex-direction: column;
}

.dg-carousel-lightbox.open .image-wrapper:has(.dg_caption) span {
	font-family: inherit;
	font-size: inherit;
	color: #fff;
}

.dica_divi_carousel:has(.dica-container.has_container_shadow) .swiper-container:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 70%;
	background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
	background-image: -webkit-linear-gradient(left, #000, transparent);
	background-image: -o-linear-gradient(left, #000, transparent);
	background-image: linear-gradient(90deg, #000, transparent);
	z-index: 3;
}

.dica_divi_carousel:has(.dica-container.has_container_shadow) .swiper-container:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 70%;
	right: 0;
	background-image: -webkit-gradient(linear, right top, left top, from(#000), to(transparent));
	background-image: -webkit-linear-gradient(right, #000, transparent);
	background-image: -o-linear-gradient(right, #000, transparent);
	background-image: linear-gradient(270deg, #000, transparent);
	z-index: 3;
}

.dg-carousel-lightbox {
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 0;
	height: 0;
	display: none;
}

.dg-carousel-lightbox.open {
	opacity: 1;
	width: auto;
	height: auto;
	position: fixed;
	background-color: rgba(51, 51, 51, .88);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	padding-bottom: 30px;
	display: block;
}

.dg-carousel-lightbox.open .lightbox-header {
	text-align: right;
}

.dg-carousel-lightbox.open .image-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	max-height: 100%;
	margin: 0 auto;
	height: 100%;
	white-space: nowrap;
	-ms-flex-align: center;
	align-items: center;
}

.dg-carousel-lightbox .image-wrapper img {
	-webkit-transform: scale(0);
	transform: scale(0);
}

@-webkit-keyframes imageAnimation {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes imageAnimation {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.dg-carousel-lightbox.open .image-wrapper span {
	-ms-flex-item-align: center;
	align-self: center;
}

.dg-carousel-lightbox.open .image-wrapper img {
	max-height: 85vh;
	-webkit-animation-name: imageAnimation;
	animation-name: imageAnimation;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	vertical-align: middle;
}

.dg-carousel-lightbox.open .close-btn {
	background-color: rgba(0, 0, 0, .57);
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px 15px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}

.tippy-box[data-theme=dipi-balloon-theme][data-theme=dipi-balloon-theme] {
	position: relative;
	background-color: transparent;
	border-radius: 0;
	outline: 0;
	color: initial;
	font-size: medium;
	line-height: normal;
	-webkit-transition-property: initial;
	-o-transition-property: initial;
	transition-property: all;
}

.tippy-box[data-theme=dipi-balloon-theme] .et_pb_section.dipi_balloon-inner {
	padding: 0 !important;
	margin: 0 !important;
}

.tippy-box[data-theme=dipi-balloon-theme] .tippy-content {
	position: relative;
	padding: 0;
}

.tippy-box[data-theme=dipi-balloon-theme] .tippy-content .et_pb_section.dipi_balloon-inner {
	background: transparent !important;
}

.dipi-ballon-on-top {
	z-index: 9999 !important;
}

.dipi-ballon-on-top-removing {
	z-index: 9990 !important;
}

.dipi-ballon-on-top header .et_builder_inner_content {
	z-index: 10000;
}

.dipi_balloon-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.dipi_balloon-inner>.dipi_balloon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.dipi-balloon-wrap {
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	padding: 20px;
}

.dipi-alignment-left {
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
}

.dipi-alignment-center {
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.dipi-alignment-right {
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right;
}

.dipi-balloon-image-icon {
	line-height: 0;
}

.dipi-balloon-cta-wrap:not(:last-child), .dipi-balloon-description:not(:last-child), .dipi-balloon-icon:not(:last-child), .dipi-balloon-image-icon:not(:last-child) {
	margin-bottom: 15px;
}

.dipi-balloon-title {
	margin-bottom: 0;
}

.dipi-balloon-title:last-child {
	padding-bottom: 0;
}

.dipi-balloon-image {
	border-style: solid;
}

body.et-fb .tippy-arrow {
	left: 50% !important;
	-webkit-transform: translate(0) !important;
	transform: translate(0) !important;
	position: absolute;
	width: 16px;
}

[data-tippy-root] {
	max-width: calc(100vw - 10px);
}

.tippy-box[data-theme=dipi-balloon-theme] .tippy-arrow {
	width: 16px;
	height: 16px;
}

.tippy-box[data-theme=dipi-balloon-theme] .tippy-arrow:before {
	content: "";
	position: absolute;
	border-color: transparent;
	border-style: solid;
}

.tippy-box[data-theme=dipi-balloon-theme][data-placement^=top]>.tippy-arrow {
	bottom: 0;
}

.tippy-box[data-theme=dipi-balloon-theme][data-placement^=top]>.tippy-arrow:before {
	bottom: -8px;
	left: 0;
	border-width: 8px 8px 0;
	border-top-color: initial;
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.tippy-box[data-theme=dipi-balloon-theme][data-placement^=bottom]>.tippy-arrow {
	top: 0;
}

.tippy-box[data-theme=dipi-balloon-theme] .tippy-box-bottom {
	width: 100%;
	height: 0;
}

.tippy-box[data-theme=dipi-balloon-theme] .tippy-box-bottom.tippy-arrow:before, .tippy-box[data-theme=dipi-balloon-theme][data-placement^=bottom]>.tippy-arrow:before {
	top: -8px;
	left: 0;
	border-width: 0 8px 8px;
	border-bottom-color: initial;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.tippy-box[data-theme=dipi-balloon-theme] .tippy-box-bottom.tippy-arrow:before {
	margin-left: -8px;
}

.tippy-box[data-theme=dipi-balloon-theme][data-placement^=left]>.tippy-arrow {
	right: 1px;
}

.tippy-box[data-theme=dipi-balloon-theme][data-placement^=left]>.tippy-arrow:before {
	border-width: 8px 0 8px 8px;
	border-left-color: initial;
	right: -8px;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.tippy-box[data-theme=dipi-balloon-theme][data-placement^=right]>.tippy-arrow {
	left: 1px;
}

.tippy-box[data-theme=dipi-balloon-theme][data-placement^=right]>.tippy-arrow:before {
	left: -8px;
	border-width: 8px 8px 8px 0;
	border-right-color: initial;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}

.tippy-box[data-theme=dipi-balloon-theme][data-animation=fade][data-state=hidden] {
	opacity: 0;
}

.tippy-box[data-theme=dipi-balloon-theme][data-animation=scale][data-placement^=top] {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}

.tippy-box[data-theme=dipi-balloon-theme][data-animation=scale][data-placement^=bottom] {
	-webkit-transform-origin: top;
	transform-origin: top;
}

.tippy-box[data-theme=dipi-balloon-theme][data-animation=scale][data-placement^=left] {
	-webkit-transform-origin: right;
	transform-origin: right;
}

.tippy-box[data-theme=dipi-balloon-theme][data-animation=scale][data-placement^=right] {
	-webkit-transform-origin: left;
	transform-origin: left;
}

.tippy-box[data-theme=dipi-balloon-theme][data-animation=scale][data-state=hidden] {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.dipi_balloon.et_pb_module {
	margin: 0 auto !important;
	height: auto;
}

.dipi_balloon .et-waypoint:not(.et_pb_counters) {
	opacity: 1 !important;
}

.dipi_balloon .et_pb_section {
	width: 100%;
}

.dipi-balloon-alert {
	background-color: #fff9f9;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #888;
	border: 1px solid #ffe6e6;
	margin-bottom: 15px;
}

#top-menu>li:last-of-type {
	padding-right: 0;
}

.tippy-box[data-theme=dipi-balloon-theme] .tippy-arrow {
	z-index: 99;
}

.tippy-box[data-theme=dipi-balloon-theme][data-animation=dipi-fadeInDown][data-state=hidden], .tippy-box[data-theme=dipi-balloon-theme][data-animation=dipi-fadeInLeft][data-state=hidden], .tippy-box[data-theme=dipi-balloon-theme][data-animation=dipi-fadeInRight][data-state=hidden], .tippy-box[data-theme=dipi-balloon-theme][data-animation=dipi-fadeInUp][data-state=hidden], .tippy-box[data-theme=dipi-balloon-theme][data-animation=dipi-scale][data-state=hidden] {
	opacity: 0;
}

.tippy-box[data-theme=dipi-balloon-theme][data-animation=dipi-fadeInUp][data-state=hidden] {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.tippy-box[data-theme=dipi-balloon-theme][data-animation=dipi-fadeInDown][data-state=hidden] {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.tippy-box[data-theme=dipi-balloon-theme][data-animation=dipi-fadeInRight][data-state=hidden] {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.tippy-box[data-theme=dipi-balloon-theme][data-animation=dipi-fadeInLeft][data-state=hidden] {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.tippy-box[data-theme=dipi-balloon-theme][data-animation=dipi-scale][data-state=hidden] {
	-webkit-transform: scale(.95);
	transform: scale(.95);
}

.dipi_balloon .dipi_counter_number_wrapper, .tippy-box[data-theme=dipi-balloon-theme] .dipi-balloon-wrap .dipi_counter_number_wrapper {
	display: block !important;
	opacity: 1 !important;
}

.et_pb_section .et_pb_row .et_pb_column .et_pb_module.dipi-balloon-last-element {
	margin-bottom: 0;
}

.dipi_balloon .et_animated {
	opacity: 1;
}

.et-fb-all-modules .dipi_before_after_slider:before {
	content: "d" !important;
}

.et-fb-all-modules .dipi_before_after_slider {
	background-color: #3949ab !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-fb-all-modules .dipi_before_after_slider span {
	font-size: 10px !important;
}

.dipi_before_after_slider_horizontal .dipi_before_after_slider_handle:after, .dipi_before_after_slider_horizontal .dipi_before_after_slider_handle:before, .dipi_before_after_slider_vertical .dipi_before_after_slider_handle:after, .dipi_before_after_slider_vertical .dipi_before_after_slider_handle:before {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
	border-style: solid;
	border-width: 0;
}

.dipi_before_after_slider_horizontal .dipi_before_after_slider_handle:after, .dipi_before_after_slider_horizontal .dipi_before_after_slider_handle:before {
	width: 4px;
	height: 9999px;
	left: 50%;
	margin-left: -2px;
}

.dipi_before_after_slider_vertical .dipi_before_after_slider_handle:after, .dipi_before_after_slider_vertical .dipi_before_after_slider_handle:before {
	width: 9999px;
	height: 4px;
	top: 50%;
	margin-top: -2px;
}

.dipi_before_after_slider_after_label_span, .dipi_before_after_slider_before_label_span, .dipi_before_after_slider_overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.dipi_before_after_slider_after_label_span, .dipi_before_after_slider_before_label_span {
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	font-size: 13px;
	position: absolute;
	background: hsla(0, 0%, 100%, .2);
	line-height: 38px;
	padding: 0 20px;
	border-radius: 2px;
	cursor: pointer;
	width: auto;
	height: auto;
}

.dipi_before_after_slider_horizontal .dipi_before_after_slider_after_label_span, .dipi_before_after_slider_horizontal .dipi_before_after_slider_before_label_span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dipi_before_after_slider_vertical .dipi_before_after_slider_after_label_span, .dipi_before_after_slider_vertical .dipi_before_after_slider_before_label_span {
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dipi_before_after_slider_down_arrow, .dipi_before_after_slider_left_arrow, .dipi_before_after_slider_right_arrow, .dipi_before_after_slider_up_arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.dipi_before_after_slider_left_arrow, .dipi_before_after_slider_right_arrow {
	top: 50%;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
}

.dipi_before_after_slider_down_arrow, .dipi_before_after_slider_up_arrow {
	left: 50%;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
}

.dipi_before_after_slider_container {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.dipi_before_after_slider_container img {
	max-width: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.dipi_before_after_slider_container.active .dipi_before_after_slider_overlay, .dipi_before_after_slider_container.active:hover .dipi_before_after_slider_overlay {
	background: transparent;
}

.dipi_before_after_slider_container.active .dipi_before_after_slider_overlay .dipi_before_after_slider_after_label_span, .dipi_before_after_slider_container.active .dipi_before_after_slider_overlay .dipi_before_after_slider_before_label_span, .dipi_before_after_slider_container.active:hover.dipi_before_after_slider_overlay .dipi_before_after_slider_after_label_span, .dipi_before_after_slider_container.active:hover.dipi_before_after_slider_overlay .dipi_before_after_slider_before_label_span {
	opacity: 0;
}

.dipi_before_after_slider_container * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dipi_before_after_slider_after_label_span, .dipi_before_after_slider_before_label_span {
	opacity: 0;
}

.dipi_before_after_slider_horizontal .dipi_before_after_slider_before_label_span {
	left: 10px;
}

.dipi_before_after_slider_horizontal .dipi_before_after_slider_after_label_span {
	right: 10px;
}

.dipi_before_after_slider_vertical .dipi_before_after_slider_before_label_span {
	top: 10px;
}

.dipi_before_after_slider_vertical .dipi_before_after_slider_after_label_span {
	bottom: 10px;
	top: auto;
}

.dipi_before_after_slider_overlay {
	-webkit-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	background: transparent;
	z-index: 25;
}

.dipi_before_after_slider_overlay:hover .dipi_before_after_slider_after_label_span, .dipi_before_after_slider_overlay:hover .dipi_before_after_slider_before_label_span {
	opacity: 1;
}

.dipi_before_after_slider_before {
	z-index: 20;
}

.dipi_before_after_slider_after {
	z-index: 10;
}

.dipi_before_after_slider_handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 4px solid #fff;
	border-radius: 1000px;
	z-index: 40;
	cursor: pointer;
}

.dipi_before_after_slider_container.no_circle_handle .dipi_before_after_slider_handle {
	background: transparent !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	border: none !important;
}

.dipi_before_after_slider_container.no_circle_handle .dipi_before_after_slider_handle:after, .dipi_before_after_slider_container.no_circle_handle .dipi_before_after_slider_handle:before {
	-webkit-transform: translate(0) !important;
	transform: translate(0) !important;
	margin: 0 !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}

.dipi_before_after_slider_horizontal .dipi_before_after_slider_handle:before {
	bottom: 50%;
	-webkit-transform: translateY(-19px);
	transform: translateY(-19px);
	margin-bottom: 4px;
}

.dipi_before_after_slider_horizontal .dipi_before_after_slider_handle:after {
	top: 50%;
	-webkit-transform: translateY(19px);
	transform: translateY(19px);
	margin-top: 4px;
}

.dipi_before_after_slider_vertical .dipi_before_after_slider_handle:before {
	left: 50%;
	margin-left: 22px;
}

.dipi_before_after_slider_vertical .dipi_before_after_slider_handle:after {
	right: 50%;
	margin-right: 22px;
}

.dipi_before_after_slider_left_arrow {
	border-right: 6px solid #fff;
	left: calc(50% - 6px);
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.dipi_before_after_slider_right_arrow {
	border-left: 6px solid #fff;
	right: calc(50% - 6px);
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}

.dipi_before_after_slider_up_arrow {
	border-bottom: 6px solid #fff;
	top: calc(50% - 6px);
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

.dipi_before_after_slider_down_arrow {
	border-top: 6px solid #fff;
	bottom: calc(50% - 6px);
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}

.dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_down_arrow, .dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_left_arrow, .dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_right_arrow, .dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_up_arrow {
	width: 6px;
	height: 6px;
	border: 3px solid #fff;
}

.dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_left_arrow {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	left: calc(100% - 6px);
	border-top: none;
	border-right: none;
}

.dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_right_arrow {
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg);
	border-left: none;
	right: calc(100% - 6px);
	border-bottom: none;
}

.dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_up_arrow {
	-webkit-transform: translate(-50%, -50%) rotate(225deg);
	transform: translate(-50%, -50%) rotate(225deg);
	top: calc(100% - 6px);
	border-left: none;
	border-top: none;
}

.dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_down_arrow {
	-webkit-transform: translate(-50%, 50%) rotate(225deg);
	transform: translate(-50%, 50%) rotate(225deg);
	bottom: calc(100% - 6px);
	border-right: none;
	border-bottom: none;
}

.dipi_before_after_slider_container:not(.active) .dipi_before_after_slider_after_label_span, .dipi_before_after_slider_container:not(.active) .dipi_before_after_slider_before_label_span, .dipi_before_after_slider_container:not(.active) .dipi_before_after_slider_handle, .dipi_before_after_slider_container:not(.active) .dipi_before_after_slider_label, .dipi_before_after_slider_container:not(.active) img {
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.dipi_blog_slider .preloading {
	display: none;
}

.dipi_blog_slider .dipi-blog-post {
	border-style: solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.dipi_blog_slider .dipi-entry-featured-image-url {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 0 !important;
}

.dipi_blog_slider .dipi-entry-featured-image-url>img.wp-post-image {
	position: relative;
	border-style: solid;
	cursor: pointer;
	-webkit-transition-timing-function: cubic-bezier(.2, 0, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 0, .3, 1);
	transition-timing-function: cubic-bezier(.2, 0, .3, 1);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.dipi_blog_slider .dipi-entry-featured-image-url>img.wp-post-image:not(.lazyload) {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dipi-blog-post .dipi-blog-post-overlay {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	height: 100%;
	border-style: solid;
	line-height: 0 !important;
}

.dipi-blog-post .dipi-blog-post-overlay, .dipi-blog-post:hover .dipi-blog-post-overlay {
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.dipi_blog_slider .dipi-blog-post-overlay .dipi-author {
	-ms-flex-item-align: end;
	align-self: flex-end;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.dipi_blog_slider .dipi-author .author {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.dipi_blog_slider .dipi-author .author, .dipi_blog_slider .dipi-author .author a {
	color: #f1f1f1;
}

.dipi_blog_slider .dipi-author .author>img {
	height: 24px;
	width: 24px;
	border-radius: 100px;
	margin: 0 5px;
}

.dipi_blog_slider .dipi-date {
	width: 70px;
	height: 70px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 12px;
	line-height: 1.4 !important;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 9;
	background: #fff;
	color: #000;
}

.dipi_blog_slider .dipi-blog-post-meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.dipi_blog_slider .dipi-blog-post-meta .dipi-author {
	margin-top: 10px;
	margin-left: 20px;
}

.dipi_blog_slider .dipi-blog-post-meta .dipi-date {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	background: #000;
	color: #fff;
	padding: 2px;
}

.dipi_blog_slider .dipi-date .dipi-month {
	font-size: 11px;
	line-height: .9;
}

.dipi_blog_slider .dipi-date .dipi-day {
	font-size: 24px;
	line-height: 1;
}

.dipi_blog_slider .dipi-date .dipi-year {
	font-size: 11px;
	line-height: .9;
}

.dipi_blog_slider .dipi-post-content {
	padding: 20px;
	position: relative;
}

.dipi_blog_slider .dipi-post-content .dipi-categories {
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.dipi_blog_slider .dipi-post-content .dipi-categories a {
	padding-right: 0 !important;
}

.dipi_blog_slider .dipi-post-content .dipi-categories a:after {
	content: none;
}

.dipi_blog_slider .dipi-post-content .dipi-post-text {
	line-height: 1.4;
}

.dipi_blog_slider .dipi-bottom-content {
	position: relative;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.dipi_blog_slider .dipi-bottom-content a {
	margin-top: auto;
}

.dipi_blog_slider .dipi-bottom-content .dipi-comments {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.dipi_blog_slider .dipi-bottom-content .dipi-comments span {
	line-height: 1;
}

.dipi_blog_slider .dipi-bottom-content .dipi-comments .comment-icon {
	margin-right: 5px;
	width: 16px;
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-zoomin img.wp-post-image, .dipi-entry-featured-image-url.dipi-zoomout img.wp-post-image {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-zoomout img.wp-post-image {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.dipi-entry-featured-image-url.dipi-rotate img.wp-post-image {
	height: 100%;
	width: 100%;
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-rotate img.wp-post-image {
	-webkit-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
}

.dipi-entry-featured-image-url.dipi-move-up img.wp-post-image {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-move-up img.wp-post-image {
	-webkit-transform: scale(1.15) translateY(-10px);
	transform: scale(1.15) translateY(-10px);
}

.dipi-entry-featured-image-url.dipi-move-down img.wp-post-image {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-move-down img.wp-post-image {
	-webkit-transform: scale(1.15) translateY(10px);
	transform: scale(1.15) translateY(10px);
}

.dipi-entry-featured-image-url.dipi-move-right img.wp-post-image {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-move-right img.wp-post-image {
	-webkit-transform: scale(1.1) translateX(10px);
	transform: scale(1.1) translateX(10px);
}

.dipi-entry-featured-image-url.dipi-move-left img.wp-post-image {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-move-left img.wp-post-image {
	-webkit-transform: scale(1.1) translateX(-10px);
	transform: scale(1.1) translateX(-10px);
}

.dipi-blog-post-overlay-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
}

.dipi_blog_slider .swiper-container .dipi-blog-slider-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-property: transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: visible;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dipi_blog_slider .swiper-pagination {
	text-align: center;
	width: 100%;
}

.dipi_blog_slider .swiper-pagination .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.dipi_blog_slider .swiper-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	width: 8px;
	height: 8px;
}

.dipi_blog_slider .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.dipi_blog_slider .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.dipi_blog_slider .swiper-button-next, .dipi_blog_slider .swiper-button-prev {
	background-image: none !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 50px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi_blog_slider .swiper-button-next.nitro-lazy, .dipi_blog_slider .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.dipi_blog_slider .swiper-button-next:after, .dipi_blog_slider .swiper-button-prev:after {
	content: attr(data-icon);
	display: block;
	font-family: ETmodules;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi_blog_slider .swiper-button-prev {
	left: -66px;
}

.dipi_blog_slider .swiper-button-next {
	right: -66px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	cursor: pointer;
	pointer-events: all;
}

.dipi_blog_slider .swiper-container {
	width: 100%;
	height: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: start;
}

.dipi_blog_slider.et_pb_module .swiper-arrow-button.show_on_hover {
	opacity: 0;
}

.dipi_blog_slider .swiper-button-prev.swiper-arrow-button.show_on_hover {
	left: 0 !important;
}

.dipi_blog_slider .swiper-button-next.swiper-arrow-button.show_on_hover {
	right: 0 !important;
}

.dipi_blog_slider.et_pb_module .swiper-arrow-button.show_on_hover:hover, .dipi_blog_slider.et_pb_module:hover .swiper-arrow-button.show_on_hover {
	opacity: 1;
}

.dipi_blog_slider .swiper-button-next.swiper-arrow-button.show_on_hover:before, .dipi_blog_slider .swiper-button-prev.swiper-arrow-button.show_on_hover:before {
	width: 100%;
	height: 100%;
	opacity: 1;
	content: " ";
	position: absolute;
}

.dipi_blog_slider .swiper-button-prev.swiper-arrow-button.show_on_hover:before {
	left: 50%;
}

.dipi_blog_slider .swiper-button-next.swiper-arrow-button.show_on_hover:before {
	right: 50%;
}

@media only screen and (min-width:981px) {
	.dipi_blog_slider .hide_on_desktop {
		display: none !important;
	}
	
	.dipi_blog_slider .show_on_desktop_flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.dipi_blog_slider .show_on_desktop_block {
		display: block !important;
	}
}

@media only screen and (max-width:980px) and (min-width:768px) {
	.dipi_blog_slider .hide_on_tablet {
		display: none !important;
	}
	
	.dipi_blog_slider .show_on_tablet_flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.dipi_blog_slider .show_on_tablet_block {
		display: block !important;
	}
}

@media only screen and (max-width:767px) {
	.dipi_blog_slider .hide_on_phone {
		display: none !important;
	}
	
	.dipi_blog_slider .show_on_phone_flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.dipi_blog_slider .show_on_phone_block {
		display: block !important;
	}
}

.dipi-breadcrumbs ul {
	list-style: none !important;
	list-style-type: none !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 !important;
	margin: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi-breadcrumbs.dipi-bc-left ul {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.dipi-breadcrumbs.dipi-bc-center ul {
	-ms-flex-pack: center;
	justify-content: center;
}

.dipi-breadcrumbs.dipi-bc-right ul {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.dipi-breadcrumbs .dipi-breadcrumb-item {
	margin-bottom: 5px;
}

.dipi-breadcrumbs .dipi-breadcrumb-item, .dipi-breadcrumbs .dipi-breadcrumb-item a {
	display: block;
	border-style: solid;
}

.dipi-breadcrumb-item:hover a, .dipi-breadcrumb-item a, .dipi-breadcrumbs .dipi-breadcrumb-item, .dipi-breadcrumbs .dipi-breadcrumb-item a, .dipi-breadcrumbs ul li:hover {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi-breadcrumbs ul .dipi-breadcrumb-separator {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}

.dipi-breadcrumbs .dipi-separator-icon {
	font-size: 14px;
}

.dipi-breadcrumbs .dipi-separator-icon, .dipi-breadcrumbs .dipi-separator-icon:hover {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi-breadcrumb-home a span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.dipi-breadcrumb-home .dipi-home-icon:before, .dipi-breadcrumb-home:hover .dipi-home-icon:before {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi-breadcrumb-home .dipi-home-icon {
	font-size: 14px;
	margin-right: 10px;
}

.dipi-breadcrumbs .dipi-breadcrumb-home .dipi-home-icon:before {
	content: "";
}

@media only screen and (max-width:481px) {
	.dipi-breadcrumbs ul li {
		margin-bottom: 8px;
	}
}

.dipi-button-grid-container {
	display: -ms-flexbox;
	display: flex;
}

.dipi_button_grid .dipi-button-grid-container, .dipi_button_grid>div {
	height: 100%;
}

.dipi_button_grid_child .dipi-button-wrap, .dipi_button_grid_child .dipi-button-wrap:hover {
	-webkit-transition: all .3s ease 0ms !important;
	-o-transition: all .3s ease 0ms !important;
	transition: all .3s ease 0ms !important;
}

body #page-container .dipi_button_grid_child .dipi-button-wrap:after, body #page-container .dipi_button_grid_child .dipi-button-wrap:before {
	line-height: inherit;
	font-size: inherit !important;
}

.et-db #et-boc .et-l .et_pb_column .et_pb_module.dipi_button_grid_child, div.dipi_button_grid.et_pb_module .dipi-button-grid-container div.dipi_button_grid_child.et_pb_module {
	margin: .5em;
}

.dipi_button_grid_child>.et_pb_module_inner {
	display: -ms-flexbox;
	display: flex;
}

.dipi-button-grid[data-icon]:not([data-icon=""]):after {
	content: attr(data-icon);
}

.dipi_carousel .et_pb_main_blurb_image .et-waypoint {
	opacity: 1 !important;
}

.dipi_carousel_child.swiper-slide .dipi_carousel_child {
	width: 100%;
}

.dipi_carousel .swiper-container .dipi_carousel_child {
	font-size: 14px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 0 !important;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	float: none !important;
	clear: none !important;
	height: auto;
	overflow: hidden;
	pointer-events: auto;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.dipi_carousel .swiper-container .dipi-carousel-wrapper, .dipi_carousel .swiper-container .dipi_carousel_child {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-property: transform;
}

.dipi_carousel .swiper-container .dipi-carousel-wrapper {
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: visible;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	pointer-events: none;
}

.dipi_carousel .swiper-pagination {
	text-align: center;
	width: 100%;
}

.dipi_carousel .swiper-pagination .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.dipi_carousel .swiper-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	width: 8px;
	height: 8px;
}

.dipi_carousel .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.dipi_carousel .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.dipi_carousel .swiper-button-next, .dipi_carousel .swiper-button-prev {
	background-image: none !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 50px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi_carousel .swiper-button-next.nitro-lazy, .dipi_carousel .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.dipi_carousel .swiper-button-next:after, .dipi_carousel .swiper-button-prev:after {
	content: attr(data-icon);
	display: block;
	font-family: ETmodules;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.dipi_carousel .swiper-button-prev {
	left: -66px;
}

.dipi_carousel .swiper-button-next {
	right: -66px;
}

.dipi_carousel .swiper-button-next.swiper-button-disabled, .dipi_carousel .swiper-button-prev.swiper-button-disabled {
	cursor: pointer;
	pointer-events: all;
}

.dipi_carousel .swiper-container {
	width: 100%;
	height: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: start;
	overflow: hidden;
}

@media only screen and (min-width:981px) {
	.dipi_carousel .hide_on_desktop {
		display: none !important;
	}
	
	.dipi_carousel .show_on_desktop_flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.dipi_carousel .show_on_desktop_block {
		display: block !important;
	}
	
	.dipi_carousel.et_pb_module .swiper-arrow-button.show_on_hover {
		opacity: 0;
	}
	
	.dipi_carousel .swiper-button-prev.swiper-arrow-button.show_on_hover {
		left: 0 !important;
	}
	
	.dipi_carousel .swiper-button-next.swiper-arrow-button.show_on_hover {
		right: 0 !important;
	}
	
	.dipi_carousel.et_pb_module .swiper-arrow-button.show_on_hover:hover, .dipi_carousel.et_pb_module:hover .swiper-arrow-button.show_on_hover {
		opacity: 1;
	}
	
	.dipi_carousel .swiper-button-next.swiper-arrow-button.show_on_hover:before, .dipi_carousel .swiper-button-prev.swiper-arrow-button.show_on_hover:before {
		width: 100%;
		height: 100%;
		opacity: 1;
		content: " ";
		position: absolute;
	}
	
	.dipi_carousel .swiper-button-prev.swiper-arrow-button.show_on_hover:before {
		left: 50%;
	}
	
	.dipi_carousel .swiper-button-next.swiper-arrow-button.show_on_hover:before {
		right: 50%;
	}
}

@media only screen and (max-width:980px) and (min-width:768px) {
	.dipi_carousel .hide_on_tablet {
		display: none !important;
	}
	
	.dipi_carousel .show_on_tablet_flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.dipi_carousel .show_on_tablet_block {
		display: block !important;
	}
	
	.dipi_carousel.et_pb_module .swiper-arrow-button.show_on_hover_t {
		opacity: 0;
	}
	
	.dipi_carousel .swiper-button-prev.swiper-arrow-button.show_on_hover_t {
		left: 0 !important;
	}
	
	.dipi_carousel .swiper-button-next.swiper-arrow-button.show_on_hover_t {
		right: 0 !important;
	}
	
	.dipi_carousel.et_pb_module .swiper-arrow-button.show_on_hover_t:hover, .dipi_carousel.et_pb_module:hover .swiper-arrow-button.show_on_hover_t {
		opacity: 1;
	}
	
	.dipi_carousel .swiper-button-next.swiper-arrow-button.show_on_hover_t:before, .dipi_carousel .swiper-button-prev.swiper-arrow-button.show_on_hover_t:before {
		width: 100%;
		height: 100%;
		opacity: 1;
		content: " ";
		position: absolute;
	}
	
	.dipi_carousel .swiper-button-prev.swiper-arrow-button.show_on_hover_t:before {
		left: 50%;
	}
	
	.dipi_carousel .swiper-button-next.swiper-arrow-button.show_on_hover_t:before {
		right: 50%;
	}
}

@media only screen and (max-width:767px) {
	.dipi_carousel .hide_on_phone {
		display: none !important;
	}
	
	.dipi_carousel .show_on_phone_flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.dipi_carousel .show_on_phone_block {
		display: block !important;
	}
	
	.dipi_carousel.et_pb_module .swiper-arrow-button.show_on_hover_p {
		opacity: 0;
	}
	
	.dipi_carousel .swiper-button-prev.swiper-arrow-button.show_on_hover_p {
		left: 0 !important;
	}
	
	.dipi_carousel .swiper-button-next.swiper-arrow-button.show_on_hover_p {
		right: 0 !important;
	}
	
	.dipi_carousel.et_pb_module .swiper-arrow-button.show_on_hover_p:hover, .dipi_carousel.et_pb_module:hover .swiper-arrow-button.show_on_hover_p {
		opacity: 1;
	}
	
	.dipi_carousel .swiper-button-next.swiper-arrow-button.show_on_hover_p:before, .dipi_carousel .swiper-button-prev.swiper-arrow-button.show_on_hover_p:before {
		width: 100%;
		height: 100%;
		opacity: 1;
		content: " ";
		position: absolute;
	}
	
	.dipi_carousel .swiper-button-prev.swiper-arrow-button.show_on_hover_p:before {
		left: 50%;
	}
	
	.dipi_carousel .swiper-button-next.swiper-arrow-button.show_on_hover_p:before {
		right: 50%;
	}
}

.dipi_carousel_child {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.dipi_carousel_child .et_pb_module_inner {
	width: 100%;
}

.dipi-image-wrap {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
}

.dipi-carousel-icon {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.dipi-carousel-icon-circle-border {
	border: 3px solid;
}

.dipi-carousel-icon-circle {
	padding: 25px;
	border-radius: 100%;
	font-size: 48px;
}

.dipi_carousel_child .dipi-carousel-image {
	display: block;
	overflow: hidden;
	border-style: solid;
}

.dipi_carousel_child .dipi-carousel-image img {
	position: relative;
	border-style: solid;
	height: auto;
	display: block;
	width: 100%;
}

.dipi_carousel_child .dipi-carousel-item-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 20px;
	border-style: solid;
	position: relative;
}

.dipi_carousel_child .dipi-carousel-item-title {
	margin-bottom: 15px;
	padding: 0;
}

.dipi_carousel_child .dipi-carousel-item-desc {
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 15px;
}

.dipi_carousel_child .dipi-carousel-button-wrapper {
	-ms-flex: 1 1;
	flex: 1 1;
}

.dipi_carousel_child .dipi-carousel-button {
	font-size: 20px;
	display: inline-block;
	border-style: solid;
}

.dipi_carousel_child .dipi-carousel-button:hover:after, .dipi_carousel_child .dipi-carousel-button:hover:before {
	font-size: inherit !important;
	line-height: inherit;
}

.dipi_carousel .dipi-carousel-child-wrapper>a, .et_pb_menu .et-menu-nav li .dipi_carousel .dipi-carousel-child-wrapper>a, .et_pb_menu .et-menu-nav li ul.sub-menu .dipi_carousel .dipi-carousel-child-wrapper>a {
	height: auto;
}

.dipi-carousel-child-wrapper .dipi-carousel-image img {
	-webkit-transition-timing-function: cubic-bezier(.2, 0, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 0, .3, 1);
	transition-timing-function: cubic-bezier(.2, 0, .3, 1);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-zoomin img, .dipi-carousel-image.dipi-zoomout img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-zoomout img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.dipi-carousel-image.dipi-rotate img {
	height: 100%;
	width: 100%;
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-rotate img {
	-webkit-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
}

.dipi-carousel-image.dipi-move-up img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-move-up img {
	-webkit-transform: scale(1.15) translateY(-10px);
	transform: scale(1.15) translateY(-10px);
}

.dipi-carousel-image.dipi-move-down img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-move-down img {
	-webkit-transform: scale(1.15) translateY(10px);
	transform: scale(1.15) translateY(10px);
}

.dipi-carousel-image.dipi-move-right img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-move-right img {
	-webkit-transform: scale(1.1) translateX(10px);
	transform: scale(1.1) translateX(10px);
}

.dipi-carousel-image.dipi-move-left img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-move-left img {
	-webkit-transform: scale(1.1) translateX(-10px);
	transform: scale(1.1) translateX(-10px);
}

.dipi-carousel-image {
	position: relative;
}

.dipi_carousel_child .dipi-carousel-image img.dipi-c-hover-img {
	position: absolute;
	top: 0;
}

.dipi-carousel-image.dipi-c-has-hover .dipi-c-img {
	-webkit-transition: all .5;
	-o-transition: all .5;
	transition: all .5;
	z-index: 1;
}

.dipi-carousel-image.dipi-c-has-hover:hover .dipi-c-img {
	opacity: 0;
}

.dipi_carousel_child .dipi-carousel-item-desc p:empty {
	padding: 0;
}

.dipi-content-toggle__button-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.dipi-content-toggle__button {
	position: relative;
	display: inline-block;
	width: 4.4em;
	height: 2.2em;
	vertical-align: middle;
}

input.dipi-content-toggle__switch {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.dipi-content-toggle__slider {
	background-color: #d3d3d3;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100em;
}

.dipi-content-toggle__slider, .dipi-content-toggle__slider:before {
	position: absolute;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.dipi-content-toggle__slider:before {
	content: "";
	height: 1.8em;
	width: 1.8em;
	left: .2em;
	bottom: .2em;
	background-color: #fff;
	border-radius: 50%;
}

input.dipi-content-toggle__switch:checked+.dipi-content-toggle__slider {
	background: #ff4200;
}

input.dipi-content-toggle__switch:checked+.dipi-content-toggle__slider:before {
	-webkit-transform: translateX(2.2em);
	transform: translateX(2.2em);
}

.dipi-content-toggle__first-text {
	margin-right: 12px;
	cursor: pointer;
}

.dipi-content-toggle__text h5 {
	padding-bottom: 0;
}

.dipi-content-toggle_second-text {
	margin-left: 12px;
	cursor: pointer;
}

.dipi-content-toggle__second-layout {
	display: none;
}

.dipi_countdown .flip_clock .face {
	display: inline-block;
	margin: 5px;
}

.dipi_countdown .flip_clock .time {
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	display: inline-block;
	position: relative;
	height: 95px;
	width: 65px;
	-webkit-perspective: 479px;
	-ms-perspective: 479px;
	-o-perspective: 479px;
	perspective: 479px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dipi_countdown .flip_clock .count, .dipi_countdown .flip_clock .time {
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.dipi_countdown .flip_clock .count {
	color: #f8f8f8;
	display: block;
	font-family: Oswald, sans-serif;
	font-weight: 400;
	line-height: 2.25em;
	font-size: 3em;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transform-style: flat;
	transform-style: flat;
}

.dipi_countdown .flip_clock {
	text-align: center;
}

.dipi_countdown .flip_clock .count.top {
	border-top: 1px solid hsla(0, 0%, 100%, .2);
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 5px 5px 0 0;
	height: 50%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.dipi_countdown .flip_clock .count.bottom {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, .1), transparent);
	background-image: -o-linear-gradient(hsla(0, 0%, 100%, .1), transparent);
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .1)), to(transparent));
	background-image: linear-gradient(hsla(0, 0%, 100%, .1), transparent);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-radius: 0 0 5px 5px;
	line-height: 0 !important;
	height: 50%;
	top: 50%;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.dipi_countdown .block_clock .face_wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dipi_countdown .block_clock .face {
	text-align: center;
	padding: 20px;
	margin: 5px;
}

.dipi_countdown .block_clock .label {
	color: #fff;
	font-size: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	word-break: break-all;
}

.dipi_countdown .block_clock .time {
	color: #fff;
	font-size: 4em;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dipi_countdown .flip_clock .label {
	font-size: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

.dipi_countdown .flip_clock .count.curr.top {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index: 3;
}

.dipi_countdown .flip_clock .count.next.bottom {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	z-index: 2;
}

.dipi_countdown .flip_clock .flip .count.curr.top {
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.dipi_countdown .flip_clock .flip .count.next.bottom {
	-webkit-transition: all .25s ease-in-out .25s;
	-o-transition: all .25s ease-in-out .25s;
	transition: all .25s ease-in-out .25s;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.dipi_countdown .flip_clock .face_wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.dipi_countdown .forwarding_wrapper {
	display: none;
}

.dipi_countdown .disabled .forwarding_wrapper {
	display: block;
}

@media (max-width:767px) {
	.dipi_countdown .flip_clock {
		width: 100%;
	}
	
	.dipi_countdown .flip_clock .face {
		margin: 1px;
	}
	
	.dipi_countdown .flip_clock .time {
		height: 70px;
		width: 48px;
	}
	
	.dipi_countdown .flip_clock .count {
		font-size: 1.5em;
		line-height: 68px;
	}
	
	.dipi_countdown .flip_clock .label {
		font-size: .8em;
		top: 72px;
	}
	
	.dipi_countdown .block_clock .face {
		padding: 2px;
		margin: 1px;
	}
	
	.dipi_countdown .block_clock .time {
		font-size: 2.5em;
	}
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .flip_clock {
	width: 100%;
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .flip_clock .face {
	margin: 1px;
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .flip_clock .time {
	height: 70px;
	width: 48px;
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .flip_clock .count {
	font-size: 1.5em;
	line-height: 68px;
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .flip_clock .label {
	font-size: .8em;
	top: 72px;
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .block_clock .face {
	padding: 2px;
	margin: 1px;
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .block_clock .time {
	font-size: 2.5em;
}

.dipi_counter {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.dipi_counter .dipi_counter_number {
	position: absolute;
	width: 100%;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.dipi_counter .half_circle .dipi_counter_number {
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.dipi_counter>div, .dipi_counter_number_wrapper {
	width: 100%;
}

.dipi_counter .half_circle svg.circle-container {
	fill: transparent;
}

.dipi_counter .half_circle svg.circle-container .circle-text {
	visibility: hidden;
}

.dipi_counter .half_circle svg.circle-container .foreground-circle {
	stroke: transparent;
}

.dipi_counter .half_circle .circle-container {
	overflow: visible;
}

.dipi_counter .half_circle .dipi_label {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.dipi_counter .half_circle .dipi_label.dipi_start_label {
	left: 0;
}

.dipi_counter .half_circle .dipi_label.dipi_end_label {
	right: 0;
}

.dipi_counter .dipi_counter_number_wrapper.half_circle {
	margin: auto;
	position: relative;
}

:root {
	--background-text-content: "";
}

.dipi-dh-main {
	display: -ms-flexbox;
	display: flex;
}

.dipi-dual-heading .dipi-dh-main:before {
	content: var(--background-text-content);
	z-index: 1;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	text-align: center;
	border-style: solid;
	border-width: 0;
}

.dipi-dual-heading .dipi-dh-first-heading, .dipi-dual-heading .dipi-dh-second-heading {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: inline-block;
}

.dipi-dual-heading .dipi-dh-main .dipi-dh-first-heading:before, .dipi-dual-heading .dipi-dh-main .dipi-dh-second-heading:before {
	display: block;
	width: 0;
	height: 0%;
	background: #eee;
	position: absolute;
	z-index: 1;
}

.dipi-dual-heading.dipi-dh-waypoint .dipi-dh-first-heading:before, .dipi-dual-heading.dipi-dh-waypoint .dipi-dh-second-heading:before {
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.dipi-dual-heading .dipi-dh-first-heading .dipi-dh-bg-container, .dipi-dual-heading .dipi-dh-second-heading .dipi-dh-bg-container {
	display: block;
}

.dipi-dual-heading.dipi-dh-waypoint .dipi-dh-first-heading .dipi-dh-animation-container, .dipi-dual-heading.dipi-dh-waypoint .dipi-dh-second-heading .dipi-dh-animation-container {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	visibility: hidden;
}

.et-fb.et-bfb .dipi-dual-heading.dipi-dh-waypoint .dipi-dh-first-heading .dipi-dh-animation-container, .et-fb.et-bfb .dipi-dual-heading.dipi-dh-waypoint .dipi-dh-second-heading .dipi-dh-animation-container {
	visibility: visible;
}

@-webkit-keyframes dipiDHreveal {
	0% {
		visibility: hidden;
	}
	
	35% {
		visibility: hidden;
	}
	
	70% {
		visibility: hidden;
	}
	
	to {
		visibility: visible;
	}
}

@keyframes dipiDHreveal {
	0% {
		visibility: hidden;
	}
	
	35% {
		visibility: hidden;
	}
	
	70% {
		visibility: hidden;
	}
	
	to {
		visibility: visible;
	}
}

@-webkit-keyframes dipiDHSlideLeft {
	0% {
		height: 100%;
		width: 0;
		top: 0;
		left: 0;
		right: auto;
	}
	
	35% {
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		right: auto;
	}
	
	75% {
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		left: auto;
	}
	
	to {
		height: 100%;
		width: 0;
		top: 0;
		right: 0;
		left: auto;
	}
}

@keyframes dipiDHSlideLeft {
	0% {
		height: 100%;
		width: 0;
		top: 0;
		left: 0;
		right: auto;
	}
	
	35% {
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		right: auto;
	}
	
	75% {
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		left: auto;
	}
	
	to {
		height: 100%;
		width: 0;
		top: 0;
		right: 0;
		left: auto;
	}
}

@-webkit-keyframes dipiDHSlideRight {
	0% {
		height: 100%;
		width: 0;
		top: 0;
		right: 0;
		left: auto;
	}
	
	35% {
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		left: auto;
	}
	
	75% {
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		right: auto;
	}
	
	to {
		height: 100%;
		width: 0;
		top: 0;
		left: 0;
		right: auto;
	}
}

@keyframes dipiDHSlideRight {
	0% {
		height: 100%;
		width: 0;
		top: 0;
		right: 0;
		left: auto;
	}
	
	35% {
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		left: auto;
	}
	
	75% {
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		right: auto;
	}
	
	to {
		height: 100%;
		width: 0;
		top: 0;
		left: 0;
		right: auto;
	}
}

@-webkit-keyframes dipiDHFadeOut {
	0% {
		height: 100%;
		width: 100%;
		opacity: 0;
	}
	
	35% {
		height: 100%;
		width: 100%;
		opacity: 1;
	}
	
	70% {
		height: 100%;
		width: 100%;
		opacity: 1;
	}
	
	to {
		height: 100%;
		width: 100%;
		opacity: 0;
	}
}

@keyframes dipiDHFadeOut {
	0% {
		height: 100%;
		width: 100%;
		opacity: 0;
	}
	
	35% {
		height: 100%;
		width: 100%;
		opacity: 1;
	}
	
	70% {
		height: 100%;
		width: 100%;
		opacity: 1;
	}
	
	to {
		height: 100%;
		width: 100%;
		opacity: 0;
	}
}

@-webkit-keyframes dipiDHSlideUp {
	0% {
		height: 0%;
		width: 100%;
		left: 0;
		bottom: 0;
		top: auto;
	}
	
	35% {
		height: 100%;
		width: 100%;
		left: 0;
		bottom: 0;
		top: auto;
	}
	
	75% {
		height: 100%;
		width: 100%;
		left: 0;
		bottom: auto;
		top: 0;
	}
	
	to {
		height: 0%;
		width: 100%;
		left: 0;
		bottom: auto;
		top: 0;
	}
}

@keyframes dipiDHSlideUp {
	0% {
		height: 0%;
		width: 100%;
		left: 0;
		bottom: 0;
		top: auto;
	}
	
	35% {
		height: 100%;
		width: 100%;
		left: 0;
		bottom: 0;
		top: auto;
	}
	
	75% {
		height: 100%;
		width: 100%;
		left: 0;
		bottom: auto;
		top: 0;
	}
	
	to {
		height: 0%;
		width: 100%;
		left: 0;
		bottom: auto;
		top: 0;
	}
}

@-webkit-keyframes dipiDHSlideDown {
	0% {
		height: 0%;
		width: 100%;
		left: 0;
		top: 0;
		bottom: auto;
	}
	
	35% {
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		bottom: auto;
	}
	
	75% {
		height: 100%;
		width: 100%;
		left: 0;
		top: auto;
		bottom: 0;
	}
	
	to {
		height: 0%;
		width: 100%;
		left: 0;
		top: auto;
		bottom: 0;
	}
}

@keyframes dipiDHSlideDown {
	0% {
		height: 0%;
		width: 100%;
		left: 0;
		top: 0;
		bottom: auto;
	}
	
	35% {
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		bottom: auto;
	}
	
	75% {
		height: 100%;
		width: 100%;
		left: 0;
		top: auto;
		bottom: 0;
	}
	
	to {
		height: 0%;
		width: 100%;
		left: 0;
		top: auto;
		bottom: 0;
	}
}

@-webkit-keyframes dipiBGLeftToRight {
	0% {
		background-position: 0 0;
	}
	
	to {
		background-position: -100% 0;
	}
}

@keyframes dipiBGLeftToRight {
	0% {
		background-position: 0 0;
	}
	
	to {
		background-position: -100% 0;
	}
}

@-webkit-keyframes dipiBGRightToLeft {
	0% {
		background-position: 0 0;
	}
	
	to {
		background-position: 100% 0;
	}
}

@keyframes dipiBGRightToLeft {
	0% {
		background-position: 0 0;
	}
	
	to {
		background-position: 100% 0;
	}
}

@-webkit-keyframes dipiBGTopToBottom {
	0% {
		background-position: 0 0;
	}
	
	to {
		background-position: 0 -100%;
	}
}

@keyframes dipiBGTopToBottom {
	0% {
		background-position: 0 0;
	}
	
	to {
		background-position: 0 -100%;
	}
}

@-webkit-keyframes dipiBGBottomToTop {
	0% {
		background-position: 0 0;
	}
	
	to {
		background-position: 0 100%;
	}
}

@keyframes dipiBGBottomToTop {
	0% {
		background-position: 0 0;
	}
	
	to {
		background-position: 0 100%;
	}
}

@-webkit-keyframes dipiBGHorizontal {
	0% {
		background-position: 0 0;
	}
	
	50% {
		background-position: 100% 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes dipiBGHorizontal {
	0% {
		background-position: 0 0;
	}
	
	50% {
		background-position: 100% 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@-webkit-keyframes dipiBGVertical {
	0% {
		background-position: 0 0;
	}
	
	50% {
		background-position: 0 100%;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes dipiBGVertical {
	0% {
		background-position: 0 0;
	}
	
	50% {
		background-position: 0 100%;
	}
	
	to {
		background-position: 0 0;
	}
}

h1.dipi-dh-main, h2.dipi-dh-main, h3.dipi-dh-main, h4.dipi-dh-main, h5.dipi-dh-main, h6.dipi-dh-main {
	padding-bottom: 0;
}

.dipi-fancy-text-container .fancy-text-wrap {
	position: relative;
}

.fancy-text-wrap.dipi_morphext {
	visibility: visible;
}

.fancy-text-wrap {
	visibility: hidden;
	text-decoration: inherit;
}

.fancy-text-wrap .animated {
	text-decoration: inherit;
	display: inline-block;
}

.fancy-text-prefix, .fancy-text-suffix, .fancy-text-wrap {
	display: inline-block;
}

.dipi_fancy_text .fancy-text-prefix {
	white-space: break-spaces;
}

.dipi_faq .dipi-faq-entry:last-of-type {
	margin-bottom: 0;
}

.dipi-faq-entry {
	border: 1px solid #d9d9d9;
}

.dipi-faq-entry, .dipi-faq-title {
	-webkit-transition: all .3s ease, height 0s;
	-o-transition: all .3s ease, height 0s;
	transition: all .3s ease, height 0s;
}

.dipi-faq-title {
	font-size: 16px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.dipi-faq-title h1, .dipi-faq-title h2, .dipi-faq-title h3, .dipi-faq-title h4, .dipi-faq-title h5, .dipi-faq-title h6 {
	padding: 0;
	margin: 0;
}

.dipi-faq-title h1, .dipi-faq-title h2, .dipi-faq-title h3, .dipi-faq-title h4, .dipi-faq-title h5, .dipi-faq-title h6, .dipi-faq-title p, .dipi-faq-title span {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
}

.dipi-faq-accordion .dipi-faq-title, .dipi-faq-toggles .dipi-faq-title {
	cursor: pointer;
}

.dipi-faq-accordion.dipi-faq-accordion-not-closable .dipi-faq-title {
	cursor: inherit;
}

.dipi-faq-title .dipi-faq-icon-closed, .dipi-faq-title .dipi-faq-icon-open, .dipi-faq-title:after, .dipi-faq-title:before {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-family: ETmodules !important;
	font-style: normal;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0;
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	right: 20px;
	left: auto;
}

.closed .dipi-faq-title .dipi-faq-icon-open, .closed .dipi-faq-title:after, .dipi-faq-accordion-not-closable .open .dipi-faq-title .dipi-faq-icon-open, .dipi-faq-accordion-not-closable .open .dipi-faq-title:after, .open .dipi-faq-title .dipi-faq-icon-closed, .open .dipi-faq-title:before {
	opacity: 0;
}

.dipi-faq-content {
	-webkit-transition: all .3s ease, height 0s, padding-top 0s, padding-bottom 0s;
	-o-transition: all .3s ease, height 0s, padding-top 0s, padding-bottom 0s;
	transition: all .3s ease, height 0s, padding-top 0s, padding-bottom 0s;
	border-style: solid;
}

.dipi-faq-plain .dipi-faq-icon-closed, .dipi-faq-plain .dipi-faq-icon-open {
	display: none;
}

.dipi-faq-plain .dipi-faq-content {
	display: block !important;
}

.dipi-flip-box-back-side-wrapper, .dipi-flip-box-front-side-wrapper {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.dipi_flip_box .et-fb-component-settings--module, .dipi_flip_box .et-fb-module-button-wrap--add, .dipi_flip_box .et-pb-draggable-spacing {
	-webkit-transform: translateZ(10000px);
	transform: translateZ(10000px);
}

.dipi_flip_box .dipi-3d-flip-box .dipi-flip-box-back-side .dipi-flip-box-back-side-wrapper, .dipi_flip_box .dipi-3d-flip-box .dipi-flip-box-front-side .dipi-flip-box-front-side-wrapper {
	overflow: visible;
}

.dipi_flip_box .dipi-flip-box-back-side .dipi-flip-box-back-side-wrapper, .dipi_flip_box .dipi-flip-box-front-side .dipi-flip-box-front-side-wrapper {
	border-style: solid;
	border-width: 0;
}

.dipi-flip-box-back-side, .dipi-flip-box-front-side {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.dipi-3d-flip-box .dipi-flip-box-back-side, .dipi-3d-flip-box .dipi-flip-box-front-side, .dipi-flip-box-back-side-wrapper, .dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-inner-wrapper, .dipi-flip-box-front-side-wrapper, .dipi-flip-box-inner-wrapper {
	-webkit-transform-style: preserve-3d !important;
	transform-style: preserve-3d !important;
}

.dipi-flip-box-back-side-innner, .dipi-flip-box-front-side-innner {
	padding: 20px;
}

.dipi_flip_box>.dipi-flip-box-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dipi-flip-box-container .dipi-flip-box-inner {
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-inner-wrapper {
	position: relative;
}

.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-back-side, .dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-front-side {
	top: 0;
	right: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	background-position: 50%;
	background-clip: padding-box;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.dipi-flip-box-back-side-wrapper, .dipi-flip-box-front-side-wrapper {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dipi-flip-box-container .dipi-flip-box-back-side-innner, .dipi-flip-box-container .dipi-flip-box-front-side-innner {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-front-side {
	position: relative;
	bottom: 0;
}

.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-back-side {
	position: absolute;
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-bottom-top .dipi-flip-box-back-side, .dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-bottom-top:hover .dipi-flip-box-back-side, .dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-top-bottom .dipi-flip-box-front-side, .dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-top-bottom:hover .dipi-flip-box-back-side {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-top-bottom:hover .dipi-flip-box-front-side {
	-webkit-transform: rotateX(180deg) rotateY(0);
	transform: rotateX(180deg) rotateY(0);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-bottom-top:hover .dipi-flip-box-front-side, .dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-top-bottom .dipi-flip-box-back-side {
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-bottom-top .dipi-flip-box-back-side {
	-webkit-transform: rotateX(180deg) rotateY(0);
	transform: rotateX(180deg) rotateY(0);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-left-right .dipi-flip-box-front-side, .dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-left-right:hover .dipi-flip-box-back-side, .dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-right-left .dipi-flip-box-front-side, .dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-right-left:hover .dipi-flip-box-back-side {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-left-right:hover .dipi-flip-box-front-side {
	-webkit-transform: rotateX(0deg) rotateY(180deg);
	transform: rotateX(0deg) rotateY(180deg);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-left-right .dipi-flip-box-back-side, .dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-right-left:hover .dipi-flip-box-front-side {
	-webkit-transform: rotateX(0deg) rotateY(-180deg);
	transform: rotateX(0deg) rotateY(-180deg);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-right-left .dipi-flip-box-back-side {
	-webkit-transform: rotateX(0deg) rotateY(180deg);
	transform: rotateX(0deg) rotateY(180deg);
}

.dipi-flip-box-container .dipi-3d-flip-box .dipi-flip-box-back-side .dipi-flip-box-back-side-innner, .dipi-flip-box-container .dipi-3d-flip-box .dipi-flip-box-front-side .dipi-flip-box-front-side-innner {
	-webkit-transform: translateZ(90px) scale(.91);
	transform: translateZ(90px) scale(.91);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube {
	-webkit-transition: .5s cubic-bezier(.5, -.5, .5, 1.5);
	-o-transition: .5s cubic-bezier(.5, -.5, .5, 1.5);
	transition: .5s cubic-bezier(.5, -.5, .5, 1.5);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ttb .dipi-flip-box-inner-wrapper {
	-webkit-transform: rotateX(-90deg) translateY(50%) rotateX(90deg);
	transform: rotateX(-90deg) translateY(50%) rotateX(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ttb .dipi-flip-box-front-side {
	-webkit-transform: rotateX(90deg) translateY(50%) rotateX(-90deg);
	transform: rotateX(90deg) translateY(50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ttb .dipi-flip-box-back-side {
	-webkit-transform: rotateX(-90deg) translateY(50%) rotateX(-90deg);
	transform: rotateX(-90deg) translateY(50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ttb .dipi-flip-box-3d-flank {
	-webkit-transform: translateY(-50%) rotateX(90deg);
	transform: translateY(-50%) rotateX(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ttb:hover .dipi-flip-box-inner-wrapper {
	-webkit-transform: rotateX(-90deg) translateY(50%) rotateX(-90deg);
	transform: rotateX(-90deg) translateY(50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-btt .dipi-flip-box-inner-wrapper {
	-webkit-transform: rotateX(90deg) translateY(-50%) rotateX(-90deg);
	transform: rotateX(90deg) translateY(-50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-btt .dipi-flip-box-front-side {
	-webkit-transform: rotateX(90deg) translateY(50%) rotateX(-90deg);
	transform: rotateX(90deg) translateY(50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-btt .dipi-flip-box-back-side {
	-webkit-transform: rotateX(-90deg) translateY(50%) rotateX(-90deg);
	transform: rotateX(-90deg) translateY(50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-btt .dipi-flip-box-3d-flank {
	-webkit-transform: translateY(50%) rotateX(-90deg);
	transform: translateY(50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-btt:hover .dipi-flip-box-inner-wrapper {
	-webkit-transform: rotateX(90deg) translateY(-50%) rotateX(90deg);
	transform: rotateX(90deg) translateY(-50%) rotateX(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ltr .dipi-flip-box-inner-wrapper {
	-webkit-transform: rotateY(90deg) translateX(50%) rotateY(-90deg);
	transform: rotateY(90deg) translateX(50%) rotateY(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ltr .dipi-flip-box-front-side {
	-webkit-transform: rotateY(90deg) translateX(-50%) rotateY(-90deg);
	transform: rotateY(90deg) translateX(-50%) rotateY(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ltr .dipi-flip-box-back-side {
	-webkit-transform: rotateY(90deg) translateX(50%) rotateY(90deg);
	transform: rotateY(90deg) translateX(50%) rotateY(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ltr .dipi-flip-box-3d-flank {
	-webkit-transform: translateX(-50%) rotateY(-90deg);
	transform: translateX(-50%) rotateY(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ltr:hover .dipi-flip-box-inner-wrapper {
	-webkit-transform: rotateY(90deg) translateX(50%) rotateY(90deg);
	transform: rotateY(90deg) translateX(50%) rotateY(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-rtl .dipi-flip-box-inner-wrapper {
	-webkit-transform: rotateY(-90deg) translateX(-50%) rotateY(90deg);
	transform: rotateY(-90deg) translateX(-50%) rotateY(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-rtl .dipi-flip-box-front-side {
	-webkit-transform: rotateY(90deg) translateX(-50%) rotateY(-90deg);
	transform: rotateY(90deg) translateX(-50%) rotateY(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-rtl .dipi-flip-box-back-side {
	-webkit-transform: rotateY(90deg) translateX(50%) rotateY(90deg);
	transform: rotateY(90deg) translateX(50%) rotateY(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-rtl .dipi-flip-box-3d-flank {
	-webkit-transform: translateX(50%) rotateY(90deg);
	transform: translateX(50%) rotateY(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-rtl:hover .dipi-flip-box-inner-wrapper {
	-webkit-transform: rotateY(-90deg) translateX(-50%) rotateY(-90deg);
	transform: rotateY(-90deg) translateX(-50%) rotateY(-90deg);
}

.dipi-flip-box-3d-flank {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.dipi-flip-box-3d-cube .dipi-flip-box-inner-wrapper, .dipi-flip-box-3d-flank, .dipi-flip-box-back-side, .dipi-flip-box-front-side, .dipi-flip-box-inner, .dipi-flip-box-inner-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-property: transform;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
}

.dipi-flip-box-3d-flank, .dipi-flip-box-back-side, .dipi-flip-box-front-side, .dipi-flip-box-inner, .dipi-flip-box-inner-wrapper {
	-webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
	-o-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
	transition-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube .dipi-flip-box-front-side, .dipi-flip-box-container .dipi-flip-box-3d-cube:hover .dipi-flip-box-back-side {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
}

.dipi-flip-box-container .dipi-flip-box-3d-cube .dipi-flip-box-3d-flank {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	background-color: #ddd;
	position: absolute;
	left: 0;
	top: 0;
	border-style: solid;
	border-width: 0;
}

.dipi-flip-box-container .dipi-flip-box-back-side>div, .dipi-flip-box-container .dipi-flip-box-front-side>div {
	width: 100%;
}

.dipi-flip-box-container .dipi-flip-box-back-side .dipi-image-wrap, .dipi-flip-box-container .dipi-flip-box-front-side .dipi-image-wrap {
	width: 100%;
	margin: auto;
	position: relative;
}

.dipi-flip-box-container .dipi-flip-box-back-side .dipi-image-wrap img, .dipi-flip-box-container .dipi-flip-box-front-side .dipi-image-wrap img {
	border-style: solid;
	-o-object-fit: contain;
	object-fit: contain;
	vertical-align: middle;
}

.dipi-flip-box-container .dipi-flip-box-back-side .dipi-back-icon-circle, .dipi-flip-box-container .dipi-flip-box-front-side .dipi-front-icon-circle {
	padding: 25px;
	border-radius: 100%;
	line-height: 1;
}

.dipi-flip-box-container .dipi-flip-box-back-side .dipi-back-icon-border, .dipi-flip-box-container .dipi-flip-box-front-side .dipi-front-icon-border {
	border: 3px solid;
}

.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-back-side .dipi-text, .dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-front-side .dipi-text {
	padding: 15px 0 0;
}

.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-back-side .dipi-text .dipi-desc, .dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-front-side .dipi-text .dipi-desc {
	margin-bottom: 15px;
}

.dipi-flip-box-container .dipi-flip-box-back-side .dipi-flip-box-heading, .dipi-flip-box-container .dipi-flip-box-front-side .dipi-flip-box-heading {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
}

.dipi-flip-box-container .dipi-back-button, .dipi-flip-box-container .dipi-front-button {
	display: inline-block;
	-webkit-transition: all .2s !important;
	-o-transition: all .2s !important;
	transition: all .2s !important;
}

.dipi-floating-multi-images {
	height: 460px;
}

div.dipi_floating_multi_images_child {
	position: absolute;
	display: inline-block;
	margin: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	line-height: 0;
	will-change: transform;
	animation-name: dipi-updown-effect;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	transform-style: preserve-3d;
	-webkit-animation-name: dipi-updown-effect;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-transform-style: preserve-3d;
}

.dipi_floating_multi_images_child .dipi-fi-icon, .dipi_floating_multi_images_child img {
	border-style: solid;
}

@keyframes dipi-updown-effect {
	0% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
}

@-webkit-keyframes dipi-updown-effect {
	0% {
		-webkit-transform: translate3d(0, 10px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, -10px, 0);
	}
}

@keyframes dipi-leftright-effect {
	0% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	to {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
}

@-webkit-keyframes dipi-leftright-effect {
	0% {
		-webkit-transform: translate3d(10px, 0, 0);
	}
	
	to {
		-webkit-transform: translate3d(-10px, 0, 0);
	}
}

@keyframes dipi-topleftright-effect {
	0% {
		-webkit-transform: translate3d(-10px, -10px, 0) scale3d(.95, .95, 1) rotateX(0deg);
		transform: translate3d(-10px, -10px, 0) scale3d(.95, .95, 1) rotateX(0deg);
	}
	
	to {
		-webkit-transform: translate3d(10px, 10px, 0) scaleX(1) rotate3d(0, 0, 0, 0deg);
		transform: translate3d(10px, 10px, 0) scaleX(1) rotate3d(0, 0, 0, 0deg);
	}
}

@-webkit-keyframes dipi-topleftright-effect {
	0% {
		-webkit-transform: translate3d(-10px, -10px, 0) scale3d(.95, .95, 1) rotateX(0deg);
	}
	
	to {
		-webkit-transform: translate3d(10px, 10px, 0) scaleX(1) rotate3d(0, 0, 0, 0deg);
	}
}

@keyframes dipi-toprightleft-effect {
	0% {
		-webkit-transform: translate3d(10px, 0, 0) scale3d(.95, .95, 1);
		transform: translate3d(10px, 0, 0) scale3d(.95, .95, 1);
	}
	
	to {
		-webkit-transform: translate3d(-10px, 10px, 0) scaleX(1);
		transform: translate3d(-10px, 10px, 0) scaleX(1);
	}
}

@-webkit-keyframes dipi-toprightleft-effect {
	0% {
		-webkit-transform: translate3d(10px, 0, 0) scale3d(.95, .95, 1);
	}
	
	to {
		-webkit-transform: translate3d(-10px, 10px, 0) scaleX(1);
	}
}

@keyframes dipi-rotate-effect {
	0% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	to {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-webkit-keyframes dipi-rotate-effect {
	0% {
		-webkit-transform: rotate(5deg);
	}
	
	to {
		-webkit-transform: rotate(-5deg);
	}
}

@keyframes dipi-zoom-effect {
	0% {
		-webkit-transform: scale3d(.9, .9, 1);
		transform: scale3d(.9, .9, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-webkit-keyframes dipi-zoom-effect {
	0% {
		-webkit-transform: scale3d(.9, .9, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
	}
}

@keyframes dipi-zoomrotate-effect {
	0% {
		-webkit-transform: translate3d(0, 5px, 0) scale3d(.95, .95, 1) rotate(5deg);
		transform: translate3d(0, 5px, 0) scale3d(.95, .95, 1) rotate(5deg);
	}
	
	to {
		-webkit-transform: translate3d(0, -5px, 0) scaleX(1) rotate(-5deg);
		transform: translate3d(0, -5px, 0) scaleX(1) rotate(-5deg);
	}
}

@-webkit-keyframes dipi-zoomrotate-effect {
	0% {
		-webkit-transform: translate3d(0, 5px, 0) scale3d(.95, .95, 1) rotate(5deg);
	}
	
	to {
		-webkit-transform: translate3d(0, -5px, 0) scaleX(1) rotate(-5deg);
	}
}

@keyframes dipi-zoomtop-effect {
	0% {
		-webkit-transform: translate3d(0, 10px, 0) scale3d(.95, .95, 1);
		transform: translate3d(0, 10px, 0) scale3d(.95, .95, 1);
	}
	
	to {
		-webkit-transform: translate3d(0, -10px, 0) scaleX(1);
		transform: translate3d(0, -10px, 0) scaleX(1);
	}
}

@-webkit-keyframes dipi-zoomtop-effect {
	0% {
		-webkit-transform: translate3d(0, 10px, 0) scale3d(.95, .95, 1);
	}
	
	to {
		-webkit-transform: translate3d(0, -10px, 0) scaleX(1);
	}
}

@keyframes dipi-zoombottom-effect {
	0% {
		-webkit-transform: translate3d(0, -10px, 0) scale3d(.95, .95, 1);
		transform: translate3d(0, -10px, 0) scale3d(.95, .95, 1);
	}
	
	to {
		-webkit-transform: translate3d(0, 10px, 0) scaleX(1);
		transform: translate3d(0, 10px, 0) scaleX(1);
	}
}

@-webkit-keyframes dipi-zoombottom-effect {
	0% {
		-webkit-transform: translate3d(0, -10px, 0) scale3d(.95, .95, 1);
	}
	
	to {
		-webkit-transform: translate3d(0, 10px, 0) scaleX(1);
	}
}

@keyframes dipi-zoomleft-effect {
	0% {
		-webkit-transform: translate3d(10px, 0, 0) scale3d(.95, .95, 1);
		transform: translate3d(10px, 0, 0) scale3d(.95, .95, 1);
	}
	
	to {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(1);
		transform: translate3d(-10px, 0, 0) scaleX(1);
	}
}

@-webkit-keyframes dipi-zoomleft-effect {
	0% {
		-webkit-transform: translate3d(10px, 0, 0) scale3d(.95, .95, 1);
	}
	
	to {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(1);
	}
}

@keyframes dipi-zoomright-effect {
	0% {
		-webkit-transform: translate3d(-10px, 0, 0) scale3d(.95, .95, 1);
		transform: translate3d(-10px, 0, 0) scale3d(.95, .95, 1);
	}
	
	to {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(1);
		transform: translate3d(10px, 0, 0) scaleX(1);
	}
}

@-webkit-keyframes dipi-zoomright-effect {
	0% {
		-webkit-transform: translate3d(-10px, 0, 0) scale3d(.95, .95, 1);
	}
	
	to {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(1);
	}
}

.dipi-anim-preload .dipi_hover_box * {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.dipi-anim-preload .dipi-hover-box-container {
	display: none !important;
}

.dipi-hover-box-container, .dipi-hover-box-content, .dipi-hover-box-hover {
	width: 100%;
}

.dipi-hover-box-container {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	overflow: hidden;
}

.dipi-hover-box-container, .dipi-hover-box-inner-wrapper {
	position: relative;
	-webkit-transition: 1.3s;
	-o-transition: 1.3s;
	transition: 1.3s;
	border-style: solid;
}

.dipi-hover-box-content, .dipi-hover-box-hover {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	padding: 30px;
	border-style: solid;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.dipi-hover-button:after {
	font-size: inherit !important;
	line-height: inherit !important;
}

.dipi-hover-button[data-icon]:not([data-icon=""]):after {
	content: attr(data-icon);
}

.dipi-hover-box-slide-top .dipi-hover-box-hover {
	-webkit-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dipi_hover_box:hover .dipi-hover-box-slide-top .dipi-hover-box-hover {
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}

.dipi-hover-box-slide-bottom .dipi-hover-box-hover {
	-webkit-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dipi_hover_box:hover .dipi-hover-box-slide-bottom .dipi-hover-box-hover {
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}

.dipi-hover-box-slide-left .dipi-hover-box-hover {
	-webkit-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dipi_hover_box:hover .dipi-hover-box-slide-left .dipi-hover-box-hover {
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}

.dipi-hover-box-slide-right .dipi-hover-box-hover {
	-webkit-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dipi_hover_box:hover .dipi-hover-box-slide-right .dipi-hover-box-hover {
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}

.dipi-hover-box-fade .dipi-hover-box-content, .dipi_hover_box:hover .dipi-hover-box-fade .dipi-hover-box-hover {
	opacity: 1;
}

.dipi-hover-box-fade .dipi-hover-box-hover, .dipi_hover_box:hover .dipi-hover-box-fade .dipi-hover-box-content {
	opacity: 0;
}

.dipi-hover-box-zoom .dipi-hover-box-content, .dipi_hover_box:hover .dipi-hover-box-zoom .dipi-hover-box-hover {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.dipi-hover-box-zoom .dipi-hover-box-hover, .dipi_hover_box:hover .dipi-hover-box-zoom .dipi-hover-box-content {
	opacity: 0;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.dipi_hover_box:hover .dipi-hover-box-container .dipi-hover-box-content .dipi-hover-box-content-innner {
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-hover-box-content-innner {
	-webkit-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.dipi-hover-box-container .dipi-hover-box-content>div, .dipi-hover-box-container .dipi-hover-box-hover>div {
	width: 100%;
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-icon-wrap, .dipi-hover-box-container .dipi-hover-box-hover .dipi-icon-wrap {
	padding: 15px 0 0;
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-image-wrap, .dipi-hover-box-container .dipi-hover-box-hover .dipi-image-wrap {
	width: 100%;
	margin: auto;
	position: relative;
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-image-wrap img, .dipi-hover-box-container .dipi-hover-box-hover .dipi-image-wrap img {
	border-style: solid;
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-content-icon-circle, .dipi-hover-box-container .dipi-hover-box-hover .dipi-hover-icon-circle {
	padding: 25px;
	border-radius: 100%;
	line-height: 1;
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-content-icon-border, .dipi-hover-box-container .dipi-hover-box-hover .dipi-hover-icon-border {
	border: 3px solid;
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-text, .dipi-hover-box-container .dipi-hover-box-hover .dipi-text {
	padding: 15px 0;
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-hover-box-heading, .dipi-hover-box-container .dipi-hover-box-hover .dipi-hover-box-heading {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
}

.dipi-hover-box-container .dipi-content-button, .dipi-hover-box-container .dipi-hover-button {
	display: inline-block;
	-webkit-transition: all .2s !important;
	-o-transition: all .2s !important;
	transition: all .2s !important;
}

.dipi-hover-box-container .dipi-content-button:hover:after, .dipi-hover-box-container .dipi-content-button:hover:before, .dipi-hover-box-container .dipi-hover-button:hover:after, .dipi-hover-box-container .dipi-hover-button:hover:before {
	font-size: inherit !important;
}

.hover_box_align_front_top .dipi-hover-box-content, .hover_box_align_front_top_left .dipi-hover-box-content, .hover_box_align_front_top_right .dipi-hover-box-content {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.hover_box_align_front_top .dipi-hover-box-content-innner {
	text-align: center;
}

.hover_box_align_front_top_left .dipi-hover-box-content-innner {
	text-align: left;
}

.hover_box_align_front_top_right .dipi-hover-box-content-innner {
	text-align: right;
}

.hover_box_align_front_top .dipi-content-image-icon-wrap {
	margin-left: auto !important;
	margin-right: auto !important;
}

.hover_box_align_front_top_left .dipi-content-image-icon-wrap {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.hover_box_align_front_top_right .dipi-content-image-icon-wrap {
	margin-left: auto !important;
	margin-right: 0 !important;
}

.hover_box_align_front_left .dipi-hover-box-content-innner {
	text-align: left;
}

.hover_box_align_front_left .dipi-content-image-icon-wrap {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.hover_box_align_front_center .dipi-hover-box-content-innner {
	text-align: center;
}

.hover_box_align_front_right .dipi-hover-box-content-innner {
	text-align: right;
}

.hover_box_align_front_right .dipi-content-image-icon-wrap {
	margin-left: auto !important;
	margin-right: 0 !important;
}

.hover_box_align_front_bottom .dipi-hover-box-content, .hover_box_align_front_bottom_left .dipi-hover-box-content, .hover_box_align_front_bottom_right .dipi-hover-box-content {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.hover_box_align_front_bottom .dipi-hover-box-content-innner {
	text-align: center;
}

.hover_box_align_front_bottom_left .dipi-hover-box-content-innner {
	text-align: left;
}

.hover_box_align_front_bottom_right .dipi-hover-box-content-innner {
	text-align: right;
}

.hover_box_align_front_bottom .dipi-content-image-icon-wrap {
	margin-left: auto !important;
	margin-right: auto !important;
}

.hover_box_align_front_bottom_left .dipi-content-image-icon-wrap {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.hover_box_align_front_bottom_right .dipi-content-image-icon-wrap {
	margin-left: auto !important;
	margin-right: 0 !important;
}

.hover_box_align_back_top .dipi-hover-box-hover, .hover_box_align_back_top_left .dipi-hover-box-hover, .hover_box_align_back_top_right .dipi-hover-box-hover {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.hover_box_align_back_top .dipi-hover-box-hover-innner {
	text-align: center;
}

.hover_box_align_back_top_left .dipi-hover-box-hover-innner {
	text-align: left;
}

.hover_box_align_back_top_right .dipi-hover-box-hover-innner {
	text-align: right;
}

.hover_box_align_back_top .dipi-hover-image-icon-wrap {
	margin-left: auto !important;
	margin-right: auto !important;
}

.hover_box_align_back_top_left .dipi-hover-image-icon-wrap {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.hover_box_align_back_top_right .dipi-hover-image-icon-wrap {
	margin-left: auto !important;
	margin-right: 0 !important;
}

.hover_box_align_back_left .dipi-hover-box-hover-innner {
	text-align: left;
}

.hover_box_align_back_left .dipi-hover-image-icon-wrap {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.hover_box_align_back_center .dipi-hover-box-hover-innner {
	text-align: center;
}

.hover_box_align_back_right .dipi-hover-box-hover-innner {
	text-align: right;
}

.hover_box_align_back_right .dipi-hover-image-icon-wrap {
	margin-left: auto !important;
	margin-right: 0 !important;
}

.hover_box_align_back_bottom .dipi-hover-box-hover, .hover_box_align_back_bottom_left .dipi-hover-box-hover, .hover_box_align_back_bottom_right .dipi-hover-box-hover {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.hover_box_align_back_bottom .dipi-hover-box-hover-innner {
	text-align: center;
}

.hover_box_align_back_bottom_left .dipi-hover-box-hover-innner {
	text-align: left;
}

.hover_box_align_back_bottom_right .dipi-hover-box-hover-innner {
	text-align: right;
}

.hover_box_align_back_bottom .dipi-hover-image-icon-wrap {
	margin-left: auto !important;
	margin-right: auto !important;
}

.hover_box_align_back_bottom_left .dipi-hover-image-icon-wrap {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.hover_box_align_back_bottom_right .dipi-hover-image-icon-wrap {
	margin-left: auto !important;
	margin-right: 0 !important;
}

.dipi_hover_box .et_pb_section_video_bg video {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 1.3s;
	-o-transition: 1.3s;
	transition: 1.3s;
}

.dipi_image_accordion_wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 50vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dipi_image_accordion_child, .dipi_image_accordion_child .dipi-ia-image-bg {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.dipi_image_accordion_child {
	position: relative;
	flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	text-align: center;
	text-decoration: none;
	-webkit-transition: flex .4s ease-in-out;
	-o-transition: flex .4s ease-in-out;
	transition: flex .4s ease-in-out;
	transition: flex .4s ease-in-out, -ms-flex .4s ease-in-out;
	margin-bottom: 0 !important;
	overflow: hidden;
}

.dipi_clickable .dipi_image_accordion_child {
	cursor: pointer;
}

.dipi_image_accordion_child.dipi-active {
	-ms-flex: 5 0 auto;
	flex: 5 0 auto;
}

.dipi_image_accordion_bg, .dipi_image_accordion_bg_hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.dipi_image_accordion_bg_hover, .dipi_image_accordion_child.dipi-active .dipi_image_accordion_bg.dipi_hide_on_hover, .dipi_image_accordion_child:hover .dipi_image_accordion_bg.dipi_hide_on_hover {
	opacity: 0;
}

.dipi_image_accordion_bg, .dipi_image_accordion_child.dipi-active .dipi_image_accordion_bg_hover, .dipi_image_accordion_child:hover .dipi_image_accordion_bg_hover {
	opacity: 1;
}

.dipi_image_accordion_child .dipi-accordion-content {
	opacity: 0;
	position: relative;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

.dipi_image_accordion_child.dipi-active .dipi-accordion-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .5s ease-in-out .2s !important;
	-o-transition: all .5s ease-in-out .2s !important;
	transition: all .5s ease-in-out .2s !important;
}

.dipi_image_accordion_child .dipi-ia-image-bg, .dipi_image_accordion_child>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}

.dipi_image_accordion_child .dipi-accordion-image-icon {
	opacity: 0;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

.dipi_image_accordion_child.dipi-active .dipi-accordion-image-icon {
	opacity: 1;
	margin-bottom: 15px;
	-webkit-transition: all .5s ease-in-out .3s;
	-o-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s;
}

.dipi_image_accordion_child .dipi-accordion-image-icon>img {
	border-style: solid;
	height: auto;
}

.dipi_image_accordion_child .dipi-accordion-title {
	opacity: 0;
	font-size: 22px;
	color: #333;
	padding-bottom: 10px;
	line-height: 1em;
	font-weight: 500;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

.dipi_image_accordion_child.dipi-active .dipi-accordion-title {
	opacity: 1;
	-webkit-transition: all .5s ease-in-out .3s;
	-o-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s;
}

.dipi_image_accordion_child .dipi-accordion-description {
	opacity: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 20px;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

.dipi_image_accordion_child.dipi-active .dipi-accordion-description {
	opacity: 1;
	-webkit-transition: all .5s ease-in-out .3s;
	-o-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s;
}

.dipi_image_accordion_child .dipi-accordion-button-wrap {
	opacity: 0;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

.dipi_image_accordion_child.dipi-active .dipi-accordion-button-wrap {
	opacity: 1;
	-webkit-transition: all .5s ease-in-out .3s;
	-o-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s;
}

.dipi-align-horizontal-center, .dipi-align-horizontal-left, .dipi-align-horizontal-right, .dipi-align-vertical-bottom, .dipi-align-vertical-center, .dipi-align-vertical-top {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.dipi-align-horizontal-left {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.dipi-align-horizontal-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.dipi-align-horizontal-right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.dipi-align-horizontal-left .dipi-accordion-content {
	text-align: left;
}

.dipi-align-horizontal-center .dipi-accordion-content {
	text-align: center;
}

.dipi-align-horizontal-right .dipi-accordion-content {
	text-align: right;
}

.dipi-align-vertical-top {
	-ms-flex-align: start;
	align-items: flex-start;
}

.dipi-align-vertical-center {
	-ms-flex-align: center;
	align-items: center;
}

.dipi-align-vertical-bottom {
	-ms-flex-align: end;
	align-items: flex-end;
}

:root {
	--dipi-ig-popup-speed: 500ms;
}

.dipi_image_gallery .et_pb_module_inner {
	height: 100%;
}

.dipi_image_gallery>div:not(.et-pb-draggable-spacing), .dipi_image_gallery_child>div:not(.et-pb-draggable-spacing) {
	height: 100% !important;
}

.dipi-carousel-wrapper {
	height: 100%;
}

.dipi-image-gallery .swiper-container {
	width: 100%;
	margin: 0 auto;
}

.swiper-slide-container {
	height: 100%;
	max-width: 100%;
	margin: auto;
	background-position: 50%;
}

.dipi-image-gallery-top {
	width: 100%;
	-ms-flex: 1 1;
	flex: 1 1;
	position: relative;
}

.dipi-image-gallery-top .swiper-container, .dipi-image-gallery-top .swiper-slide, .dipi-image-gallery-top .swiper-slide .dipi_image_gallery_child {
	height: 100%;
}

.dipi-image-gallery-thumbs {
	position: relative;
}

.dipi-image-gallery-thumbs .swiper-container {
	height: 100%;
	width: 100%;
}

.dipi-image-gallery-thumbs .swiper-arrow-button.show_on_hover {
	opacity: 0;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.dipi-image-gallery-thumbs:hover .swiper-arrow-button.show_on_hover {
	opacity: 1;
}

.dipi-image-gallery-thumbs .swiper-arrow-button:after {
	content: attr(data-icon);
	font-family: ETmodules;
}

.dipi-image-gallery-top .swiper-arrow-button.show_on_hover {
	opacity: 0;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.dipi-image-gallery-top:hover .swiper-arrow-button.show_on_hover {
	opacity: 1;
}

.dipi-image-gallery-top .swiper-arrow-button:after {
	content: attr(data-icon);
	font-family: ETmodules;
}

.gallery-thumbs {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex: none;
	flex: none;
	height: 100%;
}

.dipi-ig-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.dipi-ig-main-content {
	z-index: 10;
	position: absolute;
}

@media only screen and (max-width:980px) {
	.dipi-ig-float-hz-left-tablet .dipi-image-gallery-thumbs {
		left: 0;
		right: auto;
		-webkit-transform: none;
		transform: none;
	}
	
	.dipi-ig-float-hz-right-tablet .dipi-image-gallery-thumbs {
		right: 0;
		left: auto;
		-webkit-transform: none;
		transform: none;
	}
	
	.dipi-ig-float-vr-top-tablet .dipi-image-gallery-thumbs {
		top: 0;
		bottom: auto;
	}
	
	.dipi-ig-float-vr-bottom-tablet .dipi-image-gallery-thumbs {
		bottom: 0;
		top: auto;
	}
	
	.dipi-ig-float-hz-center-tablet .dipi-image-gallery-thumbs {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		right: auto;
	}
	
	.dipi-ig-float-vr-center-tablet .dipi-image-gallery-thumbs {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		bottom: auto;
	}
	
	.dipi-ig-float-hz-center-tablet.dipi-ig-float-vr-center-tablet .dipi-image-gallery-thumbs {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media only screen and (max-width:767px) {
	.dipi-ig-float-hz-center-tablet.dipi-ig-float-vr-center-tablet .dipi-image-gallery-thumbs {
		-webkit-transform: none;
		transform: none;
	}
	
	.dipi-ig-float-hz-left-phone .dipi-image-gallery-thumbs {
		left: 0;
		right: auto;
		-webkit-transform: none;
		transform: none;
	}
	
	.dipi-ig-float-hz-right-phone .dipi-image-gallery-thumbs {
		right: 0;
		left: auto;
		-webkit-transform: none;
		transform: none;
	}
	
	.dipi-ig-float-vr-top-phone .dipi-image-gallery-thumbs {
		top: 0;
		bottom: auto;
		-webkit-transform: none;
		transform: none;
	}
	
	.dipi-ig-float-vr-bottom-phone .dipi-image-gallery-thumbs {
		bottom: 0;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
	
	.dipi-ig-float-hz-center-phone .dipi-image-gallery-thumbs {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		right: auto;
	}
	
	.dipi-ig-float-vr-center-phone .dipi-image-gallery-thumbs {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		bottom: auto;
	}
	
	.dipi-ig-float-hz-center-phone.dipi-ig-float-vr-center-phone .dipi-image-gallery-thumbs {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.dipi-image-gallery-top .dipi_image_gallery_child {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0 !important;
}

.gallery-top .dipi_image_gallery_child {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dipi-image-gallery-thumbs .dipi_image_gallery_child {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
}

.dipi-image-gallery-thumbs .dipi-thumbs-horizontal .dipi_image_gallery_child {
	margin-bottom: 0 !important;
}

.dipi-image-gallery-thumbs .dipi_image_gallery_child .swiper-slide-container {
	cursor: pointer;
	height: 100%;
	background-position: 50%;
	opacity: .7;
	-webkit-transition: opacity .7s;
	-o-transition: opacity .7s;
	transition: opacity .7s;
}

.dipi-image-gallery-thumbs .dipi_image_gallery_child .swiper-slide-container:hover, .dipi-image-gallery-thumbs .swiper-slide-active .swiper-slide-container {
	opacity: 1;
}

.dipi-image-gallery-thumbs .swiper-arrow-button, .dipi-image-gallery-top .swiper-arrow-button {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	line-height: 0;
}

.dipi-image-gallery-thumbs .swiper-arrow-button:after {
	vertical-align: middle;
}

.swiper-button-next:after, .swiper-button-prev:after {
	color: #fff;
}

.dipi-image-gallery-thumbs .swiper-button-prev, .dipi-image-gallery-top .swiper-button-prev {
	left: 60px;
}

.dipi-image-gallery-thumbs .swiper-button-next, .dipi-image-gallery-top .swiper-button-next {
	right: 60px;
}

.dipi-image-gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dipi-image-gallery.dipi-ig-vertical {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.dipi-image-gallery.dipi-ig-vertical .gallery-top {
	-ms-flex: 1 1;
	flex: 1 1;
	height: 100%;
}

.dipi-ig-button {
	display: inline-block;
}

.dipi-back-button:after {
	font-size: inherit !important;
	line-height: inherit !important;
}

.dipi-ig-animation-container.dipi-animated {
	opacity: 0;
}

.dipi-ig-animation-container.dipi-animated.animated {
	opacity: 1;
}

.dipi-ig-main-content--description {
	padding-bottom: 20px;
}

.dipi_image_gallery .swiper-container-3d .dipi_image_gallery_child .et_pb_module_inner, .dipi_image_gallery .swiper-container-3d .dipi_image_gallery_child .et_pb_module_inner .swiper-slide-container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.et-db #et-boc .et-l .et-fb-component-settings--module {
	height: auto !important;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all var(--dipi-ig-popup-speed) ease-out;
	-o-transition: all var(--dipi-ig-popup-speed) ease-out;
	transition: all var(--dipi-ig-popup-speed) ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all var(--dipi-ig-popup-speed) ease-out;
	-o-transition: all var(--dipi-ig-popup-speed) ease-out;
	transition: all var(--dipi-ig-popup-speed) ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-with-zoom.mfp-bg, .mfp-with-zoom .mfp-container {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-with-zoom.mfp-removing.mfp-bg, .mfp-with-zoom.mfp-removing .mfp-container {
	opacity: 0;
}

.dipi-ig-popup .dipi-image-gallery-top .et_pb_module_inner {
	cursor: pointer;
}

.dipi-image-hotspot>img {
	width: 100%;
	display: block;
}

.dipi_image_hotspot .dipi-image-hotspot img {
	border-style: solid;
}

.dipi-image-hotspot-on-top {
	z-index: 9999 !important;
}

.ds-image-hotspot-on-top-removing {
	z-index: 9990 !important;
}

.dipi-image-hotspot-on-top header .et_builder_inner_content {
	z-index: 10000;
}

@media (max-width:767px) {
	.dipi-image-hotspot {
		position: relative;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	.dipi_image_hotspot_child .dipi-tooltip-wrap.dipi-tooltip-wrap {
		max-width: calc(100vw - 20px);
		position: fixed;
		-webkit-transform: translateY(-40%) translateX(-50%);
		transform: translateY(-40%) translateX(-50%);
		margin: 0;
		left: 50%;
		bottom: auto;
	}
	
	.dipi-image-hotspot-on-top, .dipi-image-hotspot-on-top-removing, [class^=dipi-image-hotspot-zindex] {
		-webkit-filter: none !important;
		filter: none !important;
	}
}

@keyframes fadeInUpShortXCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@-webkit-keyframes fadeInUpShortXCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 10px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(-50%);
	}
}

.dipi-tooltip-position-bottom.fadeInUpShort, .dipi-tooltip-position-top.fadeInUpShort {
	-webkit-animation-name: fadeInUpShortXCenter;
	animation-name: fadeInUpShortXCenter;
}

@keyframes fadeInDownShortXCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -10px, 0);
		transform: translate3d(-50%, -10px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@-webkit-keyframes fadeInDownShortXCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -10px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(-50%);
	}
}

.dipi-tooltip-position-bottom.fadeInDownShort, .dipi-tooltip-position-top.fadeInDownShort {
	animation-name: fadeInDownShortXCenter;
	-webkit-animation-name: fadeInDownShortXCenter;
}

@keyframes fadeInLeftShortXCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(calc(-10px - 50%), 0, 0);
		transform: translate3d(calc(-10px - 50%), 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@-webkit-keyframes fadeInLeftShortXCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(calc(-10px - 50%), 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(-50%);
	}
}

.dipi-tooltip-position-bottom.fadeInLeftShort, .dipi-tooltip-position-top.fadeInLeftShort {
	animation-name: fadeInLeftShortXCenter;
	-webkit-animation-name: fadeInLeftShortXCenter;
}

@keyframes fadeInRightShortXCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(calc(10px - 50%), 0, 0);
		transform: translate3d(calc(10px - 50%), 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@-webkit-keyframes fadeInRightShortXCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(calc(10px - 50%), 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(-50%);
	}
}

.dipi-tooltip-position-bottom.fadeInRightShort, .dipi-tooltip-position-top.fadeInRightShort {
	animation-name: fadeInRightShortXCenter;
	-webkit-animation-name: fadeInRightShortXCenter;
}

@keyframes zoomInShortXCenter {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%) scale3d(.95, .95, .95);
		transform: translateX(-50%) scale3d(.95, .95, .95);
	}
	
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes zoomInShortXCenter {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%) scale3d(.95, .95, .95);
	}
	
	50% {
		opacity: 1;
	}
}

.dipi-tooltip-position-bottom.zoomInShort, .dipi-tooltip-position-top.zoomInShort {
	animation-name: zoomInShortXCenter;
	-webkit-animation-name: zoomInShortXCenter;
}

@keyframes fadeInUpShortYCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, calc(-50% + 10px), 0);
		transform: translate3d(0, calc(-50% + 10px), 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@-webkit-keyframes fadeInUpShortYCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, calc(-50% + 10px), 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(-50%);
	}
}

.dipi-tooltip-position-left.fadeInUpShort, .dipi-tooltip-position-right.fadeInUpShort {
	-webkit-animation-name: fadeInUpShortYCenter;
	animation-name: fadeInUpShortYCenter;
}

@keyframes fadeInDownShortYCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, calc(-50% - 10px), 0);
		transform: translate3d(0, calc(-50% - 10px), 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@-webkit-keyframes fadeInDownShortYCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, calc(-50% - 10px), 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(-50%);
	}
}

.dipi-tooltip-position-left.fadeInDownShort, .dipi-tooltip-position-right.fadeInDownShort {
	animation-name: fadeInDownShortYCenter;
	-webkit-animation-name: fadeInDownShortYCenter;
}

@keyframes fadeInLeftShortYCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-10px, -50%, 0);
		transform: translate3d(-10px, -50%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@-webkit-keyframes fadeInLeftShortYCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-10px, -50%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(-50%);
	}
}

.dipi-tooltip-position-left.fadeInLeftShort, .dipi-tooltip-position-right.fadeInLeftShort {
	animation-name: fadeInLeftShortYCenter;
	-webkit-animation-name: fadeInLeftShortYCenter;
}

@keyframes fadeInRightShortYCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(10px, -50%, 0);
		transform: translate3d(10px, -50%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@-webkit-keyframes fadeInRightShortYCenter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(10px, -50%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(-50%);
	}
}

.dipi-tooltip-position-left.fadeInRightShort, .dipi-tooltip-position-right.fadeInRightShort {
	animation-name: fadeInRightShortYCenter;
	-webkit-animation-name: fadeInRightShortYCenter;
}

@keyframes zoomInShortYCenter {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50%) scale3d(.95, .95, .95);
		transform: translateY(-50%) scale3d(.95, .95, .95);
	}
	
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes zoomInShortYCenter {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50%) scale3d(.95, .95, .95);
	}
	
	50% {
		opacity: 1;
	}
}

.dipi-tooltip-position-left.zoomInShort, .dipi-tooltip-position-right.zoomInShort {
	animation-name: zoomInShortYCenter;
	-webkit-animation-name: zoomInShortYCenter;
}

@media (max-width:767px) {
	@-webkit-keyframes fadeInUpShortXCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(-50%, 10px, 0);
			transform: translate3d(-50%, 10px, 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@keyframes fadeInUpShortXCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(-50%, 10px, 0);
			transform: translate3d(-50%, 10px, 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@-webkit-keyframes fadeInDownShortXCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(-50%, -10px, 0);
			transform: translate3d(-50%, -10px, 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@keyframes fadeInDownShortXCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(-50%, -10px, 0);
			transform: translate3d(-50%, -10px, 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@-webkit-keyframes fadeInLeftShortXCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(calc(-10px - 50%), 0, 0);
			transform: translate3d(calc(-10px - 50%), 0, 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@keyframes fadeInLeftShortXCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(calc(-10px - 50%), 0, 0);
			transform: translate3d(calc(-10px - 50%), 0, 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@-webkit-keyframes fadeInRightShortXCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(calc(10px - 50%), 0, 0);
			transform: translate3d(calc(10px - 50%), 0, 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@keyframes fadeInRightShortXCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(calc(10px - 50%), 0, 0);
			transform: translate3d(calc(10px - 50%), 0, 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@-webkit-keyframes fadeInUpShortYCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, calc(-50% + 10px), 0);
			transform: translate3d(0, calc(-50% + 10px), 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@keyframes fadeInUpShortYCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, calc(-50% + 10px), 0);
			transform: translate3d(0, calc(-50% + 10px), 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@-webkit-keyframes fadeInDownShortYCenter {
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@keyframes fadeInDownShortYCenter {
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@-webkit-keyframes fadeInLeftShortYCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, calc(-50% - 10px), 0);
			transform: translate3d(0, calc(-50% - 10px), 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@keyframes fadeInLeftShortYCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, calc(-50% - 10px), 0);
			transform: translate3d(0, calc(-50% - 10px), 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@-webkit-keyframes fadeInRightShortYCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(20px, -50%, 0);
			transform: translate3d(20px, -50%, 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
	
	@keyframes fadeInRightShortYCenter {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(20px, -50%, 0);
			transform: translate3d(20px, -50%, 0);
		}
		
		to {
			opacity: 1;
			-webkit-transform: translateY(-40%) translateX(-50%);
			transform: translateY(-40%) translateX(-50%);
		}
	}
}

.dipi_image_hotspot .dipi-tooltip-on-top {
	z-index: 9999 !important;
}

.dipi-hidetooltip-on .dipi-tooltip-wrap {
	display: none !important;
}

.dipi_image_hotspot .dipi-hotspot {
	cursor: pointer;
	line-height: 100%;
}

.dipi_image_hotspot .dipi_image_hotspot_child {
	position: absolute !important;
}

.dipi_image_hotspot_child .dipi-hotspot-icon {
	font-size: 24px;
	position: relative;
	z-index: 2;
}

.dipi_image_hotspot_child .dipi-tooltip-icon {
	font-size: 40px;
}

.dipi_image_hotspot_child .dipi-hotspot>img {
	border-style: solid;
	width: 100px;
	height: auto;
}

.dipi_image_hotspot .dipi-tooltip-wrap {
	width: 300px;
	padding: 10px;
	display: none;
	background: #fff;
	position: absolute;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	z-index: 99999999999;
	border-style: solid;
	overflow: visible !important;
}

.dipi-image-hotspot-child .dipi-tooltip-wrap, .dipi_image_hotspot .dipi-tooltip-wrap {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi_image_hotspot .dipi-tooltip-arrow:before {
	border: 10px solid transparent;
	content: "";
	position: absolute;
	display: block;
	width: 0;
}

.dipi_image_hotspot .dipi-tooltip-arrow-left:before {
	border-right: 0;
	border-left: 10px solid #000;
	right: 0;
	top: 50%;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}

.dipi_image_hotspot .dipi-tooltip-arrow-right:before {
	border-left: 0;
	border-right: 10px solid #000;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.dipi_image_hotspot .dipi-tooltip-arrow-top:before {
	left: 50%;
	bottom: 0;
	border-bottom: 0;
	border-top: 10px solid #000;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}

.dipi_image_hotspot .dipi-tooltip-arrow-bottom:before {
	left: 50%;
	top: 0;
	border-top: 0;
	border-bottom: 10px solid #000;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

.dipi_image_hotspot .dipi-tooltip-position-left {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	top: 50%;
	margin-right: 15px;
}

.dipi_image_hotspot .dipi-tooltip-position-right {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 100%;
	margin-left: 15px;
}

.dipi_image_hotspot .dipi-tooltip-position-top {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	left: 50%;
	margin-bottom: 15px;
}

.dipi_image_hotspot .dipi-tooltip-position-bottom {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	left: 50%;
	margin-top: 15px;
}

.dipi_image_hotspot .dipi-tooltip-button-wrap, .dipi_image_hotspot .dipi-tooltip-desc, .dipi_image_hotspot .dipi-tooltip-image-icon {
	margin-bottom: 15px !important;
}

.dipi_image_hotspot .dipi-tooltip-image-icon>img {
	border-style: solid;
	width: 100px;
	height: auto;
}

.dipi_image_hotspot .dipi-tooltip-button-wrap {
	width: 100%;
}

.dipi_image_hotspot .dipi_image_hotspot_child .dipi-hotspot img.dipi-hotspot-image[src=""] {
	width: 0 !important;
}

@media (max-width:767px) {
	.dipi_image_hotspot .dipi-tooltip-position-right {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 100%;
		left: 0;
		margin-top: 20px;
	}
	
	.dipi_image_hotspot .dipi-tooltip-position-left {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 100%;
		left: 50%;
		margin-top: 20px;
	}
	
	.dipi_image_hotspot .dipi-tooltip-arrow-bottom:before, .dipi_image_hotspot .dipi-tooltip-arrow-left:before, .dipi_image_hotspot .dipi-tooltip-arrow-right:before, .dipi_image_hotspot .dipi-tooltip-arrow-top:before, .dipi_image_hotspot .dipi-tooltip-arrow:before {
		display: none;
	}
}

.dipi_image_hotspot .dipi-tooltip-wrap.animated {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.dipi_image_hotspot .dipi-tooltip-wrap:after {
	content: " ";
	position: absolute;
	display: block;
}

.dipi_image_hotspot .dipi-tooltip-wrap.dipi-tooltip-position-right:after {
	width: 15px;
	height: 100%;
	top: 0;
	left: -15px;
}

.dipi_image_hotspot .dipi-tooltip-wrap.dipi-tooltip-position-left:after {
	width: 15px;
	height: 100%;
	top: 0;
	right: -15px;
}

.dipi_image_hotspot .dipi-tooltip-wrap.dipi-tooltip-position-top:after {
	width: 100%;
	height: 15px;
	left: 0;
	bottom: -15px;
}

.dipi_image_hotspot .dipi-tooltip-wrap.dipi-tooltip-position-bottom:after {
	width: 100%;
	height: 15px;
	left: 0;
	top: -15px;
}

.dipi-svg-sonar-container {
	pointer-events: none;
	top: 51%;
	left: 51%;
}

.dipi-sonar-circle, .dipi-svg-sonar-container {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.dipi-sonar-circle {
	top: 50%;
	left: 50%;
	z-index: 1;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 20px;
	height: 20px;
	-webkit-animation-name: dipi-svg-sonar-animation;
	animation-name: dipi-svg-sonar-animation;
	opacity: 0;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.dipi-sonar-circle:nth-child(2) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.dipi-sonar-circle:nth-child(3) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.dipi-sonar-circle:nth-child(4) {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

@-webkit-keyframes dipi-svg-sonar-animation {
	0% {
		-webkit-transform: scale(0) translate(-50%, -50%);
		transform: scale(0) translate(-50%, -50%);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: scale(1.5) translate(-50%, -50%);
		transform: scale(1.5) translate(-50%, -50%);
		opacity: .5;
	}
	
	to {
		-webkit-transform: scale(3) translate(-50%, -50%);
		transform: scale(3) translate(-50%, -50%);
		opacity: 0;
	}
}

@keyframes dipi-svg-sonar-animation {
	0% {
		-webkit-transform: scale(0) translate(-50%, -50%);
		transform: scale(0) translate(-50%, -50%);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: scale(1.5) translate(-50%, -50%);
		transform: scale(1.5) translate(-50%, -50%);
		opacity: .5;
	}
	
	to {
		-webkit-transform: scale(3) translate(-50%, -50%);
		transform: scale(3) translate(-50%, -50%);
		opacity: 0;
	}
}

.dipi-image-magnifier .magnify {
	display: block !important;
}

.dipi-image-magnifier img {
	width: 100%;
	height: auto;
}

.dipi_image_rotator .hidden {
	display: none;
}

.dipi_image_rotator .dipi-image-rotator-playpause-buttons {
	position: relative;
	z-index: 2;
}

.dipi_image_rotator .dipi-image-rotator-images {
	position: relative;
	line-height: 0;
}

.dipi_image_rotator .rotate_on_wheel .dipi-image-rotator-images {
	cursor: all-scroll;
}

.dipi_image_rotator .rotate_on_drag .dipi-image-rotator-images {
	cursor: -webkit-grab;
	cursor: grab;
}

.dipi_image_rotator .rotate_on_drag.dragging .dipi-image-rotator-images {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.dipi_image_rotator .dipi-image-rotator .dipi-image-rotator-images img {
	width: 100%;
	height: auto;
}

.dipi_image_rotator .dipi-image-rotator img.indicator-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	z-index: 1;
}

.dipi_image_rotator .dipi-img-rotator-pause, .dipi_image_rotator .dipi-img-rotator-play {
	cursor: pointer;
	display: inline-block;
}

.dipi_image_rotator .dipi-image-rotator-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dipi_image_rotator .dipi-image-rotator.button-pos-bottom .dipi-image-rotator-inner {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.dipi-image-rotator-preload {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dipi-image-rotator-loaded .dipi-image-rotator-preload {
	display: none;
}

.dipi-image-mask {
	position: relative;
	overflow: visible;
}

.dipi-image-mask--mask {
	z-index: 2;
	position: relative;
}

.dipi-image-mask--mask svg {
	width: 100%;
	height: 100%;
	display: block;
}

.dipi-image-mask--image {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.divi-pixel-mockup {
	width: 100%;
	position: relative;
}

.divi-pixel-mockup>picture>img, .divi-pixel-mockup picture {
	width: 100%;
}

.div-pixel-mockup-screen>img {
	width: 100%;
	height: 100%;
}

.div-pixel-mockup-screen {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	position: absolute;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
}

.divi-pixel-mockup[data-mockup=iphone-pro-front], .divi-pixel-mockup[data-mockup=iphone-pro-left], .divi-pixel-mockup[data-mockup=iphone-pro-right] {
	overflow: hidden;
}

.divi-pixel-mockup[data-mockup=iphone-pro-front] .div-pixel-mockup-screen, .divi-pixel-mockup[data-mockup=iphone-pro-left] .div-pixel-mockup-screen, .divi-pixel-mockup[data-mockup=iphone-pro-right] .div-pixel-mockup-screen {
	border-radius: 40px;
}

.div-pixel-mockup-screen.transformed {
	opacity: 1;
}

.div-pixel-mockup-screen .swiper-container {
	width: 100%;
	height: 100%;
}

.dipi-image-showcase-wrapper, .dipi_image_showcase_child, .dipi_image_showcase_child>div {
	height: 100%;
}

.dipi_image_showcase .div-pixel-mockup-img {
	position: relative;
}

.dipi_image_showcase_child>.et_pb_module_inner img {
	width: 100%;
	height: 100%;
}

.divi-pixel-mockup-vs .dipi_image_showcase_child>.et_pb_module_inner img {
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi_image_showcase_child {
	height: 100%;
}

.dipi_image_showcase_child>.et_pb_module_inner {
	width: 100%;
	height: 100%;
}

.dipi-lottie-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dipi-lottie-content {
	padding: 20px;
}

.dipi-lottie-desc {
	font-size: 14px;
	line-height: 15px;
	padding-bottom: 30px;
}

@media (min-width:981px) {
	.dipi-lottie-wrapper.dipi_lottie_placement_left {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.dipi-lottie-wrapper.dipi_lottie_placement_right {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width:980px) {
	.dipi-lottie-wrapper.dipi_lottie_placement_left_tablet {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.dipi-lottie-wrapper.dipi_lottie_placement_right_tablet {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width:767px) {
	.dipi-lottie-wrapper.dipi_lottie_placement_left_phone {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.dipi-lottie-wrapper.dipi_lottie_placement_right_phone {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.dipi_masonry_gallery, .dipi_masonry_gallery .grid-item {
	overflow: hidden !important;
	border-style: solid;
}

.dipi_masonry_gallery .grid-item.hidden {
	display: none;
}

.dipi_masonry_gallery .dipi-pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	margin-top: 30px;
	padding: 12px;
}

.dipi_masonry_gallery .dipi-pagination.long-mobile {
	overflow-x: auto;
	width: 100%;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(86%, #000), to(transparent));
	-webkit-mask-image: -webkit-linear-gradient(left, #000 86%, transparent);
}

.dipi_masonry_gallery .dipi-pagination .dipi-pagination-btn {
	font-weight: 700;
	cursor: pointer;
	border-style: solid;
	padding: 5px 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.dipi_masonry_gallery .dipi-pagination .dipi-pagination-btn.active {
	border-style: solid;
	background: #ff4200;
	color: #fff !important;
}

.dipi_masonry_gallery .dipi-loadmore-btn {
	cursor: pointer;
	border-style: solid;
	padding: 5px 12px;
}

.watch_end_of_grid {
	min-height: 10px;
	margin: 0;
}

@media (max-width:980px) and (min-width:768px) {
	.dipi_masonry_gallery .grid-item.tablet_show {
		display: block;
	}
	
	.dipi_masonry_gallery .grid-item.tablet_hidden {
		display: none;
	}
}

@media (max-width:767px) {
	.dipi_masonry_gallery .grid-item.phone_show {
		display: block;
	}
	
	.dipi_masonry_gallery .grid-item.phone_hidden {
		display: none;
	}
}

.dipi_masonry_gallery .grid-item img {
	display: block;
	width: 100%;
}

.dipi_masonry_gallery_overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
}

.dipi_masonry_gallery_overlay.background {
	-webkit-transition: all .6s;
	opacity: 1;
	-o-transition: all .6s;
	transition: all .6s;
}

.dipi_masonry_gallery_overlay.background-hover {
	-webkit-transition: all .6s;
	opacity: 0;
	-o-transition: all .6s;
	transition: all .6s;
}

.dipi_masonry_gallery_overlay.content {
	background: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	line-height: normal;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
}

.et_pb_gallery_image:hover .dipi_masonry_gallery_overlay.background {
	opacity: 0;
}

.et_pb_gallery_image:hover .dipi_masonry_gallery_overlay.background-hover, .et_pb_gallery_image:hover .dipi_masonry_gallery_overlay.content {
	opacity: 1;
	z-index: 3;
}

.dipi-mansonry-gallery-icon-circle {
	padding: 15px;
	border-radius: 100%;
}

.dipi_masonry_gallery .dipi-mansonry-gallery-icon-circle-border, .dipi_masonry_gallery.et_pb_with_border .dipi-mansonry-gallery-icon-circle-border {
	border: 2px solid;
}

.dipi_masonry_gallery .grid.hide_lightbox .grid-item>.img-container {
	cursor: auto;
}

.dipi_masonry_gallery .grid.show_lightbox .grid-item>.img-container {
	cursor: pointer;
}

.dipi-mansonry-gallery-icon {
	margin-bottom: 20px;
}

.dipi_masonry_gallery .grid.show_overlay .dipi_masonry_gallery_overlay {
	display: -ms-flexbox;
	display: flex;
}

.dipi_masonry_gallery .grid.hide_overlay .dipi_masonry_gallery_overlay {
	display: none;
}

@media (max-width:980px) {
	.dipi_masonry_gallery .grid.show_overlay_tablet .dipi_masonry_gallery_overlay {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_masonry_gallery .grid.hide_overlay_tablet .dipi_masonry_gallery_overlay {
		display: none;
	}
	
	.dipi_masonry_gallery .grid.hide_lightbox_tablet .grid-item>.img-container {
		cursor: auto;
	}
	
	.dipi_masonry_gallery .grid.show_lightbox_tablet .grid-item>.img-container {
		cursor: pointer;
	}
}

@media (max-width:767px) {
	.dipi_masonry_gallery .grid.show_overlay_phone .dipi_masonry_gallery_overlay {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_masonry_gallery .grid.hide_overlay_phone .dipi_masonry_gallery_overlay {
		display: none;
	}
	
	.dipi_masonry_gallery .grid.hide_lightbox_phone .grid-item>.img-container {
		cursor: auto;
	}
	
	.dipi_masonry_gallery .grid.show_lightbox_phone .grid-item>.img-container {
		cursor: pointer;
	}
}

body.noscroll {
	overflow: hidden;
}

.img-container.dipi-mg-animation img {
	-webkit-transition: all ease-in-out;
	-o-transition: all ease-in-out;
	transition: all ease-in-out;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.img-container.dipi-mg-animation.dipi-mg-zoom-in:hover img, .img-container.dipi-mg-animation.dipi-mg-zoom-out img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.img-container.dipi-mg-animation.dipi-mg-zoom-out:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.img-container.dipi-mg-animation.dipi-mg-move-up img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-container.dipi-mg-animation.dipi-mg-move-up:hover img {
	-webkit-transform: scale(1.1) translateY(-10px);
	transform: scale(1.1) translateY(-10px);
}

.img-container.dipi-mg-animation.dipi-mg-move-down img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-container.dipi-mg-animation.dipi-mg-move-down:hover img {
	-webkit-transform: scale(1.1) translateY(10px);
	transform: scale(1.1) translateY(10px);
}

.img-container.dipi-mg-animation.dipi-mg-move-right img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-container.dipi-mg-animation.dipi-mg-move-right:hover img {
	-webkit-transform: scale(1.1) translateX(10px);
	transform: scale(1.1) translateX(10px);
}

.img-container.dipi-mg-animation.dipi-mg-move-left img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-container.dipi-mg-animation.dipi-mg-move-left:hover img {
	-webkit-transform: scale(1.1) translateX(-10px);
	transform: scale(1.1) translateX(-10px);
}

.img-container.dipi-mg-animation.dipi-mg-rotate img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-container.dipi-mg-animation.dipi-mg-rotate:hover img {
	-webkit-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}

.dipi_filterable_grid .dipi-filter-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-style: solid;
	-webkit-transition: all .3s ease 0ms;
	-o-transition: all .3s ease 0ms;
	transition: all .3s ease 0ms;
	gap: 20px;
}

.dipi_filterable_grid .dipi-post-meta {
	margin: 10px;
}

.dipi_filterable_grid .dipi-author>img {
	height: 24px;
	width: 24px;
	border-radius: 100px;
	margin-bottom: -6px;
}

.dipi_filterable_grid .dipi-fg-readmore-button {
	display: inline-block;
	margin: 10px;
	cursor: pointer;
}

.dipi-filter-bar-item {
	border-style: solid;
	cursor: pointer;
	-ms-flex-item-align: center;
	align-self: center;
}

@media (min-width:981px) {
	.dipi_filterable_grid .sticky_filter_bar .dipi-filter-bar {
		position: sticky;
		z-index: 1;
	}
}

.dipi_filterable_grid .dipi-filter-bar-item, .dipi_filterable_grid .dipi-filter-bar-item.active {
	-webkit-transition: all .3s ease 0ms !important;
	-o-transition: all .3s ease 0ms !important;
	transition: all .3s ease 0ms !important;
}

.dipi_filterable_grid .dipi-filter-bar-item-desc {
	font-size: .8em;
}

.dipi_filterable_grid .grid-item.hidden {
	display: none;
}

.dipi-filterable-grid-icon {
	padding: 20px;
	font-size: 18px;
	color: #fff;
}

.dipi-filterable-grid-icon.dipi-filterable-grid-icon-circle {
	background-color: hsla(0, 0%, 100%, .22);
}

.dipi_filterable_grid .grid .grid-item .dipi_filterable_grid_overlay .dipi-filterable-grid-icon.dipi-filterable-grid-icon-circle:hover {
	background-color: hsla(0, 0%, 100%, .36) !important;
}

.dipi_filterable_grid_overlay.background-hover {
	background-color: rgba(10, 0, 0, .45);
}

.dipi-filterable-grid-icon:hover {
	background-color: rgba(21, 2, 42, .5) !important;
}

.dipi_filterable_grid .dipi-pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	margin-top: 30px;
	padding: 12px;
	position: relative;
	z-index: 1;
}

.dipi_filterable_grid .dipi-pagination.long-mobile {
	overflow-x: auto;
	width: 100%;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(86%, #000), to(transparent));
	-webkit-mask-image: -webkit-linear-gradient(left, #000 86%, transparent);
	mask-image: -webkit-gradient(linear, left top, right top, color-stop(86%, #000), to(transparent));
	mask-image: linear-gradient(90deg, #000 86%, transparent);
}

@media (max-width:767px) {
	.dipi_filterable_grid .dipi-pagination .dipi-pagination-btn:not(.active):not(.active-prev):not(.active-next):not(:first-child):not(:nth-child(2)):not(:nth-last-child(2)):not(:last-child) {
		display: none;
	}
	
	.dipi_filterable_grid .dipi-pagination .dipi-pagination-btn.active-prev:not(:nth-child(2)):not(:nth-child(3)):before {
		content: "...";
		margin-right: 1em;
	}
	
	.dipi_filterable_grid .dipi-pagination .dipi-pagination-btn.active-next:not(:nth-last-child(2)):not(:nth-last-child(3)):after {
		content: "...";
		margin-left: 1em;
	}
}

.dipi_filterable_grid .dipi-pagination .dipi-pagination-btn {
	font-weight: 700;
	cursor: pointer;
	border-style: solid;
	padding: 5px 12px;
	white-space: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.dipi_filterable_grid .dipi-pagination .dipi-pagination-btn.active {
	border-style: solid;
	background: #ff4200;
	color: #fff !important;
}

.dipi_filterable_grid .dipi-loadmore-btn {
	cursor: pointer;
	border-style: solid;
	padding: 5px 12px;
}

.watch_end_of_grid {
	min-height: 10px;
	margin: 0;
}

@media (max-width:980px) and (min-width:768px) {
	.dipi_filterable_grid .grid-item.tablet_show {
		display: block;
	}
	
	.dipi_filterable_grid .grid-item.tablet_hidden {
		display: none;
	}
	
	.dipi_filterable_grid .sticky_filter_bar .dipi-filter-bar {
		position: sticky;
		z-index: 1;
	}
}

@media (max-width:767px) {
	.dipi_filterable_grid .grid-item.phone_show {
		display: block;
	}
	
	.dipi_filterable_grid .grid-item.phone_hidden {
		display: none;
	}
}

.dipi_filterable_grid .dipi-filtered-posts-container {
	border-style: solid;
}

.dipi_filterable_grid .dipi-filtered-posts-item {
	display: none;
}

.dipi_filterable_grid .grid-item>.img-container, .dipi_filterable_grid .grid-item>a>.img-container {
	overflow: hidden;
	position: relative;
}

.dipi_filterable_grid .dipi-filtered-posts-item.active {
	display: block;
}

.dipi_filterable_grid .alert {
	display: none;
}

body.et-bfb .dipi_filterable_grid .alert, body.et-fb .dipi_filterable_grid .alert {
	display: block;
	background-color: #fff9f9;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #888;
	border: 1px solid #ffe6e6;
	margin-bottom: 15px;
}

.dipi_filterable_grid .dipi-filtered-posts-item .grid {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.dipi_filterable_grid .dipi-filter-bar-item-title {
	gap: .5em;
	display: -ms-flexbox;
	display: flex;
}

.dipi_filterable_grid .dipi-filter-bar-count:before {
	content: "(";
}

.dipi_filterable_grid .dipi-filter-bar-count:after {
	content: ")";
}

.dipi_filterable_grid .dipi_filterable_grid_wrapper.layout_grid .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dipi_filterable_grid .dipi_lightbox_link_icon {
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.dipi_filterable_grid .dipi_filterable_grid_wrapper.layout_grid .grid-sizer, .dipi_filterable_grid .dipi_filterable_grid_wrapper.layout_grid .gutter-sizer {
	display: none;
}

.dipi_filterable_grid .dipi_filterable_grid_wrapper.layout_grid .grid .img-container img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dipi_filterable_grid .dipi_filterable_grid_wrapper.layout_grid .grid .grid-item {
	position: relative;
}

.dipi_filterable_grid .grid-item {
	overflow: hidden !important;
}

.dipi_filterable_grid .grid-item .img-container img {
	display: block;
	width: 100%;
}

.dipi_filterable_grid .grid .grid-item {
	border-style: solid;
}

.dipi_filterable_grid .grid .grid-item, .dipi_filterable_grid .grid .grid-item:hover {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dipi_filterable_grid_overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.dipi_filterable_grid_overlay.background {
	-webkit-transition: all .6s;
	opacity: 1;
	-o-transition: all .6s;
	transition: all .6s;
}

.dipi_filterable_grid_overlay.background-hover {
	-webkit-transition: all .6s;
	opacity: 0;
	-o-transition: all .6s;
	transition: all .6s;
}

.dipi_filterable_grid_overlay.content {
	background: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	line-height: normal;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dipi-filterable-grid-icon-circle {
	padding: 15px;
	border-radius: 100%;
}

.dipi_filterable_grid .dipi-filterable-grid-icon-circle-border, .dipi_filterable_grid.et_pb_with_border .dipi-filterable-grid-icon-circle-border {
	border: 2px solid;
}

.dipi_filterable_grid .grid.hide_lightbox .grid-item>.img-container {
	cursor: auto;
}

.dipi_filterable_grid .grid.hide_lightbox .grid-item>a>.img-container, .dipi_filterable_grid .grid.show_lightbox:not(.use_post_link) .grid-item>.img-container, .dipi_filterable_grid .lightbox-icon {
	cursor: pointer;
}

.dipi-filterable-grid-icon {
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.dipi_filterable_grid .grid.show_overlay .dipi_filterable_grid_overlay {
	display: -ms-flexbox;
	display: flex;
}

.dipi_filterable_grid .grid.hide_overlay .dipi_filterable_grid_overlay {
	display: none;
}

@media (max-width:980px) {
	.dipi_filterable_grid .grid.show_overlay_tablet .dipi_filterable_grid_overlay {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_filterable_grid .grid.hide_overlay_tablet .dipi_filterable_grid_overlay {
		display: none;
	}
	
	.dipi_filterable_grid .grid.hide_lightbox_tablet .grid-item>.img-container, .dipi_filterable_grid .grid.show_lightbox_tablet .grid-item>a>.img-container {
		cursor: auto;
	}
	
	.dipi_filterable_grid .grid.hide_lightbox_tablet .grid-item>a>.img-container, .dipi_filterable_grid .grid.show_lightbox_tablet .grid-item>.img-container {
		cursor: pointer;
	}
}

@media (max-width:767px) {
	.dipi_filterable_grid .grid.show_overlay_phone .dipi_filterable_grid_overlay {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_filterable_grid .grid.hide_overlay_phone .dipi_filterable_grid_overlay {
		display: none;
	}
	
	.dipi_filterable_grid .grid.hide_lightbox_phone .grid-item>.img-container, .dipi_filterable_grid .grid.hide_lightbox_phone .grid-item>a>.img-container {
		cursor: auto;
	}
	
	.dipi_filterable_grid .grid.show_lightbox_phone .grid-item>.img-container, .dipi_filterable_grid .grid.show_lightbox_phone .grid-item>a>.img-container {
		cursor: pointer;
	}
	
	.dipi_filterable_grid .sticky_filter_bar_phone .dipi-filter-bar {
		position: sticky;
		z-index: 1;
	}
}

body.noscroll {
	overflow: hidden;
}

.dipi_filterable_grid .img-container.dipi-fg-animation img {
	-webkit-transition: all ease-in-out;
	-o-transition: all ease-in-out;
	transition: all ease-in-out;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-zoom-in:hover img, .dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-zoom-out img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-zoom-out:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-up img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-up:hover img {
	-webkit-transform: scale(1.1) translateY(-10px);
	transform: scale(1.1) translateY(-10px);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-down img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-down:hover img {
	-webkit-transform: scale(1.1) translateY(10px);
	transform: scale(1.1) translateY(10px);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-right img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-right:hover img {
	-webkit-transform: scale(1.1) translateX(10px);
	transform: scale(1.1) translateX(10px);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-left img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-left:hover img {
	-webkit-transform: scale(1.1) translateX(-10px);
	transform: scale(1.1) translateX(-10px);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-rotate img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-rotate:hover img {
	-webkit-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}

@media (min-width:981px) {
	.dipi_filterable_grid .grid-item:hover .dipi_filterable_grid_overlay.background, .dipi_filterable_grid .grid-item:hover .dipi_filterable_grid_overlay.background-hover, .dipi_filterable_grid .grid-item:hover .dipi_filterable_grid_overlay.content {
		opacity: 1;
		z-index: 3;
	}
}

@media (max-width:980px) {
	.dipi_filterable_grid .grid-item.in-view .dipi_filterable_grid_overlay.background, .dipi_filterable_grid .grid-item.in-view .dipi_filterable_grid_overlay.background-hover, .dipi_filterable_grid .grid-item.in-view .dipi_filterable_grid_overlay.content {
		opacity: 1;
		z-index: 3;
	}
}

.dipi_panorama {
	overflow: hidden;
}

.dipi_panorama .et_pb_module_inner {
	height: 100%;
}

.pnlm-container {
	height: 100% !important;
}

.dipi_panorama .dipi-panorama-overlay {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-transition: visibility .3s linear, opacity .3s linear;
	-o-transition: visibility .3s linear, opacity .3s linear;
	transition: visibility .3s linear, opacity .3s linear;
	visibility: visible;
	opacity: 1;
}

.dipi_panorama:hover .dipi-panorama-overlay {
	visibility: hidden;
	opacity: 0;
}

.dipi_panorama .dipi-panorama-icon {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}

.dipi_panorama .dipi-scroll-icon {
	background-size: 100% 100%;
	margin-right: 8px !important;
	width: 30px;
	height: 40px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxlbGxpcHNlIGNsYXNzPSJzdDAiIGN4PSIyNTUuNiIgY3k9IjI1NC45IiByeD0iMTY3LjUiIHJ5PSIyMzYiLz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjU2LDBDMTU2LjYsMCw3NS43LDgyLjEsNzUuNywxODMuMXYxNDUuOGMwLDEwMSw4MC45LDE4My4xLDE4MC4zLDE4My4xYzk5LjQsMCwxODAuMy04MS45LDE4MC4zLTE4Mi41VjE4My4xDQoJCQlDNDM2LjMsODIuMSwzNTUuNCwwLDI1NiwweiBNNDAyLjQsMzI5LjVjMCw4Mi02NS43LDE0OC42LTE0Ni40LDE0OC42Yy04MC43LDAtMTQ2LjQtNjYuOS0xNDYuNC0xNDkuMlYxODMuMQ0KCQkJYzAtODIuMyw2NS43LTE0OS4yLDE0Ni40LTE0OS4yYzgwLjcsMCwxNDYuNCw2Ni45LDE0Ni40LDE0OS4yVjMyOS41eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjU2LDE0MC4xYy05LjQsMC0xNyw3LjYtMTcsMTd2NTkuM2MwLDkuNCw3LjYsMTcsMTcsMTdjOS40LDAsMTctNy42LDE3LTE3di01OS4zQzI3MywxNDcuNywyNjUuNCwxNDAuMSwyNTYsMTQwLjF6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=");
}

.dipi_panorama .dipi-scroll-icon.nitro-lazy {
	background-image: none !important;
}

.dipi_panorama .dipi-hand-icon {
	width: 25px;
	height: 30px;
	background-size: 100% 100%;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDM5Ni41IDQ2OS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOTYuNSA0NjkuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjtzdHJva2U6IzAwMDAwMDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPGc+DQoJPGc+DQoJCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTMsMjc0LjggMTg2LjgsNDQ4LjYgMjkzLjksNDQ4LjYgMzQwLjUsNDQ4LjYgMzYyLjMsNDI2LjggMzgxLjMsMzg0LjYgMzg1LjYsMjk2LjIgMzg1LjYsMjI0LjkgDQoJCQkzNTguNSwyMDYuOSAzMjIuNCwyMDQgMjk3LjIsMTgxLjIgMjY2LjMsMTg1LjUgMjMyLjEsMTY0LjYgMTk4LjIsMTYxLjcgMTkwLjMsNzIuNCAxNTgsNTUuMiAxMzAuNCw3MC45IDEzMS40LDEzNC42IDEyOSwxODQgDQoJCQkxMjkuOSwyMTUuNCAxMjkuNSwyMzQuNiAxMjcuNiwyNTguNyAxMjYuMSwyNzcuNyA0OS42LDI0MC4xIDE4LjcsMjQ1LjMgCQkiLz4NCgkJPHBhdGggZD0iTTM1My44LDE5MmMtOC44LDAtMTYuOSwyLjctMjMuNyw3LjJjLTUuOC0xNi42LTIxLjctMjguNS00MC4zLTI4LjVjLTguOCwwLTE2LjksMi43LTIzLjcsNy4yDQoJCQljLTUuOC0xNi42LTIxLjctMjguNS00MC4zLTI4LjVjLTcuOCwwLTE1LjEsMi4xLTIxLjMsNS43Vjg1LjNjMC0yMy41LTE5LjEtNDIuNy00Mi43LTQyLjdzLTQyLjcsMTkuMS00Mi43LDQyLjd2MTgxLjNMODIsMjM4LjgNCgkJCWMtMjItMTYuNS01My4zLTE0LjMtNzIuNyw1LjJjLTEyLjUsMTIuNS0xMi41LDMyLjgsMCw0NS4ybDE1MS45LDE1MS45YzE4LjEsMTguMSw0Mi4yLDI4LjEsNjcuOSwyOC4xaDUwDQoJCQljNjQuNywwLDExNy4zLTUyLjYsMTE3LjMtMTE3LjNWMjM0LjdDMzk2LjUsMjExLjEsMzc3LjQsMTkyLDM1My44LDE5MnogTTM3NS4yLDM1MmMwLDUyLjktNDMuMSw5Ni05Niw5NmgtNTANCgkJCWMtMTkuOSwwLTM4LjctNy44LTUyLjgtMjEuOUwyNC41LDI3NC4yYy00LjItNC4yLTQuMi0xMC45LDAtMTUuMWM2LjYtNi42LDE1LjQtMTAsMjQuMy0xMGM3LjIsMCwxNC40LDIuMiwyMC41LDYuOGw1NC4xLDQwLjYNCgkJCWMzLjIsMi40LDcuNiwyLjgsMTEuMiwxczUuOS01LjUsNS45LTkuNVY4NS4zYzAtMTEuOCw5LjYtMjEuMywyMS4zLTIxLjNjMTEuOCwwLDIxLjMsOS42LDIxLjMsMjEuM3YxNjBjMCw1LjksNC44LDEwLjcsMTAuNywxMC43DQoJCQlzMTAuNy00LjgsMTAuNy0xMC43VjE5MmMwLTExLjgsOS42LTIxLjMsMjEuMy0yMS4zYzExLjgsMCwyMS4zLDkuNiwyMS4zLDIxLjN2NTMuM2MwLDUuOSw0LjgsMTAuNywxMC43LDEwLjcNCgkJCWM1LjksMCwxMC43LTQuOCwxMC43LTEwLjd2LTMyYzAtMTEuOCw5LjYtMjEuMywyMS4zLTIxLjNzMjEuMyw5LjYsMjEuMywyMS4zdjMyYzAsNS45LDQuOCwxMC43LDEwLjcsMTAuN3MxMC43LTQuOCwxMC43LTEwLjcNCgkJCXYtMTAuN2MwLTExLjgsOS42LTIxLjMsMjEuMy0yMS4zczIxLjMsOS42LDIxLjMsMjEuM0wzNzUuMiwzNTJMMzc1LjIsMzUyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMTYxLjgsMGMtNDcuMSwwLTg1LjMsMzguMy04NS4zLDg1LjNjMCwxNC4yLDMuNywyOC4xLDExLDQxLjNjMiwzLjUsNS42LDUuNSw5LjMsNS41YzEuNywwLDMuNS0wLjQsNS4yLTEuMw0KCQkJYzUuMS0yLjksNy05LjQsNC4xLTE0LjVjLTUuNS05LjktOC4zLTIwLjQtOC4zLTMwLjljMC0zNS4zLDI4LjctNjQsNjQtNjRzNjQsMjguNyw2NCw2NGMwLDUuMS0wLjgsMTAuNC0yLjUsMTYuNw0KCQkJYy0xLjYsNS43LDEuOCwxMS41LDcuNSwxMy4xYzUuNiwxLjYsMTEuNS0xLjgsMTMuMS03LjVjMi4yLTguMiwzLjMtMTUuMywzLjMtMjIuNEMyNDcuMiwzOC4zLDIwOC45LDAsMTYxLjgsMHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==");
}

.dipi_panorama .dipi-hand-icon.nitro-lazy {
	background-image: none !important;
}

.dipi_panorama .dipi-panorama-overlay.light {
	color: #fff;
}

.dipi_panorama .dipi-panorama-overlay.dark {
	color: #000;
}

.dipi-panorma-wrapper.wrapper {
	position: relative;
}

.dipi-panorma-wrapper .dipi-panorama-overlay-content {
	opacity: 0;
}

.dipi-panorma-wrapper.loaded .dipi-panorama-overlay-content {
	opacity: 1;
}

.dipi-panorma-wrapper .fluid-width-video-wrapper {
	padding-top: 0 !important;
	height: 100%;
}

.dipi_panorama .vjs-control-bar {
	z-index: 1;
}

.dipi-panorma-image2d {
	overflow: hidden;
	position: relative;
}

.dipi-panorma-image2d img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: none;
}

.dipi-panorma-image2d .dipi-img-drag {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.et_pb_module.dipi_panorama {
	overflow: visible;
}

.dipi_price_list_item .dipi_price_list_item_wrapper {
	display: -ms-flexbox;
	display: flex;
}

.dipi_price_list_item .dipi_price_list_text_wrapper {
	padding: 2%;
	width: 100%;
	-ms-flex: 1 1;
	flex: 1 1;
	overflow-wrap: break-word;
}

.dipi_price_list_item .dipi_price_list_header {
	display: -ms-flexbox;
	display: flex;
}

.dipi_price_list_item .dipi_price_list_separator {
	-ms-flex: 1 1;
	flex: 1 1;
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
}

.dipi_price_list_item .dipi_price_list_image_wrapper img {
	display: block;
	width: 100%;
	border-style: solid;
}

.dipi-reading-progress-wrap .dipi-reading-progress {
	position: fixed;
	width: 100%;
	left: 0;
	height: 5px;
	z-index: 100000;
}

.et-tb-has-header .dipi-reading-progress-wrap .dipi-reading-progress-main {
	position: relative;
}

.dipi-reading-progress-wrap .dipi-reading-progress-top {
	top: 0;
}

.admin-bar .dipi-reading-progress-wrap .dipi-reading-progress-top {
	top: 30px;
}

@media (max-width:782px) {
	.admin-bar .dipi-reading-progress-wrap .dipi-reading-progress-top {
		top: 46px;
	}
}

.dipi-reading-progress-wrap .dipi-reading-progress-bottom {
	bottom: 0;
}

.dipi-reading-progress-wrap-builder .dipi-reading-progress {
	position: unset;
	margin-top: 20px;
	background-color: #f0f8ff;
}

.dipi-reading-progress-wrap .dipi-reading-progress .dipi-reading-progress-fill {
	height: 5px;
	width: 0;
	-webkit-transition: width 50ms ease;
	-o-transition: width 50ms ease;
	transition: width 50ms ease;
}

.dipi-builder-reading-progress-fill {
	width: 27.5% !important;
}

.dipi-builder-reading-progress-bar-preview {
	background-color: bisque;
	border-radius: 3px;
	text-align: center;
	padding: 5px 0;
	font-weight: 700;
	position: relative;
}

.dipi-builder-reading-progress-bar-preview:before {
	content: "";
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	left: 50%;
	border-top: 12px solid bisque;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

@-webkit-keyframes bars {
	0% {
		background-position: 40px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes bars {
	0% {
		background-position: 40px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

.dipi-progress-striped {
	-webkit-animation: bars 5s linear infinite;
	animation: bars 5s linear infinite;
	background-size: 40px 40px;
	background-image: -webkit-linear-gradient(315deg, #fff 50%, transparent 0, transparent 0, #fff 0, #fff 0, transparent 0, transparent);
	background-image: -o-linear-gradient(315deg, #fff 50%, transparent 50%, transparent 50%, #fff 50%, #fff 50%, transparent 50%, transparent);
	background-image: linear-gradient(135deg, #fff 50%, transparent 0, transparent 0, #fff 0, #fff 0, transparent 0, transparent);
}

.dipi_scroll_image {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.dipi-scroll-image {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.dipi-scroll-image .dipi-image-scroll-container {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi-scroll-image .dipi-image-scroll-content:hover {
	display: none;
}

.dipi-image-scroll-container .dipi-image-scroll-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.dipi-image-scroll-container .dipi-image-scroll-content, .dipi-image-scroll-container .dipi-image-scroll-overlay {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
	z-index: 4;
}

.dipi-image-scroll-container:hover .dipi-image-scroll-content, .dipi-image-scroll-container:hover .dipi-image-scroll-overlay.reveal_fade, .dipi-image-scroll-container:hover .dipi-image-scroll-overlay:not(.reveal) {
	opacity: 0 !important;
	z-index: -1;
}

.dipi-image-scroll-container:hover .dipi-image-scroll-overlay.reveal_top {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.dipi-image-scroll-container:hover .dipi-image-scroll-overlay.reveal_bottom {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.dipi-image-scroll-container:hover .dipi-image-scroll-overlay.reveal_left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.dipi-image-scroll-container:hover .dipi-image-scroll-overlay.reveal_right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.dipi-image-scroll-container .dipi-image-scroll-overlay.reveal_bottom, .dipi-image-scroll-container .dipi-image-scroll-overlay.reveal_left, .dipi-image-scroll-container .dipi-image-scroll-overlay.reveal_right, .dipi-image-scroll-container .dipi-image-scroll-overlay.reveal_top {
	-webkit-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease;
}

.dipi-image-scroll-container:hover .dipi-image-scroll-content .dipi-image-scroll-icon {
	display: none;
}

.dipi-image-scroll-container .dipi-image-scroll-image img {
	-webkit-transition: all 10s;
	-o-transition: all 10s;
	transition: all 10s;
}

.dipi_scroll_image .dipi-container-scroll-anim-reset .dipi-image-scroll-image img {
	-webkit-transition: all 0s !important;
	-o-transition: all 0s !important;
	transition: all 0s !important;
}

.dipi-image-scroll-icon {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.dipi-image-scroll-container .dipi-image-scroll-vertical.dipi-image-scroll-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.dipi-image-scroll-container .dipi-image-scroll-horizontal {
	position: relative;
	width: 100%;
	height: 100%;
}

.dipi-image-scroll-container .dipi-image-scroll-horizontal.dipi-image-scroll-image img {
	max-width: none;
	height: 100%;
}

.dipi-image-scroll-content {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	z-index: 6 !important;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	pointer-events: none;
}

.dipi-image-scroll-content>img {
	cursor: pointer;
	border-style: solid;
}

.dipi-image-container-scroll {
	overflow: auto;
}

.dipi-image-scroll-horizontal .dipi-image-container-scroll {
	overflow-y: hidden;
}

.dipi-image-container-scroll img {
	display: block;
}

.dipi-icon-animate.dipi-image-scroll-vertical .dipi-image-scroll-content>img, .dipi-icon-animate.dipi-image-scroll-vertical .dipi-image-scroll-icon {
	-webkit-animation-name: dp-scroll-vertical;
	animation-name: dp-scroll-vertical;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes dp-scroll-vertical {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	to {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@keyframes dp-scroll-vertical {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	to {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}

.dipi-icon-animate.dipi-image-scroll-horizontal .dipi-image-scroll-content>img, .dipi-icon-animate.dipi-image-scroll-horizontal .dipi-image-scroll-icon {
	-webkit-animation-name: dp-scroll-horizontal;
	animation-name: dp-scroll-horizontal;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes dp-scroll-horizontal {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	to {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
}

@keyframes dp-scroll-horizontal {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	to {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
}

.dipi-star-rating span {
	display: inline-block;
	position: relative;
	font-style: normal;
	cursor: default;
	line-height: .8;
}

.dipi-star-rating span.dipi-star-full:before {
	content: "★";
	display: block;
	font-size: inherit;
	font-family: inherit;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.dipi-star-rating span.dipi-star-1:before {
	width: 10%;
}

.dipi-star-rating span.dipi-star-2:before {
	width: 20%;
}

.dipi-star-rating span.dipi-star-3:before {
	width: 30%;
}

.dipi-star-rating span.dipi-star-4:before {
	width: 40%;
}

.dipi-star-rating span.dipi-star-5:before {
	width: 50%;
}

.dipi-star-rating span.dipi-star-6:before {
	width: 60%;
}

.dipi-star-rating span.dipi-star-7:before {
	width: 70%;
}

.dipi-star-rating span.dipi-star-8:before {
	width: 80%;
}

.dipi-star-rating span.dipi-star-9:before {
	width: 90%;
}

.dipi_star_rating .dipi-description {
	margin-top: 10px;
	margin-bottom: 10px;
}

.display-type-inline .dipi-title {
	margin-right: 8px;
}

.display-type-block .dipi-star-rating, .display-type-block .dipi-title {
	display: block;
}

.display-type-inline .dipi-star-rating, .display-type-inline .dipi-title {
	display: inline-block;
}

.dipi-testimonial-main .swiper-container {
	height: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: start;
	overflow: hidden !important;
}

.dipi-testimonial-main .dipi-testimonial-item, .dipi-testimonial-review-popup-open .dipi-testimonial-item {
	border-style: solid;
}

.dipi-testimonial-main .dipi-testimonial-img {
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
}

.dipi-review-popup-text .dipi-testimonial-img>img, .dipi-testimonial-main .dipi-testimonial-img>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dipi-testimonial-rating {
	margin-bottom: 20px;
}

.dipi-company-name, .dipi-testimonial-name, .dipi-testimonial-text {
	margin-bottom: 10px;
}

.dipi-profile-info>div {
	margin-bottom: 0 !important;
	line-height: 1.2;
}

.dipi-testimonial-main .swiper-container-3d .dipi-testimonial-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dipi-testimonial-main .swiper-container .dipi-testimonial-wrapper {
	height: 100%;
	z-index: 1;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: visible;
}

.dipi-testimonial-main .swiper-container .dipi-testimonial-item, .dipi-testimonial-main .swiper-container .dipi-testimonial-wrapper {
	position: relative;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-property: transform;
}

.dipi-testimonial-main .swiper-container .dipi-testimonial-item {
	font-size: 14px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 0 !important;
	-ms-flex-direction: column;
	flex-direction: column;
	float: none !important;
	clear: none !important;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: auto;
	overflow: hidden;
}

.dipi-testimonial-main .swiper-pagination {
	text-align: center;
	width: 100%;
}

.dipi-testimonial-main .swiper-pagination .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.dipi-testimonial-main .swiper-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	width: 8px;
	height: 8px;
}

.dipi-testimonial-main .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.dipi-testimonial-main .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.dipi-testimonial-rating {
	font-size: 20px;
}

.dipi-testimonial-rating span {
	display: inline-block;
	position: relative;
	font-style: normal;
	cursor: default;
}

.dipi-testimonial-main .swiper-button-next, .dipi-testimonial-main .swiper-button-prev {
	background-image: none !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 50px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi-testimonial-main .swiper-button-next.nitro-lazy, .dipi-testimonial-main .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.dipi-testimonial-main .swiper-button-next:after, .dipi-testimonial-main .swiper-button-prev:after {
	content: attr(data-icon);
	display: block;
	font-family: ETmodules;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi-testimonial-main .swiper-button-prev {
	left: -66px;
}

.dipi-testimonial-main .swiper-button-next {
	right: -66px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	cursor: pointer;
	pointer-events: all;
}

.dipi-review-popup-text {
	width: 620px;
	margin: 60px auto;
	padding: 30px;
	background: #fff;
	position: relative;
}

@media only screen and (max-width:768px) {
	.dipi-review-popup-text {
		width: 90% !important;
	}
}

@media only screen and (max-width:420px) {
	.dipi-review-popup-text {
		margin-top: 20%;
	}
}

.dipi-review-popup-text .mfp-close {
	top: -15px;
	right: -15px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	opacity: 1;
	background: #000;
	color: #fff;
}

.mfp-wrap .mfp-container .dipi-review-popup-text .mfp-close:hover {
	background: #000 !important;
	color: #fff !important;
}

.mfp-wrap .mfp-container .dipi-review-popup-text .mfp-close:active {
	top: -15px !important;
}

.dipi-testimonial-review-popup-open .dipi-review-popup-bottom {
	margin-top: 30px;
}

.dipi-testimonial-review-popup-open .dipi-review-popup-bottom .dipi-testimonial-img {
	margin-right: 10px;
}

.dipi-testimonial-review-popup-open .dipi-review-popup-bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.dipi-mfp-with-zoom .dipi-review-popup-text {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.dipi-mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.dipi-mfp-with-zoom.mfp-ready .dipi-review-popup-text {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.dipi-mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8;
}

.dipi-mfp-with-zoom.mfp-removing .dipi-review-popup-text {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.dipi-mfp-with-zoom.mfp-removing.mfp-bg, .dipi_testimonial.et_pb_module .swiper-arrow-button.show_on_hover {
	opacity: 0;
}

.dipi_testimonial .swiper-button-prev.swiper-arrow-button.show_on_hover {
	left: 0 !important;
}

.dipi_testimonial .swiper-button-next.swiper-arrow-button.show_on_hover {
	right: 0 !important;
}

.dipi_testimonial.et_pb_module .swiper-arrow-button.show_on_hover:hover, .dipi_testimonial.et_pb_module:hover .swiper-arrow-button.show_on_hover {
	opacity: 1;
}

.dipi_testimonial .swiper-button-next.swiper-arrow-button.show_on_hover:before, .dipi_testimonial .swiper-button-prev.swiper-arrow-button.show_on_hover:before {
	width: 100%;
	height: 100%;
	opacity: 1;
	content: " ";
	position: absolute;
}

.dipi_testimonial .swiper-button-prev.swiper-arrow-button.show_on_hover:before {
	left: 50%;
}

.dipi_testimonial .swiper-button-next.swiper-arrow-button.show_on_hover:before {
	right: 50%;
}

@media only screen and (min-width:981px) {
	.dipi_testimonial .hide_on_desktop {
		display: none !important;
	}
	
	.dipi_testimonial .show_on_desktop_flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.dipi_testimonial .show_on_desktop_block {
		display: block !important;
	}
}

@media only screen and (max-width:980px) and (min-width:768px) {
	.dipi_testimonial .hide_on_tablet {
		display: none !important;
	}
	
	.dipi_testimonial .show_on_tablet_flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.dipi_testimonial .show_on_tablet_block {
		display: block !important;
	}
}

@media only screen and (max-width:767px) {
	.dipi_testimonial .hide_on_phone {
		display: none !important;
	}
	
	.dipi_testimonial .show_on_phone_flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.dipi_testimonial .show_on_phone_block {
		display: block !important;
	}
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_tilt_image:before, .et-fb-all-modules .dipi_tilt_image:before {
	content: "&" !important;
	color: #fff;
}

.et-fb-all-modules .dipi_tilt_image {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-fb-all-modules .dipi_tilt_image span {
	font-size: 10px !important;
}

.dipi_tilt_image {
	display: block;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	line-height: 0 !important;
	-webkit-transform: translateZ(0);
}

.dipi_tilt_image .dipi-tilt-overlay-icon-circle {
	padding: 10px;
	border-radius: 100%;
}

.dipi_tilt_image .dipi-tilt-overlay-icon-border {
	border: 3px solid;
}

.dipi-tilt-overlay-desc {
	font-size: 14px;
	line-height: 15px;
	padding-bottom: 30px;
}

.dipi_tilt_image .dipi-tilt-image {
	border-style: solid;
}

.dipi-tilt-image-wrap>img {
	position: relative;
	border-style: solid;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dipi-tilt-image-wrap {
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: visible !important;
	-webkit-transform-style: preserve-3d !important;
	transform-style: preserve-3d !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dipi-tilt-image-wrap a {
	width: 100%;
}

.dipi-tilt-image-overlay, .dipi-tilt-overlay {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-style: solid;
}

.dipi-tilt-overlay {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.dipi-tilt-overlay-wrap {
	width: 100%;
	padding: 20px;
	margin: 20px;
}

.dipi-tilt-overlay-icon {
	margin-bottom: 20px;
}

.dipi-tilt-overlay-image-icon-wrap {
	padding: 0 0 15px;
	margin: auto;
	position: relative;
}

.dipi-tilt-overlay-image-icon-wrap img {
	border-style: solid;
}

.dipi-tilt-overlay-btn {
	display: block;
}

.dipi_tilt_image .dipi-tilt-overlay-btn:hover:after, .dipi_tilt_image .dipi-tilt-overlay-btn:hover:before {
	font-size: inherit !important;
}

.dipi_tilt_image .js-tilt-glare {
	-webkit-transform: translateZ(10px);
}

.dipi_tilt_image h1.dipi-tilt-overlay-title {
	font-size: 30px;
}

.dipi_tilt_image h2.dipi-tilt-overlay-title {
	font-size: 26px;
}

.dipi_tilt_image h3.dipi-tilt-overlay-title {
	font-size: 22px;
}

.dipi_tilt_image h4.dipi-tilt-overlay-title {
	font-size: 18px;
}

.dipi_tilt_image h5.dipi-tilt-overlay-title {
	font-size: 16px;
}

.dipi_tilt_image h6.dipi-tilt-overlay-title {
	font-size: 14px;
}

.dipi_timeline_container {
	position: relative;
}

.dipi-timeline-line, .dipi-timeline-line__active {
	border-style: solid;
	border-width: 2px;
	position: absolute;
	border-left: none !important;
	z-index: 0;
}

.dipi_timeline .ribbon-icon {
	font-size: 20px;
	-webkit-transition: color .3s ease 0ms, background-color .3s ease 0ms;
	-o-transition: color .3s ease 0ms, background-color .3s ease 0ms;
	transition: color .3s ease 0ms, background-color .3s ease 0ms;
}

.dipi_timeline .ribbon-icon img {
	width: 100%;
}

.dipi-timeline-line {
	overflow: inherit !important;
	border-color: #eaebec;
}

.dipi_timeline .dipi_timeline_custom_classes:not(.dipi_timeline_show-card-arrow) .dipi_timeline_item_card-wrap:after {
	border-style: hidden;
}

.dipi_timeline_layout_left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item_container, .dipi_timeline_layout_mixed.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, .dipi_timeline_layout_mixed.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.dipi_timeline_layout_mixed.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container>.dipi_timeline_ribbon, .dipi_timeline_layout_mixed.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container>.dipi_timeline_ribbon {
	justify-content: flex-end;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
}

.dipi_timeline_layout_left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .dipi_timeline_layout_left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .dipi_timeline_layout_mixed.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .dipi_timeline_layout_mixed.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap {
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
}

.dipi_timeline_layout_mixed .dipi-timeline-line, .dipi_timeline_layout_mixed .dipi-timeline-line__active {
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dipi_timeline_layout_right .dipi-timeline-line, .dipi_timeline_layout_right .dipi-timeline-line__active {
	left: 16px;
}

.dipi_timeline_layout_left .dipi-timeline-line, .dipi_timeline_layout_left .dipi-timeline-line__active {
	right: 12px;
	left: auto;
}

.dipi_timeline_layout_left .dipi_timeline_item_container>.dipi_timeline_ribbon, .dipi_timeline_layout_mixed .dipi_timeline_item_card .dipi_timeline_ribbon, .dipi_timeline_layout_right .dipi_timeline_item_container>.dipi_timeline_ribbon {
	display: none;
}

.dipi_timeline_layout_left .dipi_timeline_item_card .dipi_timeline_ribbon, .dipi_timeline_layout_right .dipi_timeline_item_card .dipi_timeline_ribbon {
	display: -ms-flexbox;
	display: flex;
}

.dipi_timeline_layout_left .dipi_timeline_item .ribbon-icon-wrap, .dipi_timeline_layout_right .dipi_timeline_item .ribbon-icon-wrap {
	-ms-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	max-width: 32px;
}

@media only screen and (max-width:980px) {
	.dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container>.dipi_timeline_ribbon, .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container>.dipi_timeline_ribbon, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container>.dipi_timeline_ribbon, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container>.dipi_timeline_ribbon {
		justify-content: flex-end;
		-webkit-box-pack: end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
	}
	
	.dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap {
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-end;
		-webkit-box-pack: end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
	}
	
	.dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_container .dipi-timeline-line, .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_container .dipi-timeline-line__active, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_container .dipi-timeline-line, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_container .dipi-timeline-line__active {
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-line, .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-line__active, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-line, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-line__active {
		left: 16px;
		right: auto;
	}
	
	.dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-line, .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-line__active, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-line, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-line__active {
		right: 12px;
		left: auto;
	}
	
	.dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item_container>.dipi_timeline_ribbon, .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_item_card .dipi_timeline_ribbon, .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item_container>.dipi_timeline_ribbon, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item_container>.dipi_timeline_ribbon, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_item_card .dipi_timeline_ribbon, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item_container>.dipi_timeline_ribbon {
		display: none;
	}
	
	.dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item_card .dipi_timeline_ribbon, .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_item_container>.dipi_timeline_ribbon, .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item_card .dipi_timeline_ribbon, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item_card .dipi_timeline_ribbon, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_item_container>.dipi_timeline_ribbon, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item_card .dipi_timeline_ribbon {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item .ribbon-icon-wrap, .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item .ribbon-icon-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item .ribbon-icon-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item .ribbon-icon-wrap {
		-ms-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-left: 0;
		margin-right: 0;
		max-width: 32px;
	}
}

@media only screen and (max-width:767px) {
	.et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container, div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container, div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container {
		flex-direction: row !important;
		-ms-flex-direction: row !important;
	}
	
	.et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container>.dipi_timeline_ribbon, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container>.dipi_timeline_ribbon, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container>.dipi_timeline_ribbon, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container>.dipi_timeline_ribbon {
		justify-content: flex-end !important;
		-webkit-box-pack: end !important;
		-moz-box-pack: end !important;
		-ms-flex-pack: end !important;
		-webkit-justify-content: flex-end !important;
	}
	
	.et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, div.et_pb_module .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, div.et_pb_module .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap {
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-end !important;
		-webkit-box-pack: end !important;
		-moz-box-pack: end !important;
		-ms-flex-pack: end !important;
		-webkit-justify-content: flex-end !important;
	}
	
	.et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, div.et_pb_module .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap, div.et_pb_module .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_container .dipi-timeline-line, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_container .dipi-timeline-line__active, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_container .dipi-timeline-line, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_container .dipi-timeline-line__active {
		left: 50%;
		right: auto !important;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-line, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-line__active, div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-line, div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-line__active {
		left: 16px;
		right: auto !important;
	}
	
	.et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-line, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-line__active, div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-line, div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-line__active {
		right: 12px;
		left: auto !important;
	}
	
	.et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item_container>.dipi_timeline_ribbon, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_item_card .dipi_timeline_ribbon, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item_container>.dipi_timeline_ribbon, div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item_container>.dipi_timeline_ribbon, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_item_card .dipi_timeline_ribbon, div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item_container>.dipi_timeline_ribbon {
		display: none;
	}
	
	.et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item_card .dipi_timeline_ribbon, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_item_container>.dipi_timeline_ribbon, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item_card .dipi_timeline_ribbon, div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item_card .dipi_timeline_ribbon, div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_item_container>.dipi_timeline_ribbon, div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item_card .dipi_timeline_ribbon {
		display: -ms-flexbox;
		display: flex;
	}
	
	.et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item .ribbon-icon-wrap, .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item .ribbon-icon-wrap, div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item .ribbon-icon-wrap, div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item .ribbon-icon-wrap {
		-ms-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-left: 0;
		margin-right: 0;
		max-width: 32px;
	}
}

.dipi_timeline_item {
	z-index: 1;
}

.dipi_timeline_item_content {
	position: relative;
}

.dipi_timeline_item_button {
	display: inline-block;
}

.dipi_timeline .dipi_timeline_item_image .et_pb_image_wrap {
	display: block;
}

.dipi_timeline {
	word-wrap: break-word;
}

.dipi_timeline_item_image {
	border: 0 solid #333;
	text-align: center;
}

.dipi_timeline_item_container {
	margin: 0 auto;
	width: 100%;
	display: table;
}

.et_pb_sticky_module .dipi_timeline_item_image .et_pb_image_wrap {
	width: 100%;
	max-width: 100%;
}

.dipi_timeline_item.et_pb_text_align_left .dipi_timeline_item_container .dipi_timeline_item_content {
	text-align: left;
}

.dipi_timeline_item.et_pb_text_align_right .dipi_timeline_item_container .dipi_timeline_item_content {
	text-align: right;
}

.dipi_timeline_item.et_pb_text_align_justified .dipi_timeline_item_container .dipi_timeline_item_content {
	text-align: justify;
}

.dipi_timeline_item.et_pb_text_align_center .dipi_timeline_item_container .dipi_timeline_item_content {
	text-align: center;
}

.dipi_timeline_item_container p:last-of-type {
	padding-bottom: 0;
}

.dipi_timeline_item_image {
	margin-bottom: 30px;
	line-height: 0;
	max-width: 100%;
}

.dipi_timeline_ribbon_text {
	border: 0 solid #333;
}

.dipi_timeline_item .et_pb_module_header a, .dipi_timeline_item h4 a {
	text-decoration: none;
}

.dipi_timeline_item .dipi_timeline_item_image .et_pb_image_wrap {
	display: block;
	margin: auto;
}

.dipi_timeline_item .et_pb_button_wrapper {
	white-space: nowrap;
	margin-top: 20px;
}

.dipi_timeline_item_position_left .dipi_timeline_item_image, .dipi_timeline_item_position_right .dipi_timeline_item_image {
	width: 60px;
	display: table-cell;
	line-height: 0;
}

.dipi_timeline_item_position_left .dipi_timeline_item_image img, .dipi_timeline_item_position_right .dipi_timeline_item_image img {
	width: inherit;
}

.dipi_timeline_item .ribbon-icon {
	line-height: 1;
}

.dipi_timeline_item .ribbon-icon, .dipi_timeline_item_position_left .et-pb-icon, .dipi_timeline_item_position_right .et-pb-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.dipi_timeline_item .ribbon-icon, .dipi_timeline_item_position_left .et-pb-icon-circle, .dipi_timeline_item_position_right .et-pb-icon-circle {
	padding: 15px;
}

.dipi_timeline_item .ribbon-icon-circle-border, .dipi_timeline_item_position_left .et-pb-icon-circle-border, .dipi_timeline_item_position_right .et-pb-icon-circle-border, .et-db #et-boc .et-l .dipi_timeline_item .ribbon-icon-circle-border, .et-db #et-boc .et-l .dipi_timeline_item_position_left .et-pb-icon-circle-border, .et-db #et-boc .et-l .dipi_timeline_item_position_right .et-pb-icon-circle-border {
	border: 2px solid;
}

.dipi_timeline .dipi_timeline_item .ribbon-ico-circle, .dipi_timeline .dipi_timeline_item_card-wrap .et-pb-icon-circle, .et-db #et-boc .et-l .dipi_timeline .dipi_timeline_item .ribbon-ico-circle, .et-db #et-boc .et-l .dipi_timeline .dipi_timeline_item_card-wrap .et-pb-icon-circle {
	border-radius: 100%;
}

.dipi_timeline .dipi_timeline_item .ribbon-ico-circle-border, .dipi_timeline .dipi_timeline_item_card-wrap .et-pb-icon-circle-border, .et-db #et-boc .et-l .dipi_timeline .dipi_timeline_item .ribbon-ico-circle-border, .et-db #et-boc .et-l .dipi_timeline .dipi_timeline_item_card-wrap .et-pb-icon-circle-border {
	border: 2px solid;
}

.dipi_timeline_item_position_left .dipi_timeline_item_content, .dipi_timeline_item_position_right .dipi_timeline_item_content {
	display: table-cell;
	vertical-align: top;
}

.dipi_timeline_item_position_left .dipi_timeline_item_content {
	padding-left: 15px;
}

.dipi_timeline_item_position_left .dipi_timeline_item_container {
	text-align: left;
}

.dipi_timeline_item_position_right .dipi_timeline_item_content {
	padding-right: 15px;
}

.dipi_timeline_item_position_right .dipi_timeline_item_container {
	text-align: right;
}

.dipi_timeline_item_position_right .dipi_timeline_item_image {
	left: auto;
	right: 0;
}

.dipi_timeline_item_position_right .et-pb-icon {
	margin-right: 0;
	margin-left: 20px;
}

.ribbon-icon {
	font-family: ETmodules;
}

.dipi_timeline_item .ribbon-icon:after {
	line-height: inherit;
	line-height: 1;
	font-size: inherit !important;
	content: attr(data-icon);
}

.dipi_timeline_item .ribbon-icon.active, .dipi_timeline_item:hover .ribbon-icon, .et-db #et-boc .et-l .dipi_timeline_item .ribbon-icon.active, .et-db #et-boc .et-l .dipi_timeline_item:hover .ribbon-icon {
	color: #fff;
}

.dipi_timeline_item .ribbon-icon.ribbon-icon-circle.active, .et-db #et-boc .et-l .dipi_timeline_item .ribbon-icon.ribbon-icon-circle.active {
	background-color: #2c3d49;
}

.dipi_timeline_item .ribbon-icon-circle, .et-db #et-boc .et-l .dipi_timeline_item .ribbon-icon-circle {
	border-radius: 100%;
}

.dipi_timeline_item_container {
	position: relative;
}

.dipi_timeline_item_container, .dipi_timeline_ribbon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.dipi_timeline_item_card-wrap {
	width: 100%;
}

.dipi_timeline .dipi_timeline_item_card-wrap.need_animation {
	opacity: 0;
}

.dipi_timeline_layout_mixed .dipi_timeline_item_card-wrap, .dipi_timeline_layout_mixed .dipi_timeline_ribbon {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
	-ms-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.dipi_timeline_item .ribbon-icon-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 1rem;
	position: relative;
}

.dipi_timeline_item .dipi_timeline_item_card {
	border-style: solid;
	background: #f2f3f3;
	border-width: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.dipi_timeline_item_card-wrap {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.dipi_timeline_item_card-wrap:after {
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	display: inline;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.dipi_timeline_layout_left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline_layout_mixed.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline_layout_mixed.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after {
	right: -12px;
	border-left-style: solid;
	border-left-width: 12px;
}

.dipi_timeline_layout_mixed.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline_layout_mixed.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline_layout_right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after {
	left: -12px;
	border-right-style: solid;
	border-right-width: 12px;
}

@media (max-width:980px) {
	.dipi_timeline_item .dipi_timeline_item_position_left_tablet .dipi_timeline_item_image, .dipi_timeline_item .dipi_timeline_item_position_right_tablet .dipi_timeline_item_image {
		width: 60px;
		display: table-cell;
		line-height: 0;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_left_tablet .dipi_timeline_item_image img, .dipi_timeline_item .dipi_timeline_item_position_right_tablet .dipi_timeline_item_image img {
		width: inherit;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_left_tablet .et-pb-icon, .dipi_timeline_item .dipi_timeline_item_position_right_tablet .et-pb-icon, .dipi_timeline_item .ribbon-icon {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_left_tablet .et-pb-icon-circle, .dipi_timeline_item .dipi_timeline_item_position_right_tablet .et-pb-icon-circle, .dipi_timeline_item .ribbon-icon-circle {
		padding: 10px;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_left_tablet .et-pb-icon-circle-border, .dipi_timeline_item .dipi_timeline_item_position_right_tablet .et-pb-icon-circle-border, .dipi_timeline_item .ribbon-icon-circle-border {
		border: 2px solid;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_left_tablet .dipi_timeline_item_content, .dipi_timeline_item .dipi_timeline_item_position_right_tablet .dipi_timeline_item_content {
		display: table-cell;
		vertical-align: top;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_left_tablet .dipi_timeline_item_content {
		padding-left: 15px;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_left_tablet .dipi_timeline_item_container {
		text-align: left;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_right_tablet .dipi_timeline_item_content {
		padding-right: 15px;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_right_tablet .dipi_timeline_item_container {
		padding-right: 52px;
		text-align: right;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_right_tablet .dipi_timeline_item_image {
		left: auto;
		right: 0;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_right_tablet .et-pb-icon {
		margin-right: 0;
		margin-left: 20px;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_top_tablet .dipi_timeline_item_image {
		display: inline-block;
		width: auto;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_top_tablet .et-pb-icon, .dipi_timeline_item .ribbon-icon {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_top_tablet .et-pb-icon-circle, .dipi_timeline_item .ribbon-icon-circle {
		padding: 10px;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_top_tablet .dipi_timeline_item_content {
		padding-left: 0;
		padding-right: 0;
		display: block;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_top_tablet .dipi_timeline_item_container {
		text-align: center;
		padding-right: 0;
	}
	
	.dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_item_card-wrap, .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_ribbon {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	
	.dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item_card-wrap, .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item_card-wrap {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		-webkit-flex-basis: auto;
	}
	
	.dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after {
		right: -12px;
		border-left-style: solid;
		border-left-width: 12px;
		border-right-style: none;
		left: auto;
	}
	
	.dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after {
		left: -12px;
		border-right-style: solid;
		border-right-width: 12px;
		border-left-style: none;
		right: auto;
	}
}

@media (max-width:767px) {
	.dipi_timeline_item .dipi_timeline_item_position_left_phone .dipi_timeline_item_image, .dipi_timeline_item .dipi_timeline_item_position_right_phone .dipi_timeline_item_image {
		width: 60px;
		display: table-cell;
		line-height: 0;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_left_phone .dipi_timeline_item_image img, .dipi_timeline_item .dipi_timeline_item_position_right_phone .dipi_timeline_item_image img {
		width: inherit;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_left_phone .et-pb-icon, .dipi_timeline_item .dipi_timeline_item_position_right_phone .et-pb-icon, .dipi_timeline_item .ribbon-icon {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_left_phone .et-pb-icon-circle, .dipi_timeline_item .dipi_timeline_item_position_right_phone .et-pb-icon-circle, .dipi_timeline_item .ribbon-icon-circle {
		padding: 10px;
	}
	
	.dipi_timeline .dipi_timeline_item .ribbon-icon-circle-border, .dipi_timeline_item .dipi_timeline_item_position_left_phone .et-pb-icon-circle-border, .dipi_timeline_item .dipi_timeline_item_position_right_phone .et-pb-icon-circle-border {
		border: 2px solid;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_left_phone .dipi_timeline_item_content, .dipi_timeline_item .dipi_timeline_item_position_right_phone .dipi_timeline_item_content {
		display: table-cell;
		vertical-align: top;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_left_phone .dipi_timeline_item_content {
		padding-left: 15px;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_left_phone .dipi_timeline_item_container {
		text-align: left;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_right_phone .dipi_timeline_item_content {
		padding-right: 15px;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_right_phone .dipi_timeline_item_container {
		padding-right: 52px;
		text-align: right;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_right_phone .dipi_timeline_item_image {
		left: auto;
		right: 0;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_right_phone .et-pb-icon {
		margin-right: 0;
		margin-left: 20px;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_top_phone .dipi_timeline_item_image {
		display: inline-block;
		width: auto;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_top_phone .et-pb-icon, .dipi_timeline_item .ribbon-icon {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_top_phone .et-pb-icon-circle, .dipi_timeline_item .ribbon-icon-circle {
		padding: 10px;
	}
	
	.dipi_timeline_item_position_top_phone .dipi_timeline_item_content {
		padding-left: 0;
		padding-right: 0;
		display: block;
	}
	
	.dipi_timeline_item .dipi_timeline_item_position_top_phone .dipi_timeline_item_container {
		text-align: center;
		padding-right: 0;
	}
	
	.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_item_card-wrap, .dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_ribbon {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	
	.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item_card-wrap, .dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item_card-wrap {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		-webkit-flex-basis: auto;
	}
	
	.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item.dipi_timeline_item_custom-card-arrow .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after {
		right: -12px;
		border-left-style: solid;
		border-left-width: 12px;
		border-right-style: none;
		left: auto !important;
	}
	
	.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(2n) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after, .dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after {
		left: -12px;
		border-right-style: solid;
		border-right-width: 12px;
		border-left-style: none;
		right: auto !important;
	}
}

.dipi_horizontal_timeline .et_pb_main_blurb_image .et-waypoint {
	opacity: 1 !important;
}

.dipi_horizontal_timeline .dipi_htl_container {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.dipi_horizontal_timeline_item.swiper-slide .dipi_horizontal_timeline_item {
	width: 100%;
}

.dipi_horizontal_timeline .dipi_htl_container .dipi_horizontal_timeline_item {
	font-size: 14px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 0 !important;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	float: none !important;
	clear: none !important;
	height: auto;
}

.dipi_horizontal_timeline .dipi_htl_container .dipi-htl-items, .dipi_horizontal_timeline .dipi_htl_container .dipi_horizontal_timeline_item {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-property: transform;
	overflow: visible;
}

.dipi_horizontal_timeline .dipi_htl_container .dipi-htl-items {
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dipi_horizontal_timeline .swiper-pagination {
	text-align: center;
	width: 100%;
}

.dipi_horizontal_timeline .swiper-pagination .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.dipi_horizontal_timeline .swiper-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	width: 8px;
	height: 8px;
}

.dipi_horizontal_timeline .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.dipi_horizontal_timeline .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.dipi_horizontal_timeline .swiper-button-next, .dipi_horizontal_timeline .swiper-button-prev {
	background-image: none !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 50px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi_horizontal_timeline .swiper-button-next.nitro-lazy, .dipi_horizontal_timeline .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.dipi_horizontal_timeline .swiper-button-next:after, .dipi_horizontal_timeline .swiper-button-prev:after {
	content: attr(data-icon);
	display: block;
	font-family: ETmodules;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.dipi_horizontal_timeline .swiper-button-prev {
	left: -66px;
}

.dipi_horizontal_timeline .swiper-button-next {
	right: -66px;
}

.dipi_horizontal_timeline .swiper-button-next.swiper-button-disabled, .dipi_horizontal_timeline .swiper-button-prev.swiper-button-disabled {
	cursor: pointer;
	pointer-events: all;
}

.dipi_horizontal_timeline .dipi_htl_container {
	width: 100%;
	height: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: start;
}

.dipi_horizontal_timeline.et_pb_module .swiper-arrow-button.show_on_hover {
	opacity: 0;
}

.dipi_horizontal_timeline .swiper-button-prev.swiper-arrow-button.show_on_hover {
	left: 0 !important;
}

.dipi_horizontal_timeline .swiper-button-next.swiper-arrow-button.show_on_hover {
	right: 0 !important;
}

.dipi_horizontal_timeline.et_pb_module .swiper-arrow-button.show_on_hover:hover, .dipi_horizontal_timeline.et_pb_module:hover .swiper-arrow-button.show_on_hover {
	opacity: 1;
}

.dipi_horizontal_timeline .swiper-button-next.swiper-arrow-button.show_on_hover:before, .dipi_horizontal_timeline .swiper-button-prev.swiper-arrow-button.show_on_hover:before {
	width: 100%;
	height: 100%;
	opacity: 1;
	content: " ";
	position: absolute;
}

.dipi_horizontal_timeline .swiper-button-prev.swiper-arrow-button.show_on_hover:before {
	left: 50%;
}

.dipi_horizontal_timeline .swiper-button-next.swiper-arrow-button.show_on_hover:before {
	right: 50%;
}

.dipi_horizontal_timeline .dipi-htl-items {
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: visible;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.dipi_horizontal_timeline .dipi_htl_container {
	position: relative;
}

.dipi_horizontal_timeline .dipi-htl-line, .dipi_horizontal_timeline .dipi-htl-line__active {
	border-style: solid;
	border-width: 2px;
	position: absolute;
	z-index: -1;
	border-top: none !important;
	left: 0;
	right: 0;
}

.dipi_horizontal_timeline .ribbon-ico {
	font-size: 20px;
	-webkit-transition: color .3s ease 0ms, background-color .3s ease 0ms;
	-o-transition: color .3s ease 0ms, background-color .3s ease 0ms;
	transition: color .3s ease 0ms, background-color .3s ease 0ms;
}

.dipi_horizontal_timeline .dipi-htl-line {
	overflow: inherit !important;
	border-color: #eaebec;
}

.dipi_horizontal_timeline .dipi_htl_custom_classes:not(.dipi_timeline_show-card-arrow) .dipi_htl_item_card-wrap:after {
	border-style: hidden;
}

.dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-bottom .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container, .dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-top .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container, .dipi_horizontal_timeline .dipi_htl_layout_top .dipi_htl_item_container {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.dipi_horizontal_timeline .dipi_htl_layout_bottom .dipi_htl_item_container, .dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-bottom .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container, .dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-top .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container {
	-ms-flex-direction: column;
	flex-direction: column;
}

.dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-bottom .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container>.dipi_timeline_ribbon, .dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-top .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container>.dipi_timeline_ribbon {
	justify-content: flex-end;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
}

.dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-bottom .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap, .dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-top .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap, .dipi_horizontal_timeline .dipi_htl_layout_top .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap, .dipi_horizontal_timeline .dipi_htl_layout_top .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap {
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
}

.dipi_horizontal_timeline .dipi_htl_ribbon-wrapper {
	position: absolute;
}

.dipi_horizontal_timeline .dipi_htl_layout_top .dipi_htl_container {
	padding: 30px;
}

.dipi_horizontal_timeline .dipi_htl_layout_bottom .dipi_horizontal_timeline_item .dipi_htl_item_container>.dipi_htl_ribbon-wrapper, .dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-bottom .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container>.dipi_htl_ribbon-wrapper, .dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-top .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container>.dipi_htl_ribbon-wrapper {
	bottom: 100%;
}

.dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-bottom .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container>.dipi_htl_ribbon-wrapper, .dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-top .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container>.dipi_htl_ribbon-wrapper, .dipi_horizontal_timeline .dipi_htl_layout_top .dipi_horizontal_timeline_item .dipi_htl_item_container>.dipi_htl_ribbon-wrapper {
	top: 100%;
}

.dipi_horizontal_timeline .dipi_htl_layout_mixed .dipi-htl-line, .dipi_horizontal_timeline .dipi_htl_layout_mixed .dipi-htl-line__active, .dipi_horizontal_timeline .dipi_htl_layout_mixed .swiper-arrow-button {
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dipi_horizontal_timeline .dipi_htl_layout_bottom .dipi-htl-line, .dipi_horizontal_timeline .dipi_htl_layout_bottom .dipi-htl-line__active, .dipi_horizontal_timeline .dipi_htl_layout_bottom .swiper-arrow-button {
	bottom: auto;
	top: 16px;
}

.dipi_horizontal_timeline .dipi_htl_layout_top .dipi-htl-line, .dipi_horizontal_timeline .dipi_htl_layout_top .dipi-htl-line__active, .dipi_horizontal_timeline .dipi_htl_layout_top .swiper-arrow-button {
	bottom: 12px;
	top: auto;
}

.dipi_horizontal_timeline .dipi_htl_layout_bottom .swiper-arrow-button, .dipi_horizontal_timeline .dipi_htl_layout_top .swiper-arrow-button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.dipi_horizontal_timeline .dipi_htl_layout_bottom .dipi_horizontal_timeline_item .ribbon-ico-wrap, .dipi_horizontal_timeline .dipi_htl_layout_top .dipi_horizontal_timeline_item .ribbon-ico-wrap {
	-ms-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-height: 32px;
}

.dipi_horizontal_timeline .dipi_htl_layout_bottom .dipi_horizontal_timeline_item .ribbon-ico-wrap {
	margin-top: 0;
}

.dipi_horizontal_timeline .dipi_htl_layout_top .dipi_horizontal_timeline_item .ribbon-ico-wrap {
	margin-bottom: 0;
}

@media only screen and (max-width:980px) {
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_tablet .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_tablet .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_tablet .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_tablet .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container>.dipi_timeline_ribbon, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container>.dipi_timeline_ribbon {
		justify-content: flex-end;
		-webkit-box-pack: end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
	}
	
	.dipi_htl_layout_top_tablet .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap, .dipi_htl_layout_top_tablet .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap {
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-end;
		-webkit-box-pack: end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_tablet .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item .dipi_htl_item_container>.dipi_htl_ribbon-wrapper, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container>.dipi_htl_ribbon-wrapper, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container>.dipi_htl_ribbon-wrapper {
		bottom: 100%;
		top: auto;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container>.dipi_htl_ribbon-wrapper, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container>.dipi_htl_ribbon-wrapper, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_tablet .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item .dipi_htl_item_container>.dipi_htl_ribbon-wrapper {
		top: 100%;
		bottom: auto;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet .dipi_htl_container .dipi-htl-line, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet .dipi_htl_container .dipi-htl-line__active, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet .swiper-arrow-button {
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_tablet .dipi_htl_container .dipi-htl-line, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_tablet .dipi_htl_container .dipi-htl-line__active, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_tablet .swiper-arrow-button {
		top: 16px;
		bottom: auto;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_tablet .dipi_htl_container .dipi-htl-line, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_tablet .dipi_htl_container .dipi-htl-line__active, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_tablet .swiper-arrow-button {
		bottom: 12px;
		top: auto;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_tablet .swiper-arrow-button, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_tablet .swiper-arrow-button {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_tablet .dipi_horizontal_timeline_item .ribbon-ico-wrap, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_tablet .dipi_horizontal_timeline_item .ribbon-ico-wrap {
		-ms-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-left: 0;
		margin-right: 0;
		max-height: 32px;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_tablet .dipi_horizontal_timeline_item .ribbon-ico-wrap {
		margin-top: 0;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_tablet .dipi_horizontal_timeline_item .ribbon-ico-wrap {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:767px) {
	div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_phone .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_phone .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_phone .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_phone .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container>.dipi_timeline_ribbon, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container>.dipi_timeline_ribbon {
		justify-content: flex-end !important;
		-webkit-box-pack: end !important;
		-moz-box-pack: end !important;
		-ms-flex-pack: end !important;
		-webkit-justify-content: flex-end !important;
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap, div.et_pb_module .dipi_htl_layout_top_phone .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap, div.et_pb_module .dipi_htl_layout_top_phone .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap {
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-end !important;
		-webkit-box-pack: end !important;
		-moz-box-pack: end !important;
		-ms-flex-pack: end !important;
		-webkit-justify-content: flex-end !important;
	}
	
	.dipi_horizontal_timeline .dipi_htl_layout_bottom_phone .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item .dipi_htl_item_container>.dipi_htl_ribbon-wrapper, .dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container>.dipi_htl_ribbon-wrapper, .dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container>.dipi_htl_ribbon-wrapper {
		bottom: 100% !important;
		top: auto !important;
	}
	
	.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container>.dipi_htl_ribbon-wrapper, .dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container>.dipi_htl_ribbon-wrapper, .dipi_horizontal_timeline .dipi_htl_layout_top_phone .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item .dipi_htl_item_container>.dipi_htl_ribbon-wrapper {
		top: 100% !important;
		bottom: auto !important;
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone .dipi_htl_container .dipi-htl-line, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone .dipi_htl_container .dipi-htl-line__active, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone .swiper-arrow-button {
		top: 50%;
		bottom: auto !important;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_phone .dipi_htl_container .dipi-htl-line, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_phone .dipi_htl_container .dipi-htl-line__active, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_phone .swiper-arrow-button {
		top: 16px;
		bottom: auto !important;
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_phone .dipi_htl_container .dipi-htl-line, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_phone .dipi_htl_container .dipi-htl-line__active, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_phone .swiper-arrow-button {
		bottom: 12px;
		top: auto !important;
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_phone .swiper-arrow-button, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_phone .swiper-arrow-button {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_phone .dipi_horizontal_timeline_item .ribbon-ico-wrap, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_phone .dipi_horizontal_timeline_item .ribbon-ico-wrap {
		-ms-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-left: 0;
		margin-right: 0;
		max-height: 32px;
	}
	
	.dipi_horizontal_timeline .dipi_htl_layout_bottom_phone .dipi_horizontal_timeline_item .ribbon-ico-wrap {
		margin-top: 0 !important;
	}
	
	.dipi_horizontal_timeline .dipi_htl_layout_top_phone .dipi_horizontal_timeline_item .ribbon-ico-wrap {
		margin-bottom: 0 !important;
	}
}

.dipi_horizontal_timeline_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.dipi_horizontal_timeline_item .et_pb_module_inner {
	width: 100%;
}

.dipi_horizontal_timeline .dipi-image-wrap {
	display: block;
	position: relative;
	width: 100%;
}

.dipi_horizontal_timeline .dipi-carousel-icon {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.dipi_horizontal_timeline .dipi-carousel-icon-circle-border {
	border: 3px solid;
}

.dipi_horizontal_timeline .dipi-carousel-icon-circle {
	padding: 25px;
	border-radius: 100%;
	font-size: 48px;
}

.dipi_horizontal_timeline_item .dipi_htl_item_image_popup {
	display: block;
	margin: auto;
	overflow: hidden;
}

.dipi_horizontal_timeline_item .dipi-carousel-item-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	width: 100%;
	padding: 20px;
	border-style: solid;
	position: relative;
}

.dipi_horizontal_timeline_item .dipi-carousel-item-title {
	margin-bottom: 15px;
	padding: 0;
}

.dipi_horizontal_timeline_item .dipi-carousel-item-desc {
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 15px;
}

.dipi_horizontal_timeline_item .dipi-carousel-button-wrapper {
	-ms-flex: 1 1;
	flex: 1 1;
}

.dipi_horizontal_timeline_item .dipi-carousel-button {
	font-size: 20px;
	display: inline-block;
	border-style: solid;
}

.dipi_horizontal_timeline_item .dipi-carousel-button:hover:after, .dipi_horizontal_timeline_item .dipi-carousel-button:hover:before {
	font-size: inherit !important;
	line-height: inherit;
}

.dipi_horizontal_timeline .dipi-carousel-child-wrapper .dipi_htl_item_image_popup img {
	-webkit-transition-timing-function: cubic-bezier(.2, 0, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 0, .3, 1);
	transition-timing-function: cubic-bezier(.2, 0, .3, 1);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.dipi_horizontal_timeline .dipi-carousel-child-wrapper:hover .dipi_htl_item_image_popup.dipi-zoomin img, .dipi_htl_item_image_popup.dipi-zoomout img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi_horizontal_timeline .dipi-carousel-child-wrapper:hover .dipi_htl_item_image_popup.dipi-zoomout img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.dipi_htl_item_image_popup.dipi-rotate img {
	height: 100%;
	width: 100%;
}

.dipi_horizontal_timeline .dipi-carousel-child-wrapper:hover .dipi_htl_item_image_popup.dipi-rotate img {
	-webkit-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
}

.dipi_htl_item_image_popup.dipi-move-up img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.dipi_horizontal_timeline .dipi-carousel-child-wrapper:hover .dipi_htl_item_image_popup.dipi-move-up img {
	-webkit-transform: scale(1.15) translateY(-10px);
	transform: scale(1.15) translateY(-10px);
}

.dipi_htl_item_image_popup.dipi-move-down img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.dipi_horizontal_timeline .dipi-carousel-child-wrapper:hover .dipi_htl_item_image_popup.dipi-move-down img {
	-webkit-transform: scale(1.15) translateY(10px);
	transform: scale(1.15) translateY(10px);
}

.dipi_htl_item_image_popup.dipi-move-right img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi_horizontal_timeline .dipi-carousel-child-wrapper:hover .dipi_htl_item_image_popup.dipi-move-right img {
	-webkit-transform: scale(1.1) translateX(10px);
	transform: scale(1.1) translateX(10px);
}

.dipi_htl_item_image_popup.dipi-move-left img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.dipi_horizontal_timeline .dipi-carousel-child-wrapper:hover .dipi_htl_item_image_popup.dipi-move-left img {
	-webkit-transform: scale(1.1) translateX(-10px);
	transform: scale(1.1) translateX(-10px);
}

.dipi_horizontal_timeline .dipi_htl_item_content {
	position: relative;
}

.dipi_horizontal_timeline .dipi_htl_item_button {
	display: inline-block;
}

.dipi_horizontal_timeline .dipi_htl_item_button[data-icon]:not([data-icon=""]):after {
	content: attr(data-icon);
}

.dipi_horizontal_timeline .dipi_htl_item_image .et_pb_image_wrap {
	display: block;
	border-style: solid;
}

.dipi_horizontal_timeline .dipi_htl_item_image .et_pb_image_wrap img {
	width: 100%;
}

.dipi_horizontal_timeline {
	word-wrap: break-word;
}

.dipi_horizontal_timeline .dipi_htl_item_image {
	border: 0 solid #333;
	text-align: center;
	position: relative;
}

.dipi_horizontal_timeline .dipi_htl_item_container {
	margin: 0 auto;
	width: 100%;
	display: table;
	overflow-y: visible;
}

.et_pb_sticky_module .dipi_htl_item_image .et_pb_image_wrap {
	width: 100%;
	max-width: 100%;
}

.dipi_horizontal_timeline .et_pb_text_align_left {
	text-align: left;
}

.dipi_horizontal_timeline .et_pb_text_align_right {
	text-align: right;
}

.dipi_horizontal_timeline .et_pb_text_align_justified {
	text-align: justify;
}

.dipi_horizontal_timeline .et_pb_text_align_center {
	text-align: center;
}

.dipi_horizontal_timeline .dipi_htl_item_container p:last-of-type {
	padding-bottom: 0;
}

.dipi_horizontal_timeline .dipi_htl_item_image {
	line-height: 0;
	max-width: 100%;
}

.dipi_horizontal_timeline .dipi_timeline_ribbon_text {
	border-style: solid;
	border-color: #333;
}

.dipi_horizontal_timeline .dipi_horizontal_timeline_item .et_pb_module_header a, .dipi_horizontal_timeline .dipi_horizontal_timeline_item h4 a {
	text-decoration: none;
}

.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_image {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_image .et_pb_image_wrap {
	display: block;
	margin: 0 0 30px;
}

.dipi_horizontal_timeline .dipi_horizontal_timeline_item .et_pb_button_wrapper {
	white-space: nowrap;
	margin-top: 20px;
}

.dipi_horizontal_timeline .ribbon-ico {
	font-family: ETmodules;
}

.dipi_horizontal_timeline .dipi_horizontal_timeline_item .ribbon-ico:after {
	line-height: inherit;
	line-height: 1;
	font-size: inherit !important;
	content: attr(data-icon);
}

.dipi_horizontal_timeline .dipi_horizontal_timeline_item .ribbon-ico.active, .dipi_horizontal_timeline .dipi_horizontal_timeline_item:hover .ribbon-ico {
	color: #fff;
}

.dipi_horizontal_timeline .dipi_horizontal_timeline_item .ribbon-ico.ribbon-ico-circle.active, .dipi_horizontal_timeline .dipi_horizontal_timeline_item:hover .ribbon-ico.ribbon-ico-circle {
	background-color: #2c3d49;
}

.dipi_horizontal_timeline .ribbon-ico-circle {
	border-radius: 100%;
}

.dipi_horizontal_timeline .dipi_htl_item_container {
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dipi_horizontal_timeline .dipi_htl_item_container, .dipi_horizontal_timeline .dipi_timeline_ribbon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.dipi_horizontal_timeline .dipi_htl_item_card-wrap {
	width: 100%;
}

.dipi_horizontal_timeline .dipi_horizontal_timeline_item .ribbon-ico-wrap {
	-ms-flex-positive: 0;
	flex-grow: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 1rem 0;
	position: relative;
}

.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_card {
	border-style: solid;
	background: #f2f3f3;
	position: relative;
}

.dipi_horizontal_timeline .dipi_htl_item_card-wrap {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.dipi_horizontal_timeline .dipi_htl_item_card-wrap:after {
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	display: inline;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.dipi_horizontal_timeline .dipi_horizontal_timeline_item .ribbon-ico {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.dipi_horizontal_timeline .dipi_horizontal_timeline_item .ribbon-ico-circle, .dipi_horizontal_timeline .dipi_htl_item_card-wrap .et-pb-icon-circle {
	padding: 15px;
	border-radius: 100%;
}

.dipi_horizontal_timeline .dipi_horizontal_timeline_item .ribbon-ico-circle-border, .dipi_horizontal_timeline .dipi_htl_item_card-wrap .et-pb-icon-circle-border {
	border-width: 2px;
	border-style: solid;
}

@media (min-width:981px) {
	.dipi_horizontal_timeline .dipi_htl_item_position_left .dipi_htl_item_image, .dipi_horizontal_timeline .dipi_htl_item_position_right .dipi_htl_item_image {
		width: 60px;
		line-height: 0;
	}
	
	.dipi_horizontal_timeline .dipi_htl_item_position_left .et-pb-icon, .dipi_horizontal_timeline .dipi_htl_item_position_right .et-pb-icon {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.dipi_horizontal_timeline .dipi_htl_item_position_left .dipi_htl_item_card, .dipi_horizontal_timeline .dipi_htl_item_position_right .dipi_htl_item_card {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_horizontal_timeline .dipi_htl_item_position_left .dipi_htl_item_content {
		padding-left: 15px;
	}
	
	.dipi_horizontal_timeline .dipi_htl_item_position_left .dipi_htl_item_container {
		text-align: left;
	}
	
	.dipi_horizontal_timeline .dipi_htl_item_position_right .dipi_htl_item_content {
		padding-right: 15px;
	}
	
	.dipi_horizontal_timeline .dipi_htl_item_position_right .dipi_htl_item_container {
		text-align: right;
	}
	
	.dipi_horizontal_timeline .dipi_htl_item_position_right .dipi_htl_item_image {
		left: auto;
		right: 0;
	}
	
	.dipi_horizontal_timeline .dipi_htl_item_position_right .et-pb-icon {
		margin-right: 0;
		margin-left: 20px;
	}
}

.dipi_horizontal_timeline .dipi_timeline_card_arrow_end .dipi_htl_item_card-wrap:after {
	right: 0;
	left: unset;
	-webkit-transform: unset;
	transform: unset;
}

.dipi_horizontal_timeline .dipi_timeline_card_arrow_start .dipi_htl_item_card-wrap:after {
	right: unset;
	left: 0;
	-webkit-transform: unset;
	transform: unset;
}

.dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-bottom .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, .dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-top .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, .dipi_horizontal_timeline .dipi_htl_layout_top .dipi_horizontal_timeline_item .dipi_htl_item_container .dipi_htl_item_card-wrap:after {
	bottom: -12px;
	border-top-style: solid;
	border-top-width: 12px;
}

.dipi_horizontal_timeline .dipi_htl_layout_bottom .dipi_horizontal_timeline_item .dipi_htl_item_container .dipi_htl_item_card-wrap:after, .dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-bottom .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, .dipi_horizontal_timeline .dipi_htl_layout_mixed.startpos-top .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap:after {
	top: -12px;
	border-bottom-style: solid;
	border-bottom-width: 12px;
}

.dipi_horizontal_timeline_item>.et_parallax_bg_wrap {
	display: none;
}

@media (max-width:980px) and (min-width:768px) {
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_left_tablet .dipi_htl_item_image, .et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_right_tablet .dipi_htl_item_image {
		width: 60px;
		line-height: 0;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_left_tablet .et-pb-icon, .et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_right_tablet .et-pb-icon {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_left_tablet .dipi_htl_item_card, .et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_right_tablet .dipi_htl_item_card {
		display: -ms-flexbox;
		display: flex;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_left_tablet .dipi_htl_item_content {
		padding-left: 15px;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_left_tablet .dipi_htl_item_container {
		text-align: left;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_right_tablet .dipi_htl_item_content {
		padding-right: 15px;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_right_tablet .dipi_htl_item_container {
		padding-right: 52px;
		text-align: right;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_right_tablet .dipi_htl_item_image {
		left: auto;
		right: 0;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_right_tablet .et-pb-icon {
		margin-right: 0;
		margin-left: 20px;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_top_tablet .et-pb-icon {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_top_tablet .dipi_htl_item_content {
		padding-left: 0;
		padding-right: 0;
		display: block;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_position_top_tablet .dipi_htl_item_container {
		text-align: center;
		padding-right: 0;
	}
}

@media (max-width:980px) {
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_card-wrap .et-pb-icon-circle-border, .et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .ribbon-ico-circle-border {
		border-width: 2px;
		border-style: solid;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .ribbon-ico {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .dipi_htl_item_card-wrap .et-pb-icon-circle, .et_pb_module.dipi_horizontal_timeline .dipi_horizontal_timeline_item .ribbon-ico-circle {
		padding: 10px;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_timeline_card_arrow_end_tablet .dipi_htl_item_card-wrap:after {
		right: 0;
		left: unset;
		-webkit-transform: unset;
		transform: unset;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_timeline_card_arrow_start_tablet .dipi_htl_item_card-wrap:after {
		right: unset;
		left: 0;
		-webkit-transform: unset;
		transform: unset;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_timeline_card_arrow_center_tablet .dipi_htl_item_card-wrap:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_tablet .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_tablet .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap:after {
		bottom: -12px;
		border-top-style: solid;
		border-top-width: 12px;
		border-bottom-style: none;
		top: auto;
	}
	
	.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_tablet .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_tablet .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-bottom .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, .et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_tablet.startpos-top .dipi_htl_container .dipi-htl-items .dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap:after {
		top: -12px;
		border-bottom-style: solid;
		border-bottom-width: 12px;
		border-top-style: none;
		bottom: auto;
	}
}

@media (max-width:767px) {
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_left_phone .dipi_htl_item_image, div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_right_phone .dipi_htl_item_image {
		width: 60px;
		line-height: 0;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_left_phone .et-pb-icon, div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_right_phone .et-pb-icon {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_left_phone .dipi_htl_item_card, div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_right_phone .dipi_htl_item_card {
		display: -ms-flexbox;
		display: flex;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_left_phone .dipi_htl_item_content {
		padding-left: 15px;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_left_phone .dipi_htl_item_container {
		text-align: left;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_right_phone .dipi_htl_item_content {
		padding-right: 15px;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_right_phone .dipi_htl_item_container {
		padding-right: 52px;
		text-align: right;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_right_phone .dipi_htl_item_image {
		left: auto;
		right: 0;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_right_phone .et-pb-icon {
		margin-right: 0;
		margin-left: 20px;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_top_phone .et-pb-icon {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_top_phone .et-pb-icon-circle {
		padding: 10px;
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_htl_item_position_top_phone .dipi_htl_item_content {
		padding-left: 0;
		padding-right: 0;
		display: block;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_position_top_phone .dipi_htl_item_container {
		text-align: center;
		padding-right: 0;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .ribbon-ico-circle {
		padding: 10px;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .ribbon-ico {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_card-wrap .et-pb-icon-circle, div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .ribbon-ico-circle {
		padding: 10px;
	}
	
	div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .dipi_htl_item_card-wrap .et-pb-icon-circle-border, div.et_pb_module.dipi_horizontal_timeline div.dipi_horizontal_timeline_item .ribbon-ico-circle-border {
		border-width: 2px;
		border-style: solid;
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_timeline_card_arrow_end_phone .dipi_htl_item_card-wrap:after {
		right: 0;
		left: unset;
		-webkit-transform: unset;
		transform: unset;
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_timeline_card_arrow_start_phone .dipi_htl_item_card-wrap:after {
		right: unset;
		left: 0;
		-webkit-transform: unset;
		transform: unset;
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_timeline_card_arrow_center_phone .dipi_htl_item_card-wrap:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-bottom .dipi_htl_container .dipi-htl-items div.dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-top .dipi_htl_container .dipi-htl-items div.dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_phone .dipi_htl_container .dipi-htl-items div.dipi_horizontal_timeline_item.dipi_htl_item_custom-card-arrow .dipi_htl_item_container .dipi_htl_item_card-wrap:after, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_phone .dipi_htl_container .dipi-htl-items div.dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_top_phone .dipi_htl_container .dipi-htl-items div.dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap:after {
		bottom: -12px;
		border-top-style: solid;
		border-top-width: 12px;
		border-bottom-style: none;
		top: auto !important;
	}
	
	div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_phone .dipi_htl_container .dipi-htl-items div.dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_bottom_phone .dipi_htl_container .dipi-htl-items div.dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-bottom .dipi_htl_container .dipi-htl-items div.dipi_horizontal_timeline_item:nth-child(odd) .dipi_htl_item_container .dipi_htl_item_card-wrap:after, div.et_pb_module.dipi_horizontal_timeline .dipi_htl_layout_mixed_phone.startpos-top .dipi_htl_container .dipi-htl-items div.dipi_horizontal_timeline_item:nth-child(2n) .dipi_htl_item_container .dipi_htl_item_card-wrap:after {
		top: -12px;
		border-bottom-style: solid;
		border-bottom-width: 12px;
		border-top-style: none;
		bottom: auto !important;
	}
}

.dipi-typing {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}

.dipi-typing-text-prefix, .dipi-typing-text-suffix, .dipi-typing-wrap {
	border-style: solid;
}

.dipi-svg-animator-inner-wrapper {
	display: -ms-flexbox;
	display: flex;
}

.dipi_svg_animator .dipi-svg-animator-container svg {
	display: block;
}

.et_pb_module.dipi_advanced_tabs_item {
	width: 100%;
}

.dipi-advanced-tabs {
	position: relative;
}

.dipi-at-container, .dipi-at-panel-content, .dipi-at-panels, .dipi-at-tabs, .dipi-at-tabs-container {
	display: -ms-flexbox;
	display: flex;
}

.dipi-at-panel-content.dipi-at-panel-content--lib {
	display: block;
}

.dipi-at-panels {
	border-style: solid;
	z-index: 1;
}

.dipi-at-tabs-container {
	-ms-flex: 1 1;
	flex: 1 1;
	max-width: 100%;
	z-index: 2;
}

.dipi-at-tabs {
	max-width: 100%;
	-ms-flex: 1 1;
	flex: 1 1;
}

.dipi-at-tab, .dipi-at-tabs {
	border-style: solid;
	overflow: visible;
}

.dipi-at-tab {
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
}

.dipi_advanced_tabs_item {
	display: none;
}

.dipi_advanced_tabs_item.dipi-at-panel--active {
	display: block;
}

.dipi-at-tabs.has-arrow .dipi-at-tab {
	position: relative;
}

.dipi-at-tabs.has-arrow .dipi-at-tab svg {
	position: absolute;
	height: auto !important;
	opacity: 0;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.dipi-at-tab.dipi-at-tab--active {
	border-style: solid;
}

.dipi-at-tabs.has-arrow .dipi-at-tab.dipi-at-tab--active svg {
	display: block;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out .2s;
	-o-transition: all .3s ease-in-out .2s;
	transition: all .3s ease-in-out .2s;
}

.dipi-tab-media.dipi-tab-media--normal {
	display: block;
}

.dipi-tab-media.dipi-tab-media--active {
	display: none;
}

.dipi-at-tab.dipi-at-tab--active .dipi-tab-media.dipi-tab-media--active {
	display: block;
}

.dipi-at-tab.dipi-at-tab--active .dipi-tab-media.dipi-tab-media--normal {
	display: none;
}

.dipi-at-tabs.arrow-place-top .dipi-at-tab svg {
	top: 90%;
}

.dipi-at-tabs.arrow-place-top .dipi-at-tab.dipi-at-tab--active svg {
	top: 100%;
}

.dipi-at-tabs.arrow-place-top.arrow-allign-start .dipi-at-tab svg {
	left: 0;
}

.dipi-at-tabs.arrow-place-top.arrow-allign-end .dipi-at-tab svg {
	right: 0;
}

.dipi-at-tabs.arrow-place-top.arrow-allign-center .dipi-at-tab svg {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dipi-at-tabs.arrow-place-bottom .dipi-at-tab svg {
	bottom: 90%;
}

.dipi-at-tabs.arrow-place-bottom .dipi-at-tab.dipi-at-tab--active svg {
	bottom: 100%;
}

.dipi-at-tabs.arrow-place-bottom.arrow-allign-start .dipi-at-tab svg {
	left: 0;
}

.dipi-at-tabs.arrow-place-bottom.arrow-allign-end .dipi-at-tab svg {
	right: 0;
}

.dipi-at-tabs.arrow-place-bottom.arrow-allign-center .dipi-at-tab svg {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dipi-at-tabs.arrow-place-left .dipi-at-tab svg {
	left: 90%;
}

.dipi-at-tabs.arrow-place-left .dipi-at-tab.dipi-at-tab--active svg {
	left: 100%;
}

.dipi-at-tabs.arrow-place-left.arrow-allign-start .dipi-at-tab svg {
	top: 0;
}

.dipi-at-tabs.arrow-place-left.arrow-allign-end .dipi-at-tab svg {
	bottom: 0;
}

.dipi-at-tabs.arrow-place-left.arrow-allign-center .dipi-at-tab svg {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dipi-at-tabs.arrow-place-right .dipi-at-tab svg {
	right: 90%;
}

.dipi-at-tabs.arrow-place-right .dipi-at-tab.dipi-at-tab--active svg {
	right: 100%;
}

.dipi-at-tabs.arrow-place-right.arrow-allign-start .dipi-at-tab svg {
	top: 0;
}

.dipi-at-tabs.arrow-place-right.arrow-allign-end .dipi-at-tab svg {
	bottom: 0;
}

.dipi-at-tabs.arrow-place-right.arrow-allign-center .dipi-at-tab svg {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dipi-at-btn-wrap {
	display: -ms-flexbox;
	display: flex;
}

.dipi-at-tab-container {
	width: 100%;
}

.dipi_advanced_tabs_item {
	opacity: 0;
	-webkit-transition: opacity;
	-o-transition: opacity;
	transition: opacity;
}

.dipi_advanced_tabs_item.dipi-at-panel--active {
	opacity: 1;
}

.dipi_advanced_tabs_item.dipi-at-panel--active.animateOut {
	opacity: 0;
}

.dipi_advanced_tabs_item.animateIn {
	opacity: 1;
}

.dipi-at-tab {
	-webkit-transition-property: border, border-radius, font-size, line-height, color, background-color, padding, margin, -webkit-box-shadow !important;
	transition-property: border, border-radius, font-size, line-height, color, background-color, padding, margin, -webkit-box-shadow !important;
	transition-property: border, border-radius, box-shadow, font-size, line-height, color, background-color, padding, margin !important;
	transition-property: border, border-radius, box-shadow, font-size, line-height, color, background-color, padding, margin, -webkit-box-shadow !important;
	-o-transition-property: border, border-radius, box-shadow, font-size, line-height, color, background-color, padding, margin !important;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.dipi-at-panel-container .dipi_advanced_tabs_item {
	display: block;
	height: 100%;
}

.dipi-at-panel-container {
	display: none;
	width: 100%;
}

.dipi-at-panel-container.dipi-at-panel--active {
	display: block;
}

.dipi-at-panel-container.dipi-at-panel--active .dipi_advanced_tabs_item {
	opacity: 1;
}

.dipi_advanced_tabs_item, .dipi_advanced_tabs_item .et_pb_module_inner, .dipi_advanced_tabs_item .et_pb_module_inner .dipi-at-panel, .dipi_advanced_tabs_item .et_pb_module_inner .dipi-at-panel .dipi-at-panel-content {
	height: 100%;
}

.et_gf_fontawesome {
	font-family: FontAwesome !important;
}

.dipi-at-tab .at-media-wrap {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.dipi-at-tab.dipi-at-tab--active .dipi-tab-media--active .et-pb-icon.dipi-tab-media, .dipi-at-tab:not(.dipi-at-tab--active) .dipi-tab-media--normal .et-pb-icon.dipi-tab-media {
	display: block;
}

.dipi-at-tab .at-media-wrap img {
	border-style: solid;
}

@media only screen and (max-width:980px) {
	.dipi-at-tabs .dipi-at-tab.dipi-at-tab--active svg, .dipi-at-tabs .dipi-at-tab svg {
		display: none !important;
	}
}

.dipi-at-panel-content .dipi-at-panel-image {
	border-style: solid;
	margin: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}

.dipi-at-panel-content .dipi-at-panel-image img {
	width: 100%;
}

@media (min-width:981px) {
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.dipi_advanced_tabs_item, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module.dipi_advanced_tabs_item {
		margin-bottom: 0;
	}
}

.dipi-at-tabs-next, .dipi-at-tabs-prev {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #ccc;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	top: 0;
	content: attr(data-icon);
	font-family: ETmodules;
}

.dipi-at-tabs-next:after, .dipi-at-tabs-prev:after {
	content: attr(data-icon);
	display: block;
	font-family: ETmodules;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.dipi-at-tabs-prev {
	left: 0;
}

.dipi-at-tabs-next {
	right: 0;
}

.dipi-at-tabs-slider {
	display: -ms-flexbox;
	display: flex;
}

.dipi-at-tabs-slider-container {
	width: 100%;
	display: block;
	overflow: hidden;
}

.ds-at-panels .et_pb_module.ds_advanced_tabs_item {
	margin-bottom: 0;
}

.dipi_advanced_tabs_item .dipi_faq .dipi-faq-wrapper {
	display: block !important;
}

.dipi_advanced_tabs_item .dipi_faq .dipi-faq-wrapper .dipi-faq-content, .dipi_advanced_tabs_item .dipi_faq .dipi-faq-wrapper .dipi-faq-icon-open {
	display: none;
}

.dipi_advanced_tabs_item .dipi_faq .dipi-faq-wrapper .dipi-faq-entry.open .dipi-faq-icon-open {
	display: -ms-flexbox !important;
	display: flex !important;
}

.dipi_info_circle .dipi-info-circle-out {
	width: 100%;
	height: 100%;
	background-color: transparent;
	left: 50%;
	top: 50%;
}

.dipi_info_circle .dipi-info-circle, .dipi_info_circle .dipi_info_circle_container:before {
	border-radius: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	overflow: hidden;
	border-style: solid;
	border-width: 0;
}

.dipi_info_circle .dipi_info_circle-in {
	width: 80%;
	height: 80%;
	background-color: #f8f8f8;
	left: 50%;
	top: 50%;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	border-style: solid;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	background-blend-mode: normal;
}

.dipi_info_circle .dipi_info_circle_container {
	margin: auto;
	width: 400px;
	height: 400px;
	max-width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dipi_info_circle .dipi_info_circle_container .dipi-info-circle-items .dipi_info_circle_item_container, .dipi_info_circle .dipi_info_circle_container .dipi-info-circle-items .dipi_info_circle_item_container:hover {
	border-style: none;
}

.dipi_info_circle .dipi-info-circle.dipi_info_circle-small {
	text-align: center;
	z-index: 5;
	cursor: pointer;
}

.dipi_info_circle .dipi_info_circle_container.icon_ani .dipi-info-circle.dipi_info_circle-small {
	visibility: hidden;
	line-height: 1em;
}

.dipi_info_circle .dipi-info-circle.dipi_info_circle-small, .dipi_info_circle .dipi-info-circle.dipi_info_circle-small .dipi-info-icon {
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.dipi_info_circle .dipi_info_circle_item-info_image_icon-wrapper {
	line-height: 100%;
}

.dipi_info_circle .dipi_info_circle_item .dipi_info_circle_item_container .dipi-info-image-icon-wrap.dipi-image-wrapper, .dipi_info_circle .dipi_info_circle_item .dipi_info_circle_item_container .dipi-info-image-icon-wrap.dipi-image-wrapper:hover {
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.dipi_info_circle .dipi-info-circle.dipi_info_circle-small .dipi-info-image-icon-wrap.dipi-image-wrapper {
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
}

.dipi_info_circle .dipi-info-circle.dipi_info_circle-small .dipi-info-image-icon-wrap.dipi-image-wrapper .dipi-info-image {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.dipi_info_circle .dipi_info_circle_item_container.active .dipi_info_circle-in {
	z-index: 2 !important;
	opacity: 1;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.dipi_info_circle .dipi_info_circle_item_container .dipi_info_circle-in .content_link {
	width: 100%;
	height: 100%;
}

.dipi_info_circle .bounceInInfoCircle {
	-webkit-animation-name: bounceInInfoCircle;
	animation-name: bounceInInfoCircle;
}

@media only screen and (min-width:981px) {
	.dipi_info_circle .dipi_info-circle_list .dipi-info-circle-out {
		display: none;
	}
	
	.dipi_info_circle .dipi_info-circle_list .dipi-info-circle, .dipi_info_circle .dipi_info-circle_list .dipi_info_circle_container:before {
		position: unset;
		border-radius: unset;
		-webkit-transform: unset;
		transform: unset;
	}
	
	.dipi_info_circle.et_pb_module .dipi_info-circle_list .dipi_info_circle-in {
		width: unset;
		height: unset;
		left: 0 !important;
		top: 0 !important;
		opacity: 1;
		position: relative;
	}
	
	.dipi_info_circle .dipi_info-circle_list .dipi_info_circle_container {
		width: auto;
		height: auto;
	}
	
	.dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list .dipi-info-circle-items .dipi_info_circle_item_container, .dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list .dipi-info-circle-items .dipi_info_circle_item_container:hover {
		border-style: solid;
	}
	
	.dipi_info_circle .dipi_info-circle_list .dipi_info_circle_container:before {
		content: "";
	}
	
	.dipi_info_circle .dipi_info-circle_list .dipi-info-circle.dipi_info_circle-small {
		-webkit-transform: unset;
		transform: unset;
	}
	
	.dipi_info_circle .dipi_info-circle_list .bounceInInfoCircle {
		-webkit-animation-name: bounceIn;
		animation-name: bounceIn;
	}
}

@media only screen and (max-width:980px) and (min-width:768px) {
	.dipi_info_circle .dipi_info-circle_list_tablet .dipi-info-circle-out {
		display: none;
	}
	
	.dipi_info_circle .dipi_info-circle_list_tablet .dipi-info-circle, .dipi_info_circle .dipi_info-circle_list_tablet .dipi_info_circle_container:before {
		position: unset;
		border-radius: unset;
		-webkit-transform: unset;
		transform: unset;
	}
	
	.dipi_info_circle.et_pb_module .dipi_info-circle_list_tablet .dipi_info_circle-in {
		width: unset;
		height: unset;
		left: 0 !important;
		top: 0 !important;
		opacity: 1;
		position: relative;
	}
	
	.dipi_info_circle .dipi_info-circle_list_tablet .dipi_info_circle_container {
		width: auto;
		height: auto;
	}
	
	.dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list_tablet .dipi-info-circle-items .dipi_info_circle_item_container, .dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list_tablet .dipi-info-circle-items .dipi_info_circle_item_container:hover {
		border-style: solid;
	}
	
	.dipi_info_circle .dipi_info-circle_list_tablet .dipi_info_circle_container:before {
		content: "";
	}
	
	.dipi_info_circle .dipi_info-circle_list_tablet .dipi-info-circle.dipi_info_circle-small {
		-webkit-transform: unset;
		transform: unset;
	}
	
	.dipi_info_circle .dipi_info-circle_list_tablet .bounceInInfoCircle {
		-webkit-animation-name: bounceIn;
		animation-name: bounceIn;
	}
}

@media only screen and (max-width:767px) {
	.dipi_info_circle .dipi_info-circle_list_phone .dipi-info-circle-out {
		display: none;
	}
	
	.dipi_info_circle .dipi_info-circle_list_phone .dipi-info-circle, .dipi_info_circle .dipi_info-circle_list_phone .dipi_info_circle_container:before {
		position: unset;
		border-radius: unset;
		-webkit-transform: unset;
		transform: unset;
	}
	
	.dipi_info_circle.et_pb_module .dipi_info-circle_list_phone .dipi_info_circle-in {
		width: unset;
		height: unset;
		left: 0 !important;
		top: 0 !important;
		opacity: 1;
		position: relative;
	}
	
	.dipi_info_circle .dipi_info-circle_list_phone .dipi_info_circle_container {
		width: auto;
		height: auto;
	}
	
	.dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list_phone .dipi-info-circle-items .dipi_info_circle_item_container, .dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list_phone .dipi-info-circle-items .dipi_info_circle_item_container:hover {
		border-style: solid;
	}
	
	.dipi_info_circle .dipi_info-circle_list_phone .dipi_info_circle_container:before {
		content: "";
	}
	
	.dipi_info_circle .dipi_info-circle_list_phone .dipi-info-circle.dipi_info_circle-small {
		-webkit-transform: unset;
		transform: unset;
	}
	
	.dipi_info_circle .dipi_info-circle_list_phone .bounceInInfoCircle {
		-webkit-animation-name: bounceIn;
		animation-name: bounceIn;
	}
}

@-webkit-keyframes bounceInInfoCircle {
	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% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale3d(.6, .6, .6);
		transform: translateX(-50%) translateY(-50%) scale3d(.6, .6, .6);
	}
	
	20% {
		-webkit-transform: translateX(-50%) translateY(-50%) scale3d(1.05, 1.05, 1.05);
		transform: translateX(-50%) translateY(-50%) scale3d(1.05, 1.05, 1.05);
	}
	
	40% {
		-webkit-transform: translateX(-50%) translateY(-50%) scale3d(.95, .95, .95);
		transform: translateX(-50%) translateY(-50%) scale3d(.95, .95, .95);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(-50%) scale3d(1.02, 1.02, 1.02);
		transform: translateX(-50%) translateY(-50%) scale3d(1.02, 1.02, 1.02);
	}
	
	80% {
		-webkit-transform: translateX(-50%) translateY(-50%) scale3d(.98, .98, .98);
		transform: translateX(-50%) translateY(-50%) scale3d(.98, .98, .98);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(-50%) scaleX(1);
		transform: translateX(-50%) translateY(-50%) scaleX(1);
	}
}

@keyframes bounceInInfoCircle {
	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% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale3d(.6, .6, .6);
		transform: translateX(-50%) translateY(-50%) scale3d(.6, .6, .6);
	}
	
	20% {
		-webkit-transform: translateX(-50%) translateY(-50%) scale3d(1.05, 1.05, 1.05);
		transform: translateX(-50%) translateY(-50%) scale3d(1.05, 1.05, 1.05);
	}
	
	40% {
		-webkit-transform: translateX(-50%) translateY(-50%) scale3d(.95, .95, .95);
		transform: translateX(-50%) translateY(-50%) scale3d(.95, .95, .95);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(-50%) scale3d(1.02, 1.02, 1.02);
		transform: translateX(-50%) translateY(-50%) scale3d(1.02, 1.02, 1.02);
	}
	
	80% {
		-webkit-transform: translateX(-50%) translateY(-50%) scale3d(.98, .98, .98);
		transform: translateX(-50%) translateY(-50%) scale3d(.98, .98, .98);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(-50%) scaleX(1);
		transform: translateX(-50%) translateY(-50%) scaleX(1);
	}
}

.dipi_info_circle .dipi_info_circle_item, .dipi_info_circle .dipi_info_circle_item .et_pb_module_inner, .et-db #et-boc .et-l #et-fb-app .dipi_info_circle .dipi_info_circle_item, .et-db #et-boc .et-l #et-fb-app .dipi_info_circle .dipi_info_circle_item .et_pb_module_inner {
	position: unset !important;
}

.dipi_info_circle .dipi_info_circle_item>.et_parallax_bg_wrap {
	display: none;
}

.dipi_info_circle .dipi_info_circle_item-content-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 0;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.dipi_info_circle .dipi_info_circle_item .dipi-content-text {
	text-align: center;
}

.dipi_pricing_table.et_pb_module .et_pb_module.dipi_pricing_table_item {
	margin-bottom: 10px;
}

.dipi-pt-ribbon {
	position: absolute;
	top: 0;
	left: 0;
}

.dipi-pt-feature {
	-ms-flex-pack: center;
	justify-content: center;
}

.dipi-pt-btn-wrap {
	text-align: center;
}

.dipi-pt-feature-icon {
	margin-right: 5px;
}

.et_pb_module.dipi_pricing_table {
	position: relative;
	overflow: visible;
}

.dipi_pricing_table .et_pb_module_inner {
	position: static;
}

.dipi-pt-feature, .dipi-pt-icon, .dipi-pt-image {
	display: -ms-flexbox;
	display: flex;
}

.dipi-pt-image .et_pb_image_wrap {
	display: block;
}

.dipi-pt-image .et_pb_image_wrap img {
	width: 100%;
	display: block;
	border-style: solid;
}

.dipi-pt-price-container {
	text-align: center;
}

.dipi-pt-price {
	font-size: 80px;
	line-height: 1.03em;
	font-weight: 300;
	vertical-align: middle;
}

.dipi-pt-price-prefix, .dipi-pt-price-suffix {
	font-size: 16px;
	color: #999;
}

.dipi-pt-price-prefix {
	vertical-align: top;
}

.dipi-pt-price-suffix {
	vertical-align: bottom;
}

.dipi-pt-feature .dipi-pt-feature-icon {
	font-size: 16px;
}

.dipi_pricing_table p:empty {
	display: none;
}

.dipi_pricing_table p:not(.has-background):last-of-type {
	padding-bottom: 0;
}

.dipi-pt-btn-wrap a {
	display: inline-block;
}

.dipi_tile_scroll {
	overflow: hidden;
}

.dipi_tile_scroll .dipi_tile_scroll_container {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin: auto;
}

.dipi_tile_scroll .dipi-tile-scroll-content, .dipi_tile_scroll .dipi-tile-scroll-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.dipi_tile_scroll .dipi-tile-scroll-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.dipi_tile_scroll .dipi-button-wrapper, .dipi_tile_scroll .dipi-content-heading, .dipi_tile_scroll .dipi-content-image-icon-wrap, .dipi_tile_scroll .dipi-desc {
	text-align: center;
}

.dipi_tile_scroll .dipi-content-image {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.dipi_tile_scroll .dipi-tile-scroll-content-wrapper {
	border-style: solid;
}

.dipi_tile_scroll .content-ico-circle {
	border-radius: 100% !important;
	border-style: solid;
	background: #eee;
}

.dipi_tile_scroll .dipi_content_button[data-icon]:not([data-icon=""]):after {
	content: attr(data-icon);
}

.dipi_tile_scroll .dipi-tile-scroll-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dipi_tile_scroll .anim_direct_column .dipi-tile-scroll-items .dipi_tile_scroll_item_container, .dipi_tile_scroll .anim_direct_row .dipi-tile-scroll-items {
	-ms-flex-direction: column;
	flex-direction: column;
}

.dipi_tile_scroll .dipi-tile-scroll-items>.et_pb_module {
	margin: 0 !important;
}

.dipi_tile_scroll .dipi_tile_scroll_item_container {
	display: -ms-flexbox;
	display: flex;
}

.dipi_tile_scroll .dipi_tile_scroll_item .dipi-tile-scroll__line-img {
	border-style: solid;
	background-size: cover;
	background-position: 50% 50%;
	width: 200px;
	height: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.dipi_text_highlighter .dipi-text-highlight-wrapper {
	overflow: visible;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}

.dipi_text_highlighter .dipi-text-affixes {
	vertical-align: middle;
}

.dipi_text_highlighter .dipi-text-highlight-text {
	z-index: 1;
	position: relative;
}

.dipi_text_highlighter .dipi-text-highlight-wrapper svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: visible;
	stroke-linecap: round;
}

.dipi_text_highlighter .dipi-text-highlight-wrapper path {
	fill: none;
}

.dipi_expanding_cta .dipi-content-image-icon-wrap, .dipi_expanding_cta .dipi_expanding_cta_container .dipi_expanding_cta-content-wrapper {
	border-style: solid;
}

.dipi_expanding_cta .dipi_expanding_cta_container .dipi_expanding_cta-content-wrapper, .dipi_expanding_cta_container {
	position: relative;
	z-index: 1;
}

.dipi_expanding_cta .dipi-content-image-icon-wrap.dipi-icon-wrap {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.dipi_expanding_cta .dipi_extending_cta-overlay {
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.dipi_expanding_cta .dipi_expanding_cta_container .dipi_expanding_cta_container-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	background-blend-mode: normal;
	border-style: solid;
}

.dipi_expanding_cta .dipi_expanding_cta_container .dipi_expanding_cta-content-wrapper, .dipi_expanding_cta .dipi_expanding_cta_container .dipi_expanding_cta_container-background, .dipi_expanding_cta .dipi_expanding_cta_container>.et_parallax_bg_wrap {
	-webkit-transition: -webkit-transform .5s ease-in-out, -webkit-box-shadow .5s ease-in-out !important;
	transition: -webkit-transform .5s ease-in-out, -webkit-box-shadow .5s ease-in-out !important;
	transition: transform .5s ease-in-out, box-shadow .5s ease-in-out !important;
	transition: transform .5s ease-in-out, box-shadow .5s ease-in-out, -webkit-transform .5s ease-in-out, -webkit-box-shadow .5s ease-in-out !important;
	-o-transition: transform .5s ease-in-out, box-shadow .5s ease-in-out !important;
}

.dipi_expanding_cta.dipi-expanded-cta .dipi_expanding_cta_container .dipi_expanding_cta-content-wrapper, .dipi_expanding_cta.dipi-expanded-cta .dipi_expanding_cta_container .dipi_expanding_cta_container-background {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.dipi_expanding_cta.dipi-expanded-cta .dipi_extending_cta-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.dipi-has-expanding-cta-body header#main-header {
	-webkit-transition: all .5s ease-in-out !important;
	-o-transition: all .5s ease-in-out !important;
	transition: all .5s ease-in-out !important;
}

.dipi-has-expanding-cta-body .et_pb_scroll_top {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

body.dipi-expanded-body.dipi-hide_header_in-expanded-body header#main-header {
	margin-top: -100px;
}

.dipi-has-expanding-cta-body .et-l--header .et_pb_section_0_tb_header, .dipi-has-expanding-cta-body .et-l--header .et_pb_sticky {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

body.dipi-expanded-body.dipi-hide_header_in-expanded-body .et-l--header .et_pb_section--fixed, body.dipi-expanded-body.dipi-hide_header_in-expanded-body .et-l--header .et_pb_sticky {
	top: -100% !important;
}

body.dipi-expanded-body.dipi-hide_btt_in-expanded-body .et_pb_scroll_top {
	right: -100%;
}

body.dipi-expanded-body #et-main-area {
	overflow-x: clip;
}

.dipi-expanded-body .et-l.et-l--header, body.dipi-expanding_cta-on-top-removing .et-l.et-l--header, body.dipi-has-expanding-cta-body #theme-builder-area--et_header_layout {
	z-index: 99999;
}

.dipi-expanding_cta-on-top {
	z-index: 9999 !important;
}

.dipi-expanding_cta-on-top-removing {
	z-index: 9990 !important;
}

.dipi_expanding_cta .dipi-content-heading, .dipi_expanding_cta .dipi-desc, .dipi_expanding_cta .dipi_expanding_cta-content-wrapper .dipi-button-wrapper {
	text-align: center;
}

.dipi_expanding_cta .dipi_extending_cta-overlay {
	background-color: rgba(12, 113, 195, .63);
}

.dipi_expanding_cta .dipi_expanding_cta-content {
	margin: auto;
}

.dipi_content_button, .dipi_second_button {
	display: inline-block;
}

.dipi_filterable_gallery .dipi-filter-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-style: solid;
	-webkit-transition: all .5s ease 0ms;
	-o-transition: all .5s ease 0ms;
	transition: all .5s ease 0ms;
}

@media (min-width:981px) {
	.dipi_filterable_gallery .sticky_filter_bar .dipi-filter-bar {
		position: sticky;
		z-index: 1;
	}
}

.dipi-filter-bar-item {
	border-style: solid;
	cursor: pointer;
	-ms-flex-item-align: center;
	align-self: center;
}

.dipi_filterable_gallery .grid-item.hidden {
	display: none;
}

.dipi-filterable-gallery-icon {
	padding: 20px;
	font-size: 18px;
	color: #fff;
}

.dipi-filterable-gallery-icon.dipi-filterable-gallery-icon-circle {
	background-color: hsla(0, 0%, 100%, .22);
}

.dipi_filterable_gallery .grid .grid-item .dipi_filterable_gallery_overlay .dipi-filterable-gallery-icon.dipi-filterable-gallery-icon-circle:hover {
	background-color: hsla(0, 0%, 100%, .36) !important;
}

.dipi_filterable_gallery_overlay.background-hover {
	background-color: rgba(10, 0, 0, .45);
}

.dipi_filterable_gallery .dipi-pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	margin-top: 30px;
	padding: 12px;
}

.dipi_filterable_gallery .dipi-pagination.long-mobile {
	overflow-x: auto;
	width: 100%;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(86%, #000), to(transparent));
	-webkit-mask-image: -webkit-linear-gradient(left, #000 86%, transparent);
	mask-image: -webkit-gradient(linear, left top, right top, color-stop(86%, #000), to(transparent));
	mask-image: linear-gradient(90deg, #000 86%, transparent);
}

.dipi_filterable_gallery .dipi-pagination .dipi-pagination-btn {
	font-weight: 700;
	cursor: pointer;
	border-style: solid;
	padding: 5px 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.dipi_filterable_gallery .dipi-pagination .dipi-pagination-btn.active {
	border-style: solid;
	background: #ff4200;
	color: #fff !important;
}

.dipi_filterable_gallery .dipi-loadmore-btn {
	cursor: pointer;
	border-style: solid;
	padding: 5px 12px;
}

.watch_end_of_grid {
	min-height: 10px;
	margin: 0;
}

.dipi-fg-lighbox-opened img.mfp-img {
	padding: 0;
	margin: 40px auto;
	max-height: calc(100vh - 80px) !important;
	-o-object-fit: contain;
	object-fit: contain;
	min-width: 300px;
}

.dipi-fg-lighbox-opened .mfp-figure {
	max-height: 100vh;
	overflow: auto;
}

.dipi-fg-lighbox-opened .mfp-bottom-bar {
	position: relative;
}

.dipi-fg-lighbox-opened .mfp-figure:after {
	content: unset;
}

.dipi-fg-lighbox-opened .mfp-figure figure {
	position: relative;
}

.dipi-fg-lighbox-opened .mfp-figure figure figcaption {
	position: absolute;
	width: 100%;
}

.dipi-fg-lighbox-opened .mfp-img {
	position: relative;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

@media (max-width:980px) and (min-width:768px) {
	.dipi_filterable_gallery .grid-item.tablet_show {
		display: block;
	}
	
	.dipi_filterable_gallery .grid-item.tablet_hidden {
		display: none;
	}
}

@media (max-width:767px) {
	.dipi_filterable_gallery .grid-item.phone_show {
		display: block;
	}
	
	.dipi_filterable_gallery .grid-item.phone_hidden {
		display: none;
	}
}

.dipi_filterable_gallery .dipi-filter-bar .dipi-filter-bar-item {
	-webkit-transition: all .5s ease 0ms;
	-o-transition: all .5s ease 0ms;
	transition: all .5s ease 0ms;
}

.dipi_filterable_gallery .dipi-filtered-gallery-container {
	border-style: solid;
}

.dipi_filterable_gallery .dipi-filtered-gallery-item {
	display: none;
}

.dipi_filterable_gallery .grid-item>.img-container, .dipi_filterable_gallery .grid-item>a>.img-container {
	overflow: hidden;
	position: relative;
}

.dipi_filterable_gallery .dipi-filtered-gallery-item.active {
	display: block;
}

.dipi_filterable_gallery .dipi-filter-bar {
	gap: 20px;
}

.dipi_filterable_gallery .alert {
	display: none;
}

body.et-bfb .dipi_filterable_gallery .alert, body.et-fb .dipi_filterable_gallery .alert {
	display: block;
	background-color: #fff9f9;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #888;
	border: 1px solid #ffe6e6;
	margin-bottom: 15px;
}

.dipi_filterable_gallery .dipi-filter-bar-item-title {
	display: -ms-flexbox;
	display: flex;
	gap: .5em;
}

.dipi_filterable_gallery .dipi-filter-bar-count:before {
	content: "(";
}

.dipi_filterable_gallery .dipi-filter-bar-count:after {
	content: ")";
}

.dipi_filterable_gallery .dipi_filterable_gallery_wrapper.layout_grid .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dipi_filterable_gallery .dipi_lightbox_link_icon {
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.dipi_filterable_gallery .dipi_filterable_gallery_wrapper.layout_grid .grid-sizer, .dipi_filterable_gallery .dipi_filterable_gallery_wrapper.layout_grid .gutter-sizer {
	display: none;
}

.dipi_filterable_gallery .dipi_filterable_gallery_wrapper.layout_grid .grid img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dipi_filterable_gallery .dipi_filterable_gallery_wrapper.layout_grid .grid .grid-item {
	position: relative;
}

.dipi_filterable_gallery .grid-item img {
	display: block;
	width: 100%;
}

.dipi_filterable_gallery .grid .grid-item {
	border-style: solid;
}

.dipi_filterable_gallery .grid .grid-item:hover {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dipi_filterable_gallery_overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.dipi_filterable_gallery_overlay.background {
	-webkit-transition: all .6s;
	opacity: 1;
	-o-transition: all .6s;
	transition: all .6s;
}

.dipi_filterable_gallery_overlay.background-hover {
	-webkit-transition: all .6s;
	opacity: 0;
	-o-transition: all .6s;
	transition: all .6s;
}

.dipi_filterable_gallery_overlay.content {
	background: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	line-height: normal;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dipi-filterable-gallery-icon-circle {
	padding: 15px;
	border-radius: 100%;
}

.dipi_filterable_gallery .dipi-filterable-gallery-icon-circle-border, .dipi_filterable_gallery.et_pb_with_border .dipi-filterable-gallery-icon-circle-border {
	border: 2px solid;
}

.dipi_filterable_gallery .grid.hide_lightbox .grid-item>.img-container .dipi_lightbox_link_icon, .dipi_filterable_gallery .grid.hide_lightbox .grid-item>a>.img-container .dipi_lightbox_link_icon {
	display: none;
}

.dipi_filterable_gallery .grid.show_lightbox .grid-item>.img-container .dipi_lightbox_link_icon, .dipi_filterable_gallery .grid.show_lightbox .grid-item>a>.img-container .dipi_lightbox_link_icon {
	display: -ms-flexbox;
	display: flex;
}

.dipi_filterable_gallery .grid.show_lightbox .grid-item>.img-container, .dipi_filterable_gallery .grid.show_lightbox .grid-item>a>.img-container {
	cursor: pointer;
}

.dipi_filterable_gallery .grid.hide_lightbox .grid-item>.img-container, .dipi_filterable_gallery .grid.hide_lightbox .grid-item>a>.img-container {
	cursor: auto;
}

.dipi-filterable-gallery-icon {
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.dipi_filterable_gallery .grid.show_overlay .dipi_filterable_gallery_overlay {
	display: -ms-flexbox;
	display: flex;
}

.dipi_filterable_gallery .grid.hide_overlay .dipi_filterable_gallery_overlay {
	display: none;
}

@media (max-width:980px) {
	.dipi_filterable_gallery .grid.show_overlay_tablet .dipi_filterable_gallery_overlay {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_filterable_gallery .grid.hide_overlay_tablet .dipi_filterable_gallery_overlay {
		display: none;
	}
	
	.dipi_filterable_gallery .grid.hide_lightbox_tablet .grid-item>.img-container, .dipi_filterable_gallery .grid.hide_lightbox_tablet .grid-item>a>.img-container {
		cursor: auto;
	}
	
	.dipi_filterable_gallery .grid.hide_lightbox_tablet .grid-item>.img-container .dipi_lightbox_link_icon, .dipi_filterable_gallery .grid.hide_lightbox_tablet .grid-item>a>.img-container .dipi_lightbox_link_icon {
		display: none;
	}
	
	.dipi_filterable_gallery .grid.show_lightbox_tablet .grid-item>.img-container, .dipi_filterable_gallery .grid.show_lightbox_tablet .grid-item>a>.img-container {
		cursor: pointer;
	}
	
	.dipi_filterable_gallery .grid.show_lightbox_tablet .grid-item>.img-container .dipi_lightbox_link_icon, .dipi_filterable_gallery .grid.show_lightbox_tablet .grid-item>a>.img-container .dipi_lightbox_link_icon {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_filterable_gallery .sticky_filter_bar_tablet .dipi-filter-bar {
		position: sticky;
		z-index: 1;
	}
}

@media (max-width:767px) {
	.dipi_filterable_gallery .grid.show_overlay_phone .dipi_filterable_gallery_overlay {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_filterable_gallery .grid.hide_overlay_phone .dipi_filterable_gallery_overlay {
		display: none;
	}
	
	.dipi_filterable_gallery .grid.hide_lightbox_phone .grid-item>.img-container, .dipi_filterable_gallery .grid.hide_lightbox_phone .grid-item>a>.img-container {
		cursor: auto;
	}
	
	.dipi_filterable_gallery .grid.hide_lightbox_phone .grid-item>.img-container .dipi_lightbox_link_icon, .dipi_filterable_gallery .grid.hide_lightbox_phone .grid-item>a>.img-container .dipi_lightbox_link_icon {
		display: none;
	}
	
	.dipi_filterable_gallery .grid.show_lightbox_phone .grid-item>.img-container, .dipi_filterable_gallery .grid.show_lightbox_phone .grid-item>a>.img-container {
		cursor: pointer;
	}
	
	.dipi_filterable_gallery .grid.show_lightbox_phone .grid-item>.img-container .dipi_lightbox_link_icon, .dipi_filterable_gallery .grid.show_lightbox_phone .grid-item>a>.img-container .dipi_lightbox_link_icon {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_filterable_gallery .sticky_filter_bar_phone .dipi-filter-bar {
		position: sticky;
		z-index: 1;
	}
}

body.noscroll {
	overflow: hidden;
}

.img-container.dipi-fg-animation img {
	-webkit-transition: all ease-in-out;
	-o-transition: all ease-in-out;
	transition: all ease-in-out;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.img-container.dipi-fg-animation.dipi-fg-zoom-in:hover img, .img-container.dipi-fg-animation.dipi-fg-zoom-out img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.img-container.dipi-fg-animation.dipi-fg-zoom-out:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.img-container.dipi-fg-animation.dipi-fg-move-up img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-container.dipi-fg-animation.dipi-fg-move-up:hover img {
	-webkit-transform: scale(1.1) translateY(-10px);
	transform: scale(1.1) translateY(-10px);
}

.img-container.dipi-fg-animation.dipi-fg-move-down img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-container.dipi-fg-animation.dipi-fg-move-down:hover img {
	-webkit-transform: scale(1.1) translateY(10px);
	transform: scale(1.1) translateY(10px);
}

.img-container.dipi-fg-animation.dipi-fg-move-right img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-container.dipi-fg-animation.dipi-fg-move-right:hover img {
	-webkit-transform: scale(1.1) translateX(10px);
	transform: scale(1.1) translateX(10px);
}

.img-container.dipi-fg-animation.dipi-fg-move-left img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-container.dipi-fg-animation.dipi-fg-move-left:hover img {
	-webkit-transform: scale(1.1) translateX(-10px);
	transform: scale(1.1) translateX(-10px);
}

.img-container.dipi-fg-animation.dipi-fg-rotate img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-container.dipi-fg-animation.dipi-fg-rotate:hover img {
	-webkit-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}

@media (min-width:981px) {
	.dipi_filterable_gallery .grid-item:hover .dipi_filterable_gallery_overlay.background, .dipi_filterable_gallery .grid-item:hover .dipi_filterable_gallery_overlay.background-hover, .dipi_filterable_gallery .grid-item:hover .dipi_filterable_gallery_overlay.content {
		opacity: 1;
		z-index: 3;
	}
}

@media (max-width:980px) {
	.dipi_filterable_gallery .grid-item.in-view .dipi_filterable_gallery_overlay.background, .dipi_filterable_gallery .grid-item.in-view .dipi_filterable_gallery_overlay.background-hover, .dipi_filterable_gallery .grid-item.in-view .dipi_filterable_gallery_overlay.content {
		opacity: 1;
		z-index: 3;
	}
}

.dipi_gravity_forms_styler .alert {
	display: none;
}

body.et-bfb .dipi_gravity_forms_styler .alert, body.et-fb .dipi_gravity_forms_styler .alert {
	display: block;
	background-color: #fff9f9;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #888;
	border: 1px solid #ffe6e6;
	margin-bottom: 15px;
}

.dipi_gravity_forms_styler .dipi_gf_styler_wrapper, .dipi_gravity_forms_styler .dipi_gravity_forms_styler .gfield_html, .dipi_gravity_forms_styler .gf_progressbar, .dipi_gravity_forms_styler .gf_progressbar .gf_progressbar_percentage, .dipi_gravity_forms_styler .gfield_html, .dipi_gravity_forms_styler .gform_wrapper .gfield, .dipi_gravity_forms_styler .gsection {
	border-style: solid;
	border-width: 0;
}

.dipi_gravity_forms_styler .gform_wrapper fieldset {
	border-width: 0;
}

.dipi_gravity_forms_styler .gform_wrapper .gf_progressbar_percentage {
	max-height: 100%;
}

.dipi_gravity_forms_styler .gform_wrapper .ginput_container_address .ginput_address_country, .dipi_gravity_forms_styler .ginput_container_select {
	position: relative;
}

.dipi_gravity_forms_styler .gform_wrapper .ginput_container_address .ginput_address_country:after, .dipi_gravity_forms_styler .ginput_container_select:after {
	content: "";
	top: 0;
	right: 0;
	pointer-events: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	height: 100%;
	width: 1em;
}

.dipi_gravity_forms_styler .ginput_container_select:has(select.medium):after {
	right: calc(50% + 8px);
}

.dipi_gravity_forms_styler .ginput_container_select:has(select.small):after {
	right: calc(75% + 12px);
}

.dipi_gravity_forms_styler .gform_wrapper .ginput_container_address .ginput_address_country:after {
	right: 1.9608%;
}

.dipi_gravity_forms_styler .gform_wrapper .gfield--type-address:not(.field_sublabel_hidden_label) .ginput_container_address .ginput_address_country:after {
	height: calc(100% - 1.7em - 5px);
}

.dipi_gravity_forms_styler .gform_wrapper .gfield--type-address.field_sublabel_above:not(.field_sublabel_hidden_label) .ginput_container_address .ginput_address_country:after {
	bottom: 0;
	top: auto;
}

.dipi_gravity_forms_styler .gform_wrapper .ginput_container_address .ginput_address_country:not(.et_pb_custom_button_icon):after, .dipi_gravity_forms_styler .ginput_container_select:not(.et_pb_custom_button_icon):after {
	background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"rgba(0,0,0,.54)\" d=\"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z\"/></svg>");
}

.dipi_gravity_forms_styler .gform_wrapper .ginput_container_address .ginput_address_country[data-icon]:not([data-icon=""]):after, .dipi_gravity_forms_styler .gform_wrapper .ginput_container_select.et_pb_custom_button_icon[data-icon]:not([data-icon=""]):after {
	content: attr(data-icon);
}

.dipi_gravity_forms_styler .gform_wrapper .ginput_container_address .ginput_address_country.et_pb_custom_button_icon label {
	position: absolute;
}

.dipi_gravity_forms_styler .gform_wrapper .ginput_container_time.gfield_time_ampm {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	max-width: unset;
}

.dipi_hover_gallery .dipi-hover-gallery, .dipi_hover_gallery .et_pb_module_inner {
	height: inherit;
	min-height: inherit;
	max-height: inherit;
}

.dipi_hover_gallery.et-animated--vb>div {
	height: inherit;
}

.et_pb_module.dipi_hover_gallery .et_pb_module_inner {
	position: unset;
}

.dipi-hover-gallery {
	height: 100%;
	border-style: solid;
}

.dipi_hover_gallery.et_pb_module>div.et_pb_module_inner, .et-fb .dipi_hover_gallery.et_pb_module>div.dipi-hg__images, .et_pb_module.dipi_hover_gallery>.et_pb_module_inner {
	height: 100%;
}

.dipi-hg__images, .dipi-hg__images .dipi-hg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.dipi-hg__images .dipi-hg-image>div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
}

.dipi-hg__images .dipi-hg-image {
	-webkit-animation-duration: var(--dipi-hg-animation-speed);
	animation-duration: var(--dipi-hg-animation-speed);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-FadeIn, .dipi-hg__images .dipi-hg-image.dipi-hg-ZoomIn {
	-webkit-transition: opacity var(--dipi-hg-animation-speed) cubic-bezier(.24, .85, .2, 1);
	-o-transition: opacity var(--dipi-hg-animation-speed) cubic-bezier(.24, .85, .2, 1);
	transition: opacity var(--dipi-hg-animation-speed) cubic-bezier(.24, .85, .2, 1);
	opacity: 0;
}

.dipi-hg__images .dipi-hg-image>div {
	-webkit-transition: -webkit-transform var(--dipi-hg-animation-speed) cubic-bezier(.24, .85, .2, 1);
	transition: -webkit-transform var(--dipi-hg-animation-speed) cubic-bezier(.24, .85, .2, 1);
	transition: transform var(--dipi-hg-animation-speed) cubic-bezier(.24, .85, .2, 1);
	transition: transform var(--dipi-hg-animation-speed) cubic-bezier(.24, .85, .2, 1), -webkit-transform var(--dipi-hg-animation-speed) cubic-bezier(.24, .85, .2, 1);
	-o-transition: transform var(--dipi-hg-animation-speed) cubic-bezier(.24, .85, .2, 1);
}

.dipi-hg__images .dipi-hg-image.dipi-hg-FadeIn.active, .dipi-hg__images .dipi-hg-image.dipi-hg-ZoomIn.active {
	opacity: 1;
}

.dipi-hg__images .dipi-hg-image:not(.dipi-hg-SliceAnim):not(.dipi-hg-FadeIn).active>div {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	pointer-events: none;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-FadeRight {
	-webkit-animation-name: dipi-hg-faderight;
	animation-name: dipi-hg-faderight;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-FadeRight.active {
	-webkit-animation-name: dipi-hg-faderight-active;
	animation-name: dipi-hg-faderight-active;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-FadeUp {
	-webkit-animation-name: dipi-hg-fadetop;
	animation-name: dipi-hg-fadetop;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-FadeUp.active {
	-webkit-animation-name: dipi-hg-fadetop-active;
	animation-name: dipi-hg-fadetop-active;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-FadeDown {
	-webkit-animation-name: dipi-hg-fadebottom;
	animation-name: dipi-hg-fadebottom;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-FadeDown.active {
	-webkit-animation-name: dipi-hg-fadebottom-active;
	animation-name: dipi-hg-fadebottom-active;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-FadeLeft {
	-webkit-animation-name: dipi-hg-fadeleft;
	animation-name: dipi-hg-fadeleft;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-FadeLeft.active {
	-webkit-animation-name: dipi-hg-fadeleft-active;
	animation-name: dipi-hg-fadeleft-active;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-ZoomInZoomOut {
	-webkit-animation-name: dipi-hg-ZoomInZoomOut;
	animation-name: dipi-hg-ZoomInZoomOut;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-ZoomInZoomOut.active {
	-webkit-animation-name: dipi-hg-ZoomInZoomOut-active;
	animation-name: dipi-hg-ZoomInZoomOut-active;
}

@-webkit-keyframes dipi-hg-faderight-active {
	0% {
		opacity: 0;
		left: 100%;
	}
	
	to {
		opacity: 1;
		left: 0;
	}
}

@keyframes dipi-hg-faderight-active {
	0% {
		opacity: 0;
		left: 100%;
	}
	
	to {
		opacity: 1;
		left: 0;
	}
}

@-webkit-keyframes dipi-hg-faderight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes dipi-hg-faderight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes dipi-hg-fadeleft-active {
	0% {
		opacity: 0;
		right: 100%;
	}
	
	to {
		opacity: 1;
		right: 0;
	}
}

@keyframes dipi-hg-fadeleft-active {
	0% {
		opacity: 0;
		right: 100%;
	}
	
	to {
		opacity: 1;
		right: 0;
	}
}

@-webkit-keyframes dipi-hg-fadeleft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes dipi-hg-fadeleft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes dipi-hg-fadetop-active {
	0% {
		opacity: 0;
		bottom: 100%;
	}
	
	to {
		opacity: 1;
		bottom: 0;
	}
}

@keyframes dipi-hg-fadetop-active {
	0% {
		opacity: 0;
		bottom: 100%;
	}
	
	to {
		opacity: 1;
		bottom: 0;
	}
}

@-webkit-keyframes dipi-hg-fadetop {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes dipi-hg-fadetop {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes dipi-hg-fadebottom-active {
	0% {
		opacity: 0;
		top: 100%;
	}
	
	to {
		opacity: 1;
		top: 0;
	}
}

@keyframes dipi-hg-fadebottom-active {
	0% {
		opacity: 0;
		top: 100%;
	}
	
	to {
		opacity: 1;
		top: 0;
	}
}

@-webkit-keyframes dipi-hg-fadebottom {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes dipi-hg-fadebottom {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes dipi-hg-ZoomInZoomOut-active {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes dipi-hg-ZoomInZoomOut-active {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes dipi-hg-ZoomInZoomOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes dipi-hg-ZoomInZoomOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.dipi-hover-gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dipi-hg__items {
	position: relative;
	z-index: 2;
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	width: 100%;
	width: 80%;
	grid-template-columns: repeat(3, 1fr);
}

.dipi-hg-button {
	display: inline-block;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.dipi-hg__items .et_pb_module.dipi_hover_gallery_item {
	margin-bottom: 0 !important;
}

.dipi-hg__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dipi_hover_gallery_item {
	background-color: rgba(255, 255, 255, 1);
	padding: 20px;
	border-radius: 0;
	border-style: solid;
}

.dipi_hover_gallery_item.active {
	border-style: solid;
}

.dipi_hover_gallery_item .et_pb_module_inner, .dipi_hover_gallery_item .et_pb_module_inner .dipi-hg__item {
	height: 100%;
}

.dipi_hover_gallery_item .et_pb_module_inner .dipi-hg__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dipi-hg__item .dipi-content-icon-border, .dipi-hg__item .dipi-hover-icon-border {
	border: 3px solid;
}

.dipi-image-wrap img {
	border-style: solid;
}

.dipi-hg__item__content p:empty, .dipi-hg__item__content p:last-of-type {
	padding-bottom: 0;
}

.dipi-hg-title, .dipi-hg__item__content {
	width: 100%;
}

.dipi-content-image-icon-wrap .dipi-hover-box-content-icon, .dipi-content-image-icon-wrap .dipi-image-wrap, .dipi-hg-title, .dipi-hg__item__content, .dipi_hover_gallery .dipi_hover_gallery_item, .dipi_hover_gallery .dipi_hover_gallery_item.active, .dipi_hover_gallery .dipi_hover_gallery_item.active:hover, .dipi_hover_gallery .dipi_hover_gallery_item:hover {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media screen and (max-width:768px) {
	.dipi-hg__items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width:480px) {
	.dipi-hg__items {
		grid-template-columns: repeat(1, 1fr);
	}
}

.dipi-hg-slice-clones {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
}

.dipi-hg-slice-clones .dipi-hg-slice {
	width: 20%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.dipi-hg-slice-clones .dipi-hg-slice img {
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: none;
}

.dipi-hg-slice-clones .dipi-hg-slice:first-of-type {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(2) {
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(3) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(4) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}

.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(5) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(2) img {
	left: -100%;
}

.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(3) img {
	left: -200%;
}

.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(4) img {
	left: -300%;
}

.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(5) img {
	left: -400%;
}

.dipi-hg-SliceAnim:not(.active) {
	z-index: 3;
}

.dipi-hg-SliceAnim:not(.active).prev {
	z-index: 2;
}

.dipi-hg-SliceAnim.active .dipi-hg-slice-clones .dipi-hg-slice {
	-webkit-animation-name: dipi-hg-slice-active;
	animation-name: dipi-hg-slice-active;
	-webkit-animation-duration: var(--dipi-hg-animation-speed);
	animation-duration: var(--dipi-hg-animation-speed);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.dipi-hg-SliceAnim:not(.active) .dipi-hg-slice-clones .dipi-hg-slice {
	-webkit-animation-name: dipi-hg-slice;
	animation-name: dipi-hg-slice;
	-webkit-animation-duration: var(--dipi-hg-animation-speed);
	animation-duration: var(--dipi-hg-animation-speed);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes dipi-hg-slice {
	0% {
		top: 0;
	}
	
	99.999% {
		top: -100%;
	}
	
	to {
		top: 100%;
	}
}

@keyframes dipi-hg-slice {
	0% {
		top: 0;
	}
	
	99.999% {
		top: -100%;
	}
	
	to {
		top: 100%;
	}
}

@-webkit-keyframes dipi-hg-slice-active {
	0% {
		top: 100%;
	}
	
	to {
		top: 0;
	}
}

@keyframes dipi-hg-slice-active {
	0% {
		top: 100%;
	}
	
	to {
		top: 0;
	}
}

.dipi_hover_gallery .dipi_hover_gallery_item .dipi-content-image-icon-wrap {
	overflow: hidden;
}

.dipi_hover_gallery .dipi_hover_gallery_item .dipi-image-wrap img {
	width: 100%;
}

.dipi_hover_gallery .dipi_hover_gallery_item.active .dipi-image-wrap img, .dipi_hover_gallery .dipi_hover_gallery_item .dipi-image-wrap img {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dipi-parallax-images {
	position: relative;
}

.dipi-parallax-images .dipi_parallax_images_item {
	position: absolute !important;
	top: 0;
	left: 0;
}

.dipi-parallax-images .dipi_parallax_images_item .et_pb_module_inner, .dipi-parallax-images .dipi_parallax_images_item .et_pb_module_inner .dipi-pi-item-image, .dipi_parallax_images .et_pb_module_inner, .dipi_parallax_images .et_pb_module_inner .dipi-parallax-images {
	height: 100%;
}

.dipi-pi-item-image {
	border-style: solid;
	position: relative;
}

.dipi-pi-item-image img {
	display: block;
}

.dipi-pi-content-text {
	pointer-events: auto;
}

.dipi-pi-item-image a {
	pointer-events: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dipi-toc__title {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background-color: #3484cb;
	padding: 20px;
}

.dipi-toc__title h1, .dipi-toc__title h2, .dipi-toc__title h3, .dipi-toc__title h4, .dipi-toc__title h5, .dipi-toc__title h6 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.dipi-toc__collapse {
	overflow: hidden;
	-webkit-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
}

.dipi-toc__list {
	padding: 20px;
	margin: 0;
}

.dipi-toc__list li a {
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

#et_pb_root .dipi-toc__list ul, #main-content .dipi-toc__list ul, .entry-content .dipi-toc__list ul, .et_pb_root .dipi-toc__list ul {
	padding-bottom: 0;
	margin: 0;
	list-style: none;
	list-style-type: none !important;
}

.dipi-toc__title h2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.dipi-toc_header-icon.dip-content_header-icon-right {
	-ms-flex-order: 2;
	order: 2;
}

.dipi-toc__title .dipi-toc_header-content {
	width: 100%;
}

.dipi-toc.open .dipi-toc-header-icon-closed {
	display: none;
}

.dipi-toc.open .dipi-toc-header-icon-open, .dipi-toc:not(.open) .dipi-toc-header-icon-closed {
	display: block;
}

.dipi-toc:not(.open) .dipi-toc-header-icon-open {
	display: none;
}

.dipi-toc_header-icon {
	border-style: solid;
}

.dipi-toc__title {
	cursor: pointer;
}

.dipi-toc_header-content, .dipi-toc_header-icon {
	vertical-align: middle;
}

.dipi-toc__sublist {
	border-style: solid;
}

.dipi_content_slider .dipi-content-slider {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	direction: ltr;
}

.dipi_content_slider .dipi-content-slider .dipi-navigation {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.dipi_content_slider .dipi-content-slider .dipi-navigation .dipi-nav-button {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.dipi_content_slider .dipi-content-slider .dipi-navigation .dipi-prev-button {
	cursor: pointer;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	position: absolute;
	left: 0;
}

.dipi_content_slider .dipi-content-slider .dipi-navigation .dipi-next-button {
	cursor: pointer;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	position: absolute;
	right: 0;
}

.dipi_content_slider .dipi-next-button:after, .dipi_content_slider .dipi-prev-button:after {
	content: attr(data-icon);
	display: block;
	font-family: ETmodules;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.dipi_content_slider.et_pb_module .dipi-nav-button.show_on_hover {
	opacity: 0;
}

.dipi_content_slider .dipi-prev-button.dipi-nav-button.show_on_hover {
	left: 0 !important;
}

.dipi_content_slider .dipi-next-button.dipi-nav-button.show_on_hover {
	right: 0 !important;
}

.dipi_content_slider.et_pb_module .dipi-nav-button.show_on_hover:hover, .dipi_content_slider.et_pb_module:hover .dipi-nav-button.show_on_hover {
	opacity: 1;
}

.dipi_content_slider .dipi-content-slider.label-top .content-slider-gradations-wrapper, .dipi_content_slider .dipi-content-slider.label-top .dipi-progress-line {
	-ms-flex-order: 2;
	order: 2;
}

.dipi_content_slider .dipi-content-slider-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.dipi_content_slider .dipi-progress-line {
	background: #d8d8d8;
	width: 100%;
	height: 7px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
}

.dipi_content_slider div.dipi-content-slider .dipi-progress-line {
	overflow: visible;
}

.dipi_content_slider .dipi-progress-line-active {
	background: #ff4200;
	width: 50%;
	height: 7px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-style: solid;
}

.dipi_content_slider .dipi-progress-line-event-placeholder {
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.dipi_content_slider .dipi-content-slider.slider_with_label .content-slider-item, .dipi_content_slider .dipi-content-slider.slider_with_line .dipi-progress-line, .dipi_content_slider .dipi-content-slider.slider_with_line .dipi-progress-line-active, .dipi_content_slider .dipi-content-slider.slider_with_line .dipi-progress-line-event-placeholder, .dipi_content_slider .dipi-content-slider.slider_with_pin .dipi-slider-pin {
	cursor: pointer;
}

.dipi_content_slider .dipi-slider-pin {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	border: 7px solid #ff4200;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}

.dipi_content_slider .dipi_content_slider_child.et_pb_module {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-bottom: 0;
}

.dipi_content_slider .dipi_content_slider_child:last-child {
	width: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.dipi_content_slider .content-slider-item {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.dipi_content_slider .dipi_content_slider_child .et_pb_module_inner {
	height: 100%;
}

.dipi_content_slider .content-slider-gradations, .dipi_content_slider .content-slider-gradations-wrapper {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.dipi_content_slider .content-slider-gradations {
	width: 1px;
	height: 10px;
	background: #ff4200;
	display: block;
	margin: auto;
}

.dipi_content_slider .content-slider-item.active .content-slider-gradations {
	width: 1px;
	height: 10px;
}

.dipi_content_slider .content-slider-label {
	display: block;
	text-align: center;
	white-space: nowrap;
}

.dipi_content_slider .content-slider-desc, .dipi_content_slider .content-slider-label {
	border-style: solid;
	padding: 4px 8px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.dipi_content_slider .content-slider-desc {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.dipi_table_maker .dipi-table-maker table {
	border-width: 0;
	height: 1px;
}

.dipi_table_maker .dipi-table-maker.show_lightbox .dipi-content-image {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.dipi_table_maker .dipi-table-maker .dipi-cell {
	border-style: solid;
}

.dipi_table_maker .dipi-table-maker table td, .dipi_table_maker .dipi-table-maker table th {
	padding: 0;
	border-width: 0;
	border-style: solid;
}

.dipi_table_maker .dipi-table-maker .dipi-col-header {
	display: none;
}

.dipi_table_maker .dipi-content-image-icon-wrap {
	line-height: 1;
	border-style: solid;
}

.dipi_table_maker .dipi-table-maker.icon_image_place_left .dipi_table_item-content, .dipi_table_maker .dipi-table-maker.icon_image_place_right .dipi_table_item-content {
	display: -ms-flexbox;
	display: flex;
}

.dipi_table_maker .dipi-table-maker.icon_image_place_right .dipi_table_item-content {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.dipi_table_maker .dipi_table_item-content, .dipi_table_maker .dipi_table_item-content-wrapper {
	height: 100%;
}

.dipi_table_maker .dipi-table-maker.icon_image_place_left .dipi-content-wrapper {
	padding-left: 15px;
}

.dipi_table_maker .dipi-table-maker.icon_image_place_right .dipi-content-wrapper {
	padding-right: 15px;
}

.dipi_table_maker .dipi-table-maker .dipi_table_maker_child:not(.icon_image_place_top):not(.icon_image_place_parent) .dipi_table_item-content-wrapper .dipi-content-image-icon-wrap, .dipi_table_maker .dipi-table-maker:not(.icon_image_place_top) .dipi_table_item-content-wrapper .dipi-content-image-icon-wrap {
	margin: unset;
}

.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_top .dipi_table_item-content {
	display: block;
}

.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_left .dipi_table_item-content, .dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_right .dipi_table_item-content {
	display: -ms-flexbox;
	display: flex;
}

.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_right .dipi_table_item-content {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_left .dipi-content-wrapper {
	padding-left: 15px;
}

.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_right .dipi-content-wrapper {
	padding-right: 15px;
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] table {
	height: auto;
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] table, .dipi_table_maker .dipi-table-maker[data-break=desktop] th {
	display: block;
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] tr {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] thead {
	display: none;
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] tbody {
	display: grid;
	gap: 10px;
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] td {
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	margin-top: -1px;
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] tr td:first-child .dipi-col-header {
	display: none;
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] tr td:first-child .dipi-cell {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] tr td:not(first-child) .dipi-col-header {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] tr td:not(first-child) .dipi-col-header>div {
	-ms-flex: 1 1;
	flex: 1 1;
	height: 100%;
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] tr td:not(first-child) .dipi-cell {
	width: 50%;
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] tr td:not(first-child) .dipi-cell.dipi-table-maker-no-header {
	width: 100%;
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] .js-accordion {
	cursor: pointer;
}

.dipi_table_maker .dipi-table-maker[data-break=desktop] .js-accordion:not(.opened)~td {
	height: 0;
	border: none;
}

@media (max-width:980px) {
	.dipi_table_maker .dipi-table-maker.icon_image_place_top_tablet .dipi-content-image-icon-wrap {
		display: block;
	}
	
	.dipi_table_maker .dipi-table-maker.hide_lightbox_tablet .dipi-content-image {
		cursor: unset;
	}
	
	.dipi_table_maker .dipi-table-maker.show_lightbox_tablet .dipi-content-image {
		cursor: -webkit-zoom-in;
		cursor: zoom-in;
	}
	
	.dipi_table_maker .dipi-table-maker.icon_image_place_top_tablet .dipi_table_item-content {
		display: block;
	}
	
	.dipi_table_maker .dipi-table-maker.icon_image_place_top_tablet .dipi-content-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	
	.dipi_table_maker .dipi-table-maker.icon_image_place_left_tablet .dipi_table_item-content, .dipi_table_maker .dipi-table-maker.icon_image_place_right_tablet .dipi_table_item-content {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_table_maker .dipi-table-maker.icon_image_place_right_tablet .dipi_table_item-content {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.dipi_table_maker .dipi-table-maker.icon_image_place_left_tablet .dipi-content-wrapper {
		padding-left: 15px;
	}
	
	.dipi_table_maker .dipi-table-maker.icon_image_place_right_tablet .dipi-content-wrapper {
		padding-right: 15px;
	}
	
	.dipi_table_maker .dipi_table_maker_child.icon_image_place_top_tablet .dipi-content-image-icon-wrap {
		display: block;
	}
	
	.dipi_table_maker .dipi-table-maker:not(.icon_image_place_top_tablet) .dipi_table_item-content-wrapper .dipi-content-image-icon-wrap, .dipi_table_maker .dipi_table_maker_child:not(.icon_image_place_top_tablet):not(.icon_image_place_parent_tablet) .dipi_table_item-content-wrapper .dipi-content-image-icon-wrap {
		margin: unset;
	}
	
	.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_top_tablet .dipi_table_item-content {
		display: block;
	}
	
	.dipi_table_maker .dipi_table_maker_child.icon_image_place_top_tablet .dipi-content-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	
	.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_left_tablet .dipi_table_item-content, .dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_right_tablet .dipi_table_item-content {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_right_tablet .dipi_table_item-content {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_left_tablet .dipi-content-wrapper {
		padding-left: 15px;
	}
	
	.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_right_tablet .dipi-content-wrapper {
		padding-right: 15px;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] table {
		height: auto;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] table, .dipi_table_maker .dipi-table-maker[data-break=tablet] th {
		display: block;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] tr {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] thead {
		display: none;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] tbody {
		display: grid;
		gap: 10px;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] td {
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: relative;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		overflow: hidden;
		margin-top: -1px;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] tr td:first-child .dipi-col-header {
		display: none;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] tr td:first-child .dipi-cell {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] tr td:not(first-child) .dipi-col-header {
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		left: 0;
		width: 50%;
		height: 100%;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] tr td:not(first-child) .dipi-col-header>div {
		-ms-flex: 1 1;
		flex: 1 1;
		height: 100%;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] tr td:not(first-child) .dipi-cell {
		width: 50%;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] tr td:not(first-child) .dipi-cell.dipi-table-maker-no-header {
		width: 100%;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] .js-accordion {
		cursor: pointer;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=tablet] .js-accordion:not(.opened)~td {
		height: 0;
		border: none;
	}
}

@media (max-width:767px) {
	.dipi_table_maker .dipi-table-maker.icon_image_place_top_phone .dipi-content-image-icon-wrap {
		display: block;
	}
	
	.dipi_table_maker .dipi-table-maker.hide_lightbox_phone .dipi-content-image {
		cursor: unset;
	}
	
	.dipi_table_maker .dipi-table-maker.show_lightbox_phone .dipi-content-image {
		cursor: -webkit-zoom-in;
		cursor: zoom-in;
	}
	
	.dipi_table_maker .dipi-table-maker.icon_image_place_top_phone .dipi_table_item-content {
		display: block;
	}
	
	.dipi_table_maker .dipi-table-maker.icon_image_place_top_phone .dipi-content-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	
	.dipi_table_maker .dipi-table-maker.icon_image_place_left_phone .dipi_table_item-content, .dipi_table_maker .dipi-table-maker.icon_image_place_right_phone .dipi_table_item-content {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_table_maker .dipi-table-maker.icon_image_place_right_phone .dipi_table_item-content {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.dipi_table_maker .dipi-table-maker.icon_image_place_left_phone .dipi-content-wrapper {
		padding-left: 15px;
	}
	
	.dipi_table_maker .dipi-table-maker.icon_image_place_right_phone .dipi-content-wrapper {
		padding-right: 15px;
	}
	
	.dipi_table_maker .dipi_table_maker_child.icon_image_place_top_phone .dipi-content-image-icon-wrap {
		display: block;
	}
	
	.dipi_table_maker .dipi-table-maker:not(.icon_image_place_top_phone) .dipi_table_item-content-wrapper .dipi-content-image-icon-wrap, .dipi_table_maker .dipi_table_maker_child:not(.icon_image_place_top_phone):not(.icon_image_place_parent_phone) .dipi_table_item-content-wrapper .dipi-content-image-icon-wrap {
		margin: unset;
	}
	
	.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_top_phone .dipi_table_item-content {
		display: block;
	}
	
	.dipi_table_maker .dipi_table_maker_child.icon_image_place_top_phone .dipi-content-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	
	.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_left_phone .dipi_table_item-content, .dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_right_phone .dipi_table_item-content {
		display: -ms-flexbox;
		display: flex;
	}
	
	.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_right_phone .dipi_table_item-content {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_left_phone .dipi-content-wrapper {
		padding-left: 15px;
	}
	
	.dipi_table_maker .dipi-table-maker .dipi_table_maker_child.icon_image_place_right_phone .dipi-content-wrapper {
		padding-right: 15px;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] table {
		height: auto;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] table, .dipi_table_maker .dipi-table-maker[data-break=mobile] th {
		display: block;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] tr {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] thead {
		display: none;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] tbody {
		display: grid;
		gap: 10px;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] td {
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: relative;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		overflow: hidden;
		margin-top: -1px;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] tr td:first-child .dipi-col-header {
		display: none;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] tr td:first-child .dipi-cell {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] tr td:not(first-child) .dipi-col-header {
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		left: 0;
		width: 50%;
		height: 100%;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] tr td:not(first-child) .dipi-col-header>div {
		-ms-flex: 1 1;
		flex: 1 1;
		height: 100%;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] tr td:not(first-child) .dipi-cell {
		width: 50%;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] tr td:not(first-child) .dipi-cell.dipi-table-maker-no-header {
		width: 100%;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] .js-accordion {
		cursor: pointer;
	}
	
	.dipi_table_maker .dipi-table-maker[data-break=mobile] .js-accordion:not(.opened)~td {
		height: 0;
		border: none;
	}
}

.dipi_table_maker .dipi_table_item-content-wrapper {
	border-style: solid;
}

.dipi_table_maker .dipi-content-image-icon-wrap.dipi-icon-wrap {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.dipi-pixel-divider {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
}

.dipi-td-first, .dipi-td-second {
	max-width: 100%;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.dipi-td-first:not(.dipi-td-decoration-line), .dipi-td-second:not(.dipi-td-decoration-line) {
	border-style: solid;
}

.dipi-td-first img, .dipi-td-second img {
	width: 100%;
}

.dipi-td-content {
	border-style: solid;
}

.dipi-td-left img, .dipi-td-right img {
	display: block;
	width: auto;
	height: auto;
}

.dipi-pixel-divider.dipi-pixel-divider-row .dipi-td-decoration-line {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.dipi-pixel-divider.dipi-pixel-divider-column {
	-ms-flex-direction: column;
	flex-direction: column;
}

.dipi-pixel-divider.dipi-pixel-divider-row .dipi-td-decoration-icon {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.dipi-pixel-divider.dipi-pixel-divider-column .dipi-td-decoration-image, .dipi-pixel-divider.dipi-pixel-divider-column .dipi-td-decoration-line {
	width: 100%;
}

.dipi-pixel-divider.dipi-pixel-divider-column .dipi-td-decoration-line {
	-ms-flex: 1 1 !important;
	flex: 1 1 !important;
}

.dipi-pixel-divider.dipi-pixel-divider-column.dipi-pixel-divider-mirror .dipi-td-second {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.dipi-pixel-divider.dipi-pixel-divider-row.dipi-pixel-divider-mirror .dipi-td-second {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.dipi-td-content .dipi-td-lottie {
	width: 100%;
}

.dipi-pixel-divider .et-pb-icon {
	display: block;
}

.dipi_reveal .dipi-reveal-button {
	cursor: pointer;
	display: inline-block;
}

.dipi_reveal .dipi-reveal {
	text-align: center;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}

.dipi-reveal-container, .dipi-reveal-container-parent {
	overflow: hidden !important;
	position: relative;
	-webkit-transition: height .8s;
	-o-transition: height .8s;
	transition: height .8s;
}

.dipi_reveal .dipi-reveal-button:after, .dipi_reveal .dipi-reveal-button:before {
	content: attr(data-icon);
}

.dipi-reveal-container-parent .dipi-reveal-container.dipi-reveal-oa-html~.dipi-reveal-overlay, .dipi-reveal-container.dipi-reveal-oa-css:after, .dipi-reveal-container.dipi-reveal-oa-html .dipi-reveal-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	visibility: visible;
	pointer-events: none;
}

.dipi-reveal-container-collapsed.dipi-reveal-oa-html .dipi-reveal-overlay, .dipi-reveal-container-collapsed:not(.et_pb_hovered_child):after, .dipi-reveal-container-parent .dipi-reveal-container-collapsed.dipi-reveal-oa-html~.dipi-reveal-overlay {
	z-index: 0;
}

.dipi-reveal-container-collapsed.dipi-reveal-oa-css:after, .dipi-reveal-container-collapsed.dipi-reveal-oa-html .dipi-reveal-overlay, .dipi-reveal-container-parent .dipi-reveal-container-collapsed.dipi-reveal-oa-html~.dipi-reveal-overlay {
	opacity: 1;
}

.et-db #et-boc .et-l #et-fb-app .et_pb_hovered.dipi_reveal.et_fb_element_controls_visible {
	z-index: 9999999999;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_advanced_tabs:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_advanced_tabs {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_advanced_tabs:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_advanced_tabs span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_advanced_tabs .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_balloon:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_balloon {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_balloon:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_balloon span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_balloon .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

[class*=dipi_] .swiper-button-next:after, [class*=dipi_] .swiper-button-next:before, [class*=dipi_] .swiper-button-prev:after, [class*=dipi_] .swiper-button-prev:before {
	content: none;
}

[class*=dipi_] .swiper-button-next, [class*=dipi_] .swiper-button-prev {
	background-image: none !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 50px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

[class*=dipi_] .swiper-button-next.nitro-lazy, [class*=dipi_] .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

[class*=dipi_] .swiper-button-next:after, [class*=dipi_] .swiper-button-prev:after {
	content: attr(data-icon);
	display: block;
	font-family: ETmodules;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

[class*=dipi_].et_pb_module .swiper-arrow-button.show_on_hover {
	opacity: 0;
}

[class*=dipi_].et_pb_module .swiper-arrow-button.show_on_hover:hover, [class*=dipi_].et_pb_module:hover .swiper-arrow-button.show_on_hover {
	opacity: 1;
}

[class*=dipi_] .swiper-pagination {
	text-align: center;
	width: 100%;
}

[class*=dipi_] .swiper-pagination .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

[class*=dipi_] .swiper-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	width: 8px;
	height: 8px;
}

[class*=dipi_] .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

[class*=dipi_] .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_before_after_slider:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_before_after_slider {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_before_after_slider:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_before_after_slider span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_before_after_slider .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_blog_slider:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_blog_slider {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_blog_slider:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_blog_slider span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_blog_slider .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_breadcrumbs:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_breadcrumbs {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_breadcrumbs:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_breadcrumbs span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_breadcrumbs .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_button_grid:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_button_grid {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_button_grid:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_button_grid span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_button_grid .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_carousel:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_carousel {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_carousel:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_carousel span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_carousel .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_content_slider:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_content_slider {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_content_slider:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_content_slider span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_content_slider .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_content_toggle:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_content_toggle {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_content_toggle:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_content_toggle span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_content_toggle .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_countdown:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_countdown {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_countdown:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_countdown span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_countdown .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_counter:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_counter {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_counter:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_counter span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_counter .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.foreground-circle {
	fill: none;
	stroke: #3498db;
}

.foreground-circle-without-stroke-color {
	fill: none;
}

.background-circle {
	fill: none;
	stroke: #ccc;
}

.circle-text {
	font-family: Arial, sans-serif;
	color: #aaa;
	font-size: 20px;
}

.circle-container {
	overflow: visible;
}

.point-circle {
	fill: #f0f8ff;
}

.circle-icon.fa {
	font-size: 30px;
	fill: #000;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_divider:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_divider {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_divider:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_divider span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_divider .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_dual_heading:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_dual_heading {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_dual_heading:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_dual_heading span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_dual_heading .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_expanding_cta:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_expanding_cta {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_expanding_cta:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_expanding_cta span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_expanding_cta .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_fancy_text:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_fancy_text {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_fancy_text:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_fancy_text span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_fancy_text .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_faq:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_faq {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_faq:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_faq span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_faq .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_filterable_gallery:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_filterable_gallery {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_filterable_gallery:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_filterable_gallery span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_filterable_gallery .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

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

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

@keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

@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 {
	animation-name: pulse;
}

@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 {
	animation-name: rubberBand;
}

@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 {
	animation-name: shake;
}

@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 {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@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 {
	transform-origin: top center;
	animation-name: swing;
}

@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 {
	animation-name: tada;
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	
	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: none;
		transform: none;
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg);
	}
}

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

@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% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.6, .6, .6);
	}
	
	20% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	40% {
		-webkit-transform: scale3d(.95, .95, .95);
		transform: scale3d(.95, .95, .95);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
		transform: scale3d(1.02, 1.02, 1.02);
	}
	
	80% {
		-webkit-transform: scale3d(.98, .98, .98);
		transform: scale3d(.98, .98, .98);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.bounceIn {
	animation-name: bounceIn;
}

@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% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@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% {
		opacity: 0;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@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% {
		opacity: 0;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-2px, 0, 0);
		transform: translate3d(-2px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@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% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.95, .95, .95);
		transform: scale3d(.95, .95, .95);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
	}
}

.bounceOut {
	animation-name: bounceOut;
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}
}

.bounceOutDown {
	animation-name: bounceOutDown;
}

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

.bounceOutLeft {
	animation-name: bounceOutLeft;
}

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

.bounceOutRight {
	animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}
}

.bounceOutUp {
	animation-name: bounceOutUp;
}

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

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
		transform: translate3d(0, -1000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
		transform: translate3d(-1000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
		transform: translate3d(1000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
		transform: translate3d(0, 1000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig;
}

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

.fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
}

.fadeOutDown {
	animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
		transform: translate3d(0, 1000px, 0);
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-60px, 0, 0);
		transform: translate3d(-60px, 0, 0);
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
		transform: translate3d(-1000px, 0, 0);
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(60px, 0, 0);
		transform: translate3d(60px, 0, 0);
	}
}

.fadeOutRight {
	animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
		transform: translate3d(1000px, 0, 0);
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -60px, 0);
		transform: translate3d(0, -60px, 0);
	}
}

.fadeOutUp {
	animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
		transform: translate3d(0, -1000px, 0);
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(1000px) rotateY(-1turn);
		transform: perspective(1000px) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(1000px) translateZ(150px) rotateY(-190deg);
		transform: perspective(1000px) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(1000px) translateZ(150px) rotateY(-170deg);
		transform: perspective(1000px) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(1000px) scale3d(.95, .95, .95);
		transform: perspective(1000px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(1000px);
		transform: perspective(1000px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	animation-name: flip;
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(60deg);
		transform: perspective(400px) rotateX(60deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(5deg);
		transform: perspective(400px) rotateX(5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-2deg);
		transform: perspective(400px) rotateX(-2deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	animation-name: flipInX;
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(1000px) rotateY(60deg);
		transform: perspective(1000px) rotateY(60deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(1000px) rotateY(-10deg);
		transform: perspective(1000px) rotateY(-10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(1000px) rotateY(5deg);
		transform: perspective(1000px) rotateY(5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(1000px) rotateY(-2deg);
		transform: perspective(1000px) rotateY(-2deg);
	}
	
	to {
		-webkit-transform: perspective(1000px);
		transform: perspective(1000px);
	}
}

.flipInY {
	animation-name: flipInY;
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(1000px);
		transform: perspective(1000px);
	}
	
	30% {
		-webkit-transform: perspective(1000px) rotateX(-15deg);
		transform: perspective(1000px) rotateX(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(1000px) rotateX(60deg);
		transform: perspective(1000px) rotateX(60deg);
		opacity: 0;
	}
}

.flipOutX {
	animation-name: flipOutX;
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(1000px);
		transform: perspective(1000px);
	}
	
	30% {
		-webkit-transform: perspective(1000px) rotateY(-15deg);
		transform: perspective(1000px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(1000px) rotateY(60deg);
		transform: perspective(1000px) rotateY(60deg);
		opacity: 0;
	}
}

.flipOutY {
	animation-name: flipOutY;
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100px, 0, 0) skewX(-30deg);
		transform: translate3d(100px, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		opacity: 0;
	}
}

.rotateOut {
	animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	animation-name: hinge;
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.jackInTheBox {
	animation-name: jackInTheBox;
}

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

.rollIn {
	animation-name: rollIn;
}

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

.rollOut {
	animation-name: rollOut;
}

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

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6) translate3d(0, -200px, 0);
		transform: scale3d(.6, .6, .6) translate3d(0, -200px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(0, 10px, 0);
		transform: scale3d(.9, .9, .9) translate3d(0, 10px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6) translate3d(-500px, 0, 0);
		transform: scale3d(.6, .6, .6) translate3d(-500px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(10px, 0, 0);
		transform: scale3d(.9, .9, .9) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6) translate3d(500px, 0, 0);
		transform: scale3d(.6, .6, .6) translate3d(500px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(-20px, 0, 0);
		transform: scale3d(.9, .9, .9) translate3d(-20px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6) translate3d(0, 200px, 0);
		transform: scale3d(.6, .6, .6) translate3d(0, 200px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(0, -20px, 0);
		transform: scale3d(.9, .9, .9) translate3d(0, -20px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.8, .8, .8);
		transform: scale3d(.8, .8, .8);
	}
	
	to {
		opacity: 0;
	}
}

.zoomOut {
	animation-name: zoomOut;
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(0, -20px, 0);
		transform: scale3d(.9, .9, .9) translate3d(0, -20px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.4, .4, .4) translate3d(0, 500px, 0);
		transform: scale3d(.4, .4, .4) translate3d(0, 500px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutDown {
	animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(30px, 0, 0);
		transform: scale3d(.9, .9, .9) translate3d(30px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.3) translate3d(-500px, 0, 0);
		transform: scale(.3) translate3d(-500px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(-30px, 0, 0);
		transform: scale3d(.9, .9, .9) translate3d(-30px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.3) translate3d(500px, 0, 0);
		transform: scale(.3) translate3d(500px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(0, 30px, 0);
		transform: scale3d(.9, .9, .9) translate3d(0, 30px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3) translate3d(0, -500px, 0);
		transform: scale3d(.3, .3, .3) translate3d(0, -500px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutUp {
	animation-name: zoomOutUp;
}

@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 {
	animation-name: slideInDown;
}

@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 {
	animation-name: slideInLeft;
}

@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 {
	animation-name: slideInRight;
}

@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 {
	animation-name: slideInUp;
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	animation-name: slideOutLeft;
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	animation-name: slideOutRight;
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	animation-name: slideOutUp;
}

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

.fadeInUpShort {
	animation-name: fadeInUpShort;
}

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

.fadeInDownShort {
	animation-name: fadeInDownShort;
}

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

.fadeInLeftShort {
	animation-name: fadeInLeftShort;
}

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

.fadeInRightShort {
	animation-name: fadeInRightShort;
}

@keyframes zoomInShort {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomInShort {
	animation-name: zoomInShort;
}

@keyframes bounceInShort {
	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% {
		opacity: 0;
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	20% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	40% {
		-webkit-transform: scale3d(.98, .98, .98);
		transform: scale3d(.98, .98, .98);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
		transform: scale3d(1.02, 1.02, 1.02);
	}
	
	80% {
		-webkit-transform: scale3d(.99, .99, .99);
		transform: scale3d(.99, .99, .99);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.bounceInShort {
	animation-name: bounceInShort;
}

@keyframes bounceInDownShort {
	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% {
		opacity: 0;
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 8px, 0);
		transform: translate3d(0, 8px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
		transform: translate3d(0, 4px, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDownShort {
	animation-name: bounceInDownShort;
}

@keyframes bounceInLeftShort {
	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% {
		opacity: 0;
		-webkit-transform: translate3d(-15px, 0, 0);
		transform: translate3d(-15px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(8px, 0, 0);
		transform: translate3d(8px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-8px, 0, 0);
		transform: translate3d(-8px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeftShort {
	animation-name: bounceInLeftShort;
}

@keyframes bounceInRightShort {
	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% {
		opacity: 0;
		-webkit-transform: translate3d(15px, 0, 0);
		transform: translate3d(15px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-8px, 0, 0);
		transform: translate3d(-8px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(8px, 0, 0);
		transform: translate3d(8px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-4px, 0, 0);
		transform: translate3d(-4px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRightShort {
	animation-name: bounceInRightShort;
}

@keyframes bounceInUpShort {
	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% {
		opacity: 0;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 8px, 0);
		transform: translate3d(0, 8px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.bounceInUpShort {
	animation-name: bounceInUpShort;
}

@keyframes flipInXShort {
	0% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, 10deg);
		transform: perspective(2500px) rotate3d(10, 0, 0, 10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, -7deg);
		transform: perspective(2500px) rotate3d(10, 0, 0, -7deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, 5deg);
		transform: perspective(2500px) rotate3d(10, 0, 0, 5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, -2deg);
		transform: perspective(2500px) rotate3d(10, 0, 0, -2deg);
	}
	
	to {
		-webkit-transform: perspective(2500px);
		transform: perspective(2500px);
	}
}

.flipInXShort {
	animation-name: flipInXShort;
}

@keyframes flipInYShort {
	0% {
		-webkit-transform: perspective(2500px) rotateY(10deg);
		transform: perspective(2500px) rotateY(10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(2500px) rotateY(-7deg);
		transform: perspective(2500px) rotateY(-7deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(2500px) rotateY(5deg);
		transform: perspective(2500px) rotateY(5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(2500px) rotateY(-2deg);
		transform: perspective(2500px) rotateY(-2deg);
	}
	
	to {
		-webkit-transform: perspective(2500px);
		transform: perspective(2500px);
	}
}

.flipInYShort {
	animation-name: flipInYShort;
}

@keyframes jackInTheBoxShort {
	0% {
		opacity: 0;
		-webkit-transform: scale(.98) rotate(3deg);
		transform: scale(.98) rotate(3deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	
	70% {
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.jackInTheBoxShort {
	animation-name: jackInTheBoxShort;
}

@keyframes rotateInShort {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInShort {
	animation-name: rotateInShort;
}

@keyframes rotateInDownLeftShort {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeftShort {
	animation-name: rotateInDownLeftShort;
}

@keyframes rotateInDownRightShort {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRightShort {
	animation-name: rotateInDownRightShort;
}

@keyframes rotateInUpLeftShort {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeftShort {
	animation-name: rotateInUpLeftShort;
}

@keyframes rotateInUpRightShort {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRightShort {
	animation-name: rotateInUpRightShort;
}

.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
}

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

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

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	-webkit-transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

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

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
	}
}

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

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
	}
}

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-webkit-animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
	}
}

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

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
	}
}

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

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
	}
}

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

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
	}
}

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
	}
}

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

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

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

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(60px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

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

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

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
	}
}

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

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
	}
}

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

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-60px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(60px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -60px, 0);
	}
}

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

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
	}
}

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

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
	}
}

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

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
	}
}

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

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
}

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

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

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(10deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-10deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-10deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(10deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

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

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.8, .8, .8);
	}
	
	to {
		opacity: 0;
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
	}
}

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

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
	}
}

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

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
	}
}

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

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
	}
}

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

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
	}
}

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

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
	}
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInShort {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.97, .97, .97);
	}
	
	50% {
		opacity: 1;
	}
}

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

@-webkit-keyframes bounceInShort {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.97, .97, .97);
	}
	
	20% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
	}
	
	40% {
		-webkit-transform: scale3d(.98, .98, .98);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
	}
	
	80% {
		-webkit-transform: scale3d(.99, .99, .99);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes bounceInDownShort {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -15px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 8px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -8px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInLeftShort {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-15px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(8px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-8px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(4px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInRightShort {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(15px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-8px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(8px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-4px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInUpShort {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 15px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -8px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 8px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
	}
}

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

@-webkit-keyframes flipInXShort {
	0% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, 10deg);
		-webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, -7deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, 5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, -2deg);
	}
	
	to {
		-webkit-transform: perspective(2500px);
	}
}

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

@-webkit-keyframes flipInYShort {
	0% {
		-webkit-transform: perspective(2500px) rotateY(10deg);
		-webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(2500px) rotateY(-7deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(2500px) rotateY(5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(2500px) rotateY(-2deg);
	}
	
	to {
		-webkit-transform: perspective(2500px);
	}
}

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

@-webkit-keyframes jackInTheBoxShort {
	0% {
		opacity: 0;
		-webkit-transform: scale(.98) rotate(3deg);
		-webkit-transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-2deg);
	}
	
	70% {
		-webkit-transform: rotate(1deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

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

@-webkit-keyframes rotateInShort {
	0% {
		-webkit-transform-origin: center;
		-webkit-transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownLeftShort {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownRightShort {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpLeftShort {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpRightShort {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

.et-db #et-boc .et-fb-modules-list ul>li.dipi_filterable_grid:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_filterable_grid {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_filterable_grid:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_filterable_grid span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_filterable_grid .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

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

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

@keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

@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 {
	animation-name: pulse;
}

@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 {
	animation-name: rubberBand;
}

@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 {
	animation-name: shake;
}

@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 {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@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 {
	transform-origin: top center;
	animation-name: swing;
}

@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 {
	animation-name: tada;
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	
	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: none;
		transform: none;
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg);
	}
}

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

@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% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.6, .6, .6);
	}
	
	20% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	40% {
		-webkit-transform: scale3d(.95, .95, .95);
		transform: scale3d(.95, .95, .95);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
		transform: scale3d(1.02, 1.02, 1.02);
	}
	
	80% {
		-webkit-transform: scale3d(.98, .98, .98);
		transform: scale3d(.98, .98, .98);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.bounceIn {
	animation-name: bounceIn;
}

@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% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@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% {
		opacity: 0;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@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% {
		opacity: 0;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-2px, 0, 0);
		transform: translate3d(-2px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@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% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.95, .95, .95);
		transform: scale3d(.95, .95, .95);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
	}
}

.bounceOut {
	animation-name: bounceOut;
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}
}

.bounceOutDown {
	animation-name: bounceOutDown;
}

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

.bounceOutLeft {
	animation-name: bounceOutLeft;
}

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

.bounceOutRight {
	animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}
}

.bounceOutUp {
	animation-name: bounceOutUp;
}

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

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
		transform: translate3d(0, -1000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
		transform: translate3d(-1000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
		transform: translate3d(1000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
		transform: translate3d(0, 1000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig;
}

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

.fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
}

.fadeOutDown {
	animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
		transform: translate3d(0, 1000px, 0);
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-60px, 0, 0);
		transform: translate3d(-60px, 0, 0);
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
		transform: translate3d(-1000px, 0, 0);
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(60px, 0, 0);
		transform: translate3d(60px, 0, 0);
	}
}

.fadeOutRight {
	animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
		transform: translate3d(1000px, 0, 0);
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -60px, 0);
		transform: translate3d(0, -60px, 0);
	}
}

.fadeOutUp {
	animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
		transform: translate3d(0, -1000px, 0);
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(1000px) rotateY(-1turn);
		transform: perspective(1000px) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(1000px) translateZ(150px) rotateY(-190deg);
		transform: perspective(1000px) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(1000px) translateZ(150px) rotateY(-170deg);
		transform: perspective(1000px) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(1000px) scale3d(.95, .95, .95);
		transform: perspective(1000px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(1000px);
		transform: perspective(1000px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	animation-name: flip;
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(60deg);
		transform: perspective(400px) rotateX(60deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(5deg);
		transform: perspective(400px) rotateX(5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-2deg);
		transform: perspective(400px) rotateX(-2deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	animation-name: flipInX;
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(1000px) rotateY(60deg);
		transform: perspective(1000px) rotateY(60deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(1000px) rotateY(-10deg);
		transform: perspective(1000px) rotateY(-10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(1000px) rotateY(5deg);
		transform: perspective(1000px) rotateY(5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(1000px) rotateY(-2deg);
		transform: perspective(1000px) rotateY(-2deg);
	}
	
	to {
		-webkit-transform: perspective(1000px);
		transform: perspective(1000px);
	}
}

.flipInY {
	animation-name: flipInY;
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(1000px);
		transform: perspective(1000px);
	}
	
	30% {
		-webkit-transform: perspective(1000px) rotateX(-15deg);
		transform: perspective(1000px) rotateX(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(1000px) rotateX(60deg);
		transform: perspective(1000px) rotateX(60deg);
		opacity: 0;
	}
}

.flipOutX {
	animation-name: flipOutX;
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(1000px);
		transform: perspective(1000px);
	}
	
	30% {
		-webkit-transform: perspective(1000px) rotateY(-15deg);
		transform: perspective(1000px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(1000px) rotateY(60deg);
		transform: perspective(1000px) rotateY(60deg);
		opacity: 0;
	}
}

.flipOutY {
	animation-name: flipOutY;
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100px, 0, 0) skewX(-30deg);
		transform: translate3d(100px, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		opacity: 0;
	}
}

.rotateOut {
	animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	animation-name: hinge;
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.jackInTheBox {
	animation-name: jackInTheBox;
}

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

.rollIn {
	animation-name: rollIn;
}

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

.rollOut {
	animation-name: rollOut;
}

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

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6) translate3d(0, -200px, 0);
		transform: scale3d(.6, .6, .6) translate3d(0, -200px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(0, 10px, 0);
		transform: scale3d(.9, .9, .9) translate3d(0, 10px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6) translate3d(-500px, 0, 0);
		transform: scale3d(.6, .6, .6) translate3d(-500px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(10px, 0, 0);
		transform: scale3d(.9, .9, .9) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6) translate3d(500px, 0, 0);
		transform: scale3d(.6, .6, .6) translate3d(500px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(-20px, 0, 0);
		transform: scale3d(.9, .9, .9) translate3d(-20px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6) translate3d(0, 200px, 0);
		transform: scale3d(.6, .6, .6) translate3d(0, 200px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(0, -20px, 0);
		transform: scale3d(.9, .9, .9) translate3d(0, -20px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.8, .8, .8);
		transform: scale3d(.8, .8, .8);
	}
	
	to {
		opacity: 0;
	}
}

.zoomOut {
	animation-name: zoomOut;
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(0, -20px, 0);
		transform: scale3d(.9, .9, .9) translate3d(0, -20px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.4, .4, .4) translate3d(0, 500px, 0);
		transform: scale3d(.4, .4, .4) translate3d(0, 500px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutDown {
	animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(30px, 0, 0);
		transform: scale3d(.9, .9, .9) translate3d(30px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.3) translate3d(-500px, 0, 0);
		transform: scale(.3) translate3d(-500px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(-30px, 0, 0);
		transform: scale3d(.9, .9, .9) translate3d(-30px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.3) translate3d(500px, 0, 0);
		transform: scale(.3) translate3d(500px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(0, 30px, 0);
		transform: scale3d(.9, .9, .9) translate3d(0, 30px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3) translate3d(0, -500px, 0);
		transform: scale3d(.3, .3, .3) translate3d(0, -500px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutUp {
	animation-name: zoomOutUp;
}

@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 {
	animation-name: slideInDown;
}

@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 {
	animation-name: slideInLeft;
}

@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 {
	animation-name: slideInRight;
}

@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 {
	animation-name: slideInUp;
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	animation-name: slideOutLeft;
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	animation-name: slideOutRight;
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	animation-name: slideOutUp;
}

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

.fadeInUpShort {
	animation-name: fadeInUpShort;
}

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

.fadeInDownShort {
	animation-name: fadeInDownShort;
}

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

.fadeInLeftShort {
	animation-name: fadeInLeftShort;
}

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

.fadeInRightShort {
	animation-name: fadeInRightShort;
}

@keyframes zoomInShort {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomInShort {
	animation-name: zoomInShort;
}

@keyframes bounceInShort {
	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% {
		opacity: 0;
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	20% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	40% {
		-webkit-transform: scale3d(.98, .98, .98);
		transform: scale3d(.98, .98, .98);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
		transform: scale3d(1.02, 1.02, 1.02);
	}
	
	80% {
		-webkit-transform: scale3d(.99, .99, .99);
		transform: scale3d(.99, .99, .99);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.bounceInShort {
	animation-name: bounceInShort;
}

@keyframes bounceInDownShort {
	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% {
		opacity: 0;
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 8px, 0);
		transform: translate3d(0, 8px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
		transform: translate3d(0, 4px, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDownShort {
	animation-name: bounceInDownShort;
}

@keyframes bounceInLeftShort {
	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% {
		opacity: 0;
		-webkit-transform: translate3d(-15px, 0, 0);
		transform: translate3d(-15px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(8px, 0, 0);
		transform: translate3d(8px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-8px, 0, 0);
		transform: translate3d(-8px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeftShort {
	animation-name: bounceInLeftShort;
}

@keyframes bounceInRightShort {
	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% {
		opacity: 0;
		-webkit-transform: translate3d(15px, 0, 0);
		transform: translate3d(15px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-8px, 0, 0);
		transform: translate3d(-8px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(8px, 0, 0);
		transform: translate3d(8px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-4px, 0, 0);
		transform: translate3d(-4px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRightShort {
	animation-name: bounceInRightShort;
}

@keyframes bounceInUpShort {
	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% {
		opacity: 0;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 8px, 0);
		transform: translate3d(0, 8px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.bounceInUpShort {
	animation-name: bounceInUpShort;
}

@keyframes flipInXShort {
	0% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, 10deg);
		transform: perspective(2500px) rotate3d(10, 0, 0, 10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, -7deg);
		transform: perspective(2500px) rotate3d(10, 0, 0, -7deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, 5deg);
		transform: perspective(2500px) rotate3d(10, 0, 0, 5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, -2deg);
		transform: perspective(2500px) rotate3d(10, 0, 0, -2deg);
	}
	
	to {
		-webkit-transform: perspective(2500px);
		transform: perspective(2500px);
	}
}

.flipInXShort {
	animation-name: flipInXShort;
}

@keyframes flipInYShort {
	0% {
		-webkit-transform: perspective(2500px) rotateY(10deg);
		transform: perspective(2500px) rotateY(10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(2500px) rotateY(-7deg);
		transform: perspective(2500px) rotateY(-7deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(2500px) rotateY(5deg);
		transform: perspective(2500px) rotateY(5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(2500px) rotateY(-2deg);
		transform: perspective(2500px) rotateY(-2deg);
	}
	
	to {
		-webkit-transform: perspective(2500px);
		transform: perspective(2500px);
	}
}

.flipInYShort {
	animation-name: flipInYShort;
}

@keyframes jackInTheBoxShort {
	0% {
		opacity: 0;
		-webkit-transform: scale(.98) rotate(3deg);
		transform: scale(.98) rotate(3deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	
	70% {
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.jackInTheBoxShort {
	animation-name: jackInTheBoxShort;
}

@keyframes rotateInShort {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInShort {
	animation-name: rotateInShort;
}

@keyframes rotateInDownLeftShort {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeftShort {
	animation-name: rotateInDownLeftShort;
}

@keyframes rotateInDownRightShort {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRightShort {
	animation-name: rotateInDownRightShort;
}

@keyframes rotateInUpLeftShort {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeftShort {
	animation-name: rotateInUpLeftShort;
}

@keyframes rotateInUpRightShort {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRightShort {
	animation-name: rotateInUpRightShort;
}

.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
}

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

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

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	-webkit-transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

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

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
	}
}

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

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
	}
}

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-webkit-animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
	}
}

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

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
	}
}

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

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
	}
}

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

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
	}
}

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
	}
}

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

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

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

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(60px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

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

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

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
	}
}

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

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
	}
}

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

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-60px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(60px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -60px, 0);
	}
}

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

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
	}
}

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

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
	}
}

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

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
	}
}

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

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
}

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

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

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(10deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-10deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-10deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(10deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

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

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.8, .8, .8);
	}
	
	to {
		opacity: 0;
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
	}
}

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

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
	}
}

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

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
	}
}

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

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
	}
}

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

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
	}
}

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

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
	}
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInShort {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.97, .97, .97);
	}
	
	50% {
		opacity: 1;
	}
}

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

@-webkit-keyframes bounceInShort {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.97, .97, .97);
	}
	
	20% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
	}
	
	40% {
		-webkit-transform: scale3d(.98, .98, .98);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
	}
	
	80% {
		-webkit-transform: scale3d(.99, .99, .99);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes bounceInDownShort {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -15px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 8px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -8px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInLeftShort {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-15px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(8px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-8px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(4px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInRightShort {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(15px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-8px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(8px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-4px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInUpShort {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 15px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -8px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 8px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
	}
}

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

@-webkit-keyframes flipInXShort {
	0% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, 10deg);
		-webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, -7deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, 5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, -2deg);
	}
	
	to {
		-webkit-transform: perspective(2500px);
	}
}

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

@-webkit-keyframes flipInYShort {
	0% {
		-webkit-transform: perspective(2500px) rotateY(10deg);
		-webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(2500px) rotateY(-7deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(2500px) rotateY(5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(2500px) rotateY(-2deg);
	}
	
	to {
		-webkit-transform: perspective(2500px);
	}
}

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

@-webkit-keyframes jackInTheBoxShort {
	0% {
		opacity: 0;
		-webkit-transform: scale(.98) rotate(3deg);
		-webkit-transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-2deg);
	}
	
	70% {
		-webkit-transform: rotate(1deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

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

@-webkit-keyframes rotateInShort {
	0% {
		-webkit-transform-origin: center;
		-webkit-transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownLeftShort {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownRightShort {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpLeftShort {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpRightShort {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

.et-db #et-boc .et-fb-modules-list ul>li.dipi_flip_box:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_flip_box {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_flip_box:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_flip_box span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_flip_box .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_floating_multi_images:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_floating_multi_images {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_floating_multi_images:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_floating_multi_images span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_floating_multi_images .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_gravity_forms_styler:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_gravity_forms_styler {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_gravity_forms_styler:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_gravity_forms_styler span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_gravity_forms_styler .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_horizontal_timeline:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_horizontal_timeline {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_horizontal_timeline:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_horizontal_timeline span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_horizontal_timeline .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_hover_box:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_hover_box {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_hover_box:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_hover_box span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_hover_box .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_hover_gallery:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_hover_gallery {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_hover_gallery:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_hover_gallery span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_hover_gallery .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_accordion:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_accordion {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_accordion:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_accordion span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_accordion .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_gallery:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_gallery {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_gallery:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_gallery span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_gallery .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_hotspot:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_hotspot {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_hotspot:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_hotspot span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_hotspot .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_magnifier:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_magnifier {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_magnifier:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_magnifier span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_magnifier .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

html.magnifying>body {
	overflow-x: hidden !important;
}

.lens-mobile, .magnify, .magnify-mobile, .magnify>.magnify-lens {
	min-width: 0;
	min-height: 0;
	-webkit-animation: none;
	animation: none;
	border: none;
	float: none;
	margin: 0;
	opacity: 1;
	outline: none;
	overflow: visible;
	padding: 0;
	text-indent: 0;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.magnify {
	position: relative;
	width: auto;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	z-index: inherit;
}

.magnify>.magnify-lens {
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 7px hsla(0, 0%, 100%, .85), 0 0 7px 7px rgba(0, 0, 0, .25), inset 0 0 40px 2px rgba(0, 0, 0, .25);
	box-shadow: 0 0 0 7px hsla(0, 0%, 100%, .85), 0 0 7px 7px rgba(0, 0, 0, .25), inset 0 0 40px 2px rgba(0, 0, 0, .25);
	cursor: none;
	display: none;
	z-index: 99;
}

.magnify>.magnify-lens.loading {
	background: #333 !important;
	opacity: .8;
}

.magnify>.magnify-lens.loading:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	content: "Loading...";
	font: italic normal 16px/1 Calibri, sans-serif;
	letter-spacing: 1px;
	margin-top: -8px;
	text-align: center;
	text-shadow: 0 0 2px rgba(51, 51, 51, .8);
	text-transform: none;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_mask:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_mask {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_mask:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_mask span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_mask .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_rotator:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_rotator {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_rotator:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_rotator span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_rotator .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_showcase:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_showcase {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_showcase:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_showcase span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_image_showcase .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_info_circle:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_info_circle {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_info_circle:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_info_circle span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_info_circle .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid:before, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile:before, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid:hover, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile:hover, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid span, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile span, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid .et-fb-icon.et-fb-icon--svg, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile .et-fb-icon.et-fb-icon--svg, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid:before, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile:before, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid:hover, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile:hover, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid span, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile span, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid .et-fb-icon.et-fb-icon--svg, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile .et-fb-icon.et-fb-icon--svg, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.dipi_instagram_profile .dipi_instagram_profile_wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (max-width:767px) {
	.dipi_instagram_profile .dipi_instagram_profile_wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
	}
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid:before, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile:before, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid:hover, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile:hover, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid span, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile span, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_grid .et-fb-icon.et-fb-icon--svg, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_profile .et-fb-icon.et-fb-icon--svg, .et-db #et-boc .et-fb-modules-list ul>li.dipi_instagram_slider .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.dipi_instagram_slider .dipi_instagram_slider_slide {
	position: relative;
}

.dipi_instagram_slider .dipi_instagram_slider_slide:after {
	content: "";
	display: block;
}

.dipi_instagram_slider .dipi_instagram_slider_slide>a {
	position: absolute;
	width: 100%;
	height: 100%;
}

.dipi_instagram_slider .dipi_instagram_slider_slide>a>img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_lottie_icon:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_lottie_icon {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_lottie_icon:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_lottie_icon span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_lottie_icon .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_masonry_gallery:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_masonry_gallery {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_masonry_gallery:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_masonry_gallery span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_masonry_gallery .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

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

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

@keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

@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 {
	animation-name: pulse;
}

@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 {
	animation-name: rubberBand;
}

@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 {
	animation-name: shake;
}

@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 {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@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 {
	transform-origin: top center;
	animation-name: swing;
}

@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 {
	animation-name: tada;
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	
	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: none;
		transform: none;
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg);
	}
}

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

@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% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.6, .6, .6);
	}
	
	20% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	40% {
		-webkit-transform: scale3d(.95, .95, .95);
		transform: scale3d(.95, .95, .95);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
		transform: scale3d(1.02, 1.02, 1.02);
	}
	
	80% {
		-webkit-transform: scale3d(.98, .98, .98);
		transform: scale3d(.98, .98, .98);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.bounceIn {
	animation-name: bounceIn;
}

@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% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@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% {
		opacity: 0;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@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% {
		opacity: 0;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-2px, 0, 0);
		transform: translate3d(-2px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@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% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.95, .95, .95);
		transform: scale3d(.95, .95, .95);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5);
	}
}

.bounceOut {
	animation-name: bounceOut;
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}
}

.bounceOutDown {
	animation-name: bounceOutDown;
}

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

.bounceOutLeft {
	animation-name: bounceOutLeft;
}

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

.bounceOutRight {
	animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}
}

.bounceOutUp {
	animation-name: bounceOutUp;
}

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

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
		transform: translate3d(0, -1000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
		transform: translate3d(-1000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
		transform: translate3d(1000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
		transform: translate3d(0, 1000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig;
}

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

.fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
}

.fadeOutDown {
	animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
		transform: translate3d(0, 1000px, 0);
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-60px, 0, 0);
		transform: translate3d(-60px, 0, 0);
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
		transform: translate3d(-1000px, 0, 0);
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(60px, 0, 0);
		transform: translate3d(60px, 0, 0);
	}
}

.fadeOutRight {
	animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
		transform: translate3d(1000px, 0, 0);
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -60px, 0);
		transform: translate3d(0, -60px, 0);
	}
}

.fadeOutUp {
	animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
		transform: translate3d(0, -1000px, 0);
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(1000px) rotateY(-1turn);
		transform: perspective(1000px) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(1000px) translateZ(150px) rotateY(-190deg);
		transform: perspective(1000px) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(1000px) translateZ(150px) rotateY(-170deg);
		transform: perspective(1000px) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(1000px) scale3d(.95, .95, .95);
		transform: perspective(1000px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(1000px);
		transform: perspective(1000px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	animation-name: flip;
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(60deg);
		transform: perspective(400px) rotateX(60deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(5deg);
		transform: perspective(400px) rotateX(5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-2deg);
		transform: perspective(400px) rotateX(-2deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	animation-name: flipInX;
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(1000px) rotateY(60deg);
		transform: perspective(1000px) rotateY(60deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(1000px) rotateY(-10deg);
		transform: perspective(1000px) rotateY(-10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(1000px) rotateY(5deg);
		transform: perspective(1000px) rotateY(5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(1000px) rotateY(-2deg);
		transform: perspective(1000px) rotateY(-2deg);
	}
	
	to {
		-webkit-transform: perspective(1000px);
		transform: perspective(1000px);
	}
}

.flipInY {
	animation-name: flipInY;
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(1000px);
		transform: perspective(1000px);
	}
	
	30% {
		-webkit-transform: perspective(1000px) rotateX(-15deg);
		transform: perspective(1000px) rotateX(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(1000px) rotateX(60deg);
		transform: perspective(1000px) rotateX(60deg);
		opacity: 0;
	}
}

.flipOutX {
	animation-name: flipOutX;
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(1000px);
		transform: perspective(1000px);
	}
	
	30% {
		-webkit-transform: perspective(1000px) rotateY(-15deg);
		transform: perspective(1000px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(1000px) rotateY(60deg);
		transform: perspective(1000px) rotateY(60deg);
		opacity: 0;
	}
}

.flipOutY {
	animation-name: flipOutY;
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100px, 0, 0) skewX(-30deg);
		transform: translate3d(100px, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		opacity: 0;
	}
}

.rotateOut {
	animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	animation-name: hinge;
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.jackInTheBox {
	animation-name: jackInTheBox;
}

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

.rollIn {
	animation-name: rollIn;
}

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

.rollOut {
	animation-name: rollOut;
}

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

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6) translate3d(0, -200px, 0);
		transform: scale3d(.6, .6, .6) translate3d(0, -200px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(0, 10px, 0);
		transform: scale3d(.9, .9, .9) translate3d(0, 10px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6) translate3d(-500px, 0, 0);
		transform: scale3d(.6, .6, .6) translate3d(-500px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(10px, 0, 0);
		transform: scale3d(.9, .9, .9) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6) translate3d(500px, 0, 0);
		transform: scale3d(.6, .6, .6) translate3d(500px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(-20px, 0, 0);
		transform: scale3d(.9, .9, .9) translate3d(-20px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6) translate3d(0, 200px, 0);
		transform: scale3d(.6, .6, .6) translate3d(0, 200px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(0, -20px, 0);
		transform: scale3d(.9, .9, .9) translate3d(0, -20px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.8, .8, .8);
		transform: scale3d(.8, .8, .8);
	}
	
	to {
		opacity: 0;
	}
}

.zoomOut {
	animation-name: zoomOut;
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(0, -20px, 0);
		transform: scale3d(.9, .9, .9) translate3d(0, -20px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.4, .4, .4) translate3d(0, 500px, 0);
		transform: scale3d(.4, .4, .4) translate3d(0, 500px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutDown {
	animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(30px, 0, 0);
		transform: scale3d(.9, .9, .9) translate3d(30px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.3) translate3d(-500px, 0, 0);
		transform: scale(.3) translate3d(-500px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(-30px, 0, 0);
		transform: scale3d(.9, .9, .9) translate3d(-30px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.3) translate3d(500px, 0, 0);
		transform: scale(.3) translate3d(500px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.9, .9, .9) translate3d(0, 30px, 0);
		transform: scale3d(.9, .9, .9) translate3d(0, 30px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3) translate3d(0, -500px, 0);
		transform: scale3d(.3, .3, .3) translate3d(0, -500px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutUp {
	animation-name: zoomOutUp;
}

@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 {
	animation-name: slideInDown;
}

@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 {
	animation-name: slideInLeft;
}

@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 {
	animation-name: slideInRight;
}

@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 {
	animation-name: slideInUp;
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	animation-name: slideOutLeft;
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	animation-name: slideOutRight;
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	animation-name: slideOutUp;
}

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

.fadeInUpShort {
	animation-name: fadeInUpShort;
}

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

.fadeInDownShort {
	animation-name: fadeInDownShort;
}

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

.fadeInLeftShort {
	animation-name: fadeInLeftShort;
}

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

.fadeInRightShort {
	animation-name: fadeInRightShort;
}

@keyframes zoomInShort {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomInShort {
	animation-name: zoomInShort;
}

@keyframes bounceInShort {
	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% {
		opacity: 0;
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	20% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	40% {
		-webkit-transform: scale3d(.98, .98, .98);
		transform: scale3d(.98, .98, .98);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
		transform: scale3d(1.02, 1.02, 1.02);
	}
	
	80% {
		-webkit-transform: scale3d(.99, .99, .99);
		transform: scale3d(.99, .99, .99);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.bounceInShort {
	animation-name: bounceInShort;
}

@keyframes bounceInDownShort {
	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% {
		opacity: 0;
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 8px, 0);
		transform: translate3d(0, 8px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
		transform: translate3d(0, 4px, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDownShort {
	animation-name: bounceInDownShort;
}

@keyframes bounceInLeftShort {
	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% {
		opacity: 0;
		-webkit-transform: translate3d(-15px, 0, 0);
		transform: translate3d(-15px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(8px, 0, 0);
		transform: translate3d(8px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-8px, 0, 0);
		transform: translate3d(-8px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeftShort {
	animation-name: bounceInLeftShort;
}

@keyframes bounceInRightShort {
	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% {
		opacity: 0;
		-webkit-transform: translate3d(15px, 0, 0);
		transform: translate3d(15px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-8px, 0, 0);
		transform: translate3d(-8px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(8px, 0, 0);
		transform: translate3d(8px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-4px, 0, 0);
		transform: translate3d(-4px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRightShort {
	animation-name: bounceInRightShort;
}

@keyframes bounceInUpShort {
	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% {
		opacity: 0;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 8px, 0);
		transform: translate3d(0, 8px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.bounceInUpShort {
	animation-name: bounceInUpShort;
}

@keyframes flipInXShort {
	0% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, 10deg);
		transform: perspective(2500px) rotate3d(10, 0, 0, 10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, -7deg);
		transform: perspective(2500px) rotate3d(10, 0, 0, -7deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, 5deg);
		transform: perspective(2500px) rotate3d(10, 0, 0, 5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, -2deg);
		transform: perspective(2500px) rotate3d(10, 0, 0, -2deg);
	}
	
	to {
		-webkit-transform: perspective(2500px);
		transform: perspective(2500px);
	}
}

.flipInXShort {
	animation-name: flipInXShort;
}

@keyframes flipInYShort {
	0% {
		-webkit-transform: perspective(2500px) rotateY(10deg);
		transform: perspective(2500px) rotateY(10deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(2500px) rotateY(-7deg);
		transform: perspective(2500px) rotateY(-7deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(2500px) rotateY(5deg);
		transform: perspective(2500px) rotateY(5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(2500px) rotateY(-2deg);
		transform: perspective(2500px) rotateY(-2deg);
	}
	
	to {
		-webkit-transform: perspective(2500px);
		transform: perspective(2500px);
	}
}

.flipInYShort {
	animation-name: flipInYShort;
}

@keyframes jackInTheBoxShort {
	0% {
		opacity: 0;
		-webkit-transform: scale(.98) rotate(3deg);
		transform: scale(.98) rotate(3deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	
	70% {
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.jackInTheBoxShort {
	animation-name: jackInTheBoxShort;
}

@keyframes rotateInShort {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInShort {
	animation-name: rotateInShort;
}

@keyframes rotateInDownLeftShort {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeftShort {
	animation-name: rotateInDownLeftShort;
}

@keyframes rotateInDownRightShort {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRightShort {
	animation-name: rotateInDownRightShort;
}

@keyframes rotateInUpLeftShort {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeftShort {
	animation-name: rotateInUpLeftShort;
}

@keyframes rotateInUpRightShort {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRightShort {
	animation-name: rotateInUpRightShort;
}

.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
}

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

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

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	-webkit-transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

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

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
	}
}

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

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
	}
}

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-webkit-animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
	}
}

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

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
	}
}

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

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
	}
}

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

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
	}
}

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
	}
}

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

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

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

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(60px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

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

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

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

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
	}
}

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

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
	}
}

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

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-60px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(60px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
	}
}

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

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -60px, 0);
	}
}

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

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
	}
}

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

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
	}
}

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

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
	}
}

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

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
}

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

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

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-10deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(10deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-10deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-10deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(10deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

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

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.8, .8, .8);
	}
	
	to {
		opacity: 0;
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
	}
}

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

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
	}
}

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

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
	}
}

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

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
	}
}

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

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
	}
}

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

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
	}
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInShort {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.97, .97, .97);
	}
	
	50% {
		opacity: 1;
	}
}

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

@-webkit-keyframes bounceInShort {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.97, .97, .97);
	}
	
	20% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
	}
	
	40% {
		-webkit-transform: scale3d(.98, .98, .98);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
	}
	
	80% {
		-webkit-transform: scale3d(.99, .99, .99);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
	}
}

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

@-webkit-keyframes bounceInDownShort {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -15px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 8px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -8px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInLeftShort {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-15px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(8px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-8px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(4px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInRightShort {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(15px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-8px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(8px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-4px, 0, 0);
	}
	
	to {
		-webkit-transform: none;
	}
}

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

@-webkit-keyframes bounceInUpShort {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 15px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -8px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 8px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
	}
	
	to {
		-webkit-transform: translateZ(0);
	}
}

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

@-webkit-keyframes flipInXShort {
	0% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, 10deg);
		-webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, -7deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, 5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(2500px) rotate3d(10, 0, 0, -2deg);
	}
	
	to {
		-webkit-transform: perspective(2500px);
	}
}

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

@-webkit-keyframes flipInYShort {
	0% {
		-webkit-transform: perspective(2500px) rotateY(10deg);
		-webkit-animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(2500px) rotateY(-7deg);
		-webkit-animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(2500px) rotateY(5deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(2500px) rotateY(-2deg);
	}
	
	to {
		-webkit-transform: perspective(2500px);
	}
}

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

@-webkit-keyframes jackInTheBoxShort {
	0% {
		opacity: 0;
		-webkit-transform: scale(.98) rotate(3deg);
		-webkit-transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-2deg);
	}
	
	70% {
		-webkit-transform: rotate(1deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

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

@-webkit-keyframes rotateInShort {
	0% {
		-webkit-transform-origin: center;
		-webkit-transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: center;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownLeftShort {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownRightShort {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpLeftShort {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpRightShort {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-2deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: none;
		opacity: 1;
	}
}

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

.et-db #et-boc .et-fb-modules-list ul>li.dipi_panorama:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_panorama {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_panorama:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_panorama span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_panorama .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_parallax_images:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_parallax_images {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_parallax_images:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_parallax_images span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_parallax_images .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_price_list:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_price_list {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_price_list:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_price_list span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_price_list .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_pricing_table:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_pricing_table {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_pricing_table:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_pricing_table span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_pricing_table .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_reading_progress_bar:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_reading_progress_bar {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_reading_progress_bar:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_reading_progress_bar span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_reading_progress_bar .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_reveal:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_reveal {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_reveal:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_reveal span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_reveal .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_scroll_image:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_scroll_image {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_scroll_image:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_scroll_image span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_scroll_image .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_star_rating:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_star_rating {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_star_rating:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_star_rating span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_star_rating .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_svg_animator:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_svg_animator {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_svg_animator:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_svg_animator span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_svg_animator .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_table_maker:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_table_maker {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_table_maker:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_table_maker span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_table_maker .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_table_of_content:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_table_of_content {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_table_of_content:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_table_of_content span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_table_of_content .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_testimonial:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_testimonial {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_testimonial:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_testimonial span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_testimonial .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.wrap .dipi-notice {
	margin-top: 20px;
	border: 0;
	border-left: 4px solid #00a0d2;
}

.dipi-sync-button {
	background: #ff4200 !important;
	color: #fff !important;
	border-radius: 3px !important;
}

.dipi-sync-button, .dipi-sync-button:hover {
	border-color: #ff4200 !important;
	-webkit-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}

.dipi-sync-button:hover {
	background: #fff !important;
	color: #ff4200 !important;
}

.dipi-sync-disabled, .dipi-sync-disabled:hover {
	cursor: not-allowed;
	opacity: .5;
	text-decoration: none;
}

.dipi_testimonial_settings_input {
	width: 100%;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_text_highlighter:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_text_highlighter {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_text_highlighter:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_text_highlighter span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_text_highlighter .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_tile_scroll:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_tile_scroll {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_tile_scroll:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_tile_scroll span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_tile_scroll .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_tilt_image:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_tilt_image {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_tilt_image:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_tilt_image span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_tilt_image .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_timeline:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_timeline {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_timeline:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_timeline span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_timeline .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_typing_text:before {
	color: #fff;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_typing_text {
	background-color: #2c3d49 !important;
	color: #fff !important;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_typing_text:hover {
	background-color: #1f2b33 !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_typing_text span {
	font-size: 10px !important;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_typing_text .et-fb-icon.et-fb-icon--svg {
	width: 18px !important;
	min-width: 18px !important;
	height: 18px !important;
	margin: -3px auto 5px !important;
}

/* Floating switcher */
.trp-floating-switcher {
	display: flex;
	flex-direction: column-reverse;
	position: fixed;
	z-index: 99999;
	overflow: hidden;
	padding: var(--switcher-padding, 10px);
	border: var(--border, none);
	border-radius: var(--border-radius, 8px);
	background: var(--bg, #fff);
	width: var(--switcher-width, auto);
	top: var(--top, unset);
	right: var(--right, unset);
	bottom: var(--bottom, unset);
	left: var(--left, unset);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
}

.trp-floating-switcher .trp-switcher-dropdown-list {
	flex-direction: column-reverse;
}

.trp-switcher-position-top.trp-floating-switcher {
	flex-direction: column;
}

.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner, .trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list {
	flex-direction: column;
}

/* Inline variant */
div.trp-ls-inline .trp-language-switcher-inner {
	flex-direction: row;
}

.trp-ls-inline.trp-opposite-language .trp-language-item {
	width: 100%;
}

/* Powered by */
#trp-floater-powered-by {
	color: var(--text, #b3b3b3);
	font-size: 12px;
	text-align: center;
	padding: 0 5px;
}

#trp-floater-powered-by a {
	color: var(--text, #b3b3b3);
}

.trp-switcher-position-bottom #trp-floater-powered-by {
	border-top: 1px solid var(--text, #747474);
	padding-top: 5px;
	margin-top: 5px;
}

.trp-switcher-position-top #trp-floater-powered-by {
	border-bottom: 1px solid var(--text, #747474);
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* Shortcode switcher */
.trp-shortcode-switcher__wrapper {
	position: relative;
	border: none;
}

.trp-shortcode-switcher {
	position: static;
	display: inline-block;
	overflow: hidden;
	padding: 10px 0;
	border: var(--border, none);
	border-radius: var(--border-radius, 5px);
	background: var(--bg, #fff);
	width: auto;
	box-shadow: none;
}

/* Hide the anchor that holds space in the document for the actual switcher */
.trp-shortcode-anchor {
	visibility: hidden;
}

.trp-shortcode-switcher.trp-open-on-click {
	cursor: pointer;
}

.trp-shortcode-overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}

/* Opposite mode enabled */
.trp-current-language-item__wrapper:not(.trp-hide-arrow) {
	display: flex;
	align-items: center;
	padding-right: 10px;
	justify-content: space-between;
}

/* Shared by both */
.trp-language-switcher-inner {
	display: flex;
}

.trp-floating-switcher .trp-language-switcher-inner {
	flex-direction: column-reverse;
}

.trp-shortcode-switcher .trp-language-switcher-inner {
	flex-direction: column;
}

.trp-switcher-dropdown-list {
	display: flex;
	overflow-y: hidden;
	transition: max-height .2s ease-in-out;
	max-height: 0;
	transition-duration: var(--transition-duration);
}

.trp-shortcode-switcher .trp-switcher-dropdown-list {
	flex-direction: column;
}

/* OPEN STATE — scroll the LIST (floating & shortcode) */
.trp-ls-dropdown.is-open .trp-switcher-dropdown-list, .trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list, .trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list, .trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list {
	overflow-y: auto;
	max-height: min(350px, 70vh);
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: var(--text) transparent;
}

.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list, .trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list {
	overflow-y: hidden !important;
}

.trp-shortcode-arrow {
	pointer-events: none;
}

.trp-shortcode-switcher.is-open .trp-shortcode-arrow {
	transform: rotate(180deg);
}

.trp-shortcode-overlay:focus {
	outline: none;
}

.trp-shortcode-overlay:focus-visible {
	outline: 2px solid var(--text);
	outline-offset: 2px;
}

/* Links inside (optional) */
.trp-shortcode-overlay .trp-language-item:focus {
	outline: none;
}

.trp-shortcode-overlay .trp-language-item:focus-visible {
	outline: 2px solid var(--text);
	outline-offset: 2px;
}

/* Items */
.trp-language-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px 16px;
	text-decoration: none;
	min-height: 19px;
	box-sizing: content-box;
}

.trp-language-item:hover {
	background: var(--bg-hover, #f3f3f3);
}

.trp-language-item:hover .trp-language-item-name {
	color: var(--text-hover, #000);
}

.trp-language-item__current {
	pointer-events: none;
	cursor: default;
}

.trp-language-item-name {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--text, #000);
	font-size: var(--font-size, 14px);
	line-height: 1.2;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 400;
}

.trp-flag-image {
	border-radius: var(--flag-radius, 0) !important;
	aspect-ratio: var(--aspect-ratio, 4 / 3) !important;
	width: var(--flag-size, 18px) !important;
	display: inline-block !important;
	height: auto !important;
}

.trp-menu-ls-label .trp-flag-image {
	margin: -2px 3px;
}

.trp-custom-flag {
	object-fit: cover;
}

/* WebKit scrollbar styling on the ACTUAL scrollable element */
.trp-switcher-dropdown-list::-webkit-scrollbar {
	width: 6px;
}

.trp-switcher-dropdown-list::-webkit-scrollbar-track {
	background: transparent;
}

.trp-switcher-dropdown-list::-webkit-scrollbar-thumb {
	background-color: var(--text);
	border-radius: 4px;
}

.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover {
	background-color: var(--text-hover);
}

/* Menu item */
.trp-flag-rounded {
	border-radius: 9999px !important;
	aspect-ratio: 1/1 !important;
}

.trp-ls-name {
	padding-left: 5px;
}

@media (prefers-reduced-motion: reduce) {
	.trp-switcher-dropdown-list {
		transition: none !important;
	}
}

/* Legacy Language Switcher shortcode css rules
 * Useful for displaying the Automatic Language Detection language switcher
*/
.trp_ald_ls_container img.trp-flag-image {
	padding-top: 0 !important;
}

.trp_ald_ls_container .trp-language-switcher {
	position: relative;
	display: inline-block;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

.trp_ald_ls_container .trp-language-switcher > div {
	box-sizing: border-box;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 13px;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
	background-color: #fff;
}

.trp_ald_ls_container .trp-language-switcher > div > a {
	display: block;
	padding: 2px;
	border-radius: 3px;
	color: #0769ad;
}

.trp_ald_ls_container .trp-language-switcher > div > a:hover {
	background: #f1f1f1;
}

.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
	cursor: default;
}

.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
	background: none;
}

.trp_ald_ls_container .trp-language-switcher > div > a > img {
	display: inline;
	margin: 0 3px;
	width: 18px;
	height: 12px;
	border-radius: 0;
}

.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language {
	display: inline-block;
}

.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language, .trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language {
	visibility: hidden;
}

.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language {
	display: inline-block;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	z-index: 1;
	max-height: 250px;
	overflow-y: auto;
	left: 0;
	top: 0;
	min-height: auto;
}

.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language, .trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language {
	visibility: visible;
	max-height: 250px;
	height: auto;
	overflow-y: auto;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block !important;
	min-height: auto;
}

#trp_ald_x_button {
	z-index: 0 !important;
}

.product.product-type-variable ul.tabs li.product_safety_tab, .wc-gzd-additional-info-placeholder, p.wc-gzd-additional-info:empty {
	display: none;
}

#order_review .wc-gzd-checkbox-placeholder {
	clear: both;
}

#order_review .wc-gzd-checkbox-placeholder p.form-row {
	float: none;
	padding: 0 1em 0 0;
	text-align: left;
}

#order_review .wc-gzd-checkbox-placeholder p.form-row label {
	display: inline;
}

#order_review .wc-gzd-checkbox-placeholder:empty {
	display: none;
}

.woocommerce-checkout .shop_table {
	background-color: #eee;
}

@media (min-width:768px) {
	table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper {
		align-items: center;
		display: flex;
	}
}

table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail {
	margin-right: 1em;
	max-width: 15%;
	min-width: 60px;
}

table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail img {
	margin: 0;
}

body.theme-astra table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail td.product-name {
	flex-wrap: wrap;
}

.cart_totals tr.order-total-differential-taxation-notice td:before, .cart_totals tr.order-total-small-business-notice td:before {
	content: "" !important;
}

.includes_tax, .tax_label, .woocommerce dl.variation dd[class*=variation-gzd-], .woocommerce dl.variation div[class*=variation-gzd-], .woocommerce dl.variation dt[class*=variation-gzd-], .woocommerce dl.variation li[class*=variation-gzd-], .woocommerce ul.variation dd[class*=variation-gzd-], .woocommerce ul.variation div[class*=variation-gzd-], .woocommerce ul.variation dt[class*=variation-gzd-], .woocommerce ul.variation li[class*=variation-gzd-], .woocommerce-cart dl.variation dd[class*=variation-gzd-], .woocommerce-cart dl.variation div[class*=variation-gzd-], .woocommerce-cart dl.variation dt[class*=variation-gzd-], .woocommerce-cart dl.variation li[class*=variation-gzd-], .woocommerce-cart ul.variation dd[class*=variation-gzd-], .woocommerce-cart ul.variation div[class*=variation-gzd-], .woocommerce-cart ul.variation dt[class*=variation-gzd-], .woocommerce-cart ul.variation li[class*=variation-gzd-], .woocommerce-checkout dl.variation dd[class*=variation-gzd-], .woocommerce-checkout dl.variation div[class*=variation-gzd-], .woocommerce-checkout dl.variation dt[class*=variation-gzd-], .woocommerce-checkout dl.variation li[class*=variation-gzd-], .woocommerce-checkout ul.variation dd[class*=variation-gzd-], .woocommerce-checkout ul.variation div[class*=variation-gzd-], .woocommerce-checkout ul.variation dt[class*=variation-gzd-], .woocommerce-checkout ul.variation li[class*=variation-gzd-], .woocommerce-mini-cart dl.variation dd[class*=variation-gzd-], .woocommerce-mini-cart dl.variation div[class*=variation-gzd-], .woocommerce-mini-cart dl.variation dt[class*=variation-gzd-], .woocommerce-mini-cart dl.variation li[class*=variation-gzd-], .woocommerce-mini-cart ul.variation dd[class*=variation-gzd-], .woocommerce-mini-cart ul.variation div[class*=variation-gzd-], .woocommerce-mini-cart ul.variation dt[class*=variation-gzd-], .woocommerce-mini-cart ul.variation li[class*=variation-gzd-] {
	display: none !important;
}

.wc-gzd-small-business-includes-tax {
	display: inline !important;
	font-size: .9em;
	padding-left: 3px;
}

.woocommerce-gzd-checkout #order_review_heading {
	display: none;
}

.woocommerce-checkout .shop_table tr td p {
	margin-bottom: 0;
}

.woocommerce-checkout .shop_table td, .woocommerce-checkout .shop_table th {
	line-height: 1.5;
}

.more-variants-available-info {
	display: block;
	font-size: 11px;
	font-weight: 400;
}

.shop_table .product-name-inner, .shop_table .product-name-inner tr td {
	border: none;
	margin: 0;
	padding: 0;
}

.shop_table .product-name-inner tr td:last-child {
	text-align: right;
}

.cart_totals .wc-gzd-additional-wrapper, .woocommerce-checkout table.shop_table .wc-gzd-additional-wrapper {
	clear: both;
	text-align: right;
}

.cart_totals p.wc-gzd-additional-info, .woocommerce-checkout table.shop_table p.wc-gzd-additional-info {
	display: inline-block;
	font-size: .8em;
	font-weight: 400;
	margin-bottom: 0;
}

.entry-content .woocommerce #payment {
	margin-bottom: 1em;
}

.woocommerce #payment .wc-terms-and-conditions {
	display: none !important;
}

.entry-content .woocommerce .checkout-btn-wrap {
	text-align: right;
}

.woocommerce-checkout p.direct-debit-checkbox {
	display: none;
}

.unit-price-cart {
	display: block;
	font-size: .9em;
	margin-top: 5px;
}

.product_list_widget .wc-gzd-additional-info, .products .wc-gzd-additional-info {
	font-size: .8em;
	margin: .7rem 0;
	padding: 0;
}

.product_list_widget .wc-gzd-additional-info, .product_list_widget p.price-unit {
	line-height: 1.8em;
	margin: .2rem 0;
}

.product_list_widget .wc-gzd-additional-info a {
	display: inline !important;
}

.product_list_widget .price-unit, .products .product .price-unit {
	font-size: .8em;
}

.product_list_widget .price-unit {
	margin-bottom: .7em;
}

.product p.wc-gzd-additional-info {
	clear: left;
	font-size: .9em;
	margin-bottom: .5rem;
}

.product .defect-description:not(:empty) {
	border: 2px solid #4b4f58;
	margin: 1em 0;
	padding: .5em;
}

.product .defect-description:not(:empty) p:last-child {
	margin-bottom: 0;
}

form.cart.wc-gzd-replace-price .single_variation_wrap .woocommerce-variation-price {
	display: none;
}

.deposit-packaging-type {
	font-weight: 700;
	text-transform: uppercase;
}

.product p.deposit-packaging-type {
	font-size: 1.2em !important;
}

.wc-gzd-rating-authenticity-status {
	display: block;
	font-size: .9em;
}

.woocommerce-product-rating .wc-gzd-rating-authenticity-status {
	display: inline-block;
}

.product .product_meta {
	margin-top: 1rem;
}

p.footer-info {
	font-size: .9em;
	padding-bottom: .5rem;
	text-align: center;
}

.wc-gzd-item-defect-description p, .wc-gzd-item-desc p {
	font-size: .9em;
	font-weight: 400;
}

.wc-gzd-edit-data-notice {
	background: #eee;
	display: inline-block;
	padding: 1em;
}

.wc-gzd-edit-data-notice p.wc-gzd-info {
	margin: 0;
	padding: 0;
}

.wc-gzd-power-supply {
	display: flex;
	flex-wrap: wrap;
	height: 70px;
	margin: 1em 0;
}

.wc-gzd-power-supply svg {
	align-items: center;
	display: flex;
	height: 70px;
	width: 70px;
}

.wc-gzd-power-supply svg text {
	text-anchor: middle;
	dominant-baseline: middle;
	font-size: 1.8rem;
	font-weight: 600;
}

.wc-gzd-power-supply svg text.min-max-watt-has-decimals, .wc-gzd-power-supply svg text.power-supply-usb-pd {
	font-size: 1.5rem;
}

.wc-gzd-cart-info {
	display: block;
}

table.product-details-inner {
	margin: 0;
	padding: 0;
	table-layout: fixed;
}

table.product-details-inner, table.product-details-inner td, table.product-details-inner tr {
	background: transparent;
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

table.product-details-inner tr td:last-child {
	text-align: right;
}

.wc-gzd-product-name-left, .wc-gzd-product-name-right {
	float: left;
}

.wc-gzd-product-name-left {
	margin-right: 1em;
	max-width: 15%;
}

#order_review .blockMsg {
	line-height: 1.5em;
}

#shipping_parcelshop_post_number_field .optional {
	display: none !important;
}

.wc-gzd-nutri-score-value {
	display: block;
	height: 4rem;
	text-indent: -9999px;
	width: 7.0625rem;
}

.wc-gzd-placeholder-loading {
	display: flex;
	flex: 0 0 100%;
	flex-flow: column;
	overflow: hidden;
	position: relative;
}

.wc-gzd-placeholder-loading * {
	box-sizing: border-box;
}

.wc-gzd-placeholder-loading:before {
	animation: phAnimation .8s linear infinite;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
	bottom: 0;
	content: " ";
	left: 50%;
	margin-left: -250%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 500%;
	z-index: 1;
}

.wc-gzd-placeholder-loading .wc-gzd-placeholder-row {
	align-items: center;
	display: flex;
	vertical-align: middle;
}

.wc-gzd-placeholder-loading .wc-gzd-placeholder-row>* {
	background-color: #e7e7e7;
	display: block;
	height: 10px;
}

.wc-gzd-placeholder-loading .wc-gzd-placeholder-row .wc-gzd-placeholder-row-col-4 {
	min-width: 100px;
}

@keyframes phAnimation {
	0% {
		transform: translate3d(-30%, 0, 0);
	}
	
	to {
		transform: translate3d(30%, 0, 0);
	}
}

.wc-block-featured-product .wc-gzd-additional-info {
	color: inherit;
	font-size: .9em;
	margin: 0;
	padding: 5px 48px 0;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.wc-block-featured-product .wc-gzd-nutri-score {
	width: auto;
}

ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info {
	margin: .5em 0;
}

ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info:not(.deposit-packaging-type) {
	font-size: .9em;
	font-weight: 400;
}

.theme-twentytwenty form.woocommerce-checkout #order_review_heading, .theme-twentytwentyone form.woocommerce-checkout #order_review_heading {
	margin-bottom: 2rem;
	padding-left: 0;
	text-align: left;
	width: 100%;
}
