
.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%;
}

.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;
	text-align: center;
	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;
}

.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%;
}

.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: block;
	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;
	margin: auto;
	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;
	text-align: center;
	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-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;
}

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

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

.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-wrapper * {
	border-style: solid;
}

.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-prev, .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);
}

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

.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 .grid-item:hover .dipi_filterable_grid_overlay.background {
	opacity: 0;
}

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

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

.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%;
}

.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;
	-ms-flex-item-align: center;
	align-self: center;
}

.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_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, .dipi-pt-text {
	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 .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);
}

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

.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 .grid-item:hover .dipi_filterable_gallery_overlay.background {
	opacity: 0;
}

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

.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 {
	cursor: auto;
}

.dipi_filterable_gallery .grid.show_lightbox .grid-item>.img-container {
	cursor: pointer;
}

.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 {
		cursor: auto;
	}
	
	.dipi_filterable_gallery .grid.show_lightbox_tablet .grid-item>.img-container {
		cursor: pointer;
	}
	
	.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 {
		cursor: auto;
	}
	
	.dipi_filterable_gallery .grid.show_lightbox_phone .grid-item>.img-container {
		cursor: pointer;
	}
	
	.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);
}

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

.dipi-pi-item-image img {
	display: block;
}

.dipi-pi-content-text {
	pointer-events: auto;
}

.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;
	width: unset;
	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] .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] .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] .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;
}

input.aaa-input {
	background: #f1f5f9;
	max-height: 30px;
	border: 0;
	border-radius: 3px;
	padding: 7px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
	color: #4c5866;
	font-family: Open Sans, Helvetica, Roboto, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: normal;
	display: block;
	width: 100%;
}

input.aaa-input:focus {
	background: #e6ecf2;
}

input.aaa-input::-webkit-input-placeholder {
	color: #98a7b8;
}

input.aaa-input:-moz-placeholder, input.aaa-input::-moz-placeholder {
	color: #98a7b8;
}

input.aaa-input:-ms-input-placeholder {
	color: #98a7b8;
}

input.aaa-input[readonly] {
	background: #fff !important;
	border: 1px solid #eaedf0 !important;
	cursor: not-allowed;
}

.dipi-imageselect-checkboxes-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 250px;
	overflow-y: scroll;
}

.dipi-imageselect-checkboxes-wrap::-webkit-scrollbar {
	width: 5px;
}

.dipi-imageselect-checkboxes-wrap::-webkit-scrollbar-track {
	background-color: transparent;
}

.dipi-imageselect-checkboxes-wrap::-webkit-scrollbar-thumb {
	background: #2b87da;
	border-radius: 5px;
}

.dipi-imageselect-checkbox {
	width: 25%;
	padding: 4px;
}

.dipi-imageselect-checkbox .dipi-imageselect-img img {
	max-width: 100%;
}

.dipi-imageselect-checkbox .dipi-imageselect-img i.dipi-imageselect-checkmark {
	-webkit-transform: scale(0);
	transform: scale(0);
	width: 15px;
	height: 15px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c3ZnanM9Imh0dHA6Ly9zdmdqcy5jb20vc3ZnanMiIHZlcnNpb249IjEuMSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAzMzAgMzMwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Ik0xNjUsMEM3NC4wMTksMCwwLDc0LjAxOSwwLDE2NXM3NC4wMTksMTY1LDE2NSwxNjVzMTY1LTc0LjAxOSwxNjUtMTY1UzI1NS45ODEsMCwxNjUsMHogTTE2NSwzMDAgICBjLTc0LjQ0LDAtMTM1LTYwLjU2MS0xMzUtMTM1UzkwLjU2LDMwLDE2NSwzMHMxMzUsNjAuNTYxLDEzNSwxMzVTMjM5LjQzOSwzMDAsMTY1LDMwMHoiIGZpbGw9IiM1ZWIzNGIiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiLz4KCTxwYXRoIGQ9Ik0yMjYuODcyLDEwNi42NjRsLTg0Ljg1NCw4NC44NTNsLTM4Ljg5LTM4Ljg5MWMtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMy0wLjAwMSAgIGMtNS44NTgsNS44NTgtNS44NTgsMTUuMzU1LDAsMjEuMjEzbDQ5LjQ5Niw0OS40OThjMi44MTMsMi44MTMsNi42MjgsNC4zOTQsMTAuNjA2LDQuMzk0YzAuMDAxLDAsMCwwLDAuMDAxLDAgICBjMy45NzgsMCw3Ljc5My0xLjU4MSwxMC42MDYtNC4zOTNsOTUuNDYxLTk1LjQ1OWM1Ljg1OC01Ljg1OCw1Ljg1OC0xNS4zNTUsMC0yMS4yMTMgICBDMjQyLjIyNywxMDAuODA3LDIzMi43MywxMDAuODA2LDIyNi44NzIsMTA2LjY2NHoiIGZpbGw9IiM1ZWIzNGIiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=");
	background-size: contain;
}

.dipi-imageselect-checkbox .dipi-imageselect-img i.dipi-imageselect-checkmark.nitro-lazy {
	background-image: none !important;
}

.dipi-imageselect-img {
	position: relative;
	background-color: #eef2f6;
	border-radius: 6px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding: 25%;
	opacity: .8;
}

.dipi-imageselect-img img {
	display: block;
}

.dipi-imageselect-checkbox:hover .dipi-imageselect-img {
	opacity: 1;
}

.dipi-imageselect-checkbox input[type=checkbox]:checked+.dipi-imageselect-img {
	background: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(152, 167, 184, .1), 0 0 5px rgba(152, 167, 184, .15);
	box-shadow: 0 5px 5px rgba(152, 167, 184, .1), 0 0 5px rgba(152, 167, 184, .15);
	opacity: 1;
}

.dipi-imageselect-checkbox input[type=checkbox]:checked+.dipi-imageselect-img .dipi-imageselect-checkmark {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
}

.dipi-imageselect-checkbox input[type=checkbox] {
	visibility: hidden;
	position: absolute;
}

.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_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_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;
}

/*!
 * 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;
}

/*!
 * 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_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_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_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_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_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_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_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_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_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;
}
