
/*
 * Container style
 */
.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	bottom: 0px;
	position: absolute;
}

.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	right: 0;
	position: absolute;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
	display: block;
	background-color: transparent;
}

.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
	opacity: .6;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: .9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px;
	position: absolute;
}

.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px;
	position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

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

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://www.wollongongmusic.com.au/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/css/owl/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon.nitro-lazy {
	background-image: none !important;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
/*# sourceMappingURL=frontend.css.map */

#ywdpd-quantity-table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

#ywdpd-quantity-table th, #ywdpd-quantity-table td {
	border: 1px solid #efefef;
	padding: 5px;
	text-align: center;
}

#ywdpd-quantity-table tr td:hover {
	cursor: pointer;
}

#ywdpd-quantity-table tr td.qty-price-info:hover span, #ywdpd-quantity-table tr td:hover {
	color: #00a291 !important;
	background: none !important;
}

#ywdpd-quantity-table tr td.ywdpd_active {
	border: 1px solid #00a291;
	color: #00a291;
}

#ywdpd-quantity-table tr td * {
	pointer-events: none;
}

#ywdpd-quantity-table.horizontal tr.quantity_row td {
	border-bottom: 0 !important;
}

#ywdpd-quantity-table.horizontal tr.discount_row td {
	border-top: 0 !important;
}

#ywdpd-quantity-table.vertical td:nth-child(n+2), #ywdpd-quantity-table.vertical tr.ywdpd_header th:nth-child(n+2) {
	border-left: 0 !important;
}

#ywdpd-quantity-boxed {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

#ywdpd-quantity-boxed.horizontal {
	width: fit-content;
}

#ywdpd-quantity-boxed.vertical {
	width: fit-content;
	height: fit-content;
	flex-direction: column;
}

#ywdpd-quantity-boxed .ywdpd-boxed-item {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	min-width: 150px;
	min-height: 100px;
}

#ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpp-boxed-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-direction: column;
}

#ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpd-price {
	color: #86868b;
}

#ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpd-units {
	font-weight: 600;
}

#ywdpd-quantity-boxed .ywdpd-boxed-item.ywdpd_active .ywdpd-units {
	color: #00a291;
}

#ywdpd-quantity-boxed .ywdpd-boxed-item:hover {
	cursor: pointer;
}

#ywdpd-quantity-boxed .ywdpd-boxed-item:hover .ywdpd-units {
	color: #00a291;
}

#ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpd-discount {
	color: #00a291;
	font-size: .9em;
}

.show_note_on_apply_products, .show_note_on_adjustment_products {
	margin: 20px 0;
}

.ywdpd_popup {
	position: fixed !important;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .75);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999 !important;
}

.ywdpd_popup .ywdpd_countdown {
	display: none;
	color: #d60000;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.ywdpd_popup .ywdpd_countdown .ywdpd-icon-time-check {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #d60000;
	--svg: url("data:image/svg+xml,     <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">       <g id=\"Calendar Clock\"><path id=\"Vector\" d=\"M12 7V12H17M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z\" stroke=\"currentColor\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>       </g>       </svg>");
	-webkit-mask: var(--svg);
	mask: var(--svg);
}

.ywdpd_popup .ywdpd_close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 999;
	background: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/optimized/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/clear-24px.svg") no-repeat top left;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
}

.ywdpd_popup .ywdpd_close.nitro-lazy {
	background-image: none !important;
}

.ywdpd_popup .ywdpd_close:hover {
	cursor: pointer;
}

.ywdpd_popup .ywdpd_image_badge, .ywdpd_popup .ywdpd_qty_arrows .button, .ywdpd_popup .single_add_to_cart_button, .ywdpd_popup .product_taxonomy.button {
	border-color: var(--proteo-button_1_border_color, #01af8d);
	background: var(--proteo-button_1_bg_color, #01af8d);
	background-color: var(--proteo-button_1_bg_color, #01af8d);
	color: var(--proteo-button_1_font_color, #fff);
}

.ywdpd_popup .single_add_to_cart_button {
	margin: 0 !important;
	display: block;
}

.ywdpd_popup .ywdpd_button_disabled {
	opacity: .5;
	pointer-events: none;
}

.ywdpd_popup .product_taxonomy.button {
	margin-top: 5px;
	line-height: 18px;
	display: block;
}

.ywdpd_popup .ywdpd_qty_arrows .button:hover, .ywdpd_popup .single_add_to_cart_button:hover, .ywdpd_popup .product_taxonomy.button:hover {
	border-color: var(--proteo-button_1_border_hover_color, #107774);
	background: var(--proteo-button_1_bg_hover_color, #107774);
	background-color: var(--proteo-button_1_bg_hover_color, #107774);
	color: var(--proteo-button_1_font_hover_color, #fff);
}

.ywdpd_popup .ywdpd_popup_general_content {
	padding: 40px 0 40px 0;
	box-shadow: 0 2px 6px #000;
	border-radius: 10px;
	background: #fff;
	position: relative;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content {
	max-height: 700px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_rule_title {
	text-align: center;
	max-width: 320px;
	margin: 0 auto 10px auto;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content::-webkit-scrollbar {
	width: 10px;
	z-index: 99999999 !important;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content::-webkit-scrollbar-track {
	background: #ebebeb;
	border-radius: 10px;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
	transition: all ease .3s;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage {
	position: relative;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items {
	padding: 0;
	list-style: none !important;
	margin: 0;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items.ywdpd_one_item {
	display: block !important;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items.ywdpd_one_item li.item {
	margin: 0 auto !important;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item {
	margin-right: 0 !important;
	padding-top: 15px;
	margin-bottom: 0 !important;
	width: 200px !important;
	float: none !important;
	font-size: 14px;
	text-align: center;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item h5 {
	color: var(--proteo-button_1_border_color, #01af8d);
	font-weight: normal;
	margin-bottom: 0;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .single_add_to_cart_button, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .product_taxonomy.button {
	width: 100%;
	font-size: inherit;
	text-align: inherit;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field {
	margin-top: 11px;
	border-top: 1px solid #e0e0e0;
	display: none;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_single_attribute {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_single_attribute .attribute_name {
	margin-right: 5px;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_label {
	text-transform: uppercase;
	font-size: 10px;
	max-width: 100px;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty {
	width: 80px;
	height: 41px;
	display: inline-block;
	border: none;
	padding-top: 5px;
	font-weight: bold;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows {
	position: absolute;
	right: 0;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .button {
	padding: 0;
	margin: 0;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-left: 2.5px;
	margin-right: 2.5px;
	text-align: center;
	line-height: 28px;
	display: none;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .button.visible {
	display: inline-block;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .button span {
	width: 12px;
	height: 26px;
	display: inline-block;
	background: #fff;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_decrease {
	display: none;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_decrease span {
	-webkit-mask: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/source/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/minus-icon.svg") no-repeat center;
	mask: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/source/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/minus-icon.svg") no-repeat center;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_increase span {
	-webkit-mask: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/source/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/plus-icon.svg") no-repeat center;
	mask: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/source/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/plus-icon.svg") no-repeat center;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_remove span {
	-webkit-mask: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/source/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/trash-icon.svg") no-repeat center;
	mask: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/source/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/trash-icon.svg") no-repeat center;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_input {
	position: relative;
	margin-top: 15px;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_single_product {
	position: relative;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_single_product img.ywdpd_loader {
	border: none !important;
	position: absolute;
	top: 40%;
	left: 50%;
	margin: 0;
	padding: 0;
	display: none;
	width: 16px;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_image_container {
	position: relative;
	text-align: center;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_image_badge {
	display: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	position: absolute;
	float: right;
	top: -7px;
	right: -5px;
	z-index: 999;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdp_check_icon {
	display: inline-block;
	width: 15px;
	height: 11px;
	-webkit-mask: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/source/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/check-added.svg") no-repeat center;
	mask: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/source/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/check-added.svg") no-repeat center;
	background: #fff;
	position: absolute;
	top: 7px;
	left: 5px;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.product_taxonomy h5 {
	text-align: center;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav {
	position: absolute;
	width: 100%;
	top: 30%;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next {
	margin: 0;
	padding: 0;
	position: absolute;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .6509803922);
	height: 50px;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev span, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next span {
	display: inline-block;
	background-image: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/optimized/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/arrow-slider.png");
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev span.nitro-lazy, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next span.nitro-lazy {
	background-image: none !important;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev:focus, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next:focus {
	outline: none;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev.disabled, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next.disabled {
	display: none;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev {
	left: 0;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev span {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next {
	right: 10px;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-dots {
	height: 0;
	display: none;
	visibility: hidden;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step1 .ywdpd_btn_container {
	display: none;
	text-align: right;
	margin-right: 10px;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step1 .ywdpd_btn_container a {
	background: #fff;
	color: #01af8d;
	font-size: 14px;
	margin: 20px 0 0 0;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 {
	display: none;
	margin-left: 50px;
	margin-right: 50px;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpdp_single_product {
	margin-top: 50px;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_single_product_left {
	width: 40%;
	float: left;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_single_product_right .single_variation_wrap {
	display: none !important;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_button_add_to_gift {
	text-align: right;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_back {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/optimized/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/back.png");
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_back.nitro-lazy {
	background-image: none !important;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_back:hover {
	cursor: pointer;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 h4 {
	display: inline-block;
	width: 90%;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_footer {
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
	clear: both;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_footer a {
	text-decoration: none;
	color: var(--proteo-general_link_color, #01af8d);
	font-size: 12px;
}

.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_footer a:hover {
	color: var(--proteo-general_link_hover_color, #107774);
}

.ywdpd_popup .ywdpd_popup_wrapper {
	position: relative;
	max-width: 715px;
	min-width: 438px;
	margin: 0 auto;
}

.ywdpd_popup .ywdpd_popup_wrapper.full {
	width: 100%;
	height: 100%;
	max-width: unset;
	min-width: unset;
}

.ywdpd_popup .ywdpd_popup_wrapper.full .ywdpd_popup_general_content {
	margin: 40px 20px 20px 20px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

@media screen and (max-width: 600px) {
	.ywdpd_popup .ywdpd_popup_wrapper {
		position: relative;
		width: 90%;
		min-width: unset;
		margin: 0 auto;
	}
}

.select2-container.ywdpd_select2 {
	z-index: 9999;
}

.ywdpd_list_cart_rules_applied {
	list-style: none;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.ywdpd_list_cart_rules_applied li {
	border-bottom: 1px solid rgba(238, 221, 238, .8666666667);
	margin-bottom: 4px;
}

.ywdpd_list_cart_rules_applied li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.ywdpd-cart-notices-wrapper.ywdpd_banner_hide {
	display: none;
}

@charset "utf-8";

.vertical-centering {
	top: 50%;
	transform: translateY(-50%);
}

.horizontal-centering {
	left: 50%;
	transform: translateX(-50%);
}

.centering-mixin {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.masthead:not(.side-header) {
	max-width: 100%;
}

.transparent:not(.photo-scroller-album):not(.phantom-sticky) .masthead:not(.side-header) {
	position: absolute;
	width: 100%;
	z-index: 102;
}

.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) {
	box-sizing: border-box;
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
	.masthead:not(.side-header):not(.mixed-header) {
		display: -ms-flexbox;
		-ms-flex-direction: column;
		-ms-align-content: space-between;
		align-content: space-between;
		-ms-flex-pack: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	
	.masthead:not(.side-header):not(.mixed-header) .top-bar, .masthead:not(.side-header):not(.mixed-header) .header-bar, .masthead:not(.side-header):not(.mixed-header) .ph-wrap {
		width: 100%;
	}
	
	.masthead .header-bar {
		box-sizing: border-box;
	}
	
	.phantom-sticky.floating-navigation-below-slider .fixed-masthead.masthead:not(.sticky-on) {
		top: auto !important;
	}
}

.masthead:not(.side-header) .header-bar {
	position: relative;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-align-content: stretch;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	-ms-flex-pack: space-between;
	-ms-flex-pack: justify;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.masthead:not(.side-header) .main-nav {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.masthead:not(.side-header).full-height .main-nav {
	-ms-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-align-content: stretch;
	align-content: stretch;
}

.masthead:not(.side-header).full-height .header-bar .main-nav > li > a, .masthead:not(.side-header) .header-bar .main-nav > li > a {
	display: flex;
	display: -ms-flexbox;
	display: -ms-flex;
	-ms-align-content: center;
	align-content: center;
	-ms-flex-line-pack: stretch;
}

.masthead:not(.side-header).dividers.justify .main-nav > li {
	-ms-flex-positive: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
}

.masthead:not(.side-header).dividers .main-nav > li:not(.dt-mega-menu) {
	position: relative;
}

.masthead:not(.side-header).dividers .main-nav > li:before, .masthead:not(.side-header).dividers.surround .main-nav > li:last-child:after {
	content: "";
	position: absolute;
	left: -.5px;
	width: 0;
	border-right: solid 1px yellow;
	height: 100%;
	max-height: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.masthead:not(.side-header).dividers .main-nav > li:first-child:before {
	display: none;
}

.masthead:not(.side-header).dividers.surround .main-nav > li:first-child:before {
	display: block;
}

.masthead:not(.side-header).dividers.surround .main-nav > li:last-child:after {
	left: auto;
	right: -.5px;
}

.masthead:not(.side-header).full-height .main-nav > li > a {
	-ms-flex-positive: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
}

.classic-header .header-bar {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.masthead.classic-header .header-bar {
	-ms-align-items: flex-end;
	-ms-flex-align: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.classic-header .branding, .classic-header .navigation {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-ms-flex-positive: 1;
	-ms-flex-negative: 1;
	-ms-flex-preferred-size: 100%;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.classic-header .navigation {
	position: relative;
}

.classic-header .navigation:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
}

.boxed .classic-header .navigation:before {
	padding: 0;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
}

.classic-header.full-width-line .navigation:before, .classic-header.bg-behind-menu .navigation:before {
	padding: 0 1000px;
	margin-left: -1000px;
}

.boxed .classic-header.full-width-line .navigation:before, .boxed .classic-header.bg-behind-menu .navigation:before {
	padding: 0;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
}

.classic-header.bg-behind-menu .navigation:before {
	height: 100%;
}

.masthead.classic-header:not(.widgets) .navigation .mini-widgets {
	display: none;
}

.classic-header.widgets .branding .mini-widgets {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.classic-header .branding .mini-widgets:last-child {
	-ms-flex-pack: flex-end;
	-ms-flex-pack: end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.classic-header .navigation > .mini-widgets {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: flex-end;
	-ms-flex-pack: end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.classic-header:not(.logo-center) .branding .mini-widgets {
	-ms-flex-positive: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

.classic-header.logo-center .branding .mini-widgets {
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	-ms-flex-positive: 1;
	-ms-flex-negative: 1;
	-ms-flex-preferred-size: 0%;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.classic-header.logo-center .branding {
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
}

.classic-header.logo-center .branding > a {
	-ms-flex-order: 1;
	order: 1;
	display: block;
}

.classic-header.logo-center .branding .mini-widgets:last-child {
	-ms-flex-order: 2;
	order: 2;
}

.classic-header.logo-widgets-center .branding {
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.classic-header.logo-widgets-center .branding > * {
	margin: 0 auto;
}

.classic-header.left .main-nav, .classic-header.right .main-nav {
	-ms-flex-positive: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

.classic-header.left .main-nav {
	-ms-flex-pack: flex-start;
	-ms-flex-pack: start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}

.classic-header.right .main-nav {
	-ms-flex-pack: flex-end;
	-ms-flex-pack: end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.classic-header.center .navigation {
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
}

.classic-header.justify .main-nav {
	-ms-flex-positive: 10;
	-ms-flex-grow: 10;
	flex-grow: 10;
	-ms-flex-pack: space-between;
	-ms-flex-pack: justify;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.classic-header.justify .main-nav > li {
	-ms-flex-positive: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-pack: flex-end;
	-ms-flex-pack: end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.classic-header.justify .main-nav > li > a {
	display: flex;
	display: -ms-flexbox;
	display: -ms-flex;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.classic-header.justify.widgets .main-nav > li {
	-ms-flex-positive: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
}

.classic-header.justify.widgets .main-nav > li {
	-ms-flex-positive: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
}

.content {
	--the7-base-border-radius: 0px;
	--the7-accent-color: #ff5107;
	--the7-title-color: #333;
	--the7-filter-pointer-border-width: 2px;
	--the7-filter-pointer-bg-radius: 100px;
	--the7-general-border-radius: 0px;
	--the7-text-big-line-height: 26px;
	--the7-text-big-font-size: 14px;
}

.transparent-border-mixin {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .transparent-border-mixin, .sidebar-content .transparent-border-mixin {
	border-color: rgba(139, 141, 148, .15);
}

.footer .transparent-border-mixin {
	border-color: rgba(0, 0, 0, .15);
}

.solid-bg-mixin {
	background-color: #fff;
}

.outline-element-decoration .outline-decoration {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .shadow-decoration {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.accent-bg-mixin {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient .accent-bg-mixin {
	background: #ff5107;
	background: );
}

html, body, body.page, .wf-container > * {
	font: normal 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	word-spacing: normal;
	color: #494f54;
}

#main .wf-wrap, .page-title .wf-wrap, .fancy-header .wf-wrap {
	padding: 0 50px 0 50px;
}

.side-header .mobile-header-bar {
	box-sizing: border-box;
}

.no-cssgridlegacy.no-cssgrid .wf-container, .no-cssgridlegacy.no-cssgrid .wf-container-main {
	margin: 0 -50px 0 -50px;
}

#main-slideshow.fixed > .royalSlider {
	max-width: calc(1300px - -);
}

.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
	max-width: calc(1300px - 30px - 30px);
	margin: 0 auto;
}

.masthead:not(.side-header).full-width .header-bar, .header-bar .masthead.side-header-menu-icon {
	max-width: 100%;
}

.page-title .wf-wrap:after {
	width: calc(1300px - 50px - 50px);
	max-width: calc(100% - 50px - 50px);
}

.boxed .page-title .wf-wrap:after {
	left: 50px;
}

.no-cssgridlegacy.no-cssgrid .wf-container, .no-cssgridlegacy.no-cssgrid .wf-container-main {
	margin: 0 -50px 0 -50px;
}

.no-cssgridlegacy.no-cssgrid .sidebar-right .content {
	padding-left: 50px;
}

.no-cssgridlegacy.no-cssgrid .sidebar-left .content {
	padding-right: 50px;
}

.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg, .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
	padding-right: 50px;
}

.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg, .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
	padding-left: 50px;
}

.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg, .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
	padding-left: 0;
}

.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg, .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
	padding-right: 0;
}

.no-cssgridlegacy.no-cssgrid .content, .no-cssgridlegacy.no-cssgrid .sidebar {
	padding: 0 50px 0 50px;
}

.sidebar-right .sidebar, .sidebar-divider-off.sidebar-right .sidebar, .sidebar-right .sidebar.solid-bg, .sidebar-right .sidebar.bg-under-widget {
	margin-right: 0;
	margin-left: 0;
}

.sidebar-left .sidebar, .sidebar-divider-off.sidebar-left .sidebar, .sidebar-left .sidebar.solid-bg, .sidebar-left .sidebar.bg-under-widget {
	margin-right: 0;
	margin-left: 0;
}

#main-slideshow.fixed {
	padding: 70px 50px 70px 50px;
}

.wf-container {
	margin: 0 -50px 0 -50px;
}

.wf-cell, .wf-usr-cell {
	padding: 0 50px 0 50px;
}

#footer .wf-wrap {
	padding: 0 50px 0 50px;
}

.text-big, .dt-accordion-text-big .wpb_accordion_header > a {
	font-size: 14px;
	line-height: 26px;
}

.text-normal, .dt-accordion-text-normal .wpb_accordion_header > a, .icon-with-text-shortcode .dt-text-desc {
	font-size: 14px;
	line-height: 26px;
}

.text-small, .dt-accordion-text-small .wpb_accordion_header > a {
	font-size: 14px;
	line-height: 26px;
}

.wp-caption-text {
	font-size: 14px;
	line-height: 26px;
}

.text-uppercase {
	text-transform: uppercase;
}

h1, .h1-size, .entry-title.h1-size, .dt-accordion-h1-size .wpb_accordion_header > a {
	color: #333;
	font: normal bold 50px/60px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

@media (max-width: 800px) {
	h1, .h1-size, .entry-title.h1-size, .dt-accordion-h1-size .wpb_accordion_header > a {
		font-size: 28px;
		line-height: 40px;
	}
}

h2, .h2-size, .entry-title.h2-size, h1.entry-title, .dt-accordion-h2-size .wpb_accordion_header > a {
	color: #333;
	font: normal bold 28px/40px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: capitalize;
}

h3, .h3-size, .entry-title.h3-size, h2.entry-title, .dt-accordion-h3-size .wpb_accordion_header > a {
	color: #333;
	font: normal bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

h4, .h4-size, .entry-title.h4-size, h3.entry-title, .dt-accordion-h4-size .wpb_accordion_header > a, .vc_separator h4 {
	color: #333;
	font: normal bold 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

h5, .h5-size, h4.entry-title, .entry-title.h5-size, .dt-accordion-h5-size .wpb_accordion_header > a {
	color: #333;
	font: normal bold 16px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

h6, .h6-size, .entry-title.h6-size, .dt-accordion-h6-size .wpb_accordion_header > a {
	color: #333;
	font: normal bold 14px/24px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h1 {
	line-height: 60px;
}

.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h2 {
	line-height: 40px;
}

.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h3 {
	line-height: 34px;
}

.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h4 {
	line-height: 30px;
}

.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h5 {
	line-height: 26px;
}

.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h6 {
	line-height: 24px;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1-size, .entry-title.h1-size, .h2-size, .entry-title.h2-size, h1.entry-title, .h3-size, .entry-title.h3-size, h2.entry-title, .h4-size, .entry-title.h4-size, h3.entry-title, .h5-size, .entry-title.h5-size, .h6-size, .entry-title.h6-size, .header-color, .entry-meta .header-color, .color-title {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h2, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h3, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h4, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h5, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h6, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h1 a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h2 a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h3 a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h4 a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h5 a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h6 a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h1 a:hover, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h2 a:hover, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h3 a:hover, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h4 a:hover, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h5 a:hover, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h6 a:hover, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .h1-size, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h1-size, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .h2-size, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h2-size, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h1.entry-title, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .h3-size, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h3-size, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h2.entry-title, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .h4-size, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h4-size, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h3.entry-title, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .h5-size, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h5-size, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .h6-size, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h6-size, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .header-color, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-meta .header-color, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .color-title {}

.sidebar-content h1, .sidebar-content h2, .sidebar-content h3, .sidebar-content h4, .sidebar-content h5, .sidebar-content h6, .sidebar-content h1 a, .sidebar-content h2 a, .sidebar-content h3 a, .sidebar-content h4 a, .sidebar-content h5 a, .sidebar-content h6 a, .sidebar-content h1 a:hover, .sidebar-content h2 a:hover, .sidebar-content h3 a:hover, .sidebar-content h4 a:hover, .sidebar-content h5 a:hover, .sidebar-content h6 a:hover, .sidebar-content .h1-size, .sidebar-content .entry-title.h1-size, .sidebar-content .h2-size, .sidebar-content .entry-title.h2-size, .sidebar-content h1.entry-title, .sidebar-content .h3-size, .sidebar-content .entry-title.h3-size, .sidebar-content h2.entry-title, .sidebar-content .h4-size, .sidebar-content .entry-title.h4-size, .sidebar-content h3.entry-title, .sidebar-content .h5-size, .sidebar-content .entry-title.h5-size, .sidebar-content .h6-size, .sidebar-content .entry-title.h6-size, .sidebar-content .header-color, .sidebar-content .entry-meta .header-color, .sidebar-content .color-title {
	color: #333;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer h1 a, .footer h2 a, .footer h3 a, .footer h4 a, .footer h5 a, .footer h6 a, .footer h1 a:hover, .footer h2 a:hover, .footer h3 a:hover, .footer h4 a:hover, .footer h5 a:hover, .footer h6 a:hover, .footer .h1-size, .footer .entry-title.h1-size, .footer .h2-size, .footer .entry-title.h2-size, .footer h1.entry-title, .footer .h3-size, .footer .entry-title.h3-size, .footer h2.entry-title, .footer .h4-size, .footer .entry-title.h4-size, .footer h3.entry-title, .footer .h5-size, .footer .entry-title.h5-size, .footer .h6-size, .footer .entry-title.h6-size, .footer .header-color, .footer .entry-meta .header-color, .footer .color-title {
	color: #000;
}

.text-primary {
	font-size: 14px;
	line-height: 26px;
}

.content .text-primary {
	color: #333;
}

.footer .text-primary {
	color: #000;
}

a.text-primary {
	text-decoration: none;
}

a.text-primary:hover {
	text-decoration: underline;
}

.color-primary .sidebar, .sidebar-content .color-primary {
	color: #333;
}

.footer .color-primary {
	color: #000;
}

a.color-primary {
	text-decoration: none;
}

a.color-primary:hover {
	text-decoration: underline;
}

.text-secondary {
	font-size: 14px;
	line-height: 26px;
}

.color-secondary, .text-secondary {
	color: #ff5107;
}

.stripe .color-secondary, .stripe .text-secondary {
	color: #ff5107;
}

a, a:hover {
	color: #1ebbf0;
}

#page .color-accent {
	color: #ff5107;
}

.paint-accent-color {
	color: #ff5107 !important;
}

.color-secondary, .color-base-transparent {
	color: #555;
}

.sidebar-content .color-secondary, .sidebar-content .color-base-transparent {
	color: rgba(139, 141, 148, .5);
}

.footer .color-secondary, .footer .color-base-transparent {
	color: rgba(0, 0, 0, .5);
}

#main > .wf-wrap, #bottom-bar > .wf-wrap, #footer > .wf-wrap {
	width: 1300px;
}

#phantom.full-width .ph-wrap.boxed {
	max-width: 100%;
}

#page.boxed {
	max-width: 1280px;
}

.footer-overlap .boxed .footer, .footer-overlap .boxed #bottom-bar {
	max-width: 1280px;
}

#phantom .ph-wrap.boxed, .boxed .top-bar.line-content:before, .boxed .classic-header.content-width-line .navigation:before {
	max-width: calc(1300px - 30px - 30px);
}

.boxed .full-width .top-bar.line-content:before, .boxed .classic-header.full-width.content-width-line .navigation:before {
	max-width: 100%;
}

#main {
	padding: 70px 0 70px 0;
}

#main > .wf-wrap {
	padding: 0 50px 0 50px;
}

body {
	background: #f7f7f7 none no-repeat fixed center center;
	background-size: cover;
}

#page {
	background: #fff none repeat center top;
	background-size: auto;
}

.fixed-page-bg #page {
	background: none;
}

.fixed-page-bg #page:after {
	content: "";
	position: fixed;
	top: 0;
	height: 100vh;
	left: 0;
	right: 0;
	z-index: -1;
	background: #fff none repeat center top;
	background-size: auto;
}

.fixed-page-bg #page.boxed:after {
	max-width: 1280px;
	margin: 0 auto;
}

.footer-overlap .page-inner {
	background: #fff none repeat center top;
	background-size: auto;
}

textarea, select, blockquote, .entry-author, .format-aside-content, .format-status-content, .format-link-content, .dt-form button, .dt-btn, #main-slideshow .tp-button, .wpcf7-submit.dt-btn-m, .shortcode-action-bg, .shortcode-action-bg:before, .shortcode-teaser.frame-on, .testimonial-item  .ts-viewport, .footer .testimonials.slider-content, .shortcode-code, #main .vc_text_separator div, #main .vc_progress_bar .vc_single_bar, #main .vc_progress_bar .vc_single_bar .vc_label, #main .vc_progress_bar .vc_single_bar .vc_bar, #main .flexslider, .nsu-submit, .mc4wp-form input[type="url"], .mc4wp-form input[type="date"], #main #content .rotatingtweets, #main #content .norotatingtweets, .mc4wp-form form select, #megaMenu ul.megaMenu > li.menu-item, #megaMenu ul.megaMenu > li.menu-item > a, .customSelect, .loading-label, .widget .testimonial-content, .skill, .skill-value, .widget .team-container, .widget .logo-items li, .comment-list .comment > article, .bg-on:not(.fullwidth-img), .blog-content .block-style-widget, #mobile-menu, .testimonial-content, .wpb_content_element .wpb_accordion_header > a:before, .wpb_content_element.dt-accordion-bg-on .wpb_accordion_wrapper .wpb_accordion_header, .twentytwenty-before-label, .twentytwenty-after-label, .btn-cntr a, .photo-scroller .album-share-overlay .share-button.entry-share, .project-navigation, .album-share-overlay, .st-accordion li > a:before, .arrows-accent .prev i, .arrows-accent .next i, .arrows-accent .owl-prev i, .arrows-accent .owl-next i, .round-images .bg-on.team-container:not(.fullwidth-img), .solid-bg .sidebar-content, .solid-bg.sidebar-content .widget, .bg-under-widget .sidebar-content .widget, .ls-container.ls-carousel .ls-nav-prev, .ls-container.ls-carousel .ls-nav-next, .menu-btn, .custom-menu a:before, .small-fancy-datas .fancy-date a {
	border-radius: 0px;
}

.wpb_tabs.tab-style-two, .wpb_tour.tab-style-two {
	border-radius: 0px;
}

.top-bar-bg {
	background: #6a7072 none repeat center center;
}

#phantom .top-bar-bg, .sticky-on .top-bar-bg, .sticky-top-line-on .top-bar-bg {
	background: #6a7072 none repeat center center !important;
}

.top-bar.line-content:after, .top-bar.full-width-line:after {
	border-bottom: 1px solid rgba(51, 51, 51, .11);
}

.top-bar.line-content:after {
	width: calc(100% - 50px - 50px);
	left: auto;
	right: auto;
}

.boxed .top-bar.line-content:after {
	left: 50%;
}

.top-bar {
	min-height: 34px;
	padding: 3px 50px 3px 50px;
}

.masthead:not(.side-header):not(.side-header-menu-icon) .top-bar {
	max-width: calc(1300px);
	margin: 0 auto;
}

.masthead:not(.side-header).full-width .top-bar, .top-bar .masthead.side-header-menu-icon {
	max-width: 100%;
}

.top-bar, .top-bar a:not(.wpml-ls-link):not(.wpml-ls-item-toggle), .top-bar .mini-nav .customSelect, .top-bar .mini-nav a:hover, .header-bottom-bar a {
	color: #b1b4b8;
}

.masthead .top-bar .mini-contacts, .masthead .top-bar .mini-nav > ul:not(.mini-sub-nav) > li > a, .masthead .top-bar .mini-login, .masthead .top-bar .mini-login .submit, .masthead .top-bar .mini-search .submit, .masthead .top-bar .mini-search, .masthead .top-bar .wc-ico-cart, .masthead .top-bar .text-area, .masthead .top-bar .customSelectInner {
	font: 500 13px/19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.masthead .top-bar .shopping-cart, .masthead .top-bar .soc-ico a, .masthead .top-bar .soc-ico {
	line-height: 19px;
}

.branding > a, .branding > img {
	padding: 3px 5px 0px 0px;
}

.transparent .masthead:not(.side-header-h-stroke) .branding > a, .transparent .masthead:not(.side-header-h-stroke) .branding > img {
	padding: 0px 5px 0px 0px;
}

.side-header-h-stroke .branding > a, .side-header-v-stroke .branding > a, .side-header-h-stroke .branding > img, .side-header-v-stroke .branding > img {
	padding: 0px 18px 0px 0px;
}

.mini-search input.field, .overlay-search-microwidget input[type=text] {
	font: 14px/18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	min-height: 34px;
	height: auto;
	line-height: 34px;
	width: 200px;
	border-width: 0px;
	border-color: #e2e2e2;
	border-radius: 0px;
	background: #f4f4f4;
	padding: 0 12px 0 12px;
}

.overlay-search-microwidget .searchform:not(.search-icon-disabled) input.field, .mini-search .searchform:not(.search-icon-disabled) input.field {
	padding-right: 12px;
}

.animate-search-width .search-icon {
	width: 16px;
}

.animate-search-width input.field:focus, .animate-search-width input.field:active, .animate-search-width:hover input.field {
	width: 200px;
}

.mini-search .search-icon i, .overlay-search-microwidget .search-icon i {
	color: #aaa;
}

.searchform input::-moz-placeholder {
	color: #aaa !important;
	opacity: 1;
}

.searchform input[type=text], .mini-search .field::placeholder, .overlay-search-microwidget .field::placeholder {
	color: #aaa;
}

.popup-search .field::placeholder {
	color: #aaa !important;
}

.overlay-search-microwidget .search-icon, .mini-search .search-icon {
	right: 12px;
}

.overlay-search-microwidget .search-icon i, .mini-search .search-icon i {
	font-size: 16px;
}

.popup-search .search-icon {
	right: 22px;
}

.mixed-header .header-bar .popup-search .searchform .submit > span, .mixed-header .header-bar .overlay-search .searchform .submit > span {
	margin-left: 7.1428571428571px;
}

.popup-search .submit i, .overlay-search .submit i {
	font-size: 16px;
	color: #888;
}

.branding .popup-search .submit i, .branding .overlay-search .submit i {
	font-size: 16px;
	color: #888;
}

.mixed-header .popup-search .submit i, .mixed-header .overlay-search .submit i {
	font-size: 16px;
	color: #888;
}

.masthead .top-bar .popup-search .submit i, .masthead .top-bar .overlay-search .submit i {
	font-size: 16px;
	color: #b1b4b8;
}

.dt-mobile-header .popup-search .submit i, .dt-mobile-header .overlay-search .submit i {
	font-size: 16px;
	color: #b1b4b8;
}

.mobile-header-bar .mobile-mini-widgets .popup-search .submit i, .mobile-header-bar .mobile-mini-widgets .overlay-search .submit i {
	font-size: 16px;
	color: #333;
}

.overlay-search-microwidget {
	background: rgba(0, 0, 0, .9);
	background: );
}

.masthead .popup-search .popup-search-wrap {
	top: calc(100% + 10px);
}

.dt-mobile-header .popup-search .popup-search-wrap {
	width: 100%;
}

.masthead.side-header .mini-widgets .popup-search .popup-search-wrap {
	top: auto;
	bottom: calc(100% + 10px);
}

.masthead .mini-widgets .popup-search .popup-search-wrap.bottom-overflow {
	top: auto;
	bottom: calc(100% + 10px);
}

.masthead .mini-search input[type="text"]::-moz-placeholder {
	color: #333;
}

.mini-search .submit {
	font: normal 14px/18px "Arial", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.mini-search .submit:hover {
	opacity: .7;
}

.branding .mini-search .submit {
	font: 14px/18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.mixed-header .mini-search .submit {
	font: 20px/24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.dt-mobile-header .mini-search .submit {
	font: 500 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #b1b4b8;
}

.mobile-header-bar .mobile-mini-widgets .mini-search .submit {
	font: bold 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

.dt-mobile-header .mini-search .popup-search-wrap {
	top: auto;
	bottom: auto;
}

.overlay-search-microwidget .search-icon, .mini-search .search-icon {
	color: #aaa;
}

.popup-search .submit.default-icon:before, .overlay-search .submit.default-icon:before {
	color: #888;
}

.branding .popup-search .submit.default-icon:before, .branding .overlay-search .submit.default-icon:before {
	color: #888;
}

.mixed-header .popup-search .submit.default-icon:before, .mixed-header .overlay-search .submit.default-icon:before {
	color: #888;
}

.dt-mobile-header .popup-search .submit.default-icon:before, .dt-mobile-header .overlay-search .submit.default-icon:before {
	color: #333;
}

.mobile-header-bar .popup-search .submit.default-icon:before, .mobile-header-bar .overlay-search .submit.default-icon:before {
	color: #333;
}

.top-bar .mini-search .submit {
	color: #b1b4b8;
}

.top-bar .mini-search .submit:hover {
	opacity: .7;
}

.top-bar .popup-search .submit:before, .top-bar .overlay-search .submit:before {
	color: rgba(168, 168, 168, .07);
}

.login-remember {
	font-size: 14px;
	line-height: 26px;
}

.mini-login, .mini-login .submit {
	font: normal 14px/18px "Arial", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.mini-login i, .mini-login .submit i {
	font-size: 16px;
	color: #888;
}

.branding .mini-login, .branding .mini-login .submit {
	font: 14px/18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.branding .mini-login i, .branding .mini-login .submit i {
	font-size: 16px;
	color: #888;
}

.mixed-header .mini-login, .mixed-header .mini-login .submit {
	font: 20px/24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.mixed-header .mini-login i, .mixed-header .mini-login .submit i {
	font-size: 16px;
	color: #888;
}

.masthead .top-bar .mini-login, .masthead .top-bar .mini-login .submit {
	color: #b1b4b8;
}

.masthead .top-bar .mini-login i, .masthead .top-bar .mini-login .submit i {
	font-size: 16px;
	color: #b1b4b8;
}

.mixed-header .header-bar .mini-login i, .mixed-header .header-bar .mini-login .submit i {
	margin-right: 7.1428571428571px;
}

.dt-mobile-header .mini-login, .dt-mobile-header .mini-login .submit {
	font: 500 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #b1b4b8;
}

.dt-mobile-header .mini-login i, .dt-mobile-header .mini-login .submit i {
	font-size: 16px;
	color: #b1b4b8;
}

.mobile-header-bar .mobile-mini-widgets .mini-login, .mobile-header-bar .mobile-mini-widgets .mini-login .submit {
	font: bold 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

.mobile-header-bar .mobile-mini-widgets .mini-login i, .mobile-header-bar .mobile-mini-widgets .mini-login .submit i {
	font-size: 16px;
	color: #333;
}

a.mini-contacts:hover {
	opacity: .7;
}

.mini-contacts {
	text-decoration: none;
	font: normal 14px/18px "Arial", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.mini-contacts i {
	font-size: 16px;
	color: #888;
}

.branding .mini-contacts {
	font: 14px/18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.branding .mini-contacts i {
	font-size: 16px;
	color: #888;
	margin-right: 5.7142857142857px;
}

.mixed-header .mini-contacts {
	font: 20px/24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.mixed-header .mini-contacts i {
	font-size: 16px;
	color: #888;
}

.mixed-header .header-bar .mini-contacts i {
	margin-right: 7.1428571428571px;
}

.masthead .top-bar .mini-contacts {
	color: #b1b4b8;
}

.masthead .top-bar .mini-contacts i {
	font-size: 16px;
	color: #b1b4b8;
}

.dt-mobile-header .mini-contacts {
	font: 500 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #b1b4b8;
}

.dt-mobile-header .mini-contacts i {
	font-size: 16px;
	color: #b1b4b8;
}

.mobile-header-bar .mobile-mini-widgets .mini-contacts {
	font: bold 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

.mobile-header-bar .mobile-mini-widgets .mini-contacts i {
	font-size: 16px;
	color: #333;
}

.masthead .mini-widgets .soc-ico a, .masthead .mobile-mini-widgets .soc-ico a, .dt-mobile-header .soc-ico a {
	width: 26px;
	height: 26px;
	margin: 0 2.5px;
	line-height: 26px;
	border-radius: 100px;
}

.masthead .mini-widgets .soc-ico a:before, .masthead .mini-widgets .soc-ico a:after, .masthead .mobile-mini-widgets .soc-ico a:before, .masthead .mobile-mini-widgets .soc-ico a:after, .dt-mobile-header .soc-ico a:before, .dt-mobile-header .soc-ico a:after {
	width: 26px;
	height: 26px;
}

.masthead .mini-widgets .soc-ico a:first-child, .masthead .mobile-mini-widgets .soc-ico a:first-child, .dt-mobile-header .soc-ico a:first-child {
	margin-left: 0;
}

.masthead .mini-widgets .soc-ico a:last-child, .masthead .mobile-mini-widgets .soc-ico a:last-child, .dt-mobile-header .soc-ico a:last-child {
	margin-right: 0;
}

.masthead .soc-ico .soc-font-icon, .dt-mobile-header .soc-ico .soc-font-icon {
	font-size: 16px;
	line-height: 26px;
}

.masthead .soc-ico.border-on a:before, .dt-mobile-header .soc-ico.border-on a:before {
	box-shadow: inset 0px 0px 0px 1px #ff5107;
}

.masthead .soc-ico.hover-border-on a:hover:after, .dt-mobile-header .soc-ico.hover-border-on a:hover:after {
	box-shadow: inset 0px 0px 0px 1px #ff5107;
}

.masthead .soc-ico.custom-bg a:before, .masthead .soc-ico.accent-bg a:before, .dt-mobile-header .soc-ico.custom-bg a:before, .dt-mobile-header .soc-ico.accent-bg a:before {
	background-color: rgba(168, 168, 168, .07);
}

.accent-gradient .masthead .soc-ico.gradient-bg a:before, .masthead .soc-ico.gradient-bg a:before, .accent-gradient .masthead .soc-ico.accent-bg a:before, .accent-gradient .dt-mobile-header .soc-ico.gradient-bg a:before, .dt-mobile-header .soc-ico.gradient-bg a:before, .accent-gradient .dt-mobile-header .soc-ico.accent-bg a:before {
	background: rgba(168, 168, 168, .07);
	background: );
}

.masthead .soc-ico.hover-gradient-bg a:after, .masthead .soc-ico.hover-gradient-bg.accent-bg a:after, .accent-gradient .masthead .soc-ico.hover-gradient-bg.accent-bg a:after, .accent-gradient .masthead .soc-ico.hover-accent-bg a:after, .masthead .soc-ico.gradient-bg.hover-gradient-bg a:after, .dt-mobile-header .soc-ico.hover-gradient-bg a:after, .dt-mobile-header .soc-ico.hover-gradient-bg.accent-bg a:after, .accent-gradient .dt-mobile-header .soc-ico.hover-gradient-bg.accent-bg a:after, .accent-gradient .dt-mobile-header .soc-ico.hover-accent-bg a:after, .dt-mobile-header .soc-ico.gradient-bg.hover-gradient-bg a:after {
	background: #ff5107;
	background: );
}

.masthead .soc-ico.hover-custom-bg a:after, .masthead .soc-ico.accent-bg.hover-custom-bg a:after, .masthead .soc-ico.hover-custom-bg a:after, .accent-gradient .masthead .soc-ico.gradient-bg.hover-custom-bg a:after, .masthead .soc-ico.hover-accent-bg a:after, .dt-mobile-header .soc-ico.hover-custom-bg a:after, .dt-mobile-header .soc-ico.accent-bg.hover-custom-bg a:after, .dt-mobile-header .soc-ico.hover-custom-bg a:after, .accent-gradient .dt-mobile-header .soc-ico.gradient-bg.hover-custom-bg a:after, .dt-mobile-header .soc-ico.hover-accent-bg a:after {
	background-color: #ff5107;
	background-image: none;
}

.masthead .mini-widgets .soc-ico a:not(:hover) .soc-font-icon, .masthead .mobile-mini-widgets .soc-ico a:not(:hover) .soc-font-icon, .dt-mobile-header .soc-ico a:not(:hover) .soc-font-icon {
	color: #ff5107;
	color: #fff !important;
	background: none !important;
}

.masthead .mini-widgets .soc-ico a:hover .soc-font-icon, .masthead .mobile-mini-widgets .soc-ico a:hover .soc-font-icon, .dt-mobile-header .soc-ico a:hover .soc-font-icon {
	color: #ff5107;
	color: #fff !important;
	background: none !important;
}

.text-area {
	font: normal 14px/18px "Arial", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.branding .text-area {
	font: 14px/18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.mixed-header .text-area {
	font: 20px/24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.top-bar .text-area {
	color: #b1b4b8;
}

.dt-mobile-header .text-area {
	font: 500 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #b1b4b8;
}

.mobile-header-bar .mobile-mini-widgets .text-area {
	font: bold 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

.mini-nav .mini-sub-nav > li:not(.wpml-ls-item) > a .menu-text, .mini-nav .mini-sub-nav li.has-children > a:after, .footer-sub-nav > li a .subtitle-text, .mini-nav .mini-sub-nav li a .subtitle-text {
	font-size: 14px;
	line-height: 26px;
}

.footer-sub-nav > li a .subtitle-text, .mini-nav .mini-sub-nav li a .subtitle-text {
	font-size: 14px;
	font-size: 12px;
	line-height: 26px;
}

.mini-sub-nav > li.act:not(.wpml-ls-item) > a .menu-text, .mini-sub-nav > li:not(.act):not(.wpml-ls-item):hover > a .menu-text, .mini-nav .mini-sub-nav > li.act:not(.wpml-ls-item) > a .subtitle-text, .mini-nav .mini-sub-nav > li:not(.act):not(.wpml-ls-item):hover > a .subtitle-text {
	color: #ff5107;
}

.masthead .menu-select, .masthead .mini-nav > ul:not(.mini-sub-nav) > li > a {
	font: normal 14px/18px "Arial", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.masthead .branding .menu-select, .masthead .branding .mini-nav > ul:not(.mini-sub-nav) > li > a {
	font: 14px/18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.masthead.mixed-header .menu-select, .masthead.mixed-header .mini-nav > ul:not(.mini-sub-nav) > li > a {
	font: 20px/24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.masthead .top-bar .menu-select, .masthead .top-bar .mini-nav > ul:not(.mini-sub-nav) > li > a {
	color: #b1b4b8;
	font: 500 13px/19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.dt-mobile-header .menu-select, .dt-mobile-header .mini-nav > ul:not(.mini-sub-nav) > li > a {
	font: 500 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #b1b4b8;
}

.mobile-header-bar .mobile-mini-widgets .menu-select, .mobile-header-bar .mobile-mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a {
	font: bold 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .mobile-header-bar .mobile-mini-widgets .mini-nav .mini-sub-nav > li > a * {
	color: 222222 !important;
}

.masthead .mini-nav .customSelectInner {
	font: normal 14px/18px "Arial", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.branding .mini-nav .customSelectInner {
	font: 14px/18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.mixed-header .mini-nav .customSelectInner {
	font: 20px/24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.top-bar .mini-nav .customSelectInner {
	color: #b1b4b8;
	font: 500 13px/19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.dt-mobile-header .mini-nav .customSelectInner {
	font: 500 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #b1b4b8;
}

.mobile-header-bar .mobile-mini-widgets .mini-nav .customSelectInner {
	font: bold 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

#bottom-bar .mini-nav .customSelectInner {
	color: #000;
	font-size: 14px;
	line-height: 26px;
	line-height: 17px;
}

#bottom-bar .mini-nav .customSelectInner i {
	color: #000;
}

.dt-mobile-header .mini-nav {
	font: 500 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #b1b4b8;
}

.mobile-header-bar .mobile-mini-widgets .mini-nav {
	font: bold 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

.mini-nav .customSelectInner i, .list-type-menu.mini-nav > ul > li > a i, .list-type-menu-first-switch.mini-nav > ul > li > a i, .list-type-menu-second-switch.mini-nav > ul > li > a i {
	font-size: 16px;
	color: #888;
}

.branding .mini-nav .customSelectInner i, .branding .list-type-menu.mini-nav > ul > li > a i, .branding .list-type-menu-first-switch.mini-nav > ul > li > a i, .branding .list-type-menu-second-switch.mini-nav > ul > li > a i {
	font-size: 16px;
	color: #888;
}

.mixed-header .mini-nav .customSelectInner i, .mixed-header .list-type-menu.mini-nav > ul > li > a i, .mixed-header .list-type-menu-first-switch.mini-nav > ul > li > a i, .mixed-header .list-type-menu-second-switch.mini-nav > ul > li > a i {
	font-size: 16px;
	color: #888;
}

.mixed-header .header-bar .mini-nav .customSelectInner i i, .mixed-header .header-bar .list-type-menu.mini-nav > ul > li > a i i, .mixed-header .header-bar .list-type-menu-first-switch.mini-nav > ul > li > a i i, .mixed-header .header-bar .list-type-menu-second-switch.mini-nav > ul > li > a i i {
	margin-right: 7.1428571428571px;
}

.masthead .top-bar .mini-nav .customSelectInner i, .masthead .top-bar .list-type-menu.mini-nav > ul > li > a i, .masthead .top-bar .list-type-menu-first-switch.mini-nav > ul > li > a i, .masthead .top-bar .list-type-menu-second-switch.mini-nav > ul > li > a i {
	font-size: 16px;
	color: #b1b4b8;
}

.dt-mobile-header .mini-nav .customSelectInner i, .dt-mobile-header .list-type-menu.mini-nav > ul > li > a i, .dt-mobile-header .list-type-menu-first-switch.mini-nav > ul > li > a i, .dt-mobile-header .list-type-menu-second-switch.mini-nav > ul > li > a i {
	font-size: 16px;
	color: #b1b4b8;
}

.mobile-header-bar .mobile-mini-widgets .mini-nav .customSelectInner i, .mobile-header-bar .mobile-mini-widgets .list-type-menu.mini-nav > ul > li > a i, .mobile-header-bar .mobile-mini-widgets .list-type-menu-first-switch.mini-nav > ul > li > a i, .mobile-header-bar .mobile-mini-widgets .list-type-menu-second-switch.mini-nav > ul > li > a i {
	font-size: 16px;
	color: #333;
}

#bottom-bar .mini-nav .menu-select:hover .customSelectInner i {
	color: inherit;
}

.header-elements-button-1 {
	font: bold 14px/18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	padding: 10px 20px 10px 20px;
	border-radius: 0px;
}

.header-elements-button-1:not(:hover) span {
	color: #fff;
}

.header-elements-button-1.microwidget-btn-bg-on:before {
	background: #ff5107;
	background: );
}

.header-elements-button-1.border-on:before {
	box-shadow: inset 0px 0px 0px 1px #ff5107;
}

.header-elements-button-1 i {
	font-size: 14px;
}

.header-elements-button-1.btn-icon-align-left i {
	margin-right: 5px;
}

.header-elements-button-1.btn-icon-align-right i {
	margin-left: 5px;
}

.header-elements-button-1.btn-icon-align-right:not(:hover) i {
	color: #fff;
}

.header-elements-button-1.btn-icon-align-left:not(:hover) i {
	color: #fff;
}

.header-elements-button-1:hover span {
	color: #fff;
}

.header-elements-button-1.btn-icon-align-right:hover i {
	color: #fff;
}

.header-elements-button-1.btn-icon-align-left:hover i {
	color: #fff;
}

.header-elements-button-1.microwidget-btn-hover-bg-on:after {
	background: #ff5107;
	background: );
}

.header-elements-button-1.hover-border-on:after {
	box-shadow: inset 0px 0px 0px 1px #ff5107;
}

.header-elements-button-2 {
	font: bold 14px/18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	padding: 10px 20px 10px 20px;
	border-radius: 0px;
}

.header-elements-button-2:not(:hover) span {
	color: #fff;
}

.header-elements-button-2.microwidget-btn-bg-on:before {
	background: #ff5107;
	background: );
}

.header-elements-button-2.border-on:before {
	box-shadow: inset 0px 0px 0px 1px #ff5107;
}

.header-elements-button-2 i {
	font-size: 14px;
}

.header-elements-button-2.btn-icon-align-left i {
	margin-right: 5px;
}

.header-elements-button-2.btn-icon-align-right i {
	margin-left: 5px;
}

.header-elements-button-2:not(:hover) i {
	color: #fff;
}

.header-elements-button-2:hover span {
	color: #fff;
}

.header-elements-button-2.btn-icon-align-right:hover i {
	color: #fff;
}

.header-elements-button-2.btn-icon-align-left:hover i {
	color: #fff;
}

.header-elements-button-2.btn-icon-align-right:not(:hover) i {
	color: #fff;
}

.header-elements-button-2.btn-icon-align-left:not(:hover) i {
	color: #fff;
}

.header-elements-button-2.microwidget-btn-hover-bg-on:after {
	background: #ff5107;
	background: );
}

.header-elements-button-2.hover-border-on:after {
	box-shadow: inset 0px 0px 0px 1px #ff5107;
}

.masthead:not(.side-header).dividers .main-nav > li:before, .masthead:not(.side-header).dividers.surround .main-nav > li:last-child:after {
	border-color: rgba(17, 17, 17, .14);
	height: 24px;
	border-width: 1px;
}

.side-header.dividers .main-nav > li:before, .side-header.dividers.surround .main-nav > li:last-child:after {
	border-color: rgba(17, 17, 17, .14);
	width: 24px;
	border-width: 1px;
}

.main-nav > li > a {
	margin: 18px 14px 18px 14px;
	padding: 4px 4px 4px 4px;
}

.main-nav > li > a .animate-wrap {
	margin: -4px -4px -4px -4px;
	padding: 4px 4px 4px 4px;
}

.side-header.dividers:not(.surround) .main-nav {
	margin: -22px 0 -22px 0;
}

.side-header:not(.dividers) .main-nav {
	margin: -22px 0 -22px 0;
}

.top-header .outside-item-double-margin.main-nav > li:first-child > a {
	margin-left: 28px;
}

.top-header .outside-item-custom-margin.main-nav > li:first-child > a {
	margin-left: 30px;
}

.top-header .outside-item-remove-margin.main-nav > li:first-child > a {
	margin-left: 0;
}

.top-header .outside-item-double-margin.main-nav > li:last-child > a {
	margin-right: 28px;
}

.top-header .outside-item-custom-margin.main-nav > li:last-child > a {
	margin-right: 30px;
}

.top-header .outside-item-remove-margin.main-nav > li:last-child > a {
	margin-right: 0;
}

.sub-downwards .main-nav > li > .next-level-button {
	left: -14px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.sub-downwards .main-nav > li > .sub-nav:last-child {
	margin-bottom: 22px;
}

.sub-downwards .main-nav > li:last-child > .sub-nav:last-child {
	margin-bottom: 0;
}

.side-header.dividers .main-nav > li:before, .side-header.dividers.surround .main-nav > li:last-child:after {
	left: 18px;
}

.main-nav > li > a .menu-text {
	font: normal bold 16px/20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.main-nav.level-arrows-on > li.has-children > a .menu-item-text {
	line-height: 20px;
}

.main-nav > li:not(.wpml-ls-item) > a .menu-text {
	color: #fff;
}

.sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text, #phantom .main-nav > li:not(.wpml-ls-item) > a .menu-text {
	color: #fff;
}

.main-nav > li:not(.wpml-ls-item) > a {
	color: #fff;
}

.sticky-on .main-nav > li:not(.wpml-ls-item) > a, #phantom .main-nav > li:not(.wpml-ls-item) > a {
	color: #fff;
}

.main-nav > li.act:not(.wpml-ls-item) > a {
	color: #fff;
}

.sticky-on .main-nav > li.act:not(.wpml-ls-item) > a, #phantom .main-nav > li.act:not(.wpml-ls-item) > a {
	color: #fff;
}

.main-nav > li.act:not(.wpml-ls-item) > a .menu-text, .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
	color: #fff;
}

.sticky-on .main-nav > li.act:not(.wpml-ls-item) > a .menu-text, #phantom .main-nav > li.act:not(.wpml-ls-item) > a .menu-text, .sticky-on .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text, #phantom .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
	color: #fff;
}

.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text, .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text, .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text, .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
	color: #27e2f7;
}

.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text, #phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text, .sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text, #phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text, .sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text, #phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text, .sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text, #phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
	color: #27e2f7;
}

.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover, .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a {
	color: #27e2f7;
}

.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover, #phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover, .sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a, #phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a {
	color: #27e2f7;
}

.top-header .main-nav.level-arrows-on > li.has-children > a .menu-text:after {
	color: #fff;
}

.sticky-on .main-nav.level-arrows-on > li.has-children > a .menu-text:after, #phantom .main-nav.level-arrows-on > li.has-children > a .menu-text:after {
	color: #fff;
}

.sub-sideways .main-nav.level-arrows-on > li.has-children > a:after {
	color: rgba(255, 255, 255, .2);
}

.sub-downwards .main-nav.level-arrows-on > li.has-children > a:after, .sub-downwards .next-level-button, .sub-downwards .main-nav > li.menu-item-language > a:after {
	color: rgba(255, 255, 255, .2);
}

.top-header .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after, .top-header .main-nav.level-arrows-on > li.dt-hovered.has-children:not(.act) > a .menu-text:after {
	color: #27e2f7;
}

.sticky-on .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after, #phantom .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after, .sticky-on .main-nav.level-arrows-on > li.dt-hovered.has-children:not(.act) > a .menu-text:after, #phantom .main-nav.level-arrows-on > li.dt-hovered.has-children:not(.act) > a .menu-text:after {
	color: #27e2f7;
}

.top-header .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after {
	color: #fff;
}

.sticky-on .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after, #phantom .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after {
	color: #fff;
}

.side-header.sub-downwards .main-nav.level-arrows-on li.has-children > a:after {
	line-height: 20px;
}

.main-nav > li > a .subtitle-text {
	font: italic normal normal 11px/15px "Arial", Helvetica, Arial, Verdana, sans-serif;
}

.main-nav > .menu-item > a > i {
	font-size: 14px;
}

#main-nav > .menu-item > a > i {
	line-height: 14px;
}

.main-nav .sub-nav > .menu-item > a i {
	font-size: 14px;
}

.hover-outline-decoration > li > a, .active-outline-decoration > li > a {
	border: 2px solid transparent;
}

.top-header .hover-outline-decoration > li:not(.act) > a:hover, .top-header .hover-outline-decoration > li.dt-hovered:not(.act) > a {
	border: 2px solid #ff5107;
}

.top-header .active-outline-decoration > li.act > a {
	border: 2px solid rgba(255, 81, 7, .15);
}

.top-header .active-bg-decoration > li.act > a {
	background-color: rgba(255, 81, 7, .15);
	background: rgba(255, 81, 7, .15);
	background: );
}

.top-header .hover-bg-decoration > li:not(.act) > a:hover, .top-header .hover-bg-decoration > li.dt-hovered:not(.act) > a {
	background-color: #ff5107;
	background: #ff5107;
	background: );
}

.hover-outline-decoration > li > a, > li > a .active-outline-decoration, > li > a .active-bg-decoration, > li > a .hover-bg-decoration {
	border-radius: 3px;
}

.bg-outline-decoration > li > a, .main-nav > li > a .animate-wrap, .hover-line-decoration > li:not(.act) > a:hover .decoration-line, .hover-line-decoration > li.dt-hovered:not(.act) > a .decoration-line, .active-line-decoration > li > a .decoration-line {
	border-radius: 3px;
}

.top-header .active-line-decoration > li.act > a:after {
	background-color: rgba(130, 36, 227, .3);
	background: rgba(130, 36, 227, .3);
	background: );
}

.top-header .hover-line-decoration > li > a:hover .decoration-line, .top-header .hover-line-decoration > li.dt-hovered > a .decoration-line {
	height: 2px;
	background-color: rgba(255, 255, 255, .23);
	background: rgba(255, 255, 255, .23);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .23) 30%, rgba(0, 0, 0, .23) 100%);
	background: linear-gradient(left, rgba(255, 255, 255, .23) 30%, rgba(0, 0, 0, .23) 100%);
}

.top-header .active-line-decoration > li.act > a .decoration-line {
	height: 2px;
	background-color: rgba(130, 36, 227, .3);
	background: rgba(130, 36, 227, .3);
	background: );
}

.l-to-r-line > li > a i.underline {
	bottom: -6px;
	background-color: #ff5107;
	background: #ff5107;
	background: );
	height: 2px;
}

.from-centre-line > li > a .menu-item-text:before {
	bottom: -6px;
	height: 2px;
	background-color: #ff5107;
	background: #ff5107;
	background: );
}

.upwards-line > li > a .menu-item-text:before {
	bottom: -6px;
	height: 2px;
	background-color: #ff5107;
	background: #ff5107;
	background: );
}

.downwards-line > li > a .menu-item-text:before {
	bottom: -6px;
	background-color: #ff5107;
	background: #ff5107;
	background: );
}

.top-header .masthead .downwards-line > li > a .menu-item-text:before {
	height: 2px;
}

li:not(.dt-mega-menu) .sub-nav {
	width: 280px;
}

.header-side-left #main-nav > li > .sub-nav {}

.header-side-right #main-nav > li > .sub-nav {}

.sub-nav {
	background-color: #fff;
	padding: 9px 10px 9px 10px;
}

.top-header .sub-nav .sub-nav, .sub-sideways .sub-nav .sub-nav {
	top: -9px;
}

.main-nav .sub-nav > li > a .menu-text {
	font: bold 15px/19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.sub-downwards .sub-nav .next-level-button:before, .side-header.sub-downwards .main-nav.level-arrows-on .sub-nav > li.has-children > a:after {
	line-height: 19px;
}

.main-nav .sub-nav > li:not(.wpml-ls-item) > a .menu-text {
	color: #333;
}

.main-nav .sub-nav > li:not(.wpml-ls-item) > a, #bottom-bar .sub-nav > li:not(.wpml-ls-item) > a {
	color: #333;
}

.sub-nav.level-arrows-on > li.has-children:not(.dt-mega-parent) > a:after, #bottom-bar .sub-nav li.has-children > a:after {
	color: #333;
}

.main-nav .sub-nav > li > a .subtitle-text {
	font: normal 10px/14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.main-nav .sub-nav > li > a, .sub-downwards .sub-nav.sub-nav-widgets > li {
	margin: 0px 0px 2px 0px;
	padding: 10px 10px 10px 10px;
}

.top-header .main-nav .sub-nav.level-arrows-on > li.has-children > a {
	padding-right: 18px;
}

.sub-nav li:not(:first-child) .sub-nav {
	top: -10px;
}

.masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
	right: 2px;
}

.top-header .masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
	right: 10px;
}

.rtl .masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
	right: auto;
	left: 10px;
}

.sub-downwards .sub-nav > li > .next-level-button {
	left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}

.sub-downwards.dt-parent-menu-clickable .sub-nav > li:not(.has-children) > a {
	margin-right: 30px;
}

.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a, #bottom-bar .sub-nav li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a, .masthead:not(.sub-downwards) .main-nav .sub-nav li.dt-mega-parent:not(.act):not(.no-link):not(.wpml-ls-item) > a:hover, .sub-downwards .sub-nav li:not(.act):not(.wpml-ls-item):not(.dt-mega-parent) > a:hover {
	color: #ff5107;
}

.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .menu-text {
	color: #ff5107;
}

.sub-downwards .sub-nav li:not(.act):not(.wpml-ls-item):not(.dt-mega-parent) > a:hover .menu-text {
	color: #ff5107;
}

.sub-nav.level-arrows-on li.has-children:not(.dt-mega-parent):not(.act):hover > a:after, #bottom-bar .sub-nav li.has-children:not(.act):hover > a:after {
	color: #ff5107;
}

.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a, .top-header .sub-nav.gradient-hover.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a {
	background-color: rgba(255, 81, 7, .07);
	background: rgba(255, 81, 7, .07);
	background: );
}

.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent).act > a, .top-header .sub-nav.gradient-hover.hover-style-bg > li:not(.dt-mega-parent).act > a {
	background-color: rgba(255, 81, 7, .07);
	background: rgba(255, 81, 7, .07);
	background: );
}

.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item):not(.wpml-ls-item) > a, .main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a i[class^="fa"], .main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a i[class^="dt-icon"], .main-nav .sub-nav > li.dt-mega-parent.current-menu-item:not(.wpml-ls-item) > a {
	color: #ff5107;
}

.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a .menu-text {
	color: #ff5107;
}

.sub-nav.level-arrows-on li.has-children:not(.dt-mega-parent).act > a:after, #bottom-bar .sub-nav li.has-children.act > a:after {
	color: #ff5107;
}

.masthead:not(.sub-downwards) .sub-nav .sub-nav {
	left: 271px !important;
}

.rtl .masthead:not(.sub-downwards) .sub-nav .sub-nav {
	right: 271px;
	left: auto !important;
}

.masthead:not(.sub-downwards) .sub-nav .sub-nav.right-overflow {
	left: -291px !important;
}

.rtl .masthead:not(.sub-downwards) .sub-nav .sub-nav.right-overflow {
	right: -289px;
	left: auto !important;
}

.sub-downwards .sub-nav.level-arrows-on li.has-children > a:after, .sub-downwards .sub-nav.level-arrows-on li.has-children:not(.act):hover > a:after, .sub-downwards .sub-nav.level-arrows-on li.has-children.act > a:after, .sub-downwards .sub-nav .next-level-button {
	color: rgba(255, 255, 255, .27);
}

.sub-downwards .main-nav.level-arrows-on > li.has-children > a {
	max-width: calc(100% - 30px - 14px - 14px);
}

.sub-downwards .sub-nav.level-arrows-on > li.has-children > a {
	max-width: calc(100% - 30px - 0px - 0px);
}

.masthead.masthead-mobile-header, .masthead.masthead-mobile-header:not(.mixed-header) {
	background: #fff;
}

.mobile-sticky-header-overlay, .mobile-sticky-sidebar-overlay {
	background-color: rgba(17, 17, 17, .5);
}

.dt-mobile-header {
	background-color: #fff;
	width: 330px;
}

.right-mobile-menu .show-mobile-header .dt-mobile-header {
	right: 330px;
}

.dt-mobile-header .mobile-header-scrollbar-wrap {
	width: calc(330px - 13px);
	padding: 45px 15px 30px 30px;
	box-sizing: border-box;
}

.admin-bar .dt-mobile-header .mobile-header-scrollbar-wrap {
	padding-top: 77px;
}

@media screen and (max-width: 782px) {
	.admin-bar .dt-mobile-header .mobile-header-scrollbar-wrap {
		padding-top: 91px;
	}
}

html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar-thumb {
	background: rgba(51, 51, 51, .2);
	border-color: #fff;
}

html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar-track {
	background-color: #fff;
}

.masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar {
	margin: 0 auto;
	box-sizing: border-box;
}

.masthead:not(.side-header).full-width .mobile-header-bar, .mobile-header-bar .masthead.side-header-menu-icon {
	max-width: 100%;
}

.dt-mobile-menu-icon {
	padding: 12px 5px 12px 5px;
}

.dt-mobile-menu-icon .menu-toggle-caption {
	font: 16px/20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	word-spacing: normal;
}

.mobile-left-caption .dt-mobile-menu-icon .menu-toggle-caption {
	margin-right: 10px;
}

.mobile-right-caption .dt-mobile-menu-icon .menu-toggle-caption {
	margin-left: 10px;
}

.dt-mobile-menu-icon:not(.floating-btn) {
	margin: 0px 0px 0px 0px;
	border-radius: 0px;
}

.mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn):before {
	background-color: #ff5107;
	background: rgba(255, 255, 255, 0) !important;
}

.accent-gradient .mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn):before {
	background: #ff5107;
	background: );
}

.mobile-menu-icon-border-enable .dt-mobile-menu-icon:not(.floating-btn):before {
	border: 0px solid #ff5107;
}

.mobile-menu-icon-hover-bg-on .dt-mobile-menu-icon:not(.floating-btn):after {
	background-color: #ff5107;
	background: rgba(255, 255, 255, 0) !important;
}

.accent-gradient .mobile-menu-icon-hover-bg-on .dt-mobile-menu-icon:not(.floating-btn):after {
	background: #ff5107;
	background: );
}

.mobile-menu-icon-hover-border-enable .dt-mobile-menu-icon:not(.floating-btn):after {
	border: 0px solid #ff5107;
}

.dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-toggle-caption {
	color: #ff5107;
	color: #333 !important;
	background: none;
}

.animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-line, .two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-line {
	background-color: #fff;
	background-color: #ff5107;
	background: #fff !important;
}

.accent-gradient .animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-line, .accent-gradient .two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-line {
	background: #ff5107;
	background: );
}

.dt-mobile-menu-icon:not(.floating-btn) .menu-line:before {
	background-color: #ff5107;
	background: #fff !important;
}

.accent-gradient .dt-mobile-menu-icon:not(.floating-btn) .menu-line:before {
	background: #ff5107;
	background: );
}

.dt-mobile-menu-icon:not(.floating-btn) .menu-line:after {
	background-color: #ff5107;
	background: #fff !important;
}

.accent-gradient .dt-mobile-menu-icon:not(.floating-btn) .menu-line:after {
	background: #ff5107;
	background: );
}

.dt-mobile-menu-icon:not(.floating-btn):hover .menu-toggle-caption {
	color: #ff5107;
	color: #333 !important;
	background: none;
}

.masthead:not(.animate-color-mobile-menu-icon):not(.two-line-mobile-menu-icon) .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
	background-color: #ff5107;
	background: #fff !important;
}

.accent-gradient .masthead:not(.animate-color-mobile-menu-icon):not(.two-line-mobile-menu-icon) .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
	background: #ff5107;
	background: );
}

.animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line, .two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
	background-color: #ff5107;
	background: #fff !important;
}

.accent-gradient.animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line, .accent-gradient.two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
	background: #ff5107;
	background: );
}

.animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after, .dots-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after, .h-dots-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after, .two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after {
	background-color: #ff5107;
	background: #fff !important;
}

.accent-gradient .animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after, .accent-gradient .dots-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after, .accent-gradient .h-dots-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after, .accent-gradient .two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after {
	background: #ff5107;
	background: );
}

.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn {
	padding-right: 10px;
	padding-left: 10px;
}

.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn {
	border-radius: 0px;
}

.dt-close-mobile-menu-icon .mobile-menu-close-caption {
	font: 16px/20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	word-spacing: normal;
}

.mobile-close-left-caption .dt-close-mobile-menu-icon .mobile-menu-close-caption {
	margin-right: 10px;
}

.mobile-close-right-caption .dt-close-mobile-menu-icon .mobile-menu-close-caption {
	margin-left: 10px;
}

.dt-close-mobile-menu-icon:not(:hover) .mobile-menu-close-caption {
	color: #ff5107;
	color: #fff !important;
	background: none;
}

.dt-close-mobile-menu-icon:hover .mobile-menu-close-caption {
	color: #ff5107;
	color: #fff !important;
	background: none;
}

.left-mobile-menu-close-icon .dt-close-mobile-menu-icon {
	left: 0;
}

.right-mobile-menu-close-icon .dt-close-mobile-menu-icon {
	right: 0;
}

.center-mobile-menu-close-icon .dt-close-mobile-menu-icon {
	left: 50%;
	transform: translateX(-50%);
}

.ouside-mobile-menu-close-icon .dt-close-mobile-menu-icon {
	left: 330px;
}

.right-mobile-menu.ouside-mobile-menu-close-icon .dt-close-mobile-menu-icon {
	right: 330px;
	left: auto;
}

@media screen and (max-width: 330px) {
	.show-mobile-header .dt-close-mobile-menu-icon {
		left: calc(100% - 30px);
	}
	
	.right-mobile-menu .show-mobile-header .dt-close-mobile-menu-icon {
		left: auto;
		right: 0;
	}
	
	.right-mobile-menu .show-mobile-header .dt-mobile-header {
		right: 100%;
	}
}

.mobile-branding > a, .mobile-branding > img {
	padding: 0px 0px 0px 0px;
}

.transparent .masthead:not(.mixed-header) .mobile-branding > a, .transparent .masthead:not(.mixed-header) .mobile-branding > img {
	padding: 0px 0px 0px 0px;
}

.transparent .masthead.sticky-mobile-on .sticky-mobile-logo-first-switch, .transparent .masthead.sticky-mobile-on .sticky-mobile-logo-second-switch {
	padding: 0px 0px 0px 0px;
}

.mobile-main-nav > li > a {
	padding: 10.4px 25px 10.4px 0;
}

.mobile-menu-show-divider .mobile-main-nav > li > a {
	padding: 15.2px 25px 15.2px 0;
}

.dt-mobile-header .next-level-button {
	padding: 10.4px 0;
	top: 0;
	line-height: 20px;
}

.mobile-menu-show-divider.dt-mobile-header .next-level-button {
	padding: 15.2px 0;
}

.dt-mobile-header .next-level-button:before {
	line-height: 20px;
}

.mobile-main-nav > li > .sub-nav:last-child {
	margin-bottom: 16px;
}

.mobile-main-nav li > a .menu-text {
	font: bold 16px/20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	text-transform: none;
}

.mobile-main-nav > .menu-item > a i[class^="fa"], .mobile-main-nav > .menu-item > a i[class^="dt-icon"] {
	font-size: 16px;
}

.mobile-main-nav li > a {
	color: #333;
}

.mobile-main-nav li.act > a {
	color: #ff5107;
}

.mobile-main-nav li.act > a .menu-text, .mobile-main-nav li.act > a .subtitle-text, .dt-mobile-header .mobile-main-nav .sub-nav > li.act > a .subtitle-text, .dt-mobile-header .mobile-main-nav .sub-nav > li.act > a .menu-text {
	color: #ff5107;
}

.mobile-main-nav li:not(.act) > a:hover .subtitle-text, .mobile-main-nav li:not(.act) > a:hover .menu-text, .dt-mobile-header .mobile-main-nav .sub-nav > li:not(.act) > a:hover .menu-text {
	color: #ff5107;
}

.mobile-main-nav li:not(.act) > a:hover, .dt-mobile-header .mobile-main-nav .sub-nav > li:not(.act) > a:hover {
	color: #ff5107;
}

.mobile-main-nav > li.has-children > a:after, .mobile-main-nav .next-level-button, .mobile-main-nav > li.menu-item-language > a:after {
	color: rgba(51, 51, 51, .17);
}

.mobile-menu-show-divider .mobile-main-nav > li:before {
	border-bottom: 1px solid rgba(51, 51, 51, .12);
}

.mobile-main-nav .sub-nav > li > a, #page .mobile-main-nav .sub-nav li {
	padding: 5.2px 0px 5.2px 0;
}

.dt-mobile-header .mobile-main-nav li .sub-nav > li > a .menu-text {
	font: 500 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	text-transform: none;
}

.mobile-main-nav .sub-nav > .menu-item > a i[class^="fa"], .mobile-main-nav .sub-nav > .menu-item > a i[class^="dt-icon"] {
	font-size: 13px;
}

.mobile-main-nav .sub-nav li > a .menu-text, .mobile-main-nav .sub-nav li > a i[class^="fa"], .mobile-main-nav .sub-nav li > a i[class^="dt-icon"] {
	font-size: 9px;
	line-height: 13px;
}

.mobile-main-nav .sub-nav.level-arrows-on li.has-children > a:after, .mobile-main-nav .sub-nav.level-arrows-on li.has-children:not(.act):hover > a:after, .mobile-main-nav .sub-nav.level-arrows-on li.has-children.act > a:after, .mobile-main-nav .sub-nav li.has-children a:after, .mobile-main-nav .sub-nav .next-level-button {
	color: rgba(51, 51, 51, .17);
}

.mobile-main-nav .sub-nav .next-level-button {
	padding: 6.5px 0;
	top: 0;
	line-height: 17px;
}

.mobile-main-nav .sub-nav .next-level-button:before {
	line-height: 17px;
}

.mobile-main-nav  > li.has-children > a {
	max-width: calc(100% - 55px);
}

.mobile-main-nav .sub-nav > li.has-children > a {
	max-width: calc(100% - 30px);
}

.dt-close-mobile-menu-icon {
	padding: 5px 5px 5px 5px;
	margin: 15px 0px 0px 0px;
	border-radius: 0px;
}

.mobile-hamburger-close-bg-enable .dt-close-mobile-menu-icon:before {
	background-color: #ff5107;
}

.accent-gradient.mobile-hamburger-close-bg-enable .dt-close-mobile-menu-icon:before {
	background: #ff5107;
	background: );
}

.mobile-hamburger-close-border-enable .dt-close-mobile-menu-icon:before {
	border: 0px solid #ff5107;
}

.mobile-hamburger-close-bg-hover-enable .dt-close-mobile-menu-icon:after {
	background-color: #ff5107;
}

.accent-gradient.mobile-hamburger-close-bg-hover-enable .dt-close-mobile-menu-icon:after {
	background: #ff5107;
	background: );
}

.mobile-hamburger-close-border-hover-enable .dt-close-mobile-menu-icon:after {
	border: 0px solid #ff5107;
}

.dt-close-mobile-menu-icon span:after {
	background-color: #ff5107;
	background: #fff !important;
}

.accent-gradient .dt-close-mobile-menu-icon span:after {
	background: #ff5107;
	background: );
}

.dt-close-mobile-menu-icon span:before {
	background-color: #ff5107;
	background: #fff !important;
}

.accent-gradient .dt-close-mobile-menu-icon span:before {
	background: #ff5107;
	background: );
}

.top-bar .sub-nav li.has-children.act:after, #bottom-bar .sub-nav li.has-children.act:after {
	color: #ff5107;
}

.top-bar .sub-nav > ul > li > a, #bottom-bar .sub-nav > ul > li > a {
	color: #333;
	font: bold 15px/19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

#page .masthead.sticky-on .header-bar, #phantom.masthead .header-bar, #phantom .ph-wrap {
	min-height: 60px;
}

#phantom .logo-box, #phantom .phantom-top-line-logo, .phantom-sticky .sticky-on.masthead:not(.side-header) .branding > a, .phantom-sticky .sticky-on.masthead:not(.side-header) .branding > img {
	padding: 0px 18px 0px 0px;
}

.transparent.phantom-sticky .sticky-on.masthead .branding > a, .transparent.phantom-sticky .sticky-on.masthead .branding > img {
	padding: 0px 18px 0px 0px;
}

#phantom {
	background: #fff none repeat center center;
	background-size: auto;
}

.phantom-shadow-decoration #phantom {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
}

#phantom.boxed {
	max-width: 1280px;
}

.phantom-line-decoration #phantom {
	border-bottom: 1px solid rgba(51, 51, 51, .11);
	box-shadow: none !important;
}

.phantom-content-width-line-decoration #phantom .ph-wrap {
	position: relative;
	box-shadow: none !important;
}

.phantom-content-width-line-decoration #phantom .ph-wrap:after {
	position: absolute;
	bottom: 0;
	left: auto;
	right: auto;
	content: "";
	width: calc(100% - 30px - 30px);
	height: 1px;
	background: rgba(51, 51, 51, .11);
}

.phantom-shadow-decoration #phantom {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	border-bottom: none;
}

.phantom-disable-decoration #phantom {
	box-shadow: none !important;
	border-bottom: none;
}

.responsive-off.phantom-sticky .sticky-on.masthead:not(.masthead-mobile) {
	background: #fff !important;
}

.responsive-off.phantom-line-decoration.phantom-sticky .sticky-on.masthead {
	border-bottom: 1px solid rgba(51, 51, 51, .11);
	box-shadow: none !important;
}

.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar, .ph-wrap {
	padding: 0 30px 0 30px;
}

.top-header .mega-full-width > .dt-mega-menu-wrap {
	width: calc(1300px - 30px - 30px);
}

.boxed .masthead:not(.full-width):not(.side-header):not(.side-header-menu-icon):not(.side-header-v-stroke) .header-bar, .boxed .ph-wrap {
	max-width: 100%;
	width: calc(1300px - 30px - 30px);
}

#phantom .ph-wrap .header-bar {
	padding: 0;
}

.boxed .masthead:not(.width-in-pixel):not(#phantom) .top-bar.full-width-line:after, .boxed .masthead:not(.width-in-pixel):not(.sticky-on) .top-bar-bg, .boxed.masthead:not(.width-in-pixel):not(#phantom) .top-bar-bg, .boxed .classic-header:not(.width-in-pixel) .navigation:before {
	margin: 0 -30px 0 -30px;
	padding: 0 1000px;
}

.ph-wrap, #phantom .ph-wrap.boxed, .boxed .top-bar.line-content:before, .boxed .classic-header.content-width-line .navigation:before {
	max-width: calc(1300px - 30px - 30px);
}

.masthead:not(.mixed-header) {
	background: #000 url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/optimized/rev-6572daf/www.wollongongmusic.com.au/wp-content/uploads/2020/12/cropped-header-background-blue-smoke-e1607669539370.jpg") no-repeat center bottom;
	background-size: cover;
}

.masthead:not(.mixed-header).nitro-lazy {
	background-image: none !important;
}

.masthead.line-decoration:not(.side-header):not(.mixed-header):not(.masthead-mobile-header) {
	border-bottom: 1px solid rgba(51, 51, 51, .11);
}

.header-side-left .masthead.line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
	border-right: 1px solid rgba(51, 51, 51, .11);
}

.header-side-right .masthead.line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
	border-left: 1px solid rgba(51, 51, 51, .11);
}

.masthead.content-width-line-decoration:not(.mixed-header):not(.side-header):not(.masthead-mobile-header):not(#phantom) .header-bar {
	padding-bottom: 1px;
}

.masthead.content-width-line-decoration:not(.mixed-header):not(.side-header):not(.masthead-mobile-header):not(#phantom) .header-bar:after {
	position: absolute;
	bottom: 0;
	left: auto;
	right: auto;
	content: "";
	width: calc(100% - 30px - 30px);
	height: 1px;
	background: rgba(51, 51, 51, .11);
}

.header-side-left .masthead.content-width-line-decoration:not(.mixed-header):not(.masthead-mobile-header) .header-bar:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: auto;
	top: auto;
	height: calc(100% - 0px - 0px);
	width: 1px;
	background: rgba(51, 51, 51, .11);
}

.header-side-right .masthead.content-width-line-decoration:not(.mixed-header):not(.masthead-mobile-header) .header-bar:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: auto;
	top: auto;
	height: calc(100% - 0px - 0px);
	width: 1px;
	background: rgba(51, 51, 51, .11);
}

.transparent .masthead:not(.side-header), .overlay-navigation .masthead.shadow-decoration:not(.mixed-header) {
	box-shadow: none;
}

.masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header) {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
}

.transparent .masthead:not(.side-header) {
	background: #ee2;
}

.transparent .top-bar-bg {
	background: rgba(0, 0, 0, .5);
}

#main-slideshow:not(.rv-slider):not(.empty-slider) {
	min-height: 180px;
}

#main-slideshow.fixed, #main-slideshow.fix, #main-slideshow.layer-fixed {
	background-color: rgba(73, 79, 84, .08);
}

#main-slideshow.fixed {
	min-height: 100px;
}

#main-slideshow.fixed > .royalSlider, #main-slideshow.fixed .ts-wrap {
	max-width: 1212px;
}

.outline-element-decoration #main-slideshow.fixed:after, .outline-element-decoration #main-slideshow.layer-fixed:after, .outline-element-decoration #main-slideshow.fix:after {
	background-color: rgba(73, 79, 84, .15);
}

.page-title .wf-wrap {
	min-height: 200px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-title .wf-wrap:after {
	border-bottom: 6px double rgba(51, 51, 51, .11);
}

.page-title.solid-bg {
	background-color: rgba(0, 0, 0, .04);
}

.page-title.solid-bg.bg-img-enabled {
	background-image: none;
	background-repeat: repeat;
	background-position: center center;
	background-size: auto auto;
}

.page-title.solid-bg.bg-img-enabled.nitro-lazy {
	background-image: none !important;
}

.page-title.overlay-bg:after {
	background: rgba(0, 0, 0, .5);
}

.page-title.gradient-bg {
	background: rgba(0, 0, 0, .04);
	background: );
}

.page-title.title-outline-decoration {
	border-bottom: 10px solid rgba(30, 115, 190, 0);
}

.page-title > .wf-wrap, #fancy-header > .wf-wrap {
	width: 1300px;
}

.page-title h1, .page-title h1 *, .page-title h1 a:hover, #page .page-title .entry-title {
	font: normal bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #555;
	text-transform: none;
}

.page-title .breadcrumbs li:before, .page-title .breadcrumbs li:before {
	color: rgba(73, 79, 84, .35);
}

.page-title.breadcrumbs-bg .breadcrumbs {
	background: #594492;
	border-radius: 2px;
	border: 0px solid rgba(255, 255, 255, 0);
}

.page-title .breadcrumbs {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.page-title .breadcrumbs, .page-title .breadcrumbs a {
	color: #9b9ca0;
	font: normal 13px/24px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.page-title .breadcrumbs li:before, .page-title .breadcrumbs li:before {
	color: rgba(155, 156, 160, .5);
}

.fancy-header h1, .fancy-header h2, .fancy-header .fancy-subtitle {
	font: normal bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

#page .fancy-header .color-accent span {
	color: #ff5107;
}

.dt-breadcrumbs-shortcode .breadcrumbs * {
	color: #555;
}

.responsive-off #main:not(.sidebar-none) .wf-container-main {
	grid-column-gap: 50px;
}

.responsive-off .sidebar-right .wf-container-main {
	-ms-grid-columns: calc(100% - 350px - 25px) 50px calc(350px - 25px);
	grid-template-columns: calc(100% - 350px - 25px) calc(350px - 25px);
}

.responsive-off .sidebar-left .wf-container-main {
	-ms-grid-columns: calc(350px - 25px) 50px calc(100% - 350px - 25px);
	grid-template-columns: calc(350px - 25px) calc(100% - 350px - 25px);
}

.responsive-off .sidebar-divider-vertical.sidebar-left .sidebar {
	padding-right: 50px;
}

.responsive-off .sidebar-divider-vertical.sidebar-right .sidebar {
	padding-left: 50px;
}

.sidebar-right .sidebar {
	border-left: 1px solid rgba(0, 0, 0, .08);
}

.sidebar-left .sidebar {
	border-right: 1px solid rgba(0, 0, 0, .08);
}

.solid-bg .sidebar-content {
	background: #f7f7f8 none repeat center center;
}

.solid-bg.sidebar-outline-decoration .sidebar-content, .bg-under-widget.sidebar-outline-decoration .widget {
	border: 1px solid rgba(0, 0, 0, .06);
}

.bg-under-widget .sidebar-content .widget, .solid-bg.sidebar-content .widget {
	background: #f7f7f8 none repeat center center;
}

.solid-bg.sidebar-content.sidebar-outline-decoration .widget {
	border: 1px solid rgba(0, 0, 0, .06);
}

.solid-bg.sidebar-shadow-decoration .sidebar-content, .bg-under-widget.sidebar-shadow-decoration .sidebar-content .widget, .solid-bg.sidebar-content.sidebar-shadow-decoration .widget {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.sidebar .widget, .sidebar-content .widget, .elementor-widget-sidebar .widget {
	border-top: 1px solid rgba(0, 0, 0, .08);
	color: #8b8d94;
	font-size: 14px;
	line-height: 26px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.sidebar.bg-under-widget .widget, .bg-under-widget .sidebar-content .widget, .solid-bg.sidebar-content .widget, .mec-wrap .col-md-4 .widget {
	margin-top: 60px;
}

.widget-title {
	font: normal bold 16px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget-title {}

.sidebar-content .widget-title {
	color: #333;
}

.footer .widget-title {
	color: #000;
}

.widgettitle {
	font: normal bold 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widgettitle {}

.sidebar-content .widgettitle {
	color: #333;
}

.footer .widgettitle {
	color: #000;
}

.custom-nav > li li a:before {
	background-color: #555;
}

.footer .custom-nav > li li a:before {
	background-color: rgba(0, 0, 0, .5);
}

.sidebar-content .custom-nav > li li a:before {
	background-color: rgba(139, 141, 148, .5);
}

.sidebar-content .widget:not(.widget_icl_lang_sel_widget) a:not(.elementor-button), .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) a:not(.elementor-button) * {
	color: #8b8d94;
}

.sidebar-content .widget .post-content .text-secondary {
	color: #8b8d94;
}

.footer .widget a, .footer .widget .post-content .text-secondary {
	color: #000;
}

.widget_categories li a, .widget_meta a, .blogroll a, .widget_archive li a, .widget_recent_entries a, .widget_recent_comments a, .widget_links a, .items-grid a, .recent-posts a, .widget:not(.widget_icl_lang_sel_widget) .recent-posts a, .contact-info .secondary-color, .widget_nav_menu a, .tagcloud a, .widget_pages a, a.rsswidget, .textwidget a {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_categories li a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_meta a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .blogroll a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_archive li a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_recent_entries a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_recent_comments a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_links a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .items-grid a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .recent-posts a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget:not(.widget_icl_lang_sel_widget) .recent-posts a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .contact-info .secondary-color, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_nav_menu a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .tagcloud a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_pages a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget a.rsswidget, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .textwidget a {}

.sidebar-content .widget_categories li a, .sidebar-content .widget_meta a, .sidebar-content .blogroll a, .sidebar-content .widget_archive li a, .sidebar-content .widget_recent_entries a, .sidebar-content .widget_recent_comments a, .sidebar-content .widget_links a, .sidebar-content .items-grid a, .sidebar-content .recent-posts a, .sidebar-content .widget:not(.widget_icl_lang_sel_widget) .recent-posts a, .sidebar-content .contact-info .secondary-color, .sidebar-content .widget_nav_menu a, .sidebar-content .tagcloud a, .sidebar-content .widget_pages a, .sidebar-content a.rsswidget, .sidebar-content .textwidget a {
	color: #333;
}

.footer .widget_categories li a, .footer .widget_meta a, .footer .blogroll a, .footer .widget_archive li a, .footer .widget_recent_entries a, .footer .widget_recent_comments a, .footer .widget_links a, .footer .items-grid a, .footer .recent-posts a, .footer .widget:not(.widget_icl_lang_sel_widget) .recent-posts a, .footer .contact-info .secondary-color, .footer .widget_nav_menu a, .footer .tagcloud a, .footer .widget_pages a, .footer a.rsswidget, .footer .textwidget a {
	color: #000;
}

.sidebar-content .custom-categories a, .sidebar-content .custom-categories a .item-name, .sidebar-content .cat-item a, .sidebar-content .widget_recent_comments a, .sidebar-content .widget_tag_cloud a:hover {
	color: #333;
}

.footer .custom-categories a, .footer .custom-categories a .item-name, .footer .cat-item a, .footer .widget_recent_comments a, .footer .widget_tag_cloud a:hover {
	color: #000;
}

.sidebar-content .custom-categories a span.item-num, .sidebar-content .cat-item a span.item-num {
	color: rgba(139, 141, 148, .5);
}

.footer .custom-categories a span.item-num, .footer .cat-item a span.item-num {
	color: rgba(0, 0, 0, .5);
}

.sidebar-content .custom-categories a:hover span.item-name, .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-categories a:hover span.item-name, .sidebar-content .cat-item a:hover span.item-name, .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .cat-item a:hover span.item-name, .sidebar-content .custom-menu a:hover, .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:hover, .sidebar-content .custom-menu li.act > a, .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu li.act > a, .sidebar-content .widget_recent_comments a:hover, .sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .widget_recent_comments a:hover {
	color: #ff5107;
}

.footer .custom-categories a:hover span.item-name, .footer .cat-item a:hover span.item-name, .footer .custom-menu a:hover, .footer .custom-menu li.act > a, .footer .widget_recent_comments a:hover {
	color: #ff5107;
}

.sidebar-content .widget .menu li, .sidebar-content .widget .custom-menu.dividers-on li, .sidebar-content .widget_pages li, .sidebar-content .blogroll li, .sidebar-content .widget .qts-lang-menu li {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(139, 141, 148, .15);
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.widget .menu li, .widget_pages li, .widget .custom-menu.dividers-on li, .widget .blogroll li, .widget .qts-lang-menu li {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(139, 141, 148, .15);
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.footer .menu li, .footer .widget_pages li, .footer .custom-menu.dividers-on li, .footer .blogroll li, .footer .qts-lang-menu li {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, .15);
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.menu .current-menu-parent > a, .menu .current-menu-item > a, .custom-nav > li > a:hover span, .custom-nav li.act > a span, .custom-nav > li > ul a:hover span, .st-accordion li > a:hover, .st-accordion > ul li > a:hover *, .widget .custom-categories a:hover span.item-name, .widget_categories li a:hover, .widget_meta a:hover, .blogroll a:hover, .widget_archive li a:hover, .widget_recent_entries a:hover, .widget_links a:hover, .widget_pages a:hover, .recent-posts a:not(.post-rollover):hover, .items-grid .post-content > a:hover, #wp-calendar td a:hover, .tagcloud a:hover, .widget_nav_menu a:hover, a.rsswidget:hover {
	color: #ff5107;
}

.sidebar-content .menu .current-menu-parent > a, .sidebar-content.solid-bg .menu .current-menu-parent > a, .sidebar-content .menu .current-menu-item > a, .sidebar-content.solid-bg .menu .current-menu-item > a, .sidebar-content .custom-nav > li > a:hover span, .sidebar-content.solid-bg .custom-nav > li > a:hover span, .sidebar-content .custom-nav li.act > a span, .sidebar-content.solid-bg .custom-nav li.act > a span, .sidebar-content .custom-nav > li > ul a:hover span, .sidebar-content.solid-bg .custom-nav > li > ul a:hover span, .sidebar-content .st-accordion li > a:hover, .sidebar-content.solid-bg .st-accordion li > a:hover, .sidebar-content .st-accordion > ul li > a:hover *, .sidebar-content.solid-bg .st-accordion > ul li > a:hover *, .sidebar-content .widget .custom-categories a:hover span.item-name, .sidebar-content.solid-bg .widget .custom-categories a:hover span.item-name, .sidebar-content .widget_categories li a:hover, .sidebar-content.solid-bg .widget_categories li a:hover, .sidebar-content .widget_meta a:hover, .sidebar-content.solid-bg .widget_meta a:hover, .sidebar-content .blogroll a:hover, .sidebar-content.solid-bg .blogroll a:hover, .sidebar-content .widget_archive li a:hover, .sidebar-content.solid-bg .widget_archive li a:hover, .sidebar-content .widget_recent_entries a:hover, .sidebar-content.solid-bg .widget_recent_entries a:hover, .sidebar-content .widget_links a:hover, .sidebar-content.solid-bg .widget_links a:hover, .sidebar-content .widget_pages a:hover, .sidebar-content.solid-bg .widget_pages a:hover, .sidebar-content .recent-posts a:not(.post-rollover):hover, .sidebar-content.solid-bg .recent-posts a:not(.post-rollover):hover, .sidebar-content .items-grid .post-content > a:hover, .sidebar-content.solid-bg .items-grid .post-content > a:hover, .sidebar-content #wp-calendar td a:hover, .sidebar-content.solid-bg #wp-calendar td a:hover, .sidebar-content .tagcloud a:hover, .sidebar-content.solid-bg .tagcloud a:hover, .sidebar-content .widget_nav_menu a:hover, .sidebar-content.solid-bg .widget_nav_menu a:hover, .sidebar-content a.rsswidget:hover, .sidebar-content.solid-bg a.rsswidget:hover {
	color: #ff5107;
}

.footer .menu .current-menu-parent > a, .footer .menu .current-menu-item > a, .footer .custom-nav > li > a:hover span, .footer .custom-nav li.act > a span, .footer .custom-nav > li > ul a:hover span, .footer .st-accordion li > a:hover, .footer .st-accordion > ul li > a:hover *, .footer .widget .custom-categories a:hover span.item-name, .footer .widget_categories li a:hover, .footer .widget_meta a:hover, .footer .blogroll a:hover, .footer .widget_archive li a:hover, .footer .widget_recent_entries a:hover, .footer .widget_links a:hover, .footer .widget_pages a:hover, .footer .recent-posts a:not(.post-rollover):hover, .footer .items-grid .post-content > a:hover, .footer #wp-calendar td a:hover, .footer .tagcloud a:hover, .footer .widget_nav_menu a:hover, .footer a.rsswidget:hover {
	color: #ff5107;
}

.textwidget a:not(.dt-btn):hover {
	color: #ff5107;
}

.sidebar-content .textwidget a:not(.dt-btn):hover, .stripe .sidebar-content.solid-bg .textwidget a:not(.dt-btn):hover {
	color: #ff5107;
}

.footer .textwidget a:not(.dt-btn):hover {
	color: #ff5107;
}

#wp-calendar, #wp-calendar td {
	background-color: rgba(51, 51, 51, .04);
}

.sidebar-content #wp-calendar, .sidebar-content #wp-calendar td {
	background-color: rgba(51, 51, 51, .04);
}

#wp-calendar, #wp-calendar caption, #wp-calendar td {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar-content #wp-calendar, .sidebar-content #wp-calendar caption, .sidebar-content #wp-calendar td {
	border-color: rgba(139, 141, 148, .15);
}

#wp-calendar td:hover {
	background-color: rgba(51, 51, 51, .08);
}

.sidebar-content #wp-calendar td:hover {
	background-color: rgba(51, 51, 51, .08);
}

.footer #wp-calendar, .footer #wp-calendar td {
	background-color: rgba(0, 0, 0, .04);
}

.footer #wp-calendar td:hover {
	background-color: rgba(0, 0, 0, .08);
}

.footer #wp-calendar, .footer #wp-calendar caption, .footer #wp-calendar td {
	border-color: rgba(0, 0, 0, .15);
}

#wp-calendar td.act {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient #wp-calendar td.act {
	background: #ff5107;
	background: );
}

#wp-calendar th, #wp-calendar caption, #wp-calendar tfoot td, #wp-calendar tfoot td a {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar th, .dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar caption, .dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar tfoot td, .dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar tfoot td a {}

.sidebar-content #wp-calendar th, .sidebar-content #wp-calendar caption, .sidebar-content #wp-calendar tfoot td, .sidebar-content #wp-calendar tfoot td a {
	color: #333;
}

.footer #wp-calendar th, .footer #wp-calendar caption, .footer #wp-calendar tfoot td, .footer #wp-calendar tfoot td a {
	color: #000;
}

#page .widget .searchform .submit, .content .searchform .submit {
	color: rgba(139, 141, 148, .5);
}

.custom-nav > li > a, .custom-nav > li > ul a {}

.custom-nav > li > ul a {
	font-size: 14px;
}

.widget_recent_comments a:hover {
	color: #ff5107 !important;
}

.custom-menu a:after {
	color: rgba(85, 85, 85, .999);
}

.sidebar-content .custom-menu a:after {
	color: rgba(139, 141, 148, .5);
}

.footer .custom-menu a:after {
	color: rgba(0, 0, 0, .5);
}

.custom-menu a:hover:after, .custom-menu .act > a:after {
	color: rgba(85, 85, 85, .999);
}

.sidebar-content .custom-menu a:hover:after, .sidebar-content .custom-menu .act > a:after {
	color: rgba(255, 81, 7, .999);
}

.footer .custom-menu a:hover:after, .footer .custom-menu .act > a:after {
	color: rgba(255, 81, 7, .999);
}

.sidebar .skill, .sidebar-content .skill {
	background-color: rgba(139, 141, 148, .15);
}

.footer .skill {
	background-color: rgba(0, 0, 0, .15);
}

.skill-value {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient .skill-value {
	background: #ff5107;
	background: );
}

.skill-name {
	font-size: 14px;
	line-height: 26px;
}

.skill-name, .skill-name *, .custom-nav > li > a span, .custom-nav > li > ul a span, .st-accordion li a, .st-accordion > ul li > a * {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .skill-name, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .skill-name *, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .custom-nav > li > a span, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .custom-nav > li > ul a span, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .st-accordion li a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .st-accordion > ul li > a * {}

.sidebar-content .skill-name, .sidebar-content .skill-name *, .sidebar-content .custom-nav > li > a span, .sidebar-content .custom-nav > li > ul a span, .sidebar-content .st-accordion li a, .sidebar-content .st-accordion > ul li > a * {
	color: #333;
}

.footer .skill-name, .footer .skill-name *, .footer .custom-nav > li > a span, .footer .custom-nav > li > ul a span, .footer .st-accordion li a, .footer .st-accordion > ul li > a * {
	color: #000;
}

.st-accordion li > a {
	font-size: 14px;
	line-height: 26px;
}

.custom-menu.show-arrow a:after {
	top: 6.5px;
}

.footer .custom-menu.show-arrow a:after {
	top: 6.5px;
}

.custom-menu a:not(:hover) {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .custom-menu a:not(:hover) {}

.sidebar-content .custom-menu a:not(:hover) {
	color: #333;
}

.footer .custom-menu a:not(:hover) {
	color: #000;
}

.sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:not(:hover) {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:not(:hover) {}

.sidebar-content .sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:not(:hover) {
	color: #333;
}

.footer .sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:not(:hover) {
	color: #000;
}

.custom-menu a:before, .widget_presscore-custom-menu-1 .custom-menu a:after {
	top: 6.5px;
}

.footer .custom-menu a:before, .footer .widget_presscore-custom-menu-1 .custom-menu a:after {
	top: 6.5px;
}

.custom-nav > li li a:before {
	top: 13px;
}

.footer .custom-nav > li li a:before {
	top: 13px;
}

.sidebar .st-accordion li > a:before, .sidebar-content .st-accordion li > a:before, .sidebar .custom-menu a:before, .sidebar-content .custom-menu a:before {
	background-color: rgba(139, 141, 148, .15);
}

.footer .st-accordion li > a:before, .footer .custom-menu a:before {
	background-color: rgba(0, 0, 0, .15);
}

.st-accordion li > a:after {
	color: rgba(139, 141, 148, .5);
}

.footer .st-accordion li > a:after {
	color: rgba(0, 0, 0, .5);
}

.st-accordion li > a:hover:after {
	color: #ff5107;
}

.footer .st-accordion li > a:hover:after {}

.dt-posts-preload .dt-posts-preload-activity {
	background-color: rgba(255, 81, 7, .9);
}

.format-link-content, .format-aside-content, .format-status-content {
	background-color: #fff;
}

.outline-element-decoration .format-link-content {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .format-link-content {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.post.bg-on, .post.bg-on.fullwidth-img.format-quote, .post.bg-on.fullwidth-img.format-link {
	background-color: #fff;
}

.outline-element-decoration .post.bg-on, .outline-element-decoration .post.bg-on.fullwidth-img.format-quote, .outline-element-decoration .post.bg-on.fullwidth-img.format-link {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .post.bg-on, .shadow-element-decoration .post.bg-on.fullwidth-img.format-quote, .shadow-element-decoration .post.bg-on.fullwidth-img.format-link {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.layout-list .post {
	border-top: 1px solid;
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .layout-list .post, .sidebar-content .layout-list .post {
	border-color: rgba(139, 141, 148, .15);
}

.footer .layout-list .post {
	border-color: rgba(0, 0, 0, .15);
}

.dividers-on.classic-layout-list .post {
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .dividers-on.classic-layout-list .post, .sidebar-content .dividers-on.classic-layout-list .post {
	border-color: rgba(139, 141, 148, .15);
}

.footer .dividers-on.classic-layout-list .post {
	border-color: rgba(0, 0, 0, .15);
}

.content-bg-on.centered-layout-list article, .content-bg-on.classic-layout-list article {
	background-color: #fff;
}

.outline-element-decoration .content-bg-on.centered-layout-list article, .outline-element-decoration .content-bg-on.classic-layout-list article {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .content-bg-on.centered-layout-list article, .shadow-element-decoration .content-bg-on.classic-layout-list article {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.centered-layout-list.dividers-on .post-entry-content:after {
	background-color: rgba(73, 79, 84, .15);
}

.sidebar .centered-layout-list.dividers-on .post-entry-content:after, .sidebar-content .centered-layout-list.dividers-on .post-entry-content:after {
	background-color: rgba(139, 141, 148, .15);
}

.footer .centered-layout-list.dividers-on .post-entry-content:after {
	background-color: rgba(0, 0, 0, .15);
}

.content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlay-layout-list) .post-entry-content {
	background-color: #fff;
}

.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.content-bg-on.content-rollover-layout-list .post-entry-content:before {
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 65%, #fff 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 65%, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 65%, #fff 100%);
}

#page .content-bg-on.gradient-overlap-layout-list .post-entry-content {
	background: linear-gradient(to bottom, #fff, #fff) no-repeat 0px 150px;
}

.content-bg-on.gradient-overlap-layout-list .post-entry-content:before {
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 64%, #fff 83%, #fff 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 64%, #fff 83%, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 64%, #fff 83%, #fff 100%);
}

#page .content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content {
	background: #fff;
}

.content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content:before {
	display: none;
}

#page .enable-bg-rollover.gradient-overlay-layout-list .post-entry-content {
	background-color: rgba(255, 81, 7, .85);
	background: rgba(255, 81, 7, .85);
	background: );
}

.blog-shortcode .entry-title, .portfolio-shortcode .entry-title, .albums-shortcode .entry-title, .owl-carousel.blog-carousel-shortcode .entry-title {
	font: normal normal normal 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.mode-masonry.blog-shortcode .entry-title, .mode-grid.blog-shortcode .entry-title, .blog-carousel-shortcode.blog-shortcode .entry-title, .portfolio-carousel-shortcode.blog-shortcode .entry-title, .albums-carousel-shortcode.blog-shortcode .entry-title, .mode-masonry.portfolio-shortcode .entry-title, .mode-grid.portfolio-shortcode .entry-title, .blog-carousel-shortcode.portfolio-shortcode .entry-title, .portfolio-carousel-shortcode.portfolio-shortcode .entry-title, .albums-carousel-shortcode.portfolio-shortcode .entry-title, .mode-masonry.albums-shortcode .entry-title, .mode-grid.albums-shortcode .entry-title, .blog-carousel-shortcode.albums-shortcode .entry-title, .portfolio-carousel-shortcode.albums-shortcode .entry-title, .albums-carousel-shortcode.albums-shortcode .entry-title, .mode-masonry.owl-carousel.blog-carousel-shortcode .entry-title, .mode-grid.owl-carousel.blog-carousel-shortcode .entry-title, .blog-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title, .portfolio-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title, .albums-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title {
	font: normal normal normal 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.blog-shortcode .entry-title a, .portfolio-shortcode .entry-title a, .albums-shortcode .entry-title a, .owl-carousel.blog-carousel-shortcode .entry-title a {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .blog-shortcode .entry-title a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .portfolio-shortcode .entry-title a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .albums-shortcode .entry-title a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .owl-carousel.blog-carousel-shortcode .entry-title a {}

.sidebar-content .blog-shortcode .entry-title a, .sidebar-content .portfolio-shortcode .entry-title a, .sidebar-content .albums-shortcode .entry-title a, .sidebar-content .owl-carousel.blog-carousel-shortcode .entry-title a {
	color: #333;
}

.footer .blog-shortcode .entry-title a, .footer .portfolio-shortcode .entry-title a, .footer .albums-shortcode .entry-title a, .footer .owl-carousel.blog-carousel-shortcode .entry-title a {
	color: #000;
}

#page .blog-shortcode .entry-title a:hover, #page .portfolio-shortcode:not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .entry-title a:hover, #page .albums-shortcode .entry-title a:hover, #page .owl-carousel.blog-carousel-shortcode .entry-title a:hover {
	color: #ff5107;
}

.blog-shortcode .entry-meta, .portfolio-shortcode .entry-meta, .albums-shortcode .entry-meta, .owl-carousel .entry-meta {
	font-size: 14px;
	line-height: 26px;
	color: #555;
}

.sidebar-content .blog-shortcode .entry-meta, .sidebar-content .portfolio-shortcode .entry-meta, .sidebar-content .albums-shortcode .entry-meta, .sidebar-content .owl-carousel .entry-meta {
	color: rgba(139, 141, 148, .5);
}

.footer .blog-shortcode .entry-meta, .footer .portfolio-shortcode .entry-meta, .footer .albums-shortcode .entry-meta, .footer .owl-carousel .entry-meta {
	color: rgba(0, 0, 0, .5);
}

.blog-shortcode .entry-excerpt, .portfolio-shortcode .entry-excerpt, .albums-shortcode .entry-excerpt, .owl-carousel .entry-excerpt {
	font-size: 14px;
	line-height: 26px;
}

.blog-shortcode.mode-list .entry-excerpt {
	font-size: 14px;
	line-height: 26px;
}

.post-details.details-type-link {
	font-size: 14px;
	line-height: 18px;
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post-details.details-type-link {}

.sidebar-content .post-details.details-type-link {
	color: #333;
}

.footer .post-details.details-type-link {
	color: #000;
}

.post-details.details-type-link * {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post-details.details-type-link * {}

.sidebar-content .post-details.details-type-link * {
	color: #333;
}

.footer .post-details.details-type-link * {
	color: #000;
}

.post-details.details-type-link:after {
	background-color: #ff5107;
}

.accent-gradient .post-details.details-type-link:after {
	background: #ff5107;
	background: );
}

.details {
	font-size: 14px;
	line-height: 18px;
	color: #333;
}

.details:hover {
	color: #333;
}

.details:before {
	background-color: #ff5107;
}

.accent-gradient .details:before {
	background: #ff5107;
	background: );
}

.layout-masonry .post h2.entry-title, .layout-grid .post h2.entry-title, .shortcode-blog-posts .post h2.entry-title, .dt-blog-shortcode .post h2.entry-title, .slider-wrapper .post h2.entry-title, .rollover-content h2.entry-title {
	color: #333;
	font: normal bold 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.post h2.entry-title, .post h2.entry-title {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post h2.entry-title, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .post h2.entry-title {}

.sidebar-content .post h2.entry-title, .sidebar-content .post h2.entry-title {
	color: #333;
}

.footer .post h2.entry-title, .footer .post h2.entry-title {
	color: #000;
}

.description-under-image .post .entry-title a:hover, .post .blog-content .entry-title a:hover, .project-list-content .entry-title a:hover {
	color: #ff5107;
}

.fancy-date .entry-month:after, .fancy-date .entry-date:after {
	background: #ff5107;
	background: );
}

.portfolio-shortcode .project-links-container a:not(:hover) span {
	color: #ff5107;
}

.dt-icon-hover-on.portfolio-shortcode .project-links-container a:hover span {
	color: #ff5107;
}

.portfolio-shortcode .project-links-container:before, .portfolio-shortcode .project-links-container:after {
	border-color: #ff5107;
}

.dt-icon-bg-on.portfolio-shortcode .project-links-container a:before {
	background-color: #ff5107;
}

.accent-gradient .dt-icon-bg-on.portfolio-shortcode .project-links-container a:before {
	background: #ff5107;
	background: );
}

.dt-icon-hover-bg-on.portfolio-shortcode .project-links-container a:after {
	background-color: #ff5107;
}

.accent-gradient .dt-icon-hover-bg-on.portfolio-shortcode .project-links-container a:after {
	background: #ff5107;
	background: );
}

.comment-list .comment-body {
	background-color: #fff;
}

.shadow-element-decoration .comment-list .comment-body {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.outline-element-decoration .comment-list .comment-body {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.comment-content {
	font-size: 14px;
	line-height: 26px;
}

.reply, .comment-meta, #reply-title small {
	font-size: 14px;
	line-height: 26px;
}

.comment-author, .pingback-title {
	font-size: 14px;
	line-height: 26px;
}

.comment-author a, .comment-author .fn {
	color: #333;
	font: normal bold 16px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.comments-title {
	color: #333;
	font: normal bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

#reply-title small {
	font: normal 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.comments-title, .comments-title a, .comment-author a, .comment-author .fn, #reply-title, .fn, .fn a, .pingback-title {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comments-title, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .comments-title a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author .fn, .dt-mega-menu .dt-mega-parent .sidebar-content .widget #reply-title, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .fn, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .fn a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .pingback-title {}

.sidebar-content .comments-title, .sidebar-content .comments-title a, .sidebar-content .comment-author a, .sidebar-content .comment-author .fn, .sidebar-content #reply-title, .sidebar-content .fn, .sidebar-content .fn a, .sidebar-content .pingback-title {
	color: #333;
}

.footer .comments-title, .footer .comments-title a, .footer .comment-author a, .footer .comment-author .fn, .footer #reply-title, .footer .fn, .footer .fn a, .footer .pingback-title {
	color: #000;
}

#page .fn a:hover {
	color: #ff5107;
}

.entry-author {
	background-color: #fff;
}

.shadow-element-decoration .entry-author {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.outline-element-decoration .entry-author {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.entry-author .text-primary {
	font-size: 14px;
}

.author-link, .author-link:hover, .meta-nav {
	color: #555;
	font-size: 14px;
	line-height: 26px;
}

.sidebar-content .author-link, .sidebar-content .author-link:hover, .sidebar-content .meta-nav {
	color: rgba(139, 141, 148, .5);
}

.footer .author-link, .footer .author-link:hover, .footer .meta-nav {
	color: rgba(0, 0, 0, .5);
}

.author-description h4, .comment-author-name {
	color: #333;
	font: normal bold 16px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .author-description h4, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author-name {}

.sidebar-content .author-description h4, .sidebar-content .comment-author-name {
	color: #333;
}

.footer .author-description h4, .footer .comment-author-name {
	color: #000;
}

.entry-meta, .entry-tags, .portfolio-categories, .author-link {
	font-size: 14px;
	line-height: 26px;
}

.share-link-description, .author-bio {
	font-size: 14px;
	line-height: 26px;
}

.single .entry-tags a {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .single .entry-tags a, .sidebar-content .single .entry-tags a {
	border-color: rgba(139, 141, 148, .15);
}

.footer .single .entry-tags a {
	border-color: rgba(0, 0, 0, .15);
}

.entry-meta:before {
	width: 26px;
	height: 26px;
}

.portfolio-categories > a:after, .portfolio-categories > span:after, .entry-meta > a:after, .entry-meta > span:after {
	background-color: #555;
}

.sidebar-content .portfolio-categories > a:after, .sidebar-content .portfolio-categories > span:after, .sidebar-content .entry-meta > a:after, .sidebar-content .entry-meta > span:after {
	background-color: rgba(139, 141, 148, .5);
}

.footer .portfolio-categories > a:after, .footer .portfolio-categories > span:after, .footer .entry-meta > a:after, .footer .entry-meta > span:after {
	background-color: rgba(0, 0, 0, .5);
}

.comment-metadata, .comment-metadata a, .entry-meta a, .entry-meta span, .entry-meta a *, .single .entry-tags, .single .entry-tags a {
	color: #555;
}

.single .entry-tags a:hover {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .single .entry-tags a:hover {}

.sidebar-content .single .entry-tags a:hover {
	color: #333;
}

.footer .single .entry-tags a:hover {
	color: #000;
}

.share-button.entry-share, .btn-project-link, .btn-project-link:hover, .comment-reply-link, .comment-reply-link:hover, .share-link-description {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .share-button.entry-share, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-project-link, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-project-link:hover, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-reply-link, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-reply-link:hover, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .share-link-description {}

.sidebar-content .share-button.entry-share, .sidebar-content .btn-project-link, .sidebar-content .btn-project-link:hover, .sidebar-content .comment-reply-link, .sidebar-content .comment-reply-link:hover, .sidebar-content .share-link-description {
	color: #333;
}

.footer .share-button.entry-share, .footer .btn-project-link, .footer .btn-project-link:hover, .footer .comment-reply-link, .footer .comment-reply-link:hover, .footer .share-link-description {
	color: #000;
}

.show-on-hover .share-link-description:before {
	border-color: rgba(51, 51, 51, .1);
}

.show-on-hover:hover .share-link-description:before {
	border-color: rgba(51, 51, 51, .21);
}

.project-post .btn-project-link {
	font-size: 14px;
	line-height: 26px;
	border-color: rgba(51, 51, 51, .1);
}

.project-post .btn-project-link:hover {
	border-color: rgba(51, 51, 51, .21);
}

.project-navigation span {
	font-size: 14px;
	line-height: 26px;
	line-height: 22px;
}

.rsSlide .slider-post-caption, .images-list-caption {
	line-height: 26px;
}

.post-navigation .nav-links {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .post-navigation .nav-links, .sidebar-content .post-navigation .nav-links {
	border-color: rgba(139, 141, 148, .15);
}

.footer .post-navigation .nav-links {
	border-color: rgba(0, 0, 0, .15);
}

.post-navigation .nav-links i[class^="icomoon-the7"], .post-navigation .nav-links [class^="dt-icon-"] {
	color: rgba(51, 51, 51, .12);
}

.post-navigation .nav-links a i[class^="icomoon-the7"]:hover, .post-navigation .nav-links a [class^="dt-icon-"]:hover {
	color: rgba(51, 51, 51, .23);
}

#page .post-navigation .nav-links a .post-title:hover {
	color: #ff5107;
}

.single-related-posts {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .single-related-posts, .sidebar-content .single-related-posts {
	border-color: rgba(139, 141, 148, .15);
}

.footer .single-related-posts {
	border-color: rgba(0, 0, 0, .15);
}

.comments-area > h3:after, .single-related-posts > h3:after, .comment-respond > h3:after {
	background-color: #ff5107;
}

.accent-gradient .comments-area > h3:after, .accent-gradient .single-related-posts > h3:after, .accent-gradient .comment-respond > h3:after {
	background: #ff5107;
	background: );
}

.dt-btn, .widget .dt-form .dt-btn, .nsu-submit, .give-btn.give-btn-reveal, .give-submit.give-btn {
	font: normal bold 12px/14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	border-radius: 6px;
	border: 0px solid #058ead;
	padding: 8px 14px 7px 14px;
}

.dt-btn > i, .dt-btn > i[class^="fa"], .dt-btn > i[class^="dt-icon"], .widget .dt-form .dt-btn > i, .widget .dt-form .dt-btn > i[class^="fa"], .widget .dt-form .dt-btn > i[class^="dt-icon"], .nsu-submit > i, .nsu-submit > i[class^="fa"], .nsu-submit > i[class^="dt-icon"], .give-btn.give-btn-reveal > i, .give-btn.give-btn-reveal > i[class^="fa"], .give-btn.give-btn-reveal > i[class^="dt-icon"], .give-submit.give-btn > i, .give-submit.give-btn > i[class^="fa"], .give-submit.give-btn > i[class^="dt-icon"] {
	font-size: 12px;
}

.btn-link.dt-btn-s {
	font: normal bold 12px/"Roboto", Helvetica, Arial, Verdana, sans-serif;
}

button.button, a.button, input[type="button"], input[type="reset"], .wpcf7-submit, .dt-btn-m, input.dt-btn-m[type="submit"], #main .gform_wrapper .gform_footer input.button, #main .gform_wrapper .gform_footer input[type="submit"], #main-slideshow .tp-button, .woocommerce-widget-layered-nav-dropdown__submit {
	font: normal bold 14px/16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	border-radius: 8px;
	border: 0px solid #058ead;
	padding: 12px 18px 12px 18px;
}

.dt-btn-m > i, .dt-btn-m > i[class^="fa"], .dt-btn-m > i[class^="dt-icon-"] {
	font-size: 14px;
}

.wp-block-button .wp-block-button__link {
	font: normal bold 14px/16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

.dt-btn-l {
	padding: 16px 24px 16px 24px;
	font: normal bold 18px/20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	border-radius: 10px;
	border: 0px solid #058ead;
}

.dt-btn-l > i, .dt-btn-l > i[class^="fa"], .dt-btn-l > i[class^="dt-icon-"] {
	font-size: 18px;
}

.btn-3d .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration), .btn-3d .mec-event-footer .mec-booking-button, .btn-3d button.button, .btn-3d a.button:not(.edd-submit), .btn-3d .dt-form button, .btn-3d .widget .dt-form .dt-btn, .btn-3d input[type="reset"], .btn-3d .wpcf7-submit, .btn-3d .nsu-submit, .btn-3d .dt-wc-btn, .btn-3d .checkout-button, .btn-3d input#place_order, .btn-3d input[name="apply_coupon"], .btn-3d input[name="login"], .btn-3d button[name="calc_shipping"], .btn-3d button[name="calc_shipping"]:hover, .btn-3d .single_add_to_cart_button.button, .btn-3d .button.wc-backward, .btn-3d .woocommerce-Button.button, .btn-3d .woocommerce-Reviews .submit, .btn-3d .woocommerce-Button[name="register"], .btn-3d .track_order input[name="track"], .btn-3d .cart-btn-below-img .woo-buttons a, .btn-3d input[name="save_address"], .btn-3d .wc-layout-list .woo-buttons a, .btn-3d .post-password-form input[type="submit"], .btn-3d .mc4wp-form input[type="submit"], .btn-3d div.mc4wp-form button[type="submit"], .btn-3d .tml-submit-wrap input[type="submit"], .btn-3d .wpcf7-form input[type="submit"], .btn-3d input[type="submit"]:not([name="update_cart"]), .btn-3d .woocommerce-widget-layered-nav-dropdown__submit, .btn-3d .give-btn.give-btn-reveal, .btn-3d .give-submit.give-btn {
	box-shadow: 0px 2px 0px 0px #1483b8;
}

.btn-3d .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover, .btn-3d .mec-event-footer .mec-booking-button:hover, .btn-3d button.button:hover, .btn-3d a.button:not(.edd-submit):hover, .btn-3d .dt-form button:hover, .btn-3d .widget .dt-form .dt-btn:hover, .btn-3d input[type="reset"]:hover, .btn-3d .wpcf7-submit:hover, .btn-3d .nsu-submit:hover, .btn-3d .dt-wc-btn:hover, .btn-3d .checkout-button:hover, .btn-3d input#place_order:hover, .btn-3d input[name="apply_coupon"]:hover, .btn-3d input[name="login"]:hover, .btn-3d button[name="calc_shipping"]:hover, .btn-3d button[name="calc_shipping"]:hover:hover, .btn-3d .single_add_to_cart_button.button:hover, .btn-3d .button.wc-backward:hover, .btn-3d .woocommerce-Button.button:hover, .btn-3d .woocommerce-Reviews .submit:hover, .btn-3d .woocommerce-Button[name="register"]:hover, .btn-3d .track_order input[name="track"]:hover, .btn-3d .cart-btn-below-img .woo-buttons a:hover, .btn-3d input[name="save_address"]:hover, .btn-3d .wc-layout-list .woo-buttons a:hover, .btn-3d .post-password-form input[type="submit"]:hover, .btn-3d .mc4wp-form input[type="submit"]:hover, .btn-3d div.mc4wp-form button[type="submit"]:hover, .btn-3d .tml-submit-wrap input[type="submit"]:hover, .btn-3d .wpcf7-form input[type="submit"]:hover, .btn-3d input[type="submit"]:not([name="update_cart"]):hover, .btn-3d .woocommerce-widget-layered-nav-dropdown__submit:hover, .btn-3d .give-btn.give-btn-reveal:hover, .btn-3d .give-submit.give-btn:hover {
	box-shadow: 0px 2px 0px 0px #22a8e6;
}

.btn-3d .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration).accent-btn-bg-color, .btn-3d .mec-event-footer .mec-booking-button.accent-btn-bg-color, .btn-3d button.button.accent-btn-bg-color, .btn-3d a.button:not(.edd-submit).accent-btn-bg-color, .btn-3d .dt-form button.accent-btn-bg-color, .btn-3d .widget .dt-form .dt-btn.accent-btn-bg-color, .btn-3d input[type="reset"].accent-btn-bg-color, .btn-3d .wpcf7-submit.accent-btn-bg-color, .btn-3d .nsu-submit.accent-btn-bg-color, .btn-3d .dt-wc-btn.accent-btn-bg-color, .btn-3d .checkout-button.accent-btn-bg-color, .btn-3d input#place_order.accent-btn-bg-color, .btn-3d input[name="apply_coupon"].accent-btn-bg-color, .btn-3d input[name="login"].accent-btn-bg-color, .btn-3d button[name="calc_shipping"].accent-btn-bg-color, .btn-3d button[name="calc_shipping"]:hover.accent-btn-bg-color, .btn-3d .single_add_to_cart_button.button.accent-btn-bg-color, .btn-3d .button.wc-backward.accent-btn-bg-color, .btn-3d .woocommerce-Button.button.accent-btn-bg-color, .btn-3d .woocommerce-Reviews .submit.accent-btn-bg-color, .btn-3d .woocommerce-Button[name="register"].accent-btn-bg-color, .btn-3d .track_order input[name="track"].accent-btn-bg-color, .btn-3d .cart-btn-below-img .woo-buttons a.accent-btn-bg-color, .btn-3d input[name="save_address"].accent-btn-bg-color, .btn-3d .wc-layout-list .woo-buttons a.accent-btn-bg-color, .btn-3d .post-password-form input[type="submit"].accent-btn-bg-color, .btn-3d .mc4wp-form input[type="submit"].accent-btn-bg-color, .btn-3d div.mc4wp-form button[type="submit"].accent-btn-bg-color, .btn-3d .tml-submit-wrap input[type="submit"].accent-btn-bg-color, .btn-3d .wpcf7-form input[type="submit"].accent-btn-bg-color, .btn-3d input[type="submit"]:not([name="update_cart"]).accent-btn-bg-color, .btn-3d .woocommerce-widget-layered-nav-dropdown__submit.accent-btn-bg-color, .btn-3d .give-btn.give-btn-reveal.accent-btn-bg-color, .btn-3d .give-submit.give-btn.accent-btn-bg-color {
	box-shadow: 0px 2px 0px 0px #b54414;
}

.btn-3d .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration).accent-btn-bg-hover-color:hover, .btn-3d .mec-event-footer .mec-booking-button.accent-btn-bg-hover-color:hover, .btn-3d button.button.accent-btn-bg-hover-color:hover, .btn-3d a.button:not(.edd-submit).accent-btn-bg-hover-color:hover, .btn-3d .dt-form button.accent-btn-bg-hover-color:hover, .btn-3d .widget .dt-form .dt-btn.accent-btn-bg-hover-color:hover, .btn-3d input[type="reset"].accent-btn-bg-hover-color:hover, .btn-3d .wpcf7-submit.accent-btn-bg-hover-color:hover, .btn-3d .nsu-submit.accent-btn-bg-hover-color:hover, .btn-3d .dt-wc-btn.accent-btn-bg-hover-color:hover, .btn-3d .checkout-button.accent-btn-bg-hover-color:hover, .btn-3d input#place_order.accent-btn-bg-hover-color:hover, .btn-3d input[name="apply_coupon"].accent-btn-bg-hover-color:hover, .btn-3d input[name="login"].accent-btn-bg-hover-color:hover, .btn-3d button[name="calc_shipping"].accent-btn-bg-hover-color:hover, .btn-3d button[name="calc_shipping"]:hover.accent-btn-bg-hover-color:hover, .btn-3d .single_add_to_cart_button.button.accent-btn-bg-hover-color:hover, .btn-3d .button.wc-backward.accent-btn-bg-hover-color:hover, .btn-3d .woocommerce-Button.button.accent-btn-bg-hover-color:hover, .btn-3d .woocommerce-Reviews .submit.accent-btn-bg-hover-color:hover, .btn-3d .woocommerce-Button[name="register"].accent-btn-bg-hover-color:hover, .btn-3d .track_order input[name="track"].accent-btn-bg-hover-color:hover, .btn-3d .cart-btn-below-img .woo-buttons a.accent-btn-bg-hover-color:hover, .btn-3d input[name="save_address"].accent-btn-bg-hover-color:hover, .btn-3d .wc-layout-list .woo-buttons a.accent-btn-bg-hover-color:hover, .btn-3d .post-password-form input[type="submit"].accent-btn-bg-hover-color:hover, .btn-3d .mc4wp-form input[type="submit"].accent-btn-bg-hover-color:hover, .btn-3d div.mc4wp-form button[type="submit"].accent-btn-bg-hover-color:hover, .btn-3d .tml-submit-wrap input[type="submit"].accent-btn-bg-hover-color:hover, .btn-3d .wpcf7-form input[type="submit"].accent-btn-bg-hover-color:hover, .btn-3d input[type="submit"]:not([name="update_cart"]).accent-btn-bg-hover-color:hover, .btn-3d .woocommerce-widget-layered-nav-dropdown__submit.accent-btn-bg-hover-color:hover, .btn-3d .give-btn.give-btn-reveal.accent-btn-bg-hover-color:hover, .btn-3d .give-submit.give-btn.accent-btn-bg-hover-color:hover {
	box-shadow: 0px 2px 0px 0px #b54414;
}

.btn-shadow .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration), .btn-shadow .mec-event-footer .mec-booking-button, .btn-shadow button.button, .btn-shadow a.button:not(.edd-submit), .btn-shadow .dt-form button, .btn-shadow .widget .dt-form .dt-btn, .btn-shadow input[type="reset"], .btn-shadow .wpcf7-submit, .btn-shadow .nsu-submit, .btn-shadow .dt-wc-btn, .btn-shadow .checkout-button, .btn-shadow input#place_order, .btn-shadow input[name="apply_coupon"], .btn-shadow input[name="login"], .btn-shadow button[name="calc_shipping"], .btn-shadow button[name="calc_shipping"]:hover, .btn-shadow .single_add_to_cart_button.button, .btn-shadow .button.wc-backward, .btn-shadow .woocommerce-Button.button, .btn-shadow .woocommerce-Reviews .submit, .btn-shadow .woocommerce-Button[name="register"], .btn-shadow .track_order input[name="track"], .btn-shadow .cart-btn-below-img .woo-buttons a, .btn-shadow input[name="save_address"], .btn-shadow .wc-layout-list .woo-buttons a, .btn-shadow .post-password-form input[type="submit"], .btn-shadow .mc4wp-form input[type="submit"], .btn-shadow div.mc4wp-form button[type="submit"], .btn-shadow .tml-submit-wrap input[type="submit"], .btn-shadow .wpcf7-form input[type="submit"], .btn-shadow input[type="submit"]:not([name="update_cart"]), .btn-shadow .woocommerce-widget-layered-nav-dropdown__submit, .btn-shadow .give-btn.give-btn-reveal, .btn-shadow .give-submit.give-btn {
	box-shadow: 0 1px 6px rgba(0, 0, 0, .12);
	transition: box-shadow .2s ease-out, opacity .45s;
}

.btn-shadow .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover, .btn-shadow .mec-event-footer .mec-booking-button:hover, .btn-shadow button.button:hover, .btn-shadow a.button:not(.edd-submit):hover, .btn-shadow .dt-form button:hover, .btn-shadow .widget .dt-form .dt-btn:hover, .btn-shadow input[type="reset"]:hover, .btn-shadow .wpcf7-submit:hover, .btn-shadow .nsu-submit:hover, .btn-shadow .dt-wc-btn:hover, .btn-shadow .checkout-button:hover, .btn-shadow input#place_order:hover, .btn-shadow input[name="apply_coupon"]:hover, .btn-shadow input[name="login"]:hover, .btn-shadow button[name="calc_shipping"]:hover, .btn-shadow button[name="calc_shipping"]:hover:hover, .btn-shadow .single_add_to_cart_button.button:hover, .btn-shadow .button.wc-backward:hover, .btn-shadow .woocommerce-Button.button:hover, .btn-shadow .woocommerce-Reviews .submit:hover, .btn-shadow .woocommerce-Button[name="register"]:hover, .btn-shadow .track_order input[name="track"]:hover, .btn-shadow .cart-btn-below-img .woo-buttons a:hover, .btn-shadow input[name="save_address"]:hover, .btn-shadow .wc-layout-list .woo-buttons a:hover, .btn-shadow .post-password-form input[type="submit"]:hover, .btn-shadow .mc4wp-form input[type="submit"]:hover, .btn-shadow div.mc4wp-form button[type="submit"]:hover, .btn-shadow .tml-submit-wrap input[type="submit"]:hover, .btn-shadow .wpcf7-form input[type="submit"]:hover, .btn-shadow input[type="submit"]:not([name="update_cart"]):hover, .btn-shadow .woocommerce-widget-layered-nav-dropdown__submit:hover, .btn-shadow .give-btn.give-btn-reveal:hover, .btn-shadow .give-submit.give-btn:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration), .btn-3d.mec-event-footer .mec-booking-button, .btn-3dbutton.button, .btn-3da.button:not(.edd-submit), .btn-3d.dt-form button, .btn-3d.widget .dt-form .dt-btn, .btn-3dinput[type="reset"], .btn-3d.wpcf7-submit, .btn-3d.nsu-submit, .btn-3d.dt-wc-btn, .btn-3d.checkout-button, .btn-3dinput#place_order, .btn-3dinput[name="apply_coupon"], .btn-3dinput[name="login"], .btn-3dbutton[name="calc_shipping"], .btn-3dbutton[name="calc_shipping"]:hover, .btn-3d.single_add_to_cart_button.button, .btn-3d.button.wc-backward, .btn-3d.woocommerce-Button.button, .btn-3d.woocommerce-Reviews .submit, .btn-3d.woocommerce-Button[name="register"], .btn-3d.track_order input[name="track"], .btn-3d.cart-btn-below-img .woo-buttons a, .btn-3dinput[name="save_address"], .btn-3d.wc-layout-list .woo-buttons a, .btn-3d.post-password-form input[type="submit"], .btn-3d.mc4wp-form input[type="submit"], .btn-3ddiv.mc4wp-form button[type="submit"], .btn-3d.tml-submit-wrap input[type="submit"], .btn-3d.wpcf7-form input[type="submit"], .btn-3dinput[type="submit"]:not([name="update_cart"]), .btn-3d.woocommerce-widget-layered-nav-dropdown__submit, .btn-3d.give-btn.give-btn-reveal, .btn-3d.give-submit.give-btn {
	box-shadow: 0px 2px 0px 0px #1483b8;
}

.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover, .btn-3d.mec-event-footer .mec-booking-button:hover, .btn-3dbutton.button:hover, .btn-3da.button:not(.edd-submit):hover, .btn-3d.dt-form button:hover, .btn-3d.widget .dt-form .dt-btn:hover, .btn-3dinput[type="reset"]:hover, .btn-3d.wpcf7-submit:hover, .btn-3d.nsu-submit:hover, .btn-3d.dt-wc-btn:hover, .btn-3d.checkout-button:hover, .btn-3dinput#place_order:hover, .btn-3dinput[name="apply_coupon"]:hover, .btn-3dinput[name="login"]:hover, .btn-3dbutton[name="calc_shipping"]:hover, .btn-3dbutton[name="calc_shipping"]:hover:hover, .btn-3d.single_add_to_cart_button.button:hover, .btn-3d.button.wc-backward:hover, .btn-3d.woocommerce-Button.button:hover, .btn-3d.woocommerce-Reviews .submit:hover, .btn-3d.woocommerce-Button[name="register"]:hover, .btn-3d.track_order input[name="track"]:hover, .btn-3d.cart-btn-below-img .woo-buttons a:hover, .btn-3dinput[name="save_address"]:hover, .btn-3d.wc-layout-list .woo-buttons a:hover, .btn-3d.post-password-form input[type="submit"]:hover, .btn-3d.mc4wp-form input[type="submit"]:hover, .btn-3ddiv.mc4wp-form button[type="submit"]:hover, .btn-3d.tml-submit-wrap input[type="submit"]:hover, .btn-3d.wpcf7-form input[type="submit"]:hover, .btn-3dinput[type="submit"]:not([name="update_cart"]):hover, .btn-3d.woocommerce-widget-layered-nav-dropdown__submit:hover, .btn-3d.give-btn.give-btn-reveal:hover, .btn-3d.give-submit.give-btn:hover {
	box-shadow: 0px 2px 0px 0px #22a8e6;
}

.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration).accent-btn-bg-color, .btn-3d.mec-event-footer .mec-booking-button.accent-btn-bg-color, .btn-3dbutton.button.accent-btn-bg-color, .btn-3da.button:not(.edd-submit).accent-btn-bg-color, .btn-3d.dt-form button.accent-btn-bg-color, .btn-3d.widget .dt-form .dt-btn.accent-btn-bg-color, .btn-3dinput[type="reset"].accent-btn-bg-color, .btn-3d.wpcf7-submit.accent-btn-bg-color, .btn-3d.nsu-submit.accent-btn-bg-color, .btn-3d.dt-wc-btn.accent-btn-bg-color, .btn-3d.checkout-button.accent-btn-bg-color, .btn-3dinput#place_order.accent-btn-bg-color, .btn-3dinput[name="apply_coupon"].accent-btn-bg-color, .btn-3dinput[name="login"].accent-btn-bg-color, .btn-3dbutton[name="calc_shipping"].accent-btn-bg-color, .btn-3dbutton[name="calc_shipping"]:hover.accent-btn-bg-color, .btn-3d.single_add_to_cart_button.button.accent-btn-bg-color, .btn-3d.button.wc-backward.accent-btn-bg-color, .btn-3d.woocommerce-Button.button.accent-btn-bg-color, .btn-3d.woocommerce-Reviews .submit.accent-btn-bg-color, .btn-3d.woocommerce-Button[name="register"].accent-btn-bg-color, .btn-3d.track_order input[name="track"].accent-btn-bg-color, .btn-3d.cart-btn-below-img .woo-buttons a.accent-btn-bg-color, .btn-3dinput[name="save_address"].accent-btn-bg-color, .btn-3d.wc-layout-list .woo-buttons a.accent-btn-bg-color, .btn-3d.post-password-form input[type="submit"].accent-btn-bg-color, .btn-3d.mc4wp-form input[type="submit"].accent-btn-bg-color, .btn-3ddiv.mc4wp-form button[type="submit"].accent-btn-bg-color, .btn-3d.tml-submit-wrap input[type="submit"].accent-btn-bg-color, .btn-3d.wpcf7-form input[type="submit"].accent-btn-bg-color, .btn-3dinput[type="submit"]:not([name="update_cart"]).accent-btn-bg-color, .btn-3d.woocommerce-widget-layered-nav-dropdown__submit.accent-btn-bg-color, .btn-3d.give-btn.give-btn-reveal.accent-btn-bg-color, .btn-3d.give-submit.give-btn.accent-btn-bg-color {
	box-shadow: 0px 2px 0px 0px #b54414;
}

.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration).accent-btn-bg-hover-color:hover, .btn-3d.mec-event-footer .mec-booking-button.accent-btn-bg-hover-color:hover, .btn-3dbutton.button.accent-btn-bg-hover-color:hover, .btn-3da.button:not(.edd-submit).accent-btn-bg-hover-color:hover, .btn-3d.dt-form button.accent-btn-bg-hover-color:hover, .btn-3d.widget .dt-form .dt-btn.accent-btn-bg-hover-color:hover, .btn-3dinput[type="reset"].accent-btn-bg-hover-color:hover, .btn-3d.wpcf7-submit.accent-btn-bg-hover-color:hover, .btn-3d.nsu-submit.accent-btn-bg-hover-color:hover, .btn-3d.dt-wc-btn.accent-btn-bg-hover-color:hover, .btn-3d.checkout-button.accent-btn-bg-hover-color:hover, .btn-3dinput#place_order.accent-btn-bg-hover-color:hover, .btn-3dinput[name="apply_coupon"].accent-btn-bg-hover-color:hover, .btn-3dinput[name="login"].accent-btn-bg-hover-color:hover, .btn-3dbutton[name="calc_shipping"].accent-btn-bg-hover-color:hover, .btn-3dbutton[name="calc_shipping"]:hover.accent-btn-bg-hover-color:hover, .btn-3d.single_add_to_cart_button.button.accent-btn-bg-hover-color:hover, .btn-3d.button.wc-backward.accent-btn-bg-hover-color:hover, .btn-3d.woocommerce-Button.button.accent-btn-bg-hover-color:hover, .btn-3d.woocommerce-Reviews .submit.accent-btn-bg-hover-color:hover, .btn-3d.woocommerce-Button[name="register"].accent-btn-bg-hover-color:hover, .btn-3d.track_order input[name="track"].accent-btn-bg-hover-color:hover, .btn-3d.cart-btn-below-img .woo-buttons a.accent-btn-bg-hover-color:hover, .btn-3dinput[name="save_address"].accent-btn-bg-hover-color:hover, .btn-3d.wc-layout-list .woo-buttons a.accent-btn-bg-hover-color:hover, .btn-3d.post-password-form input[type="submit"].accent-btn-bg-hover-color:hover, .btn-3d.mc4wp-form input[type="submit"].accent-btn-bg-hover-color:hover, .btn-3ddiv.mc4wp-form button[type="submit"].accent-btn-bg-hover-color:hover, .btn-3d.tml-submit-wrap input[type="submit"].accent-btn-bg-hover-color:hover, .btn-3d.wpcf7-form input[type="submit"].accent-btn-bg-hover-color:hover, .btn-3dinput[type="submit"]:not([name="update_cart"]).accent-btn-bg-hover-color:hover, .btn-3d.woocommerce-widget-layered-nav-dropdown__submit.accent-btn-bg-hover-color:hover, .btn-3d.give-btn.give-btn-reveal.accent-btn-bg-hover-color:hover, .btn-3d.give-submit.give-btn.accent-btn-bg-hover-color:hover {
	box-shadow: 0px 2px 0px 0px #b54414;
}

.mec-event-footer .mec-booking-button, .dt-form button, #page .widget .dt-form .dt-btn, .widget .dt-form .dt-btn, input[type="button"], input[type="reset"], .wpcf7-submit, .nsu-submit, .dt-wc-btn, input#place_order, .woocommerce-Reviews .submit, input.button, input[name="save_address"], .wc-layout-list .woo-buttons a, .post-password-form input[type="submit"], .mc4wp-form input[type="submit"], div.mc4wp-form button[type="submit"], .tml-submit-wrap input[type="submit"], .wpcf7-form input[type="submit"], input[type="submit"]:not([name="update_cart"]), .woocommerce-widget-layered-nav-dropdown__submit, .give-btn.give-btn-reveal, .give-submit.give-btn {
	color: #fff;
	background-color: #0bb0ff;
	background: #0bb0ff;
	background: );
}

.stripe .mec-event-footer .mec-booking-button, .mec-event-footer .mec-booking-button *, .sidebar .mec-event-footer .mec-booking-button, .sidebar .widget .mec-event-footer .mec-booking-button, .sidebar-content .widget .mec-event-footer .mec-booking-button, .footer .mec-event-footer .mec-booking-button, .stripe .dt-form button, .dt-form button *, .sidebar .dt-form button, .sidebar .widget .dt-form button, .sidebar-content .widget .dt-form button, .footer .dt-form button, .stripe #page .widget .dt-form .dt-btn, #page .widget .dt-form .dt-btn *, .sidebar #page .widget .dt-form .dt-btn, .sidebar .widget #page .widget .dt-form .dt-btn, .sidebar-content .widget #page .widget .dt-form .dt-btn, .footer #page .widget .dt-form .dt-btn, .stripe .widget .dt-form .dt-btn, .widget .dt-form .dt-btn *, .sidebar .widget .dt-form .dt-btn, .sidebar .widget .widget .dt-form .dt-btn, .sidebar-content .widget .widget .dt-form .dt-btn, .footer .widget .dt-form .dt-btn, .stripe input[type="button"], input[type="button"] *, .sidebar input[type="button"], .sidebar .widget input[type="button"], .sidebar-content .widget input[type="button"], .footer input[type="button"], .stripe input[type="reset"], input[type="reset"] *, .sidebar input[type="reset"], .sidebar .widget input[type="reset"], .sidebar-content .widget input[type="reset"], .footer input[type="reset"], .stripe .wpcf7-submit, .wpcf7-submit *, .sidebar .wpcf7-submit, .sidebar .widget .wpcf7-submit, .sidebar-content .widget .wpcf7-submit, .footer .wpcf7-submit, .stripe .nsu-submit, .nsu-submit *, .sidebar .nsu-submit, .sidebar .widget .nsu-submit, .sidebar-content .widget .nsu-submit, .footer .nsu-submit, .stripe .dt-wc-btn, .dt-wc-btn *, .sidebar .dt-wc-btn, .sidebar .widget .dt-wc-btn, .sidebar-content .widget .dt-wc-btn, .footer .dt-wc-btn, .stripe input#place_order, input#place_order *, .sidebar input#place_order, .sidebar .widget input#place_order, .sidebar-content .widget input#place_order, .footer input#place_order, .stripe .woocommerce-Reviews .submit, .woocommerce-Reviews .submit *, .sidebar .woocommerce-Reviews .submit, .sidebar .widget .woocommerce-Reviews .submit, .sidebar-content .widget .woocommerce-Reviews .submit, .footer .woocommerce-Reviews .submit, .stripe input.button, input.button *, .sidebar input.button, .sidebar .widget input.button, .sidebar-content .widget input.button, .footer input.button, .stripe input[name="save_address"], input[name="save_address"] *, .sidebar input[name="save_address"], .sidebar .widget input[name="save_address"], .sidebar-content .widget input[name="save_address"], .footer input[name="save_address"], .stripe .wc-layout-list .woo-buttons a, .wc-layout-list .woo-buttons a *, .sidebar .wc-layout-list .woo-buttons a, .sidebar .widget .wc-layout-list .woo-buttons a, .sidebar-content .widget .wc-layout-list .woo-buttons a, .footer .wc-layout-list .woo-buttons a, .stripe .post-password-form input[type="submit"], .post-password-form input[type="submit"] *, .sidebar .post-password-form input[type="submit"], .sidebar .widget .post-password-form input[type="submit"], .sidebar-content .widget .post-password-form input[type="submit"], .footer .post-password-form input[type="submit"], .stripe .mc4wp-form input[type="submit"], .mc4wp-form input[type="submit"] *, .sidebar .mc4wp-form input[type="submit"], .sidebar .widget .mc4wp-form input[type="submit"], .sidebar-content .widget .mc4wp-form input[type="submit"], .footer .mc4wp-form input[type="submit"], .stripe div.mc4wp-form button[type="submit"], div.mc4wp-form button[type="submit"] *, .sidebar div.mc4wp-form button[type="submit"], .sidebar .widget div.mc4wp-form button[type="submit"], .sidebar-content .widget div.mc4wp-form button[type="submit"], .footer div.mc4wp-form button[type="submit"], .stripe .tml-submit-wrap input[type="submit"], .tml-submit-wrap input[type="submit"] *, .sidebar .tml-submit-wrap input[type="submit"], .sidebar .widget .tml-submit-wrap input[type="submit"], .sidebar-content .widget .tml-submit-wrap input[type="submit"], .footer .tml-submit-wrap input[type="submit"], .stripe .wpcf7-form input[type="submit"], .wpcf7-form input[type="submit"] *, .sidebar .wpcf7-form input[type="submit"], .sidebar .widget .wpcf7-form input[type="submit"], .sidebar-content .widget .wpcf7-form input[type="submit"], .footer .wpcf7-form input[type="submit"], .stripe input[type="submit"]:not([name="update_cart"]), input[type="submit"]:not([name="update_cart"]) *, .sidebar input[type="submit"]:not([name="update_cart"]), .sidebar .widget input[type="submit"]:not([name="update_cart"]), .sidebar-content .widget input[type="submit"]:not([name="update_cart"]), .footer input[type="submit"]:not([name="update_cart"]), .stripe .woocommerce-widget-layered-nav-dropdown__submit, .woocommerce-widget-layered-nav-dropdown__submit *, .sidebar .woocommerce-widget-layered-nav-dropdown__submit, .sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit, .sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit, .footer .woocommerce-widget-layered-nav-dropdown__submit, .stripe .give-btn.give-btn-reveal, .give-btn.give-btn-reveal *, .sidebar .give-btn.give-btn-reveal, .sidebar .widget .give-btn.give-btn-reveal, .sidebar-content .widget .give-btn.give-btn-reveal, .footer .give-btn.give-btn-reveal, .stripe .give-submit.give-btn, .give-submit.give-btn *, .sidebar .give-submit.give-btn, .sidebar .widget .give-submit.give-btn, .sidebar-content .widget .give-submit.give-btn, .footer .give-submit.give-btn {
	color: #fff;
}

.btn-bg-off .mec-event-footer .mec-booking-button:not(:hover), .btn-bg-off .dt-form button:not(:hover), .btn-bg-off #page .widget .dt-form .dt-btn:not(:hover), .btn-bg-off .widget .dt-form .dt-btn:not(:hover), .btn-bg-off input[type="button"]:not(:hover), .btn-bg-off input[type="reset"]:not(:hover), .btn-bg-off .wpcf7-submit:not(:hover), .btn-bg-off .nsu-submit:not(:hover), .btn-bg-off .dt-wc-btn:not(:hover), .btn-bg-off input#place_order:not(:hover), .btn-bg-off .woocommerce-Reviews .submit:not(:hover), .btn-bg-off input.button:not(:hover), .btn-bg-off input[name="save_address"]:not(:hover), .btn-bg-off .wc-layout-list .woo-buttons a:not(:hover), .btn-bg-off .post-password-form input[type="submit"]:not(:hover), .btn-bg-off .mc4wp-form input[type="submit"]:not(:hover), .btn-bg-off div.mc4wp-form button[type="submit"]:not(:hover), .btn-bg-off .tml-submit-wrap input[type="submit"]:not(:hover), .btn-bg-off .wpcf7-form input[type="submit"]:not(:hover), .btn-bg-off input[type="submit"]:not([name="update_cart"]):not(:hover), .btn-bg-off .woocommerce-widget-layered-nav-dropdown__submit:not(:hover), .btn-bg-off .give-btn.give-btn-reveal:not(:hover), .btn-bg-off .give-submit.give-btn:not(:hover) {
	background: none;
}

.mec-event-footer .mec-booking-button:hover > *, .mec-event-footer .mec-booking-button:hover, .dt-form button:hover > *, .dt-form button:hover, #page .widget .dt-form .dt-btn:hover > *, #page .widget .dt-form .dt-btn:hover, .widget .dt-form .dt-btn:hover > *, .widget .dt-form .dt-btn:hover, input[type="button"]:hover > *, input[type="button"]:hover, input[type="reset"]:hover > *, input[type="reset"]:hover, .wpcf7-submit:hover > *, .wpcf7-submit:hover, .nsu-submit:hover > *, .nsu-submit:hover, .dt-wc-btn:hover > *, .dt-wc-btn:hover, input#place_order:hover > *, input#place_order:hover, .woocommerce-Reviews .submit:hover > *, .woocommerce-Reviews .submit:hover, input.button:hover > *, input.button:hover, input[name="save_address"]:hover > *, input[name="save_address"]:hover, .wc-layout-list .woo-buttons a:hover > *, .wc-layout-list .woo-buttons a:hover, .post-password-form input[type="submit"]:hover > *, .post-password-form input[type="submit"]:hover, .mc4wp-form input[type="submit"]:hover > *, .mc4wp-form input[type="submit"]:hover, div.mc4wp-form button[type="submit"]:hover > *, div.mc4wp-form button[type="submit"]:hover, .tml-submit-wrap input[type="submit"]:hover > *, .tml-submit-wrap input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover > *, .wpcf7-form input[type="submit"]:hover, input[type="submit"]:not([name="update_cart"]):hover > *, input[type="submit"]:not([name="update_cart"]):hover, .woocommerce-widget-layered-nav-dropdown__submit:hover > *, .woocommerce-widget-layered-nav-dropdown__submit:hover, .give-btn.give-btn-reveal:hover > *, .give-btn.give-btn-reveal:hover, .give-submit.give-btn:hover > *, .give-submit.give-btn:hover {
	color: #fff;
	border-color: #ff5107;
}

.stripe .mec-event-footer .mec-booking-button:hover > *, .mec-event-footer .mec-booking-button:hover > * *, .sidebar .mec-event-footer .mec-booking-button:hover > *, .sidebar .widget .mec-event-footer .mec-booking-button:hover > *, .sidebar-content .widget .mec-event-footer .mec-booking-button:hover > *, .footer .mec-event-footer .mec-booking-button:hover > *, .stripe .mec-event-footer .mec-booking-button:hover, .mec-event-footer .mec-booking-button:hover *, .sidebar .mec-event-footer .mec-booking-button:hover, .sidebar .widget .mec-event-footer .mec-booking-button:hover, .sidebar-content .widget .mec-event-footer .mec-booking-button:hover, .footer .mec-event-footer .mec-booking-button:hover, .stripe .dt-form button:hover > *, .dt-form button:hover > * *, .sidebar .dt-form button:hover > *, .sidebar .widget .dt-form button:hover > *, .sidebar-content .widget .dt-form button:hover > *, .footer .dt-form button:hover > *, .stripe .dt-form button:hover, .dt-form button:hover *, .sidebar .dt-form button:hover, .sidebar .widget .dt-form button:hover, .sidebar-content .widget .dt-form button:hover, .footer .dt-form button:hover, .stripe #page .widget .dt-form .dt-btn:hover > *, #page .widget .dt-form .dt-btn:hover > * *, .sidebar #page .widget .dt-form .dt-btn:hover > *, .sidebar .widget #page .widget .dt-form .dt-btn:hover > *, .sidebar-content .widget #page .widget .dt-form .dt-btn:hover > *, .footer #page .widget .dt-form .dt-btn:hover > *, .stripe #page .widget .dt-form .dt-btn:hover, #page .widget .dt-form .dt-btn:hover *, .sidebar #page .widget .dt-form .dt-btn:hover, .sidebar .widget #page .widget .dt-form .dt-btn:hover, .sidebar-content .widget #page .widget .dt-form .dt-btn:hover, .footer #page .widget .dt-form .dt-btn:hover, .stripe .widget .dt-form .dt-btn:hover > *, .widget .dt-form .dt-btn:hover > * *, .sidebar .widget .dt-form .dt-btn:hover > *, .sidebar .widget .widget .dt-form .dt-btn:hover > *, .sidebar-content .widget .widget .dt-form .dt-btn:hover > *, .footer .widget .dt-form .dt-btn:hover > *, .stripe .widget .dt-form .dt-btn:hover, .widget .dt-form .dt-btn:hover *, .sidebar .widget .dt-form .dt-btn:hover, .sidebar .widget .widget .dt-form .dt-btn:hover, .sidebar-content .widget .widget .dt-form .dt-btn:hover, .footer .widget .dt-form .dt-btn:hover, .stripe input[type="button"]:hover > *, input[type="button"]:hover > * *, .sidebar input[type="button"]:hover > *, .sidebar .widget input[type="button"]:hover > *, .sidebar-content .widget input[type="button"]:hover > *, .footer input[type="button"]:hover > *, .stripe input[type="button"]:hover, input[type="button"]:hover *, .sidebar input[type="button"]:hover, .sidebar .widget input[type="button"]:hover, .sidebar-content .widget input[type="button"]:hover, .footer input[type="button"]:hover, .stripe input[type="reset"]:hover > *, input[type="reset"]:hover > * *, .sidebar input[type="reset"]:hover > *, .sidebar .widget input[type="reset"]:hover > *, .sidebar-content .widget input[type="reset"]:hover > *, .footer input[type="reset"]:hover > *, .stripe input[type="reset"]:hover, input[type="reset"]:hover *, .sidebar input[type="reset"]:hover, .sidebar .widget input[type="reset"]:hover, .sidebar-content .widget input[type="reset"]:hover, .footer input[type="reset"]:hover, .stripe .wpcf7-submit:hover > *, .wpcf7-submit:hover > * *, .sidebar .wpcf7-submit:hover > *, .sidebar .widget .wpcf7-submit:hover > *, .sidebar-content .widget .wpcf7-submit:hover > *, .footer .wpcf7-submit:hover > *, .stripe .wpcf7-submit:hover, .wpcf7-submit:hover *, .sidebar .wpcf7-submit:hover, .sidebar .widget .wpcf7-submit:hover, .sidebar-content .widget .wpcf7-submit:hover, .footer .wpcf7-submit:hover, .stripe .nsu-submit:hover > *, .nsu-submit:hover > * *, .sidebar .nsu-submit:hover > *, .sidebar .widget .nsu-submit:hover > *, .sidebar-content .widget .nsu-submit:hover > *, .footer .nsu-submit:hover > *, .stripe .nsu-submit:hover, .nsu-submit:hover *, .sidebar .nsu-submit:hover, .sidebar .widget .nsu-submit:hover, .sidebar-content .widget .nsu-submit:hover, .footer .nsu-submit:hover, .stripe .dt-wc-btn:hover > *, .dt-wc-btn:hover > * *, .sidebar .dt-wc-btn:hover > *, .sidebar .widget .dt-wc-btn:hover > *, .sidebar-content .widget .dt-wc-btn:hover > *, .footer .dt-wc-btn:hover > *, .stripe .dt-wc-btn:hover, .dt-wc-btn:hover *, .sidebar .dt-wc-btn:hover, .sidebar .widget .dt-wc-btn:hover, .sidebar-content .widget .dt-wc-btn:hover, .footer .dt-wc-btn:hover, .stripe input#place_order:hover > *, input#place_order:hover > * *, .sidebar input#place_order:hover > *, .sidebar .widget input#place_order:hover > *, .sidebar-content .widget input#place_order:hover > *, .footer input#place_order:hover > *, .stripe input#place_order:hover, input#place_order:hover *, .sidebar input#place_order:hover, .sidebar .widget input#place_order:hover, .sidebar-content .widget input#place_order:hover, .footer input#place_order:hover, .stripe .woocommerce-Reviews .submit:hover > *, .woocommerce-Reviews .submit:hover > * *, .sidebar .woocommerce-Reviews .submit:hover > *, .sidebar .widget .woocommerce-Reviews .submit:hover > *, .sidebar-content .widget .woocommerce-Reviews .submit:hover > *, .footer .woocommerce-Reviews .submit:hover > *, .stripe .woocommerce-Reviews .submit:hover, .woocommerce-Reviews .submit:hover *, .sidebar .woocommerce-Reviews .submit:hover, .sidebar .widget .woocommerce-Reviews .submit:hover, .sidebar-content .widget .woocommerce-Reviews .submit:hover, .footer .woocommerce-Reviews .submit:hover, .stripe input.button:hover > *, input.button:hover > * *, .sidebar input.button:hover > *, .sidebar .widget input.button:hover > *, .sidebar-content .widget input.button:hover > *, .footer input.button:hover > *, .stripe input.button:hover, input.button:hover *, .sidebar input.button:hover, .sidebar .widget input.button:hover, .sidebar-content .widget input.button:hover, .footer input.button:hover, .stripe input[name="save_address"]:hover > *, input[name="save_address"]:hover > * *, .sidebar input[name="save_address"]:hover > *, .sidebar .widget input[name="save_address"]:hover > *, .sidebar-content .widget input[name="save_address"]:hover > *, .footer input[name="save_address"]:hover > *, .stripe input[name="save_address"]:hover, input[name="save_address"]:hover *, .sidebar input[name="save_address"]:hover, .sidebar .widget input[name="save_address"]:hover, .sidebar-content .widget input[name="save_address"]:hover, .footer input[name="save_address"]:hover, .stripe .wc-layout-list .woo-buttons a:hover > *, .wc-layout-list .woo-buttons a:hover > * *, .sidebar .wc-layout-list .woo-buttons a:hover > *, .sidebar .widget .wc-layout-list .woo-buttons a:hover > *, .sidebar-content .widget .wc-layout-list .woo-buttons a:hover > *, .footer .wc-layout-list .woo-buttons a:hover > *, .stripe .wc-layout-list .woo-buttons a:hover, .wc-layout-list .woo-buttons a:hover *, .sidebar .wc-layout-list .woo-buttons a:hover, .sidebar .widget .wc-layout-list .woo-buttons a:hover, .sidebar-content .widget .wc-layout-list .woo-buttons a:hover, .footer .wc-layout-list .woo-buttons a:hover, .stripe .post-password-form input[type="submit"]:hover > *, .post-password-form input[type="submit"]:hover > * *, .sidebar .post-password-form input[type="submit"]:hover > *, .sidebar .widget .post-password-form input[type="submit"]:hover > *, .sidebar-content .widget .post-password-form input[type="submit"]:hover > *, .footer .post-password-form input[type="submit"]:hover > *, .stripe .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:hover *, .sidebar .post-password-form input[type="submit"]:hover, .sidebar .widget .post-password-form input[type="submit"]:hover, .sidebar-content .widget .post-password-form input[type="submit"]:hover, .footer .post-password-form input[type="submit"]:hover, .stripe .mc4wp-form input[type="submit"]:hover > *, .mc4wp-form input[type="submit"]:hover > * *, .sidebar .mc4wp-form input[type="submit"]:hover > *, .sidebar .widget .mc4wp-form input[type="submit"]:hover > *, .sidebar-content .widget .mc4wp-form input[type="submit"]:hover > *, .footer .mc4wp-form input[type="submit"]:hover > *, .stripe .mc4wp-form input[type="submit"]:hover, .mc4wp-form input[type="submit"]:hover *, .sidebar .mc4wp-form input[type="submit"]:hover, .sidebar .widget .mc4wp-form input[type="submit"]:hover, .sidebar-content .widget .mc4wp-form input[type="submit"]:hover, .footer .mc4wp-form input[type="submit"]:hover, .stripe div.mc4wp-form button[type="submit"]:hover > *, div.mc4wp-form button[type="submit"]:hover > * *, .sidebar div.mc4wp-form button[type="submit"]:hover > *, .sidebar .widget div.mc4wp-form button[type="submit"]:hover > *, .sidebar-content .widget div.mc4wp-form button[type="submit"]:hover > *, .footer div.mc4wp-form button[type="submit"]:hover > *, .stripe div.mc4wp-form button[type="submit"]:hover, div.mc4wp-form button[type="submit"]:hover *, .sidebar div.mc4wp-form button[type="submit"]:hover, .sidebar .widget div.mc4wp-form button[type="submit"]:hover, .sidebar-content .widget div.mc4wp-form button[type="submit"]:hover, .footer div.mc4wp-form button[type="submit"]:hover, .stripe .tml-submit-wrap input[type="submit"]:hover > *, .tml-submit-wrap input[type="submit"]:hover > * *, .sidebar .tml-submit-wrap input[type="submit"]:hover > *, .sidebar .widget .tml-submit-wrap input[type="submit"]:hover > *, .sidebar-content .widget .tml-submit-wrap input[type="submit"]:hover > *, .footer .tml-submit-wrap input[type="submit"]:hover > *, .stripe .tml-submit-wrap input[type="submit"]:hover, .tml-submit-wrap input[type="submit"]:hover *, .sidebar .tml-submit-wrap input[type="submit"]:hover, .sidebar .widget .tml-submit-wrap input[type="submit"]:hover, .sidebar-content .widget .tml-submit-wrap input[type="submit"]:hover, .footer .tml-submit-wrap input[type="submit"]:hover, .stripe .wpcf7-form input[type="submit"]:hover > *, .wpcf7-form input[type="submit"]:hover > * *, .sidebar .wpcf7-form input[type="submit"]:hover > *, .sidebar .widget .wpcf7-form input[type="submit"]:hover > *, .sidebar-content .widget .wpcf7-form input[type="submit"]:hover > *, .footer .wpcf7-form input[type="submit"]:hover > *, .stripe .wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover *, .sidebar .wpcf7-form input[type="submit"]:hover, .sidebar .widget .wpcf7-form input[type="submit"]:hover, .sidebar-content .widget .wpcf7-form input[type="submit"]:hover, .footer .wpcf7-form input[type="submit"]:hover, .stripe input[type="submit"]:not([name="update_cart"]):hover > *, input[type="submit"]:not([name="update_cart"]):hover > * *, .sidebar input[type="submit"]:not([name="update_cart"]):hover > *, .sidebar .widget input[type="submit"]:not([name="update_cart"]):hover > *, .sidebar-content .widget input[type="submit"]:not([name="update_cart"]):hover > *, .footer input[type="submit"]:not([name="update_cart"]):hover > *, .stripe input[type="submit"]:not([name="update_cart"]):hover, input[type="submit"]:not([name="update_cart"]):hover *, .sidebar input[type="submit"]:not([name="update_cart"]):hover, .sidebar .widget input[type="submit"]:not([name="update_cart"]):hover, .sidebar-content .widget input[type="submit"]:not([name="update_cart"]):hover, .footer input[type="submit"]:not([name="update_cart"]):hover, .stripe .woocommerce-widget-layered-nav-dropdown__submit:hover > *, .woocommerce-widget-layered-nav-dropdown__submit:hover > * *, .sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover > *, .sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit:hover > *, .sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit:hover > *, .footer .woocommerce-widget-layered-nav-dropdown__submit:hover > *, .stripe .woocommerce-widget-layered-nav-dropdown__submit:hover, .woocommerce-widget-layered-nav-dropdown__submit:hover *, .sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover, .sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit:hover, .sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit:hover, .footer .woocommerce-widget-layered-nav-dropdown__submit:hover, .stripe .give-btn.give-btn-reveal:hover > *, .give-btn.give-btn-reveal:hover > * *, .sidebar .give-btn.give-btn-reveal:hover > *, .sidebar .widget .give-btn.give-btn-reveal:hover > *, .sidebar-content .widget .give-btn.give-btn-reveal:hover > *, .footer .give-btn.give-btn-reveal:hover > *, .stripe .give-btn.give-btn-reveal:hover, .give-btn.give-btn-reveal:hover *, .sidebar .give-btn.give-btn-reveal:hover, .sidebar .widget .give-btn.give-btn-reveal:hover, .sidebar-content .widget .give-btn.give-btn-reveal:hover, .footer .give-btn.give-btn-reveal:hover, .stripe .give-submit.give-btn:hover > *, .give-submit.give-btn:hover > * *, .sidebar .give-submit.give-btn:hover > *, .sidebar .widget .give-submit.give-btn:hover > *, .sidebar-content .widget .give-submit.give-btn:hover > *, .footer .give-submit.give-btn:hover > *, .stripe .give-submit.give-btn:hover, .give-submit.give-btn:hover *, .sidebar .give-submit.give-btn:hover, .sidebar .widget .give-submit.give-btn:hover, .sidebar-content .widget .give-submit.give-btn:hover, .footer .give-submit.give-btn:hover {
	color: #fff;
}

#page .mec-event-footer .mec-booking-button:hover > *, .tinv-modal .mec-event-footer .mec-booking-button:hover > *, #page .mec-event-footer .mec-booking-button:hover, .tinv-modal .mec-event-footer .mec-booking-button:hover, #page .dt-form button:hover > *, .tinv-modal .dt-form button:hover > *, #page .dt-form button:hover, .tinv-modal .dt-form button:hover, #page #page .widget .dt-form .dt-btn:hover > *, .tinv-modal #page .widget .dt-form .dt-btn:hover > *, #page #page .widget .dt-form .dt-btn:hover, .tinv-modal #page .widget .dt-form .dt-btn:hover, #page .widget .dt-form .dt-btn:hover > *, .tinv-modal .widget .dt-form .dt-btn:hover > *, #page .widget .dt-form .dt-btn:hover, .tinv-modal .widget .dt-form .dt-btn:hover, #page input[type="button"]:hover > *, .tinv-modal input[type="button"]:hover > *, #page input[type="button"]:hover, .tinv-modal input[type="button"]:hover, #page input[type="reset"]:hover > *, .tinv-modal input[type="reset"]:hover > *, #page input[type="reset"]:hover, .tinv-modal input[type="reset"]:hover, #page .wpcf7-submit:hover > *, .tinv-modal .wpcf7-submit:hover > *, #page .wpcf7-submit:hover, .tinv-modal .wpcf7-submit:hover, #page .nsu-submit:hover > *, .tinv-modal .nsu-submit:hover > *, #page .nsu-submit:hover, .tinv-modal .nsu-submit:hover, #page .dt-wc-btn:hover > *, .tinv-modal .dt-wc-btn:hover > *, #page .dt-wc-btn:hover, .tinv-modal .dt-wc-btn:hover, #page input#place_order:hover > *, .tinv-modal input#place_order:hover > *, #page input#place_order:hover, .tinv-modal input#place_order:hover, #page .woocommerce-Reviews .submit:hover > *, .tinv-modal .woocommerce-Reviews .submit:hover > *, #page .woocommerce-Reviews .submit:hover, .tinv-modal .woocommerce-Reviews .submit:hover, #page input.button:hover > *, .tinv-modal input.button:hover > *, #page input.button:hover, .tinv-modal input.button:hover, #page input[name="save_address"]:hover > *, .tinv-modal input[name="save_address"]:hover > *, #page input[name="save_address"]:hover, .tinv-modal input[name="save_address"]:hover, #page .wc-layout-list .woo-buttons a:hover > *, .tinv-modal .wc-layout-list .woo-buttons a:hover > *, #page .wc-layout-list .woo-buttons a:hover, .tinv-modal .wc-layout-list .woo-buttons a:hover, #page .post-password-form input[type="submit"]:hover > *, .tinv-modal .post-password-form input[type="submit"]:hover > *, #page .post-password-form input[type="submit"]:hover, .tinv-modal .post-password-form input[type="submit"]:hover, #page .mc4wp-form input[type="submit"]:hover > *, .tinv-modal .mc4wp-form input[type="submit"]:hover > *, #page .mc4wp-form input[type="submit"]:hover, .tinv-modal .mc4wp-form input[type="submit"]:hover, #page div.mc4wp-form button[type="submit"]:hover > *, .tinv-modal div.mc4wp-form button[type="submit"]:hover > *, #page div.mc4wp-form button[type="submit"]:hover, .tinv-modal div.mc4wp-form button[type="submit"]:hover, #page .tml-submit-wrap input[type="submit"]:hover > *, .tinv-modal .tml-submit-wrap input[type="submit"]:hover > *, #page .tml-submit-wrap input[type="submit"]:hover, .tinv-modal .tml-submit-wrap input[type="submit"]:hover, #page .wpcf7-form input[type="submit"]:hover > *, .tinv-modal .wpcf7-form input[type="submit"]:hover > *, #page .wpcf7-form input[type="submit"]:hover, .tinv-modal .wpcf7-form input[type="submit"]:hover, #page input[type="submit"]:not([name="update_cart"]):hover > *, .tinv-modal input[type="submit"]:not([name="update_cart"]):hover > *, #page input[type="submit"]:not([name="update_cart"]):hover, .tinv-modal input[type="submit"]:not([name="update_cart"]):hover, #page .woocommerce-widget-layered-nav-dropdown__submit:hover > *, .tinv-modal .woocommerce-widget-layered-nav-dropdown__submit:hover > *, #page .woocommerce-widget-layered-nav-dropdown__submit:hover, .tinv-modal .woocommerce-widget-layered-nav-dropdown__submit:hover, #page .give-btn.give-btn-reveal:hover > *, .tinv-modal .give-btn.give-btn-reveal:hover > *, #page .give-btn.give-btn-reveal:hover, .tinv-modal .give-btn.give-btn-reveal:hover, #page .give-submit.give-btn:hover > *, .tinv-modal .give-submit.give-btn:hover > *, #page .give-submit.give-btn:hover, .tinv-modal .give-submit.give-btn:hover {
	background: #47c4ff;
	background: );
}

.btn-hover-bg-off #page .mec-event-footer .mec-booking-button:hover > *, .btn-hover-bg-off #page .mec-event-footer .mec-booking-button:hover, .btn-hover-bg-off #page .dt-form button:hover > *, .btn-hover-bg-off #page .dt-form button:hover, .btn-hover-bg-off #page #page .widget .dt-form .dt-btn:hover > *, .btn-hover-bg-off #page #page .widget .dt-form .dt-btn:hover, .btn-hover-bg-off #page .widget .dt-form .dt-btn:hover > *, .btn-hover-bg-off #page .widget .dt-form .dt-btn:hover, .btn-hover-bg-off #page input[type="button"]:hover > *, .btn-hover-bg-off #page input[type="button"]:hover, .btn-hover-bg-off #page input[type="reset"]:hover > *, .btn-hover-bg-off #page input[type="reset"]:hover, .btn-hover-bg-off #page .wpcf7-submit:hover > *, .btn-hover-bg-off #page .wpcf7-submit:hover, .btn-hover-bg-off #page .nsu-submit:hover > *, .btn-hover-bg-off #page .nsu-submit:hover, .btn-hover-bg-off #page .dt-wc-btn:hover > *, .btn-hover-bg-off #page .dt-wc-btn:hover, .btn-hover-bg-off #page input#place_order:hover > *, .btn-hover-bg-off #page input#place_order:hover, .btn-hover-bg-off #page .woocommerce-Reviews .submit:hover > *, .btn-hover-bg-off #page .woocommerce-Reviews .submit:hover, .btn-hover-bg-off #page input.button:hover > *, .btn-hover-bg-off #page input.button:hover, .btn-hover-bg-off #page input[name="save_address"]:hover > *, .btn-hover-bg-off #page input[name="save_address"]:hover, .btn-hover-bg-off #page .wc-layout-list .woo-buttons a:hover > *, .btn-hover-bg-off #page .wc-layout-list .woo-buttons a:hover, .btn-hover-bg-off #page .post-password-form input[type="submit"]:hover > *, .btn-hover-bg-off #page .post-password-form input[type="submit"]:hover, .btn-hover-bg-off #page .mc4wp-form input[type="submit"]:hover > *, .btn-hover-bg-off #page .mc4wp-form input[type="submit"]:hover, .btn-hover-bg-off #page div.mc4wp-form button[type="submit"]:hover > *, .btn-hover-bg-off #page div.mc4wp-form button[type="submit"]:hover, .btn-hover-bg-off #page .tml-submit-wrap input[type="submit"]:hover > *, .btn-hover-bg-off #page .tml-submit-wrap input[type="submit"]:hover, .btn-hover-bg-off #page .wpcf7-form input[type="submit"]:hover > *, .btn-hover-bg-off #page .wpcf7-form input[type="submit"]:hover, .btn-hover-bg-off #page input[type="submit"]:not([name="update_cart"]):hover > *, .btn-hover-bg-off #page input[type="submit"]:not([name="update_cart"]):hover, .btn-hover-bg-off #page .woocommerce-widget-layered-nav-dropdown__submit:hover > *, .btn-hover-bg-off #page .woocommerce-widget-layered-nav-dropdown__submit:hover, .btn-hover-bg-off #page .give-btn.give-btn-reveal:hover > *, .btn-hover-bg-off #page .give-btn.give-btn-reveal:hover, .btn-hover-bg-off #page .give-submit.give-btn:hover > *, .btn-hover-bg-off #page .give-submit.give-btn:hover {
	background: none;
}

.mec-event-footer .mec-booking-button:hover .text-wrap, .dt-form button:hover .text-wrap, #page .widget .dt-form .dt-btn:hover .text-wrap, .widget .dt-form .dt-btn:hover .text-wrap, input[type="button"]:hover .text-wrap, input[type="reset"]:hover .text-wrap, .wpcf7-submit:hover .text-wrap, .nsu-submit:hover .text-wrap, .dt-wc-btn:hover .text-wrap, input#place_order:hover .text-wrap, .woocommerce-Reviews .submit:hover .text-wrap, input.button:hover .text-wrap, input[name="save_address"]:hover .text-wrap, .wc-layout-list .woo-buttons a:hover .text-wrap, .post-password-form input[type="submit"]:hover .text-wrap, .mc4wp-form input[type="submit"]:hover .text-wrap, div.mc4wp-form button[type="submit"]:hover .text-wrap, .tml-submit-wrap input[type="submit"]:hover .text-wrap, .wpcf7-form input[type="submit"]:hover .text-wrap, input[type="submit"]:not([name="update_cart"]):hover .text-wrap, .woocommerce-widget-layered-nav-dropdown__submit:hover .text-wrap, .give-btn.give-btn-reveal:hover .text-wrap, .give-submit.give-btn:hover .text-wrap {
	color: #fff;
}

button.button, .cart-btn-below-img .woo-buttons a, a.button:not(.edd-submit) {
	color: #fff;
	background-color: #0bb0ff;
	background: #0bb0ff;
	background: );
}

.stripe button.button, button.button *, .sidebar button.button, .sidebar .widget button.button, .sidebar-content .widget button.button, .footer button.button, .stripe .cart-btn-below-img .woo-buttons a, .cart-btn-below-img .woo-buttons a *, .sidebar .cart-btn-below-img .woo-buttons a, .sidebar .widget .cart-btn-below-img .woo-buttons a, .sidebar-content .widget .cart-btn-below-img .woo-buttons a, .footer .cart-btn-below-img .woo-buttons a, .stripe a.button:not(.edd-submit), a.button:not(.edd-submit) *, .sidebar a.button:not(.edd-submit), .sidebar .widget a.button:not(.edd-submit), .sidebar-content .widget a.button:not(.edd-submit), .footer a.button:not(.edd-submit) {
	color: #fff;
}

.btn-bg-off button.button:not(:hover), .btn-bg-off .cart-btn-below-img .woo-buttons a:not(:hover), .btn-bg-off a.button:not(.edd-submit):not(:hover) {
	background: none;
}

button.button:hover > *, button.button:hover, .cart-btn-below-img .woo-buttons a:hover > *, .cart-btn-below-img .woo-buttons a:hover, a.button:not(.edd-submit):hover > *, a.button:not(.edd-submit):hover {
	color: #fff;
}

button.button:hover, .cart-btn-below-img .woo-buttons a:hover, a.button:not(.edd-submit):hover {
	border-color: #ff5107;
	background: #47c4ff;
	background: );
}

.stripe button.button:hover, button.button:hover *, .sidebar button.button:hover, .sidebar .widget button.button:hover, .sidebar-content .widget button.button:hover, .footer button.button:hover, .stripe .cart-btn-below-img .woo-buttons a:hover, .cart-btn-below-img .woo-buttons a:hover *, .sidebar .cart-btn-below-img .woo-buttons a:hover, .sidebar .widget .cart-btn-below-img .woo-buttons a:hover, .sidebar-content .widget .cart-btn-below-img .woo-buttons a:hover, .footer .cart-btn-below-img .woo-buttons a:hover, .stripe a.button:not(.edd-submit):hover, a.button:not(.edd-submit):hover *, .sidebar a.button:not(.edd-submit):hover, .sidebar .widget a.button:not(.edd-submit):hover, .sidebar-content .widget a.button:not(.edd-submit):hover, .footer a.button:not(.edd-submit):hover {
	color: #fff;
}

.btn-hover-bg-off button.button:hover, .btn-hover-bg-off .cart-btn-below-img .woo-buttons a:hover, .btn-hover-bg-off a.button:not(.edd-submit):hover {
	background: none;
}

button.button:hover .text-wrap, .cart-btn-below-img .woo-buttons a:hover .text-wrap, a.button:not(.edd-submit):hover .text-wrap {
	color: #fff;
}

button.button.tinvwl-add-to-cart:hover > * {
	color: inherit;
}

.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style), .mec-event-footer .mec-booking-button, .give-btn.give-btn-reveal, .give-submit.give-btn {
	background-color: #0bb0ff;
	background-image: none;
	background: #0bb0ff;
	background: );
}

.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).nitro-lazy, .mec-event-footer .mec-booking-button.nitro-lazy, .give-btn.give-btn-reveal.nitro-lazy, .give-submit.give-btn.nitro-lazy {
	background-image: none !important;
}

.btn-bg-off .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):not(:hover), .btn-bg-off .mec-event-footer .mec-booking-button:not(:hover), .btn-bg-off .give-btn.give-btn-reveal:not(:hover), .btn-bg-off .give-submit.give-btn:not(:hover) {
	background: none;
}

.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover, .mec-event-footer .mec-booking-button:hover, .give-btn.give-btn-reveal:hover, .give-submit.give-btn:hover {
	background: none;
	background: #47c4ff;
	background: );
	border-color: #ff5107;
}

.btn-hover-bg-off .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover, .btn-hover-bg-off .mec-event-footer .mec-booking-button:hover, .btn-hover-bg-off .give-btn.give-btn-reveal:hover, .btn-hover-bg-off .give-submit.give-btn:hover {
	background: none;
}

.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-color, .mec-event-footer .mec-booking-button.accent-btn-bg-color, .give-btn.give-btn-reveal.accent-btn-bg-color, .give-submit.give-btn.accent-btn-bg-color {
	background: #ff5107;
}

.accent-gradient .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-color, .accent-gradient .mec-event-footer .mec-booking-button.accent-btn-bg-color, .accent-gradient .give-btn.give-btn-reveal.accent-btn-bg-color, .accent-gradient .give-submit.give-btn.accent-btn-bg-color {
	background: #ff5107;
	background: );
}

#page .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-hover-color:hover, #page .mec-event-footer .mec-booking-button.accent-btn-bg-hover-color:hover, #page .give-btn.give-btn-reveal.accent-btn-bg-hover-color:hover, #page .give-submit.give-btn.accent-btn-bg-hover-color:hover {
	background: #ff5107;
}

.accent-gradient #page .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-hover-color:hover, .accent-gradient #page .mec-event-footer .mec-booking-button.accent-btn-bg-hover-color:hover, .accent-gradient #page .give-btn.give-btn-reveal.accent-btn-bg-hover-color:hover, .accent-gradient #page .give-submit.give-btn.accent-btn-bg-hover-color:hover {
	background: #ff5107;
	background: );
}

#page .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).default-btn-bg-hover-color:hover, #page .mec-event-footer .mec-booking-button.default-btn-bg-hover-color:hover, #page .give-btn.give-btn-reveal.default-btn-bg-hover-color:hover, #page .give-submit.give-btn.default-btn-bg-hover-color:hover {
	background: none;
	background: #47c4ff;
	background: );
}

.btn-light:hover, .outline-bg-btn:hover {
	background: #47c4ff;
	background: );
}

.dt-btn.btn-hover-off:hover {
	background-color: #0bb0ff !important;
	background: #0bb0ff !important;
	background: ) !important;
}

.dt-btn:not(.btn-custom-style), .btn-link {
	color: #fff;
}

.dt-btn:not(.btn-custom-style) *, .sidebar .dt-btn:not(.btn-custom-style), .content .sidebar-content .dt-btn:not(.btn-custom-style), .footer .dt-btn:not(.btn-custom-style), .content .shortcode-banner-inside .dt-btn:not(.btn-custom-style) *, .content .dt-btn:not(.btn-custom-style), .btn-link *, .sidebar .btn-link, .content .sidebar-content .btn-link, .footer .btn-link, .content .shortcode-banner-inside .btn-link *, .content .btn-link {
	color: #fff;
}

.dt-btn:not(.btn-custom-style):hover, .dt-btn:not(.btn-custom-style):hover > *, .btn-link:hover, .btn-link:hover > * {
	color: #fff;
}

.dt-btn:not(.btn-custom-style).accent-btn-color > span, .dt-btn:not(.btn-custom-style).accent-btn-color > .text-wrap *, .dt-btn:not(.btn-custom-style).accent-btn-color > i[class^="fa"], .dt-btn:not(.btn-custom-style).accent-btn-color > i[class^="dt-icon-"], .btn-link.accent-btn-color > span, .btn-link.accent-btn-color > .text-wrap *, .btn-link.accent-btn-color > i[class^="fa"], .btn-link.accent-btn-color > i[class^="dt-icon-"] {
	color: #ff5107;
}

.dt-btn:not(.btn-custom-style).title-btn-color, .dt-btn:not(.btn-custom-style).title-btn-color > span, .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *, .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"], .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"], .btn-link.title-btn-color, .btn-link.title-btn-color > span, .btn-link.title-btn-color > .text-wrap *, .btn-link.title-btn-color > i[class^="fa"], .btn-link.title-btn-color > i[class^="dt-icon-"] {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > span, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"], .dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"], .dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > span, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > .text-wrap *, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > i[class^="fa"], .dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > i[class^="dt-icon-"] {}

.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color, .sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > span, .sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *, .sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"], .sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"], .sidebar-content .btn-link.title-btn-color, .sidebar-content .btn-link.title-btn-color > span, .sidebar-content .btn-link.title-btn-color > .text-wrap *, .sidebar-content .btn-link.title-btn-color > i[class^="fa"], .sidebar-content .btn-link.title-btn-color > i[class^="dt-icon-"] {
	color: #333;
}

.footer .dt-btn:not(.btn-custom-style).title-btn-color, .footer .dt-btn:not(.btn-custom-style).title-btn-color > span, .footer .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *, .footer .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"], .footer .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"], .footer .btn-link.title-btn-color, .footer .btn-link.title-btn-color > span, .footer .btn-link.title-btn-color > .text-wrap *, .footer .btn-link.title-btn-color > i[class^="fa"], .footer .btn-link.title-btn-color > i[class^="dt-icon-"] {
	color: #000;
}

.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span, .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *, .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"], .dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="dt-icon-"], .btn-link.title-btn-hover-color:hover > span, .btn-link.title-btn-hover-color:hover > .text-wrap *, .btn-link.title-btn-hover-color:hover > i[class^="fa"], .btn-link.title-btn-hover-color:hover > i[class^="dt-icon-"] {
	color: #333 !important;
}

.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > span, .dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > .text-wrap *, .dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > i[class^="fa"], .dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > i[class^="dt-icon-"], .btn-link.default-btn-hover-color:hover > span, .btn-link.default-btn-hover-color:hover > .text-wrap *, .btn-link.default-btn-hover-color:hover > i[class^="fa"], .btn-link.default-btn-hover-color:hover > i[class^="dt-icon-"] {
	color: #fff !important;
}

#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > span, #page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > .text-wrap *, #page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > i[class^="fa"], #page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > i[class^="dt-icon-"], #page .btn-link.accent-btn-hover-color:hover > span, #page .btn-link.accent-btn-hover-color:hover > .text-wrap *, #page .btn-link.accent-btn-hover-color:hover > i[class^="fa"], #page .btn-link.accent-btn-hover-color:hover > i[class^="dt-icon-"] {
	color: #ff5107 !important;
}

.accent-btn-color .dt-btn:not(.custom-btn-color):not(.btn-shortcode):not(.btn-custom-style) > span, .accent-btn-color .dt-btn:not(.custom-btn-color):not(.btn-shortcode):not(.btn-custom-style) > .text-wrap * {
	color: #ff5107;
}

.custom-btn-hover-color .dt-btn:not(.custom-btn-color):not(.accent-btn-hover-color):not(.btn-shortcode):hover > span, .custom-btn-hover-color .dt-btn:not(.custom-btn-color):not(.accent-btn-hover-color):not(.btn-shortcode):hover > .text-wrap * {
	background: none;
	color: #fff;
}

.custom-btn-hover-color .dt-btn:hover > .text-wrap * {
	color: inherit;
}

.accent-btn-hover-color .dt-btn:not(.custom-btn-hover-color):not(.btn-shortcode):not(.btn-custom-style):hover > span, .accent-btn-hover-color .dt-btn:not(.custom-btn-hover-color):not(.btn-shortcode):not(.btn-custom-style):hover > .text-wrap * {
	color: #ff5107;
}

.light-bg-btn {
	background-color: #fff;
}

.outline-element-decoration .light-bg-btn {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .light-bg-btn {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.light-bg-btn:hover {
	background: #47c4ff;
	background: );
}

#page .light-bg-btn.accent-btn-bg-hover-color:hover {
	background: #ff5107;
}

.accent-gradient #page .light-bg-btn.accent-btn-bg-hover-color:hover {
	background: #ff5107;
	background: );
}

.btn-light {
	background-color: #fff;
	background-image: none;
}

.btn-light.nitro-lazy {
	background-image: none !important;
}

.outline-element-decoration .btn-light {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .btn-light {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.btn-light:hover {
	background-image: none;
	background-color: #fff;
}

.btn-light:hover.nitro-lazy {
	background-image: none !important;
}

.outline-element-decoration .btn-light:hover {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .btn-light:hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.dt-btn.outline-bg-btn {
	background: none;
}

.accent-gradient .dt-btn.outline-bg-btn {
	background: none;
}

.dt-btn.outline-bg-btn:hover {
	border-color: transparent;
}

.outline-bg-btn {
	border-color: #0bb0ff;
}

.outline-bg-btn:hover {
	border-color: #47c4ff;
	background: #47c4ff;
	background: );
}

.outline-bg-btn.accent-btn-bg-color {
	border-color: #ff5107;
}

#page .outline-bg-btn.accent-btn-bg-hover-color:hover {
	background: #ff5107;
	border-color: transparent;
}

.accent-gradient #page .outline-bg-btn.accent-btn-bg-hover-color:hover {
	background: #ff5107;
	background: );
}

.outline-btn {
	border-color: #0bb0ff;
}

.outline-btn:hover {
	border-color: #47c4ff;
	background: none;
}

.outline-btn.accent-btn-bg-color {
	border-color: #ff5107;
}

#page .outline-btn.accent-btn-bg-hover-color:hover {
	border-color: #ff5107;
}

.dt-btn-link, .dt-btn-link > span, .dt-btn-link > i {
	color: #ff5107;
}

.dt-btn-link:after {
	background: #ff5107;
}

.accent-gradient .dt-btn-link:after {
	background: #ff5107;
	background: );
}

.wpb_content_element .wpb_tabs_nav > li > a {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wpb_content_element .wpb_tabs_nav > li > a {}

.sidebar-content .wpb_content_element .wpb_tabs_nav > li > a {
	color: #333;
}

.footer .wpb_content_element .wpb_tabs_nav > li > a {
	color: #000;
}

.wpb_tabs.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav > li:not(.ui-state-active):hover > a, .wpb_tour.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav > li:not(.ui-state-active):hover > a, .wpb_content_element.tab-style-three .wpb_tabs_nav > li.ui-tabs-active > a, .wpb_content_element.tab-style-two.wpb_tabs .wpb_tabs_nav > li.ui-tabs-active > a {
	color: #ff5107;
}

.tab-style-one.wpb_tabs .wpb_tabs_nav li {
	border-radius: 0px;
}

.tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active), .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
	background-color: #fff;
}

.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active), .outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active), .shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.wpb_tabs.tab-style-one .wpb_tabs_nav > li.ui-state-active {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient .wpb_tabs.tab-style-one .wpb_tabs_nav > li.ui-state-active {
	background: #ff5107;
	background: );
}

.wpb_tabs.tab-style-two {
	background-color: #fff;
}

.outline-element-decoration .wpb_tabs.tab-style-two {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .wpb_tabs.tab-style-two {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.wpb_tabs.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
	background-color: #ff5107;
}

.accent-gradient .wpb_tabs.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
	background: #ff5107;
	background: );
}

.tab-style-four.wpb_tabs {
	border-radius: 0px;
}

.tab-style-four.wpb_tabs {
	background-color: #fff;
}

.outline-element-decoration .tab-style-four.wpb_tabs {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .tab-style-four.wpb_tabs {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.tab-style-four.wpb_tabs .wpb_tabs_nav {
	background-color: #ff5107;
}

.accent-gradient .tab-style-four.wpb_tabs .wpb_tabs_nav {
	background: #ff5107;
	background: );
}

.wpb_tour.tab-style-one, .tab-style-one.wpb_tour .wpb_tabs_nav li {
	border-radius: 0px;
}

.tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active), .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
	background-color: #fff;
}

.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active), .outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active), .shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active, .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active:hover {
	color: #fff;
}

#page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active, #page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active:hover {
	background-color: #ff5107;
}

.accent-gradient #page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active, .accent-gradient #page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active:hover {
	background: #ff5107;
	background: );
}

.wpb_tour.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
	background-color: #ff5107;
}

.accent-gradient .wpb_tour.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
	background: #ff5107;
	background: );
}

.tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active), .wpb_tour.tab-style-two .wpb_tab {
	background-color: #fff;
	border-radius: 0px;
}

.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active), .outline-element-decoration .wpb_tour.tab-style-two .wpb_tab {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active), .shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.tab-style-two.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
	border-radius: 0px;
}

.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active, .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active:hover {
	color: #fff;
}

#page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active, #page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active:hover {
	background-color: #ff5107;
}

.accent-gradient #page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active, .accent-gradient #page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active:hover {
	background: #ff5107;
	background: );
}

.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active a {
	color: #fff;
}

.wpb_tour.tab-style-three .wpb_tabs_nav li, .wpb_tour.tab-style-three .wpb_tabs_nav {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .wpb_tour.tab-style-three .wpb_tabs_nav li, .sidebar-content .wpb_tour.tab-style-three .wpb_tabs_nav li, .sidebar .wpb_tour.tab-style-three .wpb_tabs_nav, .sidebar-content .wpb_tour.tab-style-three .wpb_tabs_nav {
	border-color: rgba(139, 141, 148, .15);
}

.footer .wpb_tour.tab-style-three .wpb_tabs_nav li, .footer .wpb_tour.tab-style-three .wpb_tabs_nav {
	border-color: rgba(0, 0, 0, .15);
}

.tab-style-four.wpb_tour {
	border-radius: 0px;
}

.tab-style-four.wpb_tour {
	background-color: #fff;
}

.outline-element-decoration .tab-style-four.wpb_tour {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .tab-style-four.wpb_tour {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.tab-style-four.wpb_tour .wpb_tabs_nav {
	background-color: #ff5107;
}

.accent-gradient .tab-style-four.wpb_tour .wpb_tabs_nav {
	background: #ff5107;
	background: );
}

.wpb_content_element .wpb_accordion_header > a span {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wpb_content_element .wpb_accordion_header > a span {}

.sidebar-content .wpb_content_element .wpb_accordion_header > a span {
	color: #333;
}

.footer .wpb_content_element .wpb_accordion_header > a span {
	color: #000;
}

#page .wpb_accordion .wpb_accordion_wrapper > a:hover span, #page .wpb_content_element .wpb_accordion_header a:hover span {
	color: #ff5107;
}

.wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header, .sidebar-content .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
	border-color: rgba(139, 141, 148, .15);
}

.footer .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
	border-color: rgba(0, 0, 0, .15);
}

.dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	background-color: #fff;
}

.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.content .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
	background-color: rgba(73, 79, 84, .15);
}

.wpb_content_element.dt-style .wpb_accordion_header > a:after {}

.wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:hover:after, .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .ui-state-active > a:hover:after {
	color: #ff5107;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active > a:after {}

.hr-thick {
	border-color: rgba(73, 79, 84, .1);
}

.hr-thin {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, .08);
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.hr-thin.style-dashed {
	border-top-style: dashed;
	border-bottom: none;
}

.hr-thin.style-dotted {
	border-top-style: dotted;
	border-bottom: none;
}

.hr-thin.style-double {
	border-top-style: double;
	border-top-width: 3px;
	border-bottom: none;
}

.accent-border-color .separator-holder, .accent-border-color.hr-thin, .accent-border-color.hr-thick {
	border-color: #ff5107;
}

.accent-gradient .accent-border-color.hr-thin.style-line, .accent-gradient .accent-border-color.hr-thick {
	border-width: 0;
	border-color: #ff5107;
	-moz-border-image: );
	-webkit-border-image: );
	border-image-slice: 1;
}

.dt-fancy-title.bg-on, hr.gf_rule {
	background-color: rgba(73, 79, 84, .08);
}

.sidebar .dt-fancy-title.bg-on, .sidebar-content .dt-fancy-title.bg-on, .sidebar hr.gf_rule, .sidebar-content hr.gf_rule {
	background-color: rgba(139, 141, 148, .08);
}

.footer .dt-fancy-title.bg-on, .footer hr.gf_rule {
	background-color: rgba(0, 0, 0, .08);
}

.accent-border-color .dt-fancy-title.bg-on {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient .accent-border-color .dt-fancy-title.bg-on {
	background: #ff5107;
	background: );
}

#page .accent-title-color .dt-fancy-title {
	color: #ff5107;
}

.title-color .dt-fancy-title {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .title-color .dt-fancy-title {}

.sidebar-content .title-color .dt-fancy-title {
	color: #333;
}

.footer .title-color .dt-fancy-title {
	color: #000;
}

.dt-fancy-separator, .dt-fancy-separator * {
	color: #555;
}

.sidebar-content .dt-fancy-separator, .sidebar-content .dt-fancy-separator * {
	color: rgba(139, 141, 148, .5);
}

.footer .dt-fancy-separator, .footer .dt-fancy-separator * {
	color: rgba(0, 0, 0, .5);
}

.separator-holder {
	border-color: rgba(0, 0, 0, .08);
}

.separator-holder, .accent-border-color .bg-on .separator-holder {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .separator-holder, .sidebar-content .separator-holder, .sidebar .accent-border-color .bg-on .separator-holder, .sidebar-content .accent-border-color .bg-on .separator-holder {
	border-color: rgba(139, 141, 148, .15);
}

.footer .separator-holder, .footer .accent-border-color .bg-on .separator-holder {
	border-color: rgba(0, 0, 0, .15);
}

.dt-fancy-title.bg-on {
	min-height: 28px;
	line-height: 28px;
}

.text-small .dt-fancy-title.bg-on {
	min-height: 28px;
	line-height: 28px;
}

.text-big .dt-fancy-title.bg-on {
	min-height: 28px;
	line-height: 28px;
}

.h1-size .dt-fancy-title.bg-on {
	min-height: 100px;
	line-height: 100px;
}

.h2-size .dt-fancy-title.bg-on {
	min-height: 56px;
	line-height: 56px;
}

.h3-size .dt-fancy-title.bg-on {
	min-height: 48px;
	line-height: 48px;
}

.h4-size .dt-fancy-title.bg-on {
	min-height: 40px;
	line-height: 40px;
}

.h5-size .dt-fancy-title.bg-on {
	min-height: 32px;
	line-height: 32px;
}

.h6-size .dt-fancy-title.bg-on {
	min-height: 28px;
	line-height: 28px;
}

.vc_pie_chart .vc_pie_chart_value {
	font: normal bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.vc_pie_wrapper .vc_pie_chart_back {
	border-color: rgba(51, 51, 51, .1) !important;
}

.shortcode-tooltip {
	color: #1ebbf0;
	border-color: #1ebbf0;
}

.borderframe .shortcode-single-image {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .borderframe .shortcode-single-image, .sidebar-content .borderframe .shortcode-single-image {
	border-color: rgba(139, 141, 148, .15);
}

.footer .borderframe .shortcode-single-image {
	border-color: rgba(0, 0, 0, .15);
}

.shortcode-single-caption {
	font-size: 14px;
	line-height: 26px;
	color: #555;
}

.sidebar-content .shortcode-single-caption {
	color: rgba(139, 141, 148, .5);
}

.footer .shortcode-single-caption {
	color: rgba(0, 0, 0, .5);
}

.borderframe.br-standard .shortcode-single-image {
	background-color: #fff;
}

.shadow-element-decoration .borderframe.br-standard .shortcode-single-image {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.outline-element-decoration .borderframe.br-standard .shortcode-single-image {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.frame-on {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .frame-on, .sidebar-content .frame-on {
	border-color: rgba(139, 141, 148, .15);
}

.footer .frame-on {
	border-color: rgba(0, 0, 0, .15);
}

.frame-on.frame-fancy {
	background-color: #fff;
}

.outline-element-decoration .frame-on.frame-fancy {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .frame-on.frame-fancy {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.shortcode-single-image-wrap .rollover-icon {
	color: #ff5107;
	border-color: #ff5107;
}

.dt-icon-bg-on.shortcode-single-image-wrap .rollover-icon {
	background-color: #ff5107;
}

.accent-gradient .dt-icon-bg-on.shortcode-single-image-wrap .rollover-icon {
	background: #ff5107;
	background: );
}

.list-divider li {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .list-divider li, .sidebar-content .list-divider li {
	border-color: rgba(139, 141, 148, .15);
}

.footer .list-divider li {
	border-color: rgba(0, 0, 0, .15);
}

.standard-number-list.list-divider.bullet-top li:before, .standard-number-list.list-divider li:first-child:before {
	top: 13px;
}

.standard-arrow.list-divider.bullet-top li:before, .standard-arrow.list-divider.bullet-top li:after {
	top: 15px;
	margin-top: 0;
}

.standard-number-list.bullet-top li:before, .standard-number-list.bullet-top li:first-child:before {
	top: 3px;
}

.standard-arrow.bullet-top li:before, .standard-arrow.list-divider li:first-child:before, .standard-arrow.list-divider li:first-child:after, .standard-arrow.bullet-top li:after {
	top: 7px;
	margin-top: 0;
}

.standard-number-list li:before, .standard-arrow li:before {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient .standard-number-list li:before, .accent-gradient .standard-arrow li:before {
	background: #ff5107;
	background: );
}

.content .soc-ico a:before {
	background-color: rgba(73, 79, 84, .15);
}

.sidebar .soc-ico a:before, .sidebar-content .soc-ico a:before {
	background-color: rgba(139, 141, 148, .15);
}

.footer .soc-ico a:before {
	background-color: rgba(0, 0, 0, .15);
}

.dt-shortcode-soc-icons a.dt-icon-bg-on:before, .dt-shortcode-icon.dt-icon-bg-on .icon-inner:before, .text-icon.dt-icon-bg-on .icon-inner:before {
	border-color: #ff5107;
	background-color: #ff5107;
}

.accent-gradient .dt-shortcode-soc-icons a.dt-icon-bg-on:before, .accent-gradient .dt-shortcode-icon.dt-icon-bg-on .icon-inner:before, .accent-gradient .text-icon.dt-icon-bg-on .icon-inner:before {
	background: #ff5107;
	background: );
}

.content .dt-icon-bg-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:before {
	background-color: #ff5107;
}

.accent-gradient .content .dt-icon-bg-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:before {
	background: #ff5107;
	background: );
}

.content .dt-icon-border-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:before {
	border-color: #ff5107;
}

.dt-shortcode-soc-icons a.dt-icon-border-on:before, .dt-shortcode-icon.dt-icon-border-on:before, .text-icon.dt-icon-border-on:before {
	border-color: #ff5107;
}

.dt-shortcode-soc-icons a.dt-icon-hover-border-on:after, .dt-shortcode-icon.dt-icon-hover-border-on:after, .text-icon.dt-icon-hover-border-on:after {
	border-color: #ff5107;
}

#main .soc-ico a:hover, #footer .soc-ico a:hover {
	background-color: transparent;
	box-shadow: none;
}

#main .soc-ico a:after, #footer .soc-ico a:after {
	background-color: #ff5107;
	box-shadow: none;
}

.accent-gradient #main .soc-ico a:hover, .accent-gradient #footer .soc-ico a:hover {
	background: none;
}

.accent-gradient #main .soc-ico a:after, .accent-gradient #footer .soc-ico a:after {
	background: #ff5107;
	background: );
}

.dt-shortcode-soc-icons a.dt-icon-hover-bg-on:after, .dt-shortcode-icon.dt-icon-hover-bg-on .icon-inner:after, .text-icon.dt-icon-hover-bg-on .icon-inner:after {
	border-color: #ff5107;
	background-color: #ff5107;
}

.accent-gradient .dt-shortcode-soc-icons a.dt-icon-hover-bg-on:after, .accent-gradient .dt-shortcode-icon.dt-icon-hover-bg-on .icon-inner:after, .accent-gradient .text-icon.dt-icon-hover-bg-on .icon-inner:after {
	background: #ff5107;
	background: );
}

.content .dt-icon-hover-bg-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:after {
	background-color: #ff5107;
}

.accent-gradient .content .dt-icon-hover-bg-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:after {
	background: #ff5107;
	background: );
}

.content .dt-icon-border-hover-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:after {
	border-color: #ff5107;
}

.dt-shortcode-soc-icons a .soc-font-icon, #main .dt-team-shortcode .soc-ico a .soc-font-icon, .dt-shortcode-icon .soc-icon, .text-icon .soc-icon {
	color: #ff5107;
}

.content .soc-ico a:not(:hover) .soc-font-icon {
	color: #494f54;
}

.sidebar .soc-ico a:not(:hover) .soc-font-icon, .sidebar-content .soc-ico a:not(:hover) .soc-font-icon {
	color: #8b8d94;
}

.footer .soc-ico a:not(:hover) .soc-font-icon {
	color: #000;
}

.dt-style.vc_progress_bar.default-bg .vc_single_bar {
	background-color: #fff;
}

.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.dt-style.vc_progress_bar.outline-bg .vc_single_bar {
	box-shadow: inset 0px 0px 0px 1px rgba(73, 79, 84, .2);
	background: none;
}

.dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
	background-color: rgba(73, 79, 84, .15);
}

.pb-style-two .vc_label, .pb-style-three .vc_label {
	color: #333;
	font-size: 14px;
	line-height: 26px;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pb-style-two .vc_label, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .pb-style-three .vc_label {}

.sidebar-content .pb-style-two .vc_label, .sidebar-content .pb-style-three .vc_label {
	color: #333;
}

.footer .pb-style-two .vc_label, .footer .pb-style-three .vc_label {
	color: #000;
}

#page .accent-bg:not([class*='vc_progress-bar-color']) .vc_bar {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient #page .accent-bg:not([class*='vc_progress-bar-color']) .vc_bar {
	background: #ff5107;
	background: );
}

blockquote:not(.shortcode-blockquote), blockquote.shortcode-blockquote.block-style-widget, .block-style-widget {
	background-color: #fff;
}

.outline-element-decoration blockquote:not(.shortcode-blockquote), .outline-element-decoration .block-style-widget {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration blockquote:not(.shortcode-blockquote), .shadow-element-decoration .block-style-widget {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.shortcode-pullquote:after, .shortcode-action-bg:before {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient .shortcode-pullquote:after, .accent-gradient .shortcode-action-bg:before {
	background: #ff5107;
	background: );
}

blockquote.shortcode-blockquote {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar blockquote.shortcode-blockquote, .sidebar-content blockquote.shortcode-blockquote {
	border-color: rgba(139, 141, 148, .15);
}

.footer blockquote.shortcode-blockquote {
	border-color: rgba(0, 0, 0, .15);
}

blockquote, blockquote *, .shortcode-pullquote, .wp-block-quote cite {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget blockquote, .dt-mega-menu .dt-mega-parent .sidebar-content .widget blockquote *, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .shortcode-pullquote, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-quote cite {}

.sidebar-content blockquote, .sidebar-content blockquote *, .sidebar-content .shortcode-pullquote, .sidebar-content .wp-block-quote cite {
	color: #333;
}

.footer blockquote, .footer blockquote *, .footer .shortcode-pullquote, .footer .wp-block-quote cite {
	color: #000;
}

blockquote:not(.wp-block-quote) {
	color: #333;
	font: normal bold 16px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.wp-block-pullquote blockquote {
	font: normal 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	line-height: 28px;
}

.plain-bg {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .plain-bg, .sidebar-content .plain-bg {
	border-color: rgba(139, 141, 148, .15);
}

.footer .plain-bg {
	border-color: rgba(0, 0, 0, .15);
}

.slider-wrapper.arrows-accent .owl-prev i, .slider-wrapper.arrows-accent .owl-next i {
	background-color: rgba(255, 81, 7, .9);
}

.accent-gradient .slider-wrapper.arrows-accent .owl-prev i, .accent-gradient .slider-wrapper.arrows-accent .owl-next i {
	background: rgba(255, 81, 7, .9);
	background: );
}

.elementor-widget-the7_photo-scroller .arrows-bg-on .scroller-arrow:before, .elementor-widget-the7_photo-scroller .arrows-hover-bg-on .scroller-arrow:after {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient .elementor-widget-the7_photo-scroller .arrows-bg-on .scroller-arrow:before, .accent-gradient .elementor-widget-the7_photo-scroller .arrows-hover-bg-on .scroller-arrow:after {
	background: #ff5107;
	background: );
}

.elementor-widget-the7_photo-scroller .dt-arrow-border-on .scroller-arrow:before, .elementor-widget-the7_photo-scroller .dt-arrow-hover-border-on .scroller-arrow:after {
	border-color: #ff5107;
}

.elementor-widget-the7_photo-scroller .scroller-arrow span {
	color: #ff5107;
}

.elementor-widget-the7_photo-scroller .scroller-arrow:hover span {
	color: #ff5107;
}

.slider-wrapper.arrows-accent .owl-prev:hover i, .slider-wrapper.arrows-accent .owl-next:hover i {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient .slider-wrapper.arrows-accent .owl-prev:hover i, .accent-gradient .slider-wrapper.arrows-accent .owl-next:hover i {
	background: #ff5107;
	background: );
}

.dt-owl-item .post.bg-on {
	box-shadow: none;
}

.dt-owl-item .post.bg-on:before {
	background-color: #fff;
}

.outline-element-decoration .dt-owl-item .post.bg-on:before {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .dt-owl-item .post.bg-on:before {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

input::-webkit-input-placeholder {
	color: rgba(139, 141, 148, .5);
}

input:-moz-placeholder {
	color: rgba(139, 141, 148, .5);
}

textarea::-webkit-input-placeholder {
	color: rgba(139, 141, 148, .5);
}

textarea:-moz-placeholder {
	color: rgba(139, 141, 148, .5);
}

input:focus::-webkit-input-placeholder {
	color: rgba(139, 141, 148, .15);
}

input:focus:-moz-placeholder {
	color: rgba(139, 141, 148, .15);
}

textarea:focus::-webkit-input-placeholder {
	color: rgba(139, 141, 148, .15);
}

textarea:focus:-moz-placeholder {
	color: rgba(139, 141, 148, .15);
}

.form-fields label, .comment-form label {
	color: #8b8d94;
}

input[type="text"], .widget_search input[type="text"].searchform-s, input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea, .wpcf7-number, .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select {
	color: #8b8d94;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 5px 15px 5px 15px;
	border-color: rgba(51, 51, 51, .11);
	background-color: #fdfdfd;
	border-radius: 2px;
}

.content input[type="text"], .content .widget_search input[type="text"].searchform-s, .content input[type="search"], .content input[type="tel"], .content input[type="url"], .content input[type="email"], .content input[type="number"], .content input[type="date"], .content input[type="range"], .content input[type="password"], .content select, .content textarea, .content .wpcf7-number, .content .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select {
	font-size: 14px;
	line-height: 26px;
}

input[type="text"], .widget_search input[type="text"].searchform-s, input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, .wpcf7-number, .tinvwl-input-group .form-control, .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select {
	height: 40px;
}

.formError + input, .formError + textarea {
	border-color: #f55b5f;
}

select:not(.elementor-field), .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {
	-webkit-appearance: none !important;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"rgba(139,141,148,0.5)\" x=\"0px\" y=\"0px\" width=\"8px\" height=\"8px\" viewBox=\"0 0 386.257 386.257\" style=\"enable-background:new 0 0 386.257 386.257;\" xml:space=\"preserve\"><polygon points=\"0,96.879 193.129,289.379 386.257,96.879 \"/></svg>");
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	padding-right: calc(15px + 15px);
}

select:not(.elementor-field).nitro-lazy, .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field).nitro-lazy {
	background-image: none !important;
}

select:focus, .woocommerce div.product.elementor form.cart table.variations td.value:focus:before {
	outline: 0px solid transparent;
	box-shadow: 0 0 0 2px #ff5107;
}

.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {
	background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"rgba(139,141,148,0.5)\" x=\"0px\" y=\"0px\" width=\"8px\" height=\"8px\" viewBox=\"0 0 386.257 386.257\" style=\"enable-background:new 0 0 386.257 386.257;\" xml:space=\"preserve\"><polygon points=\"0,96.879 193.129,289.379 386.257,96.879 \"/></svg>") !important;
}

.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field).nitro-lazy {
	background-image: none !important;
}

select:focus {
	outline: 0px solid transparent;
	box-shadow: 0 0 0 2px #ff5107;
}

.widget .dt-form .dt-btn, .dt-form .dt-btn, .comment-form .dt-btn {
	font: normal bold 14px/16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 12px 18px 12px 18px;
	min-height: 40px;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.btn-3d .widget .dt-form .dt-btn, .btn-3d .dt-form .dt-btn, .btn-3d .comment-form .dt-btn {
	min-height: 38px;
	line-height: 38px;
}

input[type="submit"]:not([name="update_cart"]):not(.woocommerce-widget-layered-nav-dropdown__submit), .post-password-form input[type="submit"], .mc4wp-form input[type="submit"], div.mc4wp-form button[type="submit"], .tml-submit-wrap input[type="submit"], .wpcf7-form input[type="submit"] {
	font: normal bold 14px/16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 12px 18px 12px 18px;
	min-height: 40px;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.btn-3d input[type="submit"]:not([name="update_cart"]):not(.woocommerce-widget-layered-nav-dropdown__submit), .btn-3d .post-password-form input[type="submit"], .btn-3d .mc4wp-form input[type="submit"], .btn-3d div.mc4wp-form button[type="submit"], .btn-3d .tml-submit-wrap input[type="submit"], .btn-3d .wpcf7-form input[type="submit"] {
	min-height: 38px;
	line-height: 38px;
}

.popup-message-style .parentFormundefined, .inline-message-style .parentFormundefined, .popup-message-style .wpcf7-mail-sent-ok, .inline-message-style .wpcf7-mail-sent-ok, .popup-message-style .wpcf7-validation-errors, .inline-message-style .wpcf7-validation-errors {
	background: #ff5107;
}

.popup-message-style.accent-gradient .parentFormundefined, .inline-message-style.accent-gradient .parentFormundefined, .popup-message-style.accent-gradient .wpcf7-mail-sent-ok, .inline-message-style.accent-gradient .wpcf7-mail-sent-ok, .popup-message-style.accent-gradient .wpcf7-validation-errors, .inline-message-style.accent-gradient .wpcf7-validation-errors {
	background: #ff5107;
	background: );
}

.parentFormundefined .formErrorContent, .wpcf7-mail-sent-ok .formErrorContent, .wpcf7-validation-errors .formErrorContent {
	font: normal 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

#page .parentFormundefined, .popup-message-style .parentFormundefined, .inline-message-style .parentFormundefined, #page .wpcf7-mail-sent-ok, .popup-message-style .wpcf7-mail-sent-ok, .inline-message-style .wpcf7-mail-sent-ok, #page .wpcf7-validation-errors, .popup-message-style .wpcf7-validation-errors, .inline-message-style .wpcf7-validation-errors {
	color: #fff !important;
	border: none;
}

#page .parentFormundefined .formErrorContent, #page .parentFormundefined .formErrorContent a, #page .parentFormundefined .close-message
		#page .parentFormundefined a, .popup-message-style .parentFormundefined .formErrorContent, .popup-message-style .parentFormundefined .formErrorContent a, .popup-message-style .parentFormundefined .close-message
		.popup-message-style .parentFormundefined a, .inline-message-style .parentFormundefined .formErrorContent, .inline-message-style .parentFormundefined .formErrorContent a, .inline-message-style .parentFormundefined .close-message
		.inline-message-style .parentFormundefined a, #page .wpcf7-mail-sent-ok .formErrorContent, #page .wpcf7-mail-sent-ok .formErrorContent a, #page .wpcf7-mail-sent-ok .close-message
		#page .wpcf7-mail-sent-ok a, .popup-message-style .wpcf7-mail-sent-ok .formErrorContent, .popup-message-style .wpcf7-mail-sent-ok .formErrorContent a, .popup-message-style .wpcf7-mail-sent-ok .close-message
		.popup-message-style .wpcf7-mail-sent-ok a, .inline-message-style .wpcf7-mail-sent-ok .formErrorContent, .inline-message-style .wpcf7-mail-sent-ok .formErrorContent a, .inline-message-style .wpcf7-mail-sent-ok .close-message
		.inline-message-style .wpcf7-mail-sent-ok a, #page .wpcf7-validation-errors .formErrorContent, #page .wpcf7-validation-errors .formErrorContent a, #page .wpcf7-validation-errors .close-message
		#page .wpcf7-validation-errors a, .popup-message-style .wpcf7-validation-errors .formErrorContent, .popup-message-style .wpcf7-validation-errors .formErrorContent a, .popup-message-style .wpcf7-validation-errors .close-message
		.popup-message-style .wpcf7-validation-errors a, .inline-message-style .wpcf7-validation-errors .formErrorContent, .inline-message-style .wpcf7-validation-errors .formErrorContent a, .inline-message-style .wpcf7-validation-errors .close-message
		.inline-message-style .wpcf7-validation-errors a {
	color: #fff;
}

#page .parentFormundefined:before, .popup-message-style .parentFormundefined:before, .inline-message-style .parentFormundefined:before, #page .wpcf7-mail-sent-ok:before, .popup-message-style .wpcf7-mail-sent-ok:before, .inline-message-style .wpcf7-mail-sent-ok:before, #page .wpcf7-validation-errors:before, .popup-message-style .wpcf7-validation-errors:before, .inline-message-style .wpcf7-validation-errors:before {
	color: #fff;
}

.comment-form-cookies-consent label, .form-terms-text {
	font-size: 14px;
	line-height: 26px;
}

.dt-arrow-border-on .owl-carousel .owl-nav a:not(:hover):before {
	border-color: #ff5107;
}

.dt-arrow-hover-border-on .owl-carousel .owl-nav a:hover:after {
	border-color: #ff5107;
}

.arrows-bg-on.owl-carousel .owl-nav a:before {
	background-color: #ff5107;
}

.accent-gradient .arrows-bg-on.owl-carousel .owl-nav a:before {
	background: #ff5107;
	background: );
}

.arrows-hover-bg-on.owl-carousel .owl-nav a:after {
	background-color: #ff5107;
}

.accent-gradient .arrows-hover-bg-on.owl-carousel .owl-nav a:after {
	background: #ff5107;
	background: );
}

.owl-carousel .owl-nav i, .owl-carousel .owl-nav i:before {
	color: #ff5107;
}

.owl-carousel .owl-nav a:hover i {
	color: #ff5107;
}

.owl-carousel.bullets-scale-up .owl-dot span {
	background: #ff5107;
}

.owl-carousel.bullets-scale-up .owl-dot:not(.active):hover span, .owl-carousel.bullets-scale-up .owl-dot.active span {
	background: #ff5107;
}

.owl-carousel.bullets-stroke .owl-dot:not(.active) span {
	background: #ff5107;
}

.owl-carousel.bullets-stroke .owl-dot:not(.active):hover span {
	background: #ff5107;
}

.owl-carousel.bullets-stroke .owl-dot.active span {
	box-shadow: 0 0 0 2px #ff5107;
}

.owl-carousel.bullets-fill-in .owl-dot span {
	box-shadow: inset 0 0 0 2px #ff5107;
}

.owl-carousel.bullets-fill-in .owl-dot:not(.active):hover span {
	box-shadow: inset 0 0 0 2px #ff5107;
}

.owl-carousel.bullets-fill-in .owl-dot.active span {
	box-shadow: inset 0 0 0 20px #ff5107;
}

.owl-carousel.bullets-small-dot-stroke .owl-dot span {
	background: #ff5107;
}

.owl-carousel.bullets-small-dot-stroke .owl-dot:not(.active):hover span, .owl-carousel.bullets-small-dot-stroke .owl-dot.active span {
	background: #ff5107;
}

.owl-carousel.bullets-small-dot-stroke .owl-dot.active {
	box-shadow: 0 0 0 2px #ff5107;
}

.owl-carousel.bullets-ubax .owl-dot span {
	background: #ff5107;
}

.owl-carousel.bullets-ubax .owl-dot.active span {
	border-color: #ff5107;
}

.owl-carousel.bullets-ubax .owl-dot:not(.active):hover span {
	background: #ff5107;
}

.owl-carousel.bullets-etefu .owl-dot span {
	background: #ff5107;
}

.owl-carousel.bullets-etefu .owl-dot:not(.active):hover span {
	background: #ff5107;
}

.owl-carousel.bullets-etefu .owl-dot span:before {
	background: #ff5107;
}

.full-width-wrap .dt-shortcode .filter {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.filter {
	margin-bottom: 50px;
}

.paginator {
	margin-top: 50px;
}

.filter-categories a, .filter-categories .customSelect {
	font: bold 14px/18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.filter a, .filter a *, .filter .customSelect {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter a *, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter .customSelect {}

.sidebar-content .filter a, .sidebar-content .filter a *, .sidebar-content .filter .customSelect {
	color: #333;
}

.footer .filter a, .footer .filter a *, .footer .filter .customSelect {
	color: #000;
}

.filter-categories a, .filter-extras > div {
	padding: 6px 15px 6px 15px;
	margin: 0px 3px 0px 3px;
}

.filter:not(.filter-bg-decoration):not(.filter-underline-decoration) .filter-categories a:hover, .filter:not(.filter-bg-decoration):not(.filter-underline-decoration) .filter-categories a.act {
	color: #ff5107;
}

.filter-bg-decoration .filter-categories a {
	border-radius: 100px;
}

.filter-bg-decoration .filter-categories a:not(.act):hover {
	color: #ff5107;
}

.filter-bg-decoration .filter-categories a:after {
	display: none;
}

.filter-bg-decoration .filter-categories a.act {
	color: #fff;
}

.filter-bg-decoration .filter-categories a.act {
	color: #fff;
	background-color: #ff5107;
	border-radius: 100px;
}

.accent-gradient .filter-bg-decoration .filter-categories a.act {
	background: #ff5107;
	background: );
}

.filter-underline-decoration .filter-categories a:after {
	color: #fff;
	background-color: #ff5107;
	height: 2px;
}

.accent-gradient .filter-underline-decoration .filter-categories a:after {
	background: #ff5107;
	background: );
}

#page .filter-switch {
	background-color: rgba(255, 81, 7, .2);
}

.accent-gradient #page .filter-switch {
	background: rgba(255, 81, 7, .2);
	background: );
}

.filter:not(.filter-bg-decoration) .filter-categories a.act:after, .filter-switch-toggle {
	background-color: #ff5107;
}

.accent-gradient .filter:not(.filter-bg-decoration) .filter-categories a.act:after, .accent-gradient .filter-switch-toggle {
	background: #ff5107;
	background: );
}

.paginator a, .paginator a * {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator a * {}

.sidebar-content .paginator a, .sidebar-content .paginator a * {
	color: #333;
}

.footer .paginator a, .footer .paginator a * {
	color: #000;
}

.paginator .button-load-more, .paginator .loading-ready {
	font-size: 14px;
	line-height: 26px;
}

.paginator .button-load-more {
	border-color: rgba(51, 51, 51, .1);
	font-size: 14px;
	line-height: 26px;
}

.paginator .button-load-more.animate-load, .paginator .button-load-more:hover {
	border-color: rgba(51, 51, 51, .21);
}

.paginator .button-load-more.animate-load .stick, .paginator .button-load-more.button-lazy-loading .stick {
	border-top-color: #333;
	border-right-color: #333;
}

.paginator:not(.paginator-more-button) a {
	font-size: 14px;
	line-height: 26px;
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator:not(.paginator-more-button) a {}

.sidebar-content .paginator:not(.paginator-more-button) a {
	color: #333;
}

.footer .paginator:not(.paginator-more-button) a {
	color: #000;
}

.paginator:not(.paginator-more-button) a:after {
	background: #ff5107;
	background: );
}

#footer.solid-bg {
	background: #1a1c20 url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/optimized/rev-6572daf/www.wollongongmusic.com.au/wp-content/uploads/2020/11/Textured-backround-light.png") repeat center top;
}

#footer.solid-bg.nitro-lazy {
	background-image: none !important;
}

#footer.footer-outline-decoration {
	border-top: 1px solid rgba(129, 215, 66, .96);
}

.wf-container-footer, .footer.full-width-line {
	border-top: 1px solid #1a1c20;
}

.header-side-left.footer-overlap.boxed-layout:not(.sticky-header) #footer, .header-side-right.footer-overlap.boxed-layout:not(.sticky-header) #footer {
	max-width: 1580px;
}

#footer .wf-container-footer {
	padding-top: 50px;
	padding-bottom: 15px;
}

#footer .wf-container {
	margin: 0 -25px;
}

.footer .widget {
	color: #000;
	padding: 0 25px;
}

.footer .widget, .footer .tp_recent_tweets li {
	font-size: 14px;
	line-height: 26px;
}

#footer.full-width > .wf-wrap, #footer.full-width #bottom-bar > .wf-wrap {
	width: 100%;
}

#footer > .wf-wrap, #footer #bottom-bar > .wf-wrap {
	padding: 0 50px 0 50px;
}

#bottom-bar.solid-bg {
	background: rgba(255, 255, 255, .12) none repeat center top;
}

.wf-container-bottom, #bottom-bar.full-width-line {
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.wf-container-bottom {
	padding: 10px 0 10px 0;
	min-height: 60px;
}

#bottom-bar {
	font-size: 14px;
	line-height: 26px;
	color: #000;
}

#bottom-bar .mini-nav li:before {
	border-left-color: #38393a;
}

.footer-sub-nav > li.act > a .menu-text, .footer-sub-nav > li:not(.act):hover > a .menu-text, .footer-sub-nav > li.act > a .subtitle-text, .footer-sub-nav > li:not(.act):hover > a .subtitle-text {
	color: #ff5107;
}

#bottom-bar a, #bottom-bar .mini-nav .customSelect, #bottom-bar .menu-select {
	color: #000;
}

#bottom-bar .mini-search, #bottom-bar .mini-contacts:before {
	background-color: rgba(168, 168, 168, .07);
}

#branding-bottom {
	padding: 0px 0px 0px 50px;
}

.no-avatar, .testim-no-avatar {
	border: 1px solid;
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .no-avatar, .sidebar-content .no-avatar, .sidebar .testim-no-avatar, .sidebar-content .testim-no-avatar {
	border-color: rgba(139, 141, 148, .15);
}

.footer .no-avatar, .footer .testim-no-avatar {
	border-color: rgba(0, 0, 0, .15);
}

.testim-no-avatar svg {
	fill: rgba(0, 0, 0, .08);
}

.no-avatar, .no-avatar:after, .comment-list .no-avatar:after {
	color: rgba(0, 0, 0, .08);
}

.sidebar .no-avatar, .sidebar-content .no-avatar, .sidebar .no-avatar:after, .sidebar-content .no-avatar:after, .sidebar .comment-list .no-avatar:after, .sidebar-content .comment-list .no-avatar:after {
	color: rgba(139, 141, 148, .15);
}

.footer .no-avatar, .footer .no-avatar:after, .footer .comment-list .no-avatar:after {
	color: rgba(0, 0, 0, .15);
}

.scroll-top {
	border-radius: 0px;
}

input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea {
	font: normal 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
}

.wpcf7-select {
	height: 40px;
	min-width: 200px;
}

a.clear-form, #cancel-comment-reply-link {
	font-size: 14px;
	line-height: 26px;
	color: #555;
}

.sidebar-content a.clear-form, .sidebar-content #cancel-comment-reply-link {
	color: rgba(139, 141, 148, .5);
}

.footer a.clear-form, .footer #cancel-comment-reply-link {
	color: rgba(0, 0, 0, .5);
}

.customSelect {
	font: normal 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	background-color: rgba(73, 79, 84, .08);
}

.sidebar .customSelect, .sidebar-content .customSelect {
	background-color: rgba(139, 141, 148, .08);
}

.footer .customSelect {
	background-color: rgba(0, 0, 0, .08);
}

.shortcode-code {
	background-color: #fff;
}

.shadow-element-decoration .shortcode-code {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.outline-element-decoration .shortcode-code {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.content table, .content td, .content th {
	border-color: rgba(0, 0, 0, .08);
}

.dt-highlight {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient .dt-highlight {
	background: #ff5107;
	background: );
}

.post-content .text-secondary {
	color: #555;
}

.sidebar-content .post-content .text-secondary {
	color: rgba(139, 141, 148, .5);
}

.footer .post-content .text-secondary {
	color: rgba(0, 0, 0, .5);
}

#page .items-grid .post-content a:hover, #page .post-content a:hover {
	color: #ff5107;
}

.shortcode-banner-bg > * {
	line-height: 26px;
}

.content .wp-block-quote:not(.is-style-large), .content .wp-block-quote.is-style-large {
	border-color: #ff5107;
}

.wp-block-separator {
	border-bottom-color: rgba(0, 0, 0, .08);
}

.wp-block-quote.is-large:before, .wp-block-quote.is-large:after, .wp-block-quote.is-style-large:before, .wp-block-quote.is-style-large:after {
	background: #ff5107;
}

blockquote.has-accent-color, .wp-block-pullquote blockquote.has-accent-color, .has-accent-color, .has-accent-color:hover {
	color: #ff5107;
}

.has-accent-background-color, .wp-block-pullquote.is-style-solid-color.has-accent-background-color {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient .has-accent-background-color, .accent-gradient .wp-block-pullquote.is-style-solid-color.has-accent-background-color {
	background: #ff5107;
	background: );
}

.wp-block-separator.is-style-dots::before {
	color: rgba(0, 0, 0, .08);
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
	font: normal bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.wp-block-categories li a, .wp-block-archives li a, .wp-block-latest-posts li a {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-categories li a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-archives li a, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-latest-posts li a {}

.sidebar-content .wp-block-categories li a, .sidebar-content .wp-block-archives li a, .sidebar-content .wp-block-latest-posts li a {
	color: #333;
}

.footer .wp-block-categories li a, .footer .wp-block-archives li a, .footer .wp-block-latest-posts li a {
	color: #000;
}

.wp-block-categories li a:hover, .wp-block-archives li a:hover, .wp-block-latest-posts li a:hover {
	color: #ff5107;
}

.wp-block-latest-comments__comment-date {
	color: #555;
}

.wp-block-latest-comments__comment-meta a {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-latest-comments__comment-meta a {}

.sidebar-content .wp-block-latest-comments__comment-meta a {
	color: #333;
}

.footer .wp-block-latest-comments__comment-meta a {
	color: #000;
}

.wp-block-latest-comments__comment-meta a:hover {
	color: #ff5107;
}

#main .wpb_alert strong {
	font: normal bold 16px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.layzr-bg {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" stroke=\"rgba(73,79,84,0.25)\"%3E%3Cg fill=\"none\" fill-rule=\"evenodd\"%3E%3Cg transform=\"translate(1 1)\" stroke-width=\"2\"%3E%3Ccircle stroke-opacity=\".55\" cx=\"18\" cy=\"18\" r=\"18\"/%3E%3Cpath d=\"M36 18c0-9.94-8.06-18-18-18\"%3E%3CanimateTransform attributeName=\"transform\" type=\"rotate\" from=\"0 18 18\" to=\"360 18 18\" dur=\"1s\" repeatCount=\"indefinite\"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.layzr-bg.nitro-lazy {
	background-image: none !important;
}

.sidebar .layzr-bg, .sidebar-content .layzr-bg {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" stroke=\"rgba(139,141,148,0.25)\"%3E%3Cg fill=\"none\" fill-rule=\"evenodd\"%3E%3Cg transform=\"translate(1 1)\" stroke-width=\"2\"%3E%3Ccircle stroke-opacity=\".55\" cx=\"18\" cy=\"18\" r=\"18\"/%3E%3Cpath d=\"M36 18c0-9.94-8.06-18-18-18\"%3E%3CanimateTransform attributeName=\"transform\" type=\"rotate\" from=\"0 18 18\" to=\"360 18 18\" dur=\"1s\" repeatCount=\"indefinite\"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.sidebar .layzr-bg.nitro-lazy, .sidebar-content .layzr-bg.nitro-lazy {
	background-image: none !important;
}

.footer .layzr-bg {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" stroke=\"rgba(0,0,0,0.25)\"%3E%3Cg fill=\"none\" fill-rule=\"evenodd\"%3E%3Cg transform=\"translate(1 1)\" stroke-width=\"2\"%3E%3Ccircle stroke-opacity=\".55\" cx=\"18\" cy=\"18\" r=\"18\"/%3E%3Cpath d=\"M36 18c0-9.94-8.06-18-18-18\"%3E%3CanimateTransform attributeName=\"transform\" type=\"rotate\" from=\"0 18 18\" to=\"360 18 18\" dur=\"1s\" repeatCount=\"indefinite\"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.footer .layzr-bg.nitro-lazy {
	background-image: none !important;
}

.layzr-bg:not(.layzr-bg-transparent) {
	background-color: rgba(73, 79, 84, .05);
}

.sidebar .layzr-bg:not(.layzr-bg-transparent), .sidebar-content .layzr-bg:not(.layzr-bg-transparent) {
	background-color: rgba(139, 141, 148, .05);
}

.footer .layzr-bg:not(.layzr-bg-transparent) {
	background-color: rgba(0, 0, 0, .05);
}

#page .woocom-project .layzr-bg:not(.layzr-bg-transparent) {
	background-color: transparent;
}

.pswp button.pswp__button--arrow--left, .pswp button.pswp__button--arrow--right, .pswp .pswp__button--arrow--left:before, .pswp .pswp__button--arrow--right:before {
	font-size: 62px;
	line-height: 62px;
	min-height: 62px;
}

.rollover i, .post-rollover i, .rollover-video i, .enable-bg-rollover .post-thumbnail-rollover:after, .enable-bg-rollover .gallery-rollover, .enable-bg-rollover.hover-scale figure:after {
	background-color: rgba(255, 81, 7, .2);
	background: rgba(255, 81, 7, .2);
	background: );
}

.hover-style-two:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content, .buttons-on-img .rollover-content, .albums .rollover-thumbnails-on i, .dt-albums-shortcode .rollover-thumbnails-on i, .rollover-buttons-on i, .hover-scale .rollover-project:after, .hover-style-two.content-align-bottom .rollover-project:after, .portfolio-shortcode.enable-bg-rollover .post-thumbnail-rollover:after, .albums-shortcode.enable-bg-rollover .post-thumbnail-rollover:after, .enable-bg-rollover.hover-scale article:after {
	background-color: rgba(255, 81, 7, .85);
	background: rgba(255, 81, 7, .85);
	background: );
}

.effect-bubba .rollover-project, .effect-layla .rollover-project, .effect-sarah .rollover-project {
	background-color: rgba(255, 81, 7, .85);
	background: rgba(255, 81, 7, .85);
	background: );
}

.mobile-false .effect-bubba:not(.hover-color-static) .rollover-project:hover > a > img, .mobile-false .effect-layla:not(.hover-color-static) .rollover-project:hover > a > img, .mobile-false .effect-sarah:not(.hover-color-static) .rollover-project:hover > a > img, .mobile-true .effect-bubba:not(.hover-color-static) .is-clicked > a > img, .mobile-true .effect-layla:not(.hover-color-static) .is-clicked > a > img, .mobile-true .effect-sarah:not(.hover-color-static) .is-clicked > a > img {
	opacity: .3;
}

.hover-color-static:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content, .accent-gradient .hover-color-static:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content, .hover-color-static.hover-scale .rollover-project:after, .hover-color-static.hover-style-two.content-align-bottom .rollover-project:after {
	background-color: rgba(0, 0, 0, .65);
	background-image: none;
}

.hover-color-static.effect-bubba .rollover-project, .hover-color-static.effect-layla .rollover-project, .hover-color-static.effect-sarah .rollover-project {
	background-color: #000;
	background-image: none;
}

.hover-color-static.effect-bubba .rollover-project.nitro-lazy, .hover-color-static.effect-layla .rollover-project.nitro-lazy, .hover-color-static.effect-sarah .rollover-project.nitro-lazy {
	background-image: none !important;
}

.hover-color-static .buttons-on-img i, .hover-color-static .rollover i, .hover-color-static .rollover-video i, .hover-color-static .rollover.rollover-thumbnails-on i, #page .hover-color-static .buttons-on-img .rollover-content {
	background-color: rgba(0, 0, 0, .35);
	background-image: none;
}

.hover-color-static .buttons-on-img i.nitro-lazy, .hover-color-static .rollover i.nitro-lazy, .hover-color-static .rollover-video i.nitro-lazy, .hover-color-static .rollover.rollover-thumbnails-on i.nitro-lazy, #page .hover-color-static .buttons-on-img .rollover-content.nitro-lazy {
	background-image: none !important;
}

.rollover-thumbnails span:first-child i {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient .rollover-thumbnails span:first-child i {
	background: #ff5107;
	background: );
}

.gallery-shortcode .gallery-zoom-ico, .blog-shortcode .gallery-zoom-ico, .blog-carousel-shortcode .gallery-zoom-ico {
	border-color: #ff5107;
}

.gallery-shortcode .gallery-zoom-ico span, .gallery-shortcode .gallery-zoom-ico:before, .blog-shortcode .gallery-zoom-ico span, .blog-shortcode .gallery-zoom-ico:before, .blog-carousel-shortcode .gallery-zoom-ico span, .blog-carousel-shortcode .gallery-zoom-ico:before {
	color: #ff5107;
}

.dt-icon-bg-on.gallery-shortcode .gallery-zoom-ico, .dt-icon-bg-on.blog-shortcode .gallery-zoom-ico, .dt-icon-bg-on.blog-carousel-shortcode .gallery-zoom-ico {
	background-color: #ff5107;
}

.accent-gradient .dt-icon-bg-on.gallery-shortcode .gallery-zoom-ico, .accent-gradient .dt-icon-bg-on.blog-shortcode .gallery-zoom-ico, .accent-gradient .dt-icon-bg-on.blog-carousel-shortcode .gallery-zoom-ico {
	background: #ff5107;
	background: );
}

.albums-shortcode .album-zoom-ico {
	border-color: #ff5107;
}

.albums-shortcode .album-zoom-ico span {
	color: #ff5107;
}

.dt-icon-bg-on.albums-shortcode .album-zoom-ico {
	background-color: #ff5107;
}

.accent-gradient .dt-icon-bg-on.albums-shortcode .album-zoom-ico {
	background: #ff5107;
	background: );
}

.rollover-content {
	line-height: 26px;
}

.rollover-content h2.entry-title {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .rollover-content h2.entry-title {}

.sidebar-content .rollover-content h2.entry-title {
	color: #333;
}

.footer .rollover-content h2.entry-title {
	color: #000;
}

.portfolio-categories a, .portfolio-categories a *, .portfolio-categories span {
	color: #555;
}

.gform_wrapper .gsection {
	border-bottom-color: rgba(0, 0, 0, .08);
}

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
	font-size: 14px;
	color: rgba(73, 79, 84, .45);
}

#main .gform_wrapper span.ginput_total, #main .gform_wrapper .gfield_required, #main .gform_wrapper .ginput_left input:focus + label, #main .gform_wrapper .ginput_right input:focus + label, #main .gform_wrapper .ginput_full input:focus + label {
	color: #ff5107;
}

.gform_wrapper h3.gform_title, .gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, h3.gform_title, form.mc4wp-form label {
	color: #333;
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper h3.gform_title, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper .gsection .gfield_label, .dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper h2.gsection_title, .dt-mega-menu .dt-mega-parent .sidebar-content .widget h3.gform_title, .dt-mega-menu .dt-mega-parent .sidebar-content .widget form.mc4wp-form label {}

.sidebar-content .gform_wrapper h3.gform_title, .sidebar-content .gform_wrapper .gsection .gfield_label, .sidebar-content .gform_wrapper h2.gsection_title, .sidebar-content h3.gform_title, .sidebar-content form.mc4wp-form label {
	color: #333;
}

.footer .gform_wrapper h3.gform_title, .footer .gform_wrapper .gsection .gfield_label, .footer .gform_wrapper h2.gsection_title, .footer h3.gform_title, .footer form.mc4wp-form label {
	color: #000;
}

h3.gform_title, .gform_wrapper h3.gform_title {
	color: #333;
	font: normal bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title {
	color: #333;
	font: normal bold 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

#main .gform_wrapper textarea, .gform_wrapper .top_label .gfield_label {
	font: normal 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.ngg-albumoverview .ngg-album, .wpb_separator.wpb_content_element, .vc_text_separator {
	border-color: rgba(0, 0, 0, .08);
}

.sidebar .ngg-albumoverview .ngg-album, .sidebar-content .ngg-albumoverview .ngg-album, .sidebar .wpb_separator.wpb_content_element, .sidebar-content .wpb_separator.wpb_content_element, .sidebar .vc_text_separator, .sidebar-content .vc_text_separator {
	border-color: rgba(139, 141, 148, .15);
}

.footer .ngg-albumoverview .ngg-album, .footer .wpb_separator.wpb_content_element, .footer .vc_text_separator {
	border-color: rgba(0, 0, 0, .15);
}

.accent-icon-bg .aio-icon {
	background: #ff5107 !important;
}

.accent-gradient .accent-icon-bg .aio-icon {
	background: #ff5107 !important;
	background: ) !important;
}

.accent-icon-color .aio-icon > i {
	color: #ff5107 !important;
}

.accent-border-color .aio-icon {
	border-color: #ff5107 !important;
}

.accent-title-color .uvc-main-heading > *, .accent-title-color .aio-icon-title {
	color: #ff5107 !important;
}

.accent-subtitle-color .uvc-sub-heading, .accent-subtitle-color .aio-icon-description {
	color: #ff5107 !important;
}

.accent-subtitle-color .uvc-main-heading > *, .accent-title-color .uvc-main-heading > *, .accent-subtitle-color .uvc-sub-heading, .accent-title-color .uvc-sub-heading {
	display: inline-block;
}

.accent-border-color .uvc-headings-line {
	border-color: #ff5107 !important;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

.accent-gradient .accent-border-color .uvc-headings-line {
	border-color: transparent;
	-webkit-border-image: );
	border-image-slice: 1;
}

.accent-arrow-bg .slick-arrow {
	background: #ff5107 !important;
}

.accent-gradient .accent-arrow-bg .slick-arrow {
	background: #ff5107 !important;
	background: ) !important;
}

.mini-wpml {
	font: normal 14px/18px "Arial", Helvetica, Arial, Verdana, sans-serif;
}

.branding .mini-wpml, .mixed-header .mini-wpml, .classic-header .mobile-mini-widgets .mini-wpml {
	font: 14px/18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.top-bar .mini-wpml {
	font: 500 13px/19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.dt-mobile-header .mini-wpml {
	font: 500 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.popup-message-style .wpcf7-validation-errors, .popup-message-style .wpcf7-mail-sent-ok {
	background-color: #ff5107;
}

.accent-gradient.popup-message-style .wpcf7-validation-errors, .accent-gradient.popup-message-style .wpcf7-mail-sent-ok {
	background: #ff5107;
	background: );
}

.wpcf7-validation-errors .wpcf7-not-valid-tip-text, .wpcf7-validation-errors .wpcf7-valid-tip-text, .wpcf7-mail-sent-ok .wpcf7-not-valid-tip-text, .wpcf7-mail-sent-ok .wpcf7-valid-tip-text {
	font: normal 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.asp_product_name {
	color: #333;
	font: normal bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.transparent:not(.photo-scroller-album):not(.phantom-sticky) .masthead.line-decoration:not(.masthead-mobile-header) {
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.transparent:not(.photo-scroller-album) .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on), .transparent .sticky-on.masthead.masthead-mobile {
	border: none;
	box-shadow: none !important;
}

.transparent .masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .top-bar.line-content:after, .transparent .masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .top-bar.full-width-line:after {
	border-bottom-color: rgba(255, 255, 255, .25);
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets > *, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a *, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a *, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area a, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav > ul:not(.mini-sub-nav) > li > a:hover, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .searchform > .search-icon i, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit i {
	color: #fff;
}

.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-current-language > a, .dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-legacy-list-horizontal a, .dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-legacy-list-vertical a {
	color: #fff;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .branding, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .branding .mini-widgets > *:not(.sub-nav), .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets > *, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit i, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner i, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area a, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area *, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-mini-widgets > *, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-branding *, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-contacts * {
	color: #fff;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit:hover {
	color: rgba(255, 255, 255, .7) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on:not(.sticky-top-line-on)) .popup-search .submit:hover i, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on:not(.sticky-top-line-on)) .overlay-search .submit:hover i {
	color: rgba(255, 255, 255, .7) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input[type="text"] {
	background: rgba(255, 255, 255, .25);
	border-color: rgba(255, 255, 255, .3);
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input.field {
	background: rgba(255, 255, 255, .25);
	border-color: rgba(255, 255, 255, .3);
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input[type=text], .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input::placeholder, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input::placeholder {
	color: #fff !important;
}

.transparent .classic-header.content-width-line:not(.sticky-on) .navigation:before, .transparent .classic-header.full-width-line:not(.sticky-on) .navigation:before, .transparent .classic-header.bg-behind-menu:not(.sticky-on) .navigation:before {
	background-color: rgba(255, 255, 255, .25);
	background-image: none;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a, .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a .menu-text, .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a .subtitle-text, .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a:hover span, .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li.act > a > span {
	color: #fff !important;
	background: none;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a > span > span.menu-subtitle, .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li:hover > a > span > span.menu-subtitle {
	color: rgba(255, 255, 255, .5);
}

.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers .main-nav > li:before, .light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers.surround .main-nav > li:before, .light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers .main-nav > li:last-child:after, .light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers.surround .main-nav > li:last-child:after {
	border-color: rgba(255, 255, 255, .25);
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-outline-decoration > li:not(.act):hover > a, .light-preset-color.masthead:not(#phantom):not(.sticky-on) .active-outline-decoration > li.act > a, .light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-outline-decoration > li.dt-hovered:not(.act) > a {
	border-color: rgba(255, 255, 255, .25);
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li:not(.act) > a:hover, .light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li:not(.act) > a:hover, .light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li.dt-hovered:not(.act) > a, .light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li.dt-hovered:not(.act) > a, .light-preset-color.masthead:not(#phantom):not(.sticky-on) .active-bg-decoration > li.act > a, .light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .active-bg-decoration > li.act > a {
	background-color: rgba(255, 255, 255, .25);
	background-image: none;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li:not(.act) > a:hover.nitro-lazy, .light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li:not(.act) > a:hover.nitro-lazy, .light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li.dt-hovered:not(.act) > a.nitro-lazy, .light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li.dt-hovered:not(.act) > a.nitro-lazy, .light-preset-color.masthead:not(#phantom):not(.sticky-on) .active-bg-decoration > li.act > a.nitro-lazy, .light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .active-bg-decoration > li.act > a.nitro-lazy {
	background-image: none !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .l-to-r-line > li > a i.underline, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .from-centre-line > li > a .menu-item-text:before, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .upwards-line > li > a .menu-item-text:before, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .downwards-line > li > a .menu-item-text:before, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .active-line-decoration > li.act > a .decoration-line, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .hover-line-decoration > li > a:hover .decoration-line, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .hover-line-decoration > li.dt-hovered:not(.act) > a .decoration-line, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines:before, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines:after {
	background-color: #fff;
	background-image: none;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line:after, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line:before {
	background: #fff !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn):before {
	background: rgba(255, 255, 255, .3) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-hover-bg-on .dt-mobile-menu-icon:not(.floating-btn):after {
	background: rgba(255, 255, 255, .25) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-hover-border-enable .dt-mobile-menu-icon:not(.floating-btn):after {
	border-color: rgba(255, 255, 255, .25) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on):not(.animate-color-mobile-menu-icon):not(.two-line-mobile-menu-icon) .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
	background: #fff !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-bg-enable .menu-toggle:before {
	background: rgba(255, 255, 255, .3) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-border-enable .dt-mobile-menu-icon:not(.floating-btn):before {
	border-color: rgba(255, 255, 255, .3) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-bg-hover-enable .menu-toggle:after {
	background: rgba(255, 255, 255, .25) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-border-enable .menu-toggle:before {
	border-color: rgba(255, 255, 255, .3) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-border-hover-enable .menu-toggle:after {
	border-color: rgba(255, 255, 255, .25) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on > li.has-children > a .menu-text:after, .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after, .light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after {
	color: white !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.disabled-bg a:before {
	background-color: transparent !important;
}

.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.custom-bg a, .light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.accent-bg a, .light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.gradient-bg a {
	box-shadow: none !important;
}

.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.custom-bg a:before, .light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.accent-bg a:before, .light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.gradient-bg a:before {
	background: rgba(255, 255, 255, .25) !important;
	background-image: none !important;
}

.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-gradient-bg a, .light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-custom-bg a, .light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-accent-bg a {
	box-shadow: none !important;
}

.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-gradient-bg a:after, .light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-custom-bg a:after, .light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-accent-bg a:after {
	background: rgba(255, 255, 255, .45) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-disabled-bg a:after {
	background-color: transparent !important;
	box-shadow: none !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico a .soc-font-icon, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico a:hover .soc-font-icon {
	color: #fff !important;
	background: none;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.border-on a:before {
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .25);
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-border-on a:hover:after, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-border-on a:hover:after {
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .45) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit:before, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .searchform > .search-icon, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit:before, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-contacts, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner:before, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:before, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:before {
	color: white;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart {
	color: #fff;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart i, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart i {
	color: #fff;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:hover, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:hover {
	opacity: 1;
	color: rgba(255, 255, 255, .7);
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:hover i, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:hover i {
	color: rgba(255, 255, 255, .7);
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart > .counter, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart > .counter {
	background-color: rgba(255, 255, 255, .25);
	background-image: none;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart > .counter.nitro-lazy, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart > .counter.nitro-lazy {
	background-image: none !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .rectangular-counter-style .wc-ico-cart > .counter:before, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .rectangular-counter-style .edd-ico-cart > .counter:before {
	border-right: 4px solid rgba(255, 255, 255, .25);
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart > .counter.custom-bg, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart > .counter.custom-bg {
	background-color: rgba(255, 255, 255, .25) !important;
	background-image: none !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart > .counter.custom-bg.nitro-lazy, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart > .counter.custom-bg.nitro-lazy {
	background-image: none !important;
}

.phantom-sticky .boxed .masthead:not(.side-header).sticky-on {
	max-width: 1280px;
}

.boxed .top-bar-bg, .boxed .classic-header .navigation:before {
	width: 100%;
}

.boxed .width-in-pixel .top-bar-bg, .boxed .width-in-pixel .top-bar.full-width-line:after, .boxed .width-in-pixel.classic-header.full-width-line .navigation:before, .boxed .width-in-pixel.classic-header.bg-behind-menu .navigation:before {
	width: 1280px;
}

#phantom.boxed.width-in-pixel .top-bar-bg {
	width: 1280px;
}

.boxed .masthead.full-width:not(.side-header):not(.masthead-mobile) {
	width: 1280px;
}

.masthead:not(.side-header):not(.mixed-header) .header-bar, .header-space {
	min-height: 180px;
}

.classic-header.content-width-line .navigation, .classic-header.full-width-line .navigation {
	padding-top: 1px;
}

.classic-header.content-width-line .navigation:before, .classic-header.full-width-line .navigation:before {
	height: 1px;
	background-color: #000;
}

.classic-header.bg-behind-menu .navigation:before {
	background-color: #000;
}

.classic-header .branding .mini-widgets {
	padding: 0px 0px 0px 0px;
}

.classic-header .branding .mini-widgets:last-child {
	padding: 0px 0px 0px 0px;
}

.classic-header .navigation > .mini-widgets, .classic-header .widget-box .mini-widgets {
	padding: 0px 0px 0px 40px;
}

.classic-header .navigation {
	margin: 0px 0 0px 0;
}

.text-normal {
	font-size: 14px;
	line-height: 26px;
}

.text-small {
	font-size: 14px;
	line-height: 26px;
}

.text-big {
	font-size: 14px;
	line-height: 26px;
}

.solid-bg-mixin {
	background-color: #fff;
}

.outline-element-decoration .outline-decoration {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .shadow-decoration {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.header-color {
	color: #333;
}

.sidebar-content .header-color {
	color: #333;
}

.footer .header-color {
	color: #000;
}

.horizontal-centering {
	left: 50%;
	transform: translateX(-50%);
}

.centering-mixin {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.woocommerce button, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="submit"]:focus, a.button, button.button {
	-webkit-appearance: none;
	outline: none;
}

.woocommerce #reviews #comments .add_review::after, .woocommerce .products ul::after, .woocommerce div.product form.cart::after, .woocommerce div.product p.cart::after, .woocommerce nav.woocommerce-pagination ul, .woocommerce ul.products::after {
	clear: both;
}

.woocommerce-store-notice, p.demo_store {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #a46497;
	color: #fff;
	z-index: 99998;
	box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
	display: none;
}

.admin-bar p.demo_store {
	top: 32px;
}

.woocommerce-store-notice a, p.demo_store a {
	color: #fff;
	text-decoration: underline;
}

#wc-bookings-booking-form .wc-bookings-date-picker legend {
	display: block;
}

.currentTextHolder {
	line-height: 20px;
}

.related-product .woocommerce-placeholder.wp-post-image, .upsells.products .woocommerce-placeholder.wp-post-image, .cross-sells .woocommerce-placeholder.wp-post-image {
	max-width: 100%;
	height: auto;
}

.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
}

.woocommerce div.product div.images div.thumbnails {
	padding-top: 1em;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: rgba(0, 0, 0, .8);
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
	background: rgba(0, 0, 0, .7);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	transform: rotate(-45deg);
	box-sizing: content-box;
}

.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin: 0 -5px;
}

.woocommerce div.product div.images .flex-control-thumbs  li {
	width: 25%;
	float: left;
	padding: 10px 5px 0 5px;
	box-sizing: border-box;
	list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	cursor: pointer;
	opacity: .5;
	margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	opacity: 1;
}

.woocommerce div.product div.social {
	text-align: right;
	margin: 0 0 1em;
}

.woocommerce div.product div.social span {
	margin: 0 0 0 2px;
}

.woocommerce div.product div.social span span {
	margin: 0;
}

.woocommerce div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0;
}

.woocommerce div.product div.social iframe {
	float: left;
	margin-top: 3px;
}

.woocommerce .products ul, .woocommerce ul.products {
	padding: 0;
	list-style: none;
	clear: both;
}

.woocommerce .products ul li, .woocommerce ul.products li {
	list-style: none;
}

.dt-products ul.products li.product .onsale, .products-shortcode ul.products li.product .onsale, .product ul.products li.product .onsale, .widget.woocommerce ul.products li.product .onsale, .products-carousel-shortcode ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -.5em -.5em 0 0;
}

ul.products li.product .woocommerce-loop-category__title, ul.products li.product .woocommerce-loop-product__title, ul.products li.product h3 {
	margin: 0 0 5px 0;
	font-size: 1em;
	line-height: 1.2em;
}

.woocommerce ul.products li.product a {
	text-decoration: none;
}

ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 10px 0;
	box-shadow: none;
}

.woocommerce ul.products li.product strong {
	display: block;
}

ul.products li.product .button {
	margin-top: 10px;
}

ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 400;
	font-size: .857em;
	line-height: 1.2em;
}

.dt-products ul.products li.product .price del, .products-shortcode ul.products li.product .price del, .product ul.products li.product .price del, .widget.woocommerce ul.products li.product .price del, .products-carousel-shortcode ul.products li.product .price del {
	color: inherit;
	opacity: .5;
	display: block;
}

ul.products li.product .price ins {
	background: 0 0;
}

.woocommerce ul.products li.product .price .from {
	font-size: .67em;
	margin: -2px 0 0;
	text-transform: uppercase;
	color: rgba(132, 132, 132, .5);
}

.pswp {
	z-index: 999999;
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
	max-width: none;
}

button.pswp__button {
	box-shadow: none !important;
	background-image: url("https://www.wollongongmusic.com.au/wp-content/themes/dt-the7/css/images/default-skin.png") !important;
}

button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
	background-color: transparent !important;
}

button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover {
	background-image: none !important;
}

button.pswp__button--arrow--left.nitro-lazy, button.pswp__button--arrow--left:hover.nitro-lazy, button.pswp__button--arrow--right.nitro-lazy, button.pswp__button--arrow--right:hover.nitro-lazy {
	background-image: none !important;
}

button.pswp__button.nitro-lazy {
	background-image: none !important;
}

button.pswp__button--close:hover {
	background-position: 0 -44px;
}

button.pswp__button--zoom:hover {
	background-position: -88px 0;
}

.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before, .woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
	content: " ";
	display: table;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
	font-weight: 700;
	margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
	margin-left: 0;
	padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce-account ul.digital-downloads li::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "î€Š";
	text-decoration: none;
}

.woocommerce-password-strength {
	text-align: center;
	font-weight: 600;
	padding: 3px .5em;
	font-size: 1em;
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733;
}

.woocommerce-password-hint {
	margin: .5em 0 0;
	display: block;
}

.product.has-default-attributes.has-children>.images {
	opacity: 0;
}

.shop_table strong, .product form.cart .variations label, strong[itemprop="author"], .shopping-cart-inner strong, .widget_shopping_cart_content strong, .shop_table th, .shop_table td {
	font-weight: normal;
}

label[for="rememberme"], .cart .product-total .amount, .order_details tfoot td, .update-cart-button input[type="submit"], .shipping-calculator-button, .product-subtotal, .cart-subtotal .amount, .showcoupon-tag, .showcoupon, .showlogin-tag, .showlogin, form.woocommerce-checkout #customer_details label, #shipping_method label, .payment_methods label, .woocommerce-MyAccount-content label, #customer_login > div label, form.track_order label, form.lost_reset_password label, .woocommerce-MyAccount-navigation > ul li a, .product table.variations td.label label, .elementor-widget table.variations td.label label, .woocommerce-Reviews label {
	font-weight: bold;
}

.woocommerce-invalid-required-field input[type="text"], .woocommerce-invalid-required-field input[type="search"], .woocommerce-invalid-required-field input[type="tel"], .woocommerce-invalid-required-field input[type="url"], .woocommerce-invalid-required-field input[type="email"], .woocommerce-invalid-required-field input[type="number"], .woocommerce-invalid-required-field input[type="date"], .woocommerce-invalid-required-field input[type="range"], .woocommerce-invalid-required-field input[type="password"] {
	border-color: #f55b5f;
}

.woocommerce-additional-fields label, .woocommerce-billing-fields label, .woocommerce-shipping-fields label, .woocommerce-MyAccount-content label, .woocommerce-account-fields label, .track_order label, .lost_reset_password label, form.register label, .woocommerce-form-login label {
	margin-bottom: 5px;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input, textarea {
	width: 100%;
}

#page .widget_layered_nav ul li.chosen a, #page .widget_layered_nav_filters ul li.chosen a {
	color: #fff;
}

.widget_layered_nav_filters ul li a {
	color: #fff;
	background: none;
}

.widget_layered_nav ul li.chosen a {
	color: #fff !important;
}

.switcher-wrap {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 40px;
}

.switcher-wrap > * {
	margin-bottom: 10px;
}

.switcher-wrap .woocommerce-result-count {
	-ms-flex-order: 1;
	order: 1;
}

.switcher-wrap .woocommerce-ordering {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.switcher-wrap .woocommerce-ordering select {
	margin-bottom: 0;
	line-height: 1.3;
}

.view-mode-switcher {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 20px;
}

.view-mode-switcher > a {
	position: relative;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid;
	text-decoration: none;
}

.view-mode-switcher > a:first-child {
	border-right: none;
}

.view-mode-switcher > a i {
	font-size: 16px;
}

.view-mode-switcher .filter-popup {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transform: translate3d(-50%, 10px, 0);
	bottom: 100%;
	padding: 2px 6px;
	margin-bottom: 8px;
	background: #000;
	color: #fff !important;
	font: normal 10px/14px Arial, Verdana, sans-serif;
	letter-spacing: .3px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease-out;
	border-radius: 2px;
}

.view-mode-switcher .filter-popup:after {
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	content: "";
}

.view-mode-switcher .filter-popup:before {
	position: absolute;
	left: 0;
	bottom: -20px;
	content: " ";
	display: block;
	width: 100%;
	height: 20px;
}

.view-mode-switcher > a:hover > .filter-popup {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(-50%, 0, 0);
}

.description-on-hover .woocom-project > a {
	display: block;
	line-height: 0;
}

.wc-img-hover .woo-buttons-on-img {
	overflow: hidden;
}

.wc-img-hover .woo-buttons-on-img a {
	text-align: center;
}

.wc-img-hover .woocom-project img {
	position: relative;
	transition: opacity .4s ease-in-out;
}

.wc-img-hover .woocom-project img.back-image {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	left: 50%;
	top: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	visibility: visible;
}

.wc-img-hover .woo-buttons-on-img:hover img.hide-on-hover {
	opacity: 0;
}

.wc-img-hover .woo-buttons-on-img:hover img.show-on-hover {
	opacity: 1;
}

.woocommerce-cart-wrap .cart-collaterals {
	width: 25%;
	padding: 30px;
	margin-left: 50px;
	-ms-align-self: flex-start;
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
	box-sizing: border-box;
}

.woocommerce-cart-wrap .cart-collaterals .shop_table {
	margin-bottom: 20px;
}

.woocommerce-cart-wrap .cart_totals tr:first-of-type td, .woocommerce-cart-wrap .cart_totals tr:first-of-type th {
	border: none;
}

.woocommerce-cart-wrap .cart_totals tr th {
	padding-right: 10px;
}

.woocommerce-cart-wrap .cart_totals table, .woocommerce-cart-wrap .cart_totals tbody, .woocommerce-cart-wrap .cart_totals tr, .woocommerce-cart-wrap .cart_totals th, .woocommerce-cart-wrap .cart_totals tbody th, .woocommerce-cart-wrap .cart_totals td {
	display: block;
	border: none;
	padding: 0;
}

.woocommerce-cart-wrap .cart_totals tr {
	border-top: 1px solid;
	padding: 10px 0;
}

.woocommerce-cart-wrap .cart_totals tr:first-of-type {
	border: none;
}

.woocommerce-cart-wrap .cart_totals td {
	text-align: left;
	padding-right: 0;
}

.woocommerce-cart-wrap .cart_totals .woocommerce-shipping-calculator {
	overflow: hidden;
}

.shipping-calculator-form select {
	margin-bottom: 0 !important;
}

.shipping-calculator-form p:last-of-type {
	margin-bottom: 0;
}

#page .checkout-button.wc-forward, #page #place_order {
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	white-space: normal;
}

.checkout-button {
	display: -ms-flexbox !important;
	display: -ms-flex !important;
	display: flex !important;
}

.shipping-calculator-button {
	display: inline-block;
}

.woocommerce-cart-wrap, form.woocommerce-checkout {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.woocommerce-cart-wrap .cart-collaterals {
	background-color: #fff;
	border-radius: 0px;
	width: 100%;
	margin: 0;
}

.outline-element-decoration .woocommerce-cart-wrap .cart-collaterals {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .woocommerce-cart-wrap .cart-collaterals {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.shop_attributes {
	background-color: #fff;
	border-radius: 0px;
}

.outline-element-decoration .shop_attributes {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .shop_attributes {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.wc-order-review, .wc-side-column {
	width: 100%;
	margin: 0;
	background-color: #fff;
	border-radius: 0px;
}

.outline-element-decoration .wc-order-review, .outline-element-decoration .wc-side-column {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .wc-order-review, .shadow-element-decoration .wc-side-column {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.wc-login-wrap form, .wc-coupon-wrap .form-coupon-wrap {
	background-color: #fff;
	border-radius: 0px;
}

.outline-element-decoration .wc-login-wrap form, .outline-element-decoration .wc-coupon-wrap .form-coupon-wrap {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .wc-login-wrap form, .shadow-element-decoration .wc-coupon-wrap .form-coupon-wrap {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

form.lost_reset_password, #customer_login > div {
	background-color: #fff;
	border-radius: 0px;
}

.outline-element-decoration form.lost_reset_password, .outline-element-decoration #customer_login > div {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration form.lost_reset_password, .shadow-element-decoration #customer_login > div {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

#reviews ol.commentlist .comment_container {
	background-color: #fff;
}

.outline-element-decoration #reviews ol.commentlist .comment_container {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration #reviews ol.commentlist .comment_container {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.woocommerce-store-notice, p.demo_store {
	color: #fff;
	background-color: #ff5107;
}

.checkout-page-title {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	padding: 50px 2000px;
	margin-left: -2000px;
	background-color: #f8f8f9;
	color: #3b3f4a;
	padding-top: 30px;
	padding-bottom: 30px;
}

.checkout-page-title nav {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 50px;
	max-width: 100%;
	width: 1300px;
}

.checkout-page-title a.current {
	color: #3b3f4a;
}

.checkout-page-title a {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	text-align: center;
	text-decoration: none;
	flex: 1 0 auto;
	width: 33.333%;
	color: rgba(59, 63, 74, .3);
	font: bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.checkout-page-title .checkout-breadcrumbs {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-pack: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}

.checkout-page-title .current .checkout-counter {
	color: #fff;
	background-color: #ff5107;
}

.checkout-page-title .checkout-counter {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-top: 10px;
	background-color: rgba(59, 63, 74, .09);
	color: rgba(59, 63, 74, .3);
}

.checkout-page-title a:last-child .checkout-line {
	display: none;
}

.checkout-page-title .checkout-step {
	position: relative;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	flex: 1 0 auto;
}

.checkout-page-title .checkout-step:before {
	left: 0;
	width: calc(50% - 40px);
}

.checkout-page-title .checkout-step:after {
	left: calc(50% + 40px);
}

.checkout-page-title .checkout-step:before, .checkout-page-title .checkout-step:after {
	position: absolute;
	top: 50%;
	margin-top: 5px;
	width: calc(50% - 40px);
	height: 3px;
	content: "";
	background-color: rgba(59, 63, 74, .09);
}

.checkout-page-title .step-checkout.current .checkout-step:before {
	display: none;
}

.checkout-page-title a:first-child .checkout-step:before {
	display: none;
}

.checkout-page-title a:last-child .checkout-step:after {
	display: none;
}

.checkout-page-title .step-cart.hide-for-small .checkout-step:after {
	background-color: #ff5107;
}

.checkout-page-title .step-cart .checkout-step:after, .checkout-page-title .step-checkout.current .checkout-step:after, .checkout-page-title .step-complete.current .checkout-step:after {
	background-color: #ff5107;
}

.checkout-page-title .step-cart .checkout-step:before, .checkout-page-title .step-checkout.current .checkout-step:before, .checkout-page-title .step-complete.current .checkout-step:before {
	background-color: #ff5107;
}

.step-cart.current:not(.hide-for-small) .checkout-step:after {
	width: calc(50% - 40px);
}

.woocommerce-order-received .checkout-page-title .step-cart .checkout-step:after, .woocommerce-order-received .checkout-page-title .step-checkout .checkout-step:after {
	width: calc(100% - 80px);
}

.woocommerce-checkout .checkout-page-title .step-cart .checkout-step:after {
	width: calc(100% - 80px);
}

.woocommerce-order-received .checkout-page-title .step-complete .checkout-step:before {
	display: none;
}

@media screen and (max-width: 768px) {
	.checkout-page-title .checkout-breadcrumbs {
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
	
	.checkout-page-title a {
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		margin-bottom: 40px;
		text-align: left;
	}
	
	.checkout-page-title a:last-child {
		margin-bottom: 0;
	}
	
	.checkout-page-title a .checkout-step {
		-ms-flex-order: 0;
		order: 0;
		flex: none;
	}
	
	.checkout-page-title a .checkout-step .checkout-counter {
		margin: 0 10px 0 0;
	}
	
	.checkout-page-title a .checkout-step:before, .checkout-page-title a .checkout-step:after {
		left: 50%;
		margin-left: -5px;
		height: 14px;
		width: 3px;
	}
	
	.checkout-page-title a .checkout-step:before {
		top: -26px;
	}
	
	.checkout-page-title a .checkout-step:after {
		top: 40px;
	}
	
	.checkout-page-title a .checkout-name {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.step-cart.current:not(.hide-for-small) .checkout-step:after, .woocommerce-checkout .checkout-page-title .step-cart .checkout-step:after, .woocommerce-order-received .checkout-page-title .step-cart .checkout-step:after, .woocommerce-order-received .checkout-page-title .step-checkout .checkout-step:after {
		width: 3px;
	}
	
	.woocommerce-checkout .checkout-page-title .step-cart .checkout-step:after, .woocommerce-order-received .checkout-page-title .step-checkout .checkout-step:after {
		height: 28px;
	}
}

.stars {
	position: relative;
	font-size: 1em;
}

.stars a {
	display: inline-block;
	font-weight: 700;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
}

.stars a:last-child {
	border-right: 0;
}

p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
	border-right: 1px solid;
}

p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
	font-family: WooCommerce;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

p.stars a.star-1 {
	width: 2em;
}

p.stars a.star-1:after {
	content: "";
}

p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
	content: "";
}

p.stars a.star-2 {
	width: 3em;
}

.woocommerce p.stars a.star-2:after {
	content: "";
}

p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
	content: "";
}

p.stars a.star-3 {
	width: 4em;
}

p.stars a.star-3:after {
	content: "";
}

p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
	content: "";
}

p.stars a.star-4 {
	width: 5em;
}

p.stars a.star-4:after {
	content: "";
}

p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
	content: "";
}

p.stars a.star-5 {
	width: 6em;
	border: 0;
}

p.stars a.star-5:after {
	content: "";
}

p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
	content: "";
}

.star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1.2em;
	line-height: 1.2;
	font-size: .8em;
	width: 5.4em;
	font-family: star;
	margin-bottom: 5px;
}

.widget .star-rating {
	float: none;
	margin: 5px 0;
}

.woocom-list-content {
	text-align: center;
}

.woocom-list-content .star-rating, .woocom-list-content .price {
	display: block;
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
}

.woocom-list-content .star-rating, #content .woocom-list-content .star-rating:last-child {
	margin-bottom: 15px;
}

.star-rating:before {
	content: "SSSSS";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
}

.products .star-rating {
	display: block;
	float: none;
}

.hreview-aggregate .star-rating {
	margin: 10px 0 0;
}

.woocommerce-error-text > li, .woocommerce-info  li, .woocommerce-message  li, .payment_methods li {
	list-style: none;
}

.woocommerce-error:after, .woocommerce-message:after, .woocommerce-message:before {
	content: " ";
	display: table;
}

.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
	clear: both;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
	float: right;
}

.inline-message-style .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width: 100%;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message, .woocommerce-error, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info {
	position: relative;
	color: #fff;
	padding: 15px 40px 15px 65px;
	box-sizing: border-box;
	margin-bottom: 40px;
	width: 100%;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message a:hover, .woocommerce-error a:hover, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info a:hover {
	color: #fff;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .close-message, .woocommerce-error .close-message, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .close-message {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
	right: 15px;
	font-family: "icomoon-the7-font";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 1;
	line-height: 30px;
	text-align: center;
	opacity: .5;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .close-message:before, .woocommerce-error .close-message:before, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .close-message:before {
	content: "";
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .close-message:hover, .woocommerce-error .close-message:hover, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .close-message:hover {
	cursor: pointer;
	opacity: 1;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text, .woocommerce-error .woocommerce-error-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text {
	white-space: pre-wrap;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-message-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-info-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text, .woocommerce-error .woocommerce-message-text, .woocommerce-error .woocommerce-info-text, .woocommerce-error .woocommerce-error-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-message-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-info-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 100%;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-message-text li, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-info-text li, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text li, .woocommerce-error .woocommerce-message-text li, .woocommerce-error .woocommerce-info-text li, .woocommerce-error .woocommerce-error-text li, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-message-text li, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-info-text li, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text li {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-message-text .button, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-info-text .button, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text .button, .woocommerce-error .woocommerce-message-text .button, .woocommerce-error .woocommerce-info-text .button, .woocommerce-error .woocommerce-error-text .button, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-message-text .button, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-info-text .button, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text .button {
	-ms-align-self: flex-start;
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
	-ms-flex-order: 1;
	order: 1;
	background: none;
	box-shadow: none;
	border: none;
	padding: 0 !important;
	font: inherit !important;
	font-size: inherit !important;
	text-decoration: underline !important;
	line-height: inherit !important;
	text-transform: none !important;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-message-text .button:hover, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-info-text .button:hover, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text .button:hover, .woocommerce-error .woocommerce-message-text .button:hover, .woocommerce-error .woocommerce-info-text .button:hover, .woocommerce-error .woocommerce-error-text .button:hover, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-message-text .button:hover, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-info-text .button:hover, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text .button:hover {
	background: none !important;
	box-shadow: none;
	border: none;
	text-decoration: none !important;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message:before, .woocommerce-error:before, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info:before {
	position: absolute;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	top: 15px;
	left: 0;
	width: 65px;
	height: 100%;
	font-family: "icomoon-the7-font";
	font-size: 28px;
	line-height: 1;
	content: "";
	color: #fff;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message ul, .woocommerce-error ul, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info ul {
	margin: 0 !important;
}

.inline-message-style .wc-coupon-wrap div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message, .inline-message-style .wc-coupon-wrap .woocommerce-error, .inline-message-style .wc-coupon-wrap div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info {
	margin: 20px 0 5px 0;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message.hide-message, .woocommerce-error.hide-message, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info.hide-message {
	display: none;
}

.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message, .popup-message-style .woocommerce-error, .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, .3);
	border: none;
	position: fixed;
	top: 30%;
	left: 100%;
	width: 400px;
	max-height: 500px;
	margin: 0 !important;
	padding: 15px 40px 15px 65px;
	z-index: 9999;
	overflow: hidden;
	transform: translate3d(0, -40%, 0);
	animation: slide-in-message, slide-out-message;
	animation-duration: 1.2s, 1.1s;
	animation-delay: .4s, 9s;
	animation-fill-mode: forwards;
	animation-timing-function: ease;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
}

.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message a, .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message a:hover, .popup-message-style .woocommerce-error a, .popup-message-style .woocommerce-error a:hover, .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info a, .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info a:hover {
	color: #fff;
}

.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-message-text, .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-info-text, .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text, .popup-message-style .woocommerce-error .woocommerce-message-text, .popup-message-style .woocommerce-error .woocommerce-info-text, .popup-message-style .woocommerce-error .woocommerce-error-text, .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-message-text, .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-info-text, .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text {
	opacity: 1;
}

.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message ul, .popup-message-style .woocommerce-error ul, .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info ul {
	margin: 0 !important;
}

.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message.hide-message, .popup-message-style .woocommerce-error.hide-message, .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info.hide-message {
	display: none;
}

.popup-message-style #page .woocommerce-error + .woocommerce-message, .popup-message-style #page .woocommerce-message + .cart-empty {
	-webkit-animation-delay: 9s, 18s;
	animation-delay: 9s, 18s;
}

.single-product .woocommerce-message {
	display: none !important;
}

.woocommerce-error {
	background: #dd3c3d;
}

.woocommerce-error:before {
	content: "";
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: calc(100% - 350px);
}

.woocommerce-MyAccount-content .woocommerce-info {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.woocommerce-MyAccount-content .woocommerce-info a.button {
	-ms-align-self: flex-start;
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
	-ms-flex-order: 1;
	order: 1;
	margin-top: 5px;
}

@keyframes slide-in-message {
	0% {
		opacity: 0;
		transform: translate3d(600px, -30%, 0);
	}
	
	50% {
		opacity: 0;
		transform: translate3d(-200px, -30%, 0);
	}
	
	100% {
		opacity: 1;
		transform: translate3d(-400px, -30%, 0);
	}
}

@keyframes slide-out-message {
	0% {
		opacity: 1;
		transform: translate3d(-400px, -30%, 0);
	}
	
	50% {
		opacity: 0;
		transform: translate3d(-100px, -30%, 0);
	}
	
	100% {
		opacity: 0;
		transform: translate3d(800px, -30%, 0);
	}
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .update-cart-button input[type="submit"]:disabled {
	cursor: not-allowed;
}

.lost_password a, .woocommerce-Reviews .comment-notes, .woocommerce-orders-table thead th {
	color: #555;
}

.reset_variations, .reset_variations:hover, .variations label, .entry-summary .product_meta > span, .dhvc-woocommerce-page .product_meta > span, .entry-summary .product_meta > span a, .dhvc-woocommerce-page .product_meta > span a, .the7-elementor-widget .product_meta > span, .the7-elementor-widget .product_meta > span a, .product_list_widget del, .product_list_widget del .amount, .product_list_widget del .amount *, .woocom-list-content .price del, .woocom-list-content del, .woocom-list-content del .amount, .woocom-list-content del .amount *, .woocommerce-review-link, .woocommerce-review-link *, .woocommerce-review-link:hover, .widget_price_filter .price_slider_amount, .shop_table .variation *, .product:not(.elementor) .woocommerce-tabs li > a, .the7-elementor-widget .woocommerce-tabs li > a, .product .summary.entry-summary .price del, .woocommerce-result-count, .widget_layered_nav li > small, .widget_product_categories .count, .stars a {
	color: #555;
}

.sidebar-content .reset_variations, .sidebar-content .reset_variations:hover, .sidebar-content .variations label, .sidebar-content .entry-summary .product_meta > span, .sidebar-content .dhvc-woocommerce-page .product_meta > span, .sidebar-content .entry-summary .product_meta > span a, .sidebar-content .dhvc-woocommerce-page .product_meta > span a, .sidebar-content .the7-elementor-widget .product_meta > span, .sidebar-content .the7-elementor-widget .product_meta > span a, .sidebar-content .product_list_widget del, .sidebar-content .product_list_widget del .amount, .sidebar-content .product_list_widget del .amount *, .sidebar-content .woocom-list-content .price del, .sidebar-content .woocom-list-content del, .sidebar-content .woocom-list-content del .amount, .sidebar-content .woocom-list-content del .amount *, .sidebar-content .woocommerce-review-link, .sidebar-content .woocommerce-review-link *, .sidebar-content .woocommerce-review-link:hover, .sidebar-content .widget_price_filter .price_slider_amount, .sidebar-content .shop_table .variation *, .sidebar-content .product:not(.elementor) .woocommerce-tabs li > a, .sidebar-content .the7-elementor-widget .woocommerce-tabs li > a, .sidebar-content .product .summary.entry-summary .price del, .sidebar-content .woocommerce-result-count, .sidebar-content .widget_layered_nav li > small, .sidebar-content .widget_product_categories .count, .sidebar-content .stars a {
	color: rgba(139, 141, 148, .5);
}

.footer .reset_variations, .footer .reset_variations:hover, .footer .variations label, .footer .entry-summary .product_meta > span, .footer .dhvc-woocommerce-page .product_meta > span, .footer .entry-summary .product_meta > span a, .footer .dhvc-woocommerce-page .product_meta > span a, .footer .the7-elementor-widget .product_meta > span, .footer .the7-elementor-widget .product_meta > span a, .footer .product_list_widget del, .footer .product_list_widget del .amount, .footer .product_list_widget del .amount *, .footer .woocom-list-content .price del, .footer .woocom-list-content del, .footer .woocom-list-content del .amount, .footer .woocom-list-content del .amount *, .footer .woocommerce-review-link, .footer .woocommerce-review-link *, .footer .woocommerce-review-link:hover, .footer .widget_price_filter .price_slider_amount, .footer .shop_table .variation *, .footer .product:not(.elementor) .woocommerce-tabs li > a, .footer .the7-elementor-widget .woocommerce-tabs li > a, .footer .product .summary.entry-summary .price del, .footer .woocommerce-result-count, .footer .widget_layered_nav li > small, .footer .widget_product_categories .count, .footer .stars a {
	color: rgba(0, 0, 0, .5);
}

.sidebar-content .elementor-menu-cart__product-price {
	color: #8b8d94;
}

.sidebar-content .elementor-menu-cart__product-name, .sidebar-content .elementor-menu-cart__product-price {
	line-height: 1.2;
}

.sidebar-content .elementor-menu-cart__product-price .amount, .sidebar-content .elementor-menu-cart__subtotal {
	font-weight: inherit;
}

.sidebar-content .elementor-menu-cart__product-name > a {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}

.sidebar-content .elementor-menu-cart__product-name  p {
	margin-bottom: 0;
}

.woocommerce-cart-wrap .product-remove a {
	color: rgba(51, 51, 51, .2);
}

.woocommerce-cart-wrap .product-remove a:hover {
	color: rgba(51, 51, 51, .35);
}

.woocommerce-cart-wrap .product-name a, .woocommerce-cart-wrap .product-subtotal, .woocommerce-cart-wrap .cart-subtotal .amount {
	color: #333;
}

.product-name > a, #reviews ol.commentlist .meta, .shop_table strong, ul.cart_list li a, ul.product_list_widget li a, .widget_product_categories li a, .product:not(.elementor) .woocommerce-tabs li.active > a, .product:not(.elementor) .woocommerce-tabs li > a:hover, .the7-elementor-widget .woocommerce-tabs li.active > a, .the7-elementor-widget .woocommerce-tabs li > a:hover, .product .summary.entry-summary .price, .product .summary.entry-summary .price ins, .product-category mark, .woocom-list-content .price, .woocom-list-content .price *, .widget_layered_nav li > a, .woocommerce-checkout-review-order-table .woocommerce-Price-amount, .widget_shopping_cart .total {
	color: #333;
}

.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .product-name > a, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) #reviews ol.commentlist .meta, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .shop_table strong, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) ul.cart_list li a, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) ul.product_list_widget li a, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .widget_product_categories li a, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .product:not(.elementor) .woocommerce-tabs li.active > a, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .product:not(.elementor) .woocommerce-tabs li > a:hover, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .the7-elementor-widget .woocommerce-tabs li.active > a, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .the7-elementor-widget .woocommerce-tabs li > a:hover, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .product .summary.entry-summary .price, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .product .summary.entry-summary .price ins, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .product-category mark, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .woocom-list-content .price, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .woocom-list-content .price *, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .widget_layered_nav li > a, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .woocommerce-checkout-review-order-table .woocommerce-Price-amount, .sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) .widget_shopping_cart .total {
	color: #333;
}

.footer .widget:not(.widget_icl_lang_sel_widget) .product-name > a, .footer .widget:not(.widget_icl_lang_sel_widget) #reviews ol.commentlist .meta, .footer .widget:not(.widget_icl_lang_sel_widget) .shop_table strong, .footer .widget:not(.widget_icl_lang_sel_widget) ul.cart_list li a, .footer .widget:not(.widget_icl_lang_sel_widget) ul.product_list_widget li a, .footer .widget:not(.widget_icl_lang_sel_widget) .widget_product_categories li a, .footer .widget:not(.widget_icl_lang_sel_widget) .product:not(.elementor) .woocommerce-tabs li.active > a, .footer .widget:not(.widget_icl_lang_sel_widget) .product:not(.elementor) .woocommerce-tabs li > a:hover, .footer .widget:not(.widget_icl_lang_sel_widget) .the7-elementor-widget .woocommerce-tabs li.active > a, .footer .widget:not(.widget_icl_lang_sel_widget) .the7-elementor-widget .woocommerce-tabs li > a:hover, .footer .widget:not(.widget_icl_lang_sel_widget) .product .summary.entry-summary .price, .footer .widget:not(.widget_icl_lang_sel_widget) .product .summary.entry-summary .price ins, .footer .widget:not(.widget_icl_lang_sel_widget) .product-category mark, .footer .widget:not(.widget_icl_lang_sel_widget) .woocom-list-content .price, .footer .widget:not(.widget_icl_lang_sel_widget) .woocom-list-content .price *, .footer .widget:not(.widget_icl_lang_sel_widget) .widget_layered_nav li > a, .footer .widget:not(.widget_icl_lang_sel_widget) .woocommerce-checkout-review-order-table .woocommerce-Price-amount, .footer .widget:not(.widget_icl_lang_sel_widget) .widget_shopping_cart .total {
	color: #000;
}

.sidebar-content:not(.mega-menu-widgets) .widget:not(.widget_icl_lang_sel_widget) ul.product_list_widget li a:not(:hover):not(.remove) {
	color: #333 !important;
}

.footer .widget:not(.widget_icl_lang_sel_widget) ul.product_list_widget li a:not(:hover):not(.remove) {
	color: #000 !important;
}

ul.product_list_widget li > a:not(.remove) {
	margin-bottom: 8px;
}

.woocommerce-cart-wrap .shop_table thead th, .woocommerce-cart-wrap .cart.shop_table thead th, .woocommerce-cart-wrap .wc-item-meta {
	font-size: 14px;
	line-height: 26px;
}

.woocommerce-cart-wrap .cart-subtotal .amount {
	font-size: 14px;
	line-height: 26px;
}

.woocommerce-cart-wrap .quantity input.qty, .woocommerce-cart-wrap .product-subtotal {
	font-size: 14px;
	line-height: 26px;
}

.woocommerce-cart-wrap .order-total .amount, .woocommerce-cart-wrap .cart_totals h2 {
	color: #333;
	font: bold 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.woocommerce-cart-wrap .update-cart-button input[type="submit"] {
	font: 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}

.woocommerce-cart-wrap .update-cart-button input[type="submit"]:disabled {
	color: #555;
}

.woocommerce-cart-wrap .update-cart-button i {
	font-size: 16px;
	color: rgba(51, 51, 51, .25);
}

.wc-coupon-text:after {
	color: rgba(51, 51, 51, .2);
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button, .dt-wc-btn, .checkout-button, #place_order, input[name="apply_coupon"], input[name="login"], button[name="calc_shipping"], button[name="calc_shipping"]:hover, .single_add_to_cart_button.button, .button.wc-backward, .woocommerce-Button.button, .woocommerce-Reviews .submit, .woocommerce-Button[name="register"], .track_order input[name="track"], input[name="save_address"] {
	font: bold 14px/16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 12px 18px 12px 18px;
	min-height: 40px;
	border: 0px solid #058ead;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.btn-3d .woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button, .btn-3d .dt-wc-btn, .btn-3d .checkout-button, .btn-3d #place_order, .btn-3d input[name="apply_coupon"], .btn-3d input[name="login"], .btn-3d button[name="calc_shipping"], .btn-3d button[name="calc_shipping"]:hover, .btn-3d .single_add_to_cart_button.button, .btn-3d .button.wc-backward, .btn-3d .woocommerce-Button.button, .btn-3d .woocommerce-Reviews .submit, .btn-3d .woocommerce-Button[name="register"], .btn-3d .track_order input[name="track"], .btn-3d input[name="save_address"] {
	min-height: 38px;
	line-height: 38px;
}

#page .woocommerce-widget-layered-nav-dropdown__submit, #phantom .woocommerce-widget-layered-nav-dropdown__submit, #page .button.view-cart, #phantom .button.view-cart, #page .button.checkout, #phantom .button.checkout, #page .button.wc-forward, #phantom .button.wc-forward, #page .price_slider_wrapper .button, #phantom .price_slider_wrapper .button, #page .woocommerce-orders-table a.button, #phantom .woocommerce-orders-table a.button, #page .wc-layout-list .woo-buttons a, #phantom .wc-layout-list .woo-buttons a {
	font: bold 12px/14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	border-radius: 6px;
	padding: 8px 14px 7px 14px;
}

#page .button.view-cart *, #phantom .button.view-cart *, #page .button.checkout *, #phantom .button.checkout * {
	font: bold 12px/14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

#page .checkout-button.wc-forward, #page #place_order {
	padding: 16px 24px 16px 24px;
	font: bold 18px/20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	border-radius: 10px;
}

.woocommerce-cart-wrap .cart_totals th {
	color: #555;
	font-size: 14px;
	line-height: 26px;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message, .woocommerce-error, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info {
	background-color: #ff5107;
}

div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-message-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-info-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message .woocommerce-error-text, .woocommerce-error .woocommerce-message-text, .woocommerce-error .woocommerce-info-text, .woocommerce-error .woocommerce-error-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-message-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-info-text, div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info .woocommerce-error-text {
	font: 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

#page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message, #page .woocommerce-error, #page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info {
	color: #fff;
}

#page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message a, #page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message *, #page .woocommerce-error a, #page .woocommerce-error *, #page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info a, #page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info * {
	color: #fff;
}

#page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-message:before, #page .woocommerce-error:before, #page div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info:before {
	color: #fff;
}

.showcoupon-tag, .showlogin-tag, #ship-to-different-address, .order_details td {
	font-size: 14px;
	line-height: 26px;
	color: #333;
}

.showcoupon-tag i, .showlogin-tag i, #ship-to-different-address i, .order_details td i {
	color: #333;
}

.customer_details td, .customer_details th, .order_details td, .order_details th {
	font-size: 14px;
	line-height: 26px;
}

.shop_table.customer_details th {
	color: #555;
}

.wc-complete-wrap .wc-bacs-bank-details li {
	color: #555;
}

.wc-complete-wrap .wc-bacs-bank-details li > strong {
	color: #494f54;
}

#ship-to-different-address {
	font: 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.showcoupon, .showlogin {
	font-size: 14px;
	line-height: 26px;
	color: #ff5107;
}

.footer .showcoupon, .footer .showlogin {
	color: #ff5107;
}

.woocommerce-orders-table thead th, .log-message, form.track_order p:not(.form-row), .lost_reset_password p:not(.form-row), .lost_password a, .lost_password, .woocommerce-Reviews .comment-notes {
	font-size: 14px;
	line-height: 26px;
}

.lost_password a, .lost_password {
	line-height: 16px;
}

.woocommerce-billing-fields label, .woocommerce-additional-fields label, .wc-terms-and-conditions label, .woocommerce-shipping-fields label, .woocommerce-account-fields label, label[for="rememberme"], #customer_login > div label.woocommerce-form__label-for-checkbox, .product table.variations td.label, .product table.variations td.label label, .elementor-widget table.variations td.label, .elementor-widget table.variations td.label label, .woocommerce-MyAccount-content label, form.track_order label, form.lost_reset_password label, #customer_login label, .woocommerce-Reviews label {
	font-size: 14px;
	line-height: 26px;
	color: #333;
}

.woocommerce-billing-fields label abbr[title], .woocommerce-billing-fields label .required, .woocommerce-additional-fields label abbr[title], .woocommerce-additional-fields label .required, .wc-terms-and-conditions label abbr[title], .wc-terms-and-conditions label .required, .woocommerce-shipping-fields label abbr[title], .woocommerce-shipping-fields label .required, .woocommerce-account-fields label abbr[title], .woocommerce-account-fields label .required, label[for="rememberme"] abbr[title], label[for="rememberme"] .required, #customer_login > div label.woocommerce-form__label-for-checkbox abbr[title], #customer_login > div label.woocommerce-form__label-for-checkbox .required, .product table.variations td.label abbr[title], .product table.variations td.label .required, .product table.variations td.label label abbr[title], .product table.variations td.label label .required, .elementor-widget table.variations td.label abbr[title], .elementor-widget table.variations td.label .required, .elementor-widget table.variations td.label label abbr[title], .elementor-widget table.variations td.label label .required, .woocommerce-MyAccount-content label abbr[title], .woocommerce-MyAccount-content label .required, form.track_order label abbr[title], form.track_order label .required, form.lost_reset_password label abbr[title], form.lost_reset_password label .required, #customer_login label abbr[title], #customer_login label .required, .woocommerce-Reviews label abbr[title], .woocommerce-Reviews label .required {
	color: #555;
}

#ship-to-different-address label, .create-account label.checkbox span {
	font-size: 14px;
	line-height: 26px;
}

.wc-terms-and-conditions a {
	color: #333;
}

#customer_details, .woocommerce-cart-form, .wc-complete-wrap .wc-wide-column, .wc-complete-wrap .woocommerce-bacs-bank-details, .shop_table_responsive, .woocommerce-cart-wrap .cross-sells {
	width: calc(100% - 100% - 50px);
	width: 100%;
	margin: 0;
	padding: 0;
}

.woocommerce-cart-wrap .cross-sells {
	margin-top: 30px;
}

.shop_table.order_details .wc-item-meta *, .order_details .product-total {
	color: #494f54;
	font-size: 14px;
	line-height: 26px;
}

.woocommerce-checkout-review-order .product-name, .woocommerce-checkout-review-order .product-name a {
	font-size: 14px;
	line-height: 26px;
	color: #494f54;
}

.woocommerce-checkout-review-order .woocommerce-Price-amount, .woocommerce-checkout-review-order th {
	font-size: 14px;
	line-height: 26px;
}

.woocommerce-checkout-review-order .about_paypal {
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
}

.woocommerce-checkout-review-order .product-quantity, .woocommerce-checkout-review-order .product-total, .woocommerce-checkout-review-order .cart-subtotal th, .woocommerce-checkout-review-order .order-total th, .woocommerce-checkout-review-order .shipping th, .woocommerce-checkout-review-order .about_paypal, .woocommerce-checkout-review-order .product-total .woocommerce-Price-amount, .woocommerce-checkout-review-order tfoot th {
	color: #555;
}

.woocommerce-checkout-review-order .cart-subtotal .amount
	.woocommerce-checkout-review-order .order-total .amount {
	color: #333;
}

.woocommerce-checkout-review-order .order-total .amount {
	font: bold 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.woocommerce-order-downloads .download-product a {
	font-size: 14px;
	line-height: 26px;
	color: #494f54;
	text-decoration: none;
}

.woocommerce-order-downloads .download-product a:hover {
	color: #ff5107;
}

.woocommerce-order-downloads .download-file {
	-ms-flex-pack: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.wc-bacs-bank-details-heading, .woocommerce-order-downloads__title {
	font: bold 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

#shipping_method label, .payment_methods label {
	color: #333;
	font-size: 14px;
	line-height: 26px;
}

#order_comments_field label {
	font-size: 14px;
	line-height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-left: 5px;
}

.theme-dt-the7 .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	height: 40px;
}

.theme-dt-the7 .select2-container .select2-selection--single, .theme-dt-the7 .select2-container--default .select2-selection--multiple, .theme-dt-the7 .yit-wcan-select-open {
	height: 40px;
	padding: 0 15px;
	color: rgba(139, 141, 148, .5);
	border-color: rgba(51, 51, 51, .11);
	border-width: 1px 1px 1px 1px;
	background-color: #fdfdfd;
	border-radius: 2px;
}

.theme-dt-the7 .select2-container .select2-selection--single  > .select2-selection__rendered, .theme-dt-the7 .select2-container--default .select2-selection--multiple  > .select2-selection__rendered, .theme-dt-the7 .yit-wcan-select-open  > .select2-selection__rendered {
	padding: 5px 0;
	color: #8b8d94;
	font-size: 14px;
	line-height: 1.3;
	box-sizing: border-box;
}

.theme-dt-the7 .select2-container .select2-selection--single .select2-selection__arrow b, .theme-dt-the7 .select2-container--default .select2-selection--multiple .select2-selection__arrow b, .theme-dt-the7 .yit-wcan-select-open .select2-selection__arrow b {
	border-top-color: rgba(139, 141, 148, .5);
}

.theme-dt-the7 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent rgba(139, 141, 148, .5);
}

.theme-dt-the7 .select2-dropdown-open .select2-choice .select2-arrow b:after {
	border-top-color: transparent;
	border-bottom-color: rgba(139, 141, 148, .5);
}

.widget .yit-wcan-select-open {
	color: #8b8d94;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
}

.widget_layered_nav ul li.chosen a:before, .widget_layered_nav_filters ul li a:before {
	color: #fff;
}

.yith-wcan-select-wrapper {
	box-sizing: border-box;
	border-color: rgba(51, 51, 51, .11);
}

.widget .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li {
	border: none;
}

.widget .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover, .widget.widget_layered_nav .yith-wcan-select-wrapper ul li.chosen {
	box-shadow: none;
	border: none;
}

#page .woocommerce-widget-layered-nav-dropdown {
	margin-bottom: 10px;
}

#page .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple {
	padding: 0 10px;
	height: auto;
	min-height: 40px;
	background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"rgba(139,141,148,0.5)\" x=\"0px\" y=\"0px\" width=\"8px\" height=\"8px\" viewBox=\"0 0 386.257 386.257\" style=\"enable-background:new 0 0 386.257 386.257;\" xml:space=\"preserve\"><polygon points=\"0,96.879 193.129,289.379 386.257,96.879 \"/></svg>");
	background-position: calc(100% - 15px) center;
	background-repeat: no-repeat;
}

#page .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple.nitro-lazy {
	background-image: none !important;
}

#page .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple input {
	padding: 0 !important;
	margin-top: 0;
	height: 38px;
}

#page .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
	padding: 0;
	line-height: 25px;
	vertical-align: middle;
}

#page .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li {
	margin: 0;
}

#page .woocommerce-widget-layered-nav-dropdown__submit {
	margin-top: 10px;
}

.woocommerce-MyAccount-content mark {
	padding: 0 5px;
}

.theme-dt-the7 .select2-container--default .select2-results__option--highlighted[aria-selected], .woocommerce-MyAccount-content mark {
	color: #fff;
	background: #ff5107;
}

.woocommerce-thankyou-order-details li {
	border-color: rgba(0, 0, 0, .08) !important;
	color: #555;
	font-size: 14px;
	line-height: 26px;
}

.woocommerce-thankyou-order-details li strong {
	color: #494f54;
}

.woocommerce-thankyou-order-details li .amount {
	font: bold 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	color: #333;
}

#reviews .comment-form #submit, .pp_content {
	display: inline-block !important;
}

.products mark {
	background: none;
}

.cart-collaterals h2, .upsells.products > h2, .product:not(.elementor) .woocommerce-tabs .panel > h2, .the7-elementor-widget .woocommerce-tabs .panel > h2, .related.products > h2, .cross-sells > h2 {
	font: bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.product:not(.elementor) .woocommerce-tabs #comments > h2, .the7-elementor-widget .woocommerce-tabs #comments > h2, .woocommerce-Reviews #reply-title {
	font: bold 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.product:not(.elementor) .related.products > h2:after, .product:not(.elementor) .upsells.products > h2:after, .cross-sells > h2:after {
	background-color: #ff5107;
}

.shopping-cart {
	position: relative;
}

.masthead .shopping-cart {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	flex-flow: column wrap;
}

.dt-mobile-header .shopping-cart {
	position: static;
}

.top-bar .shopping-cart {
	z-index: 1001;
	vertical-align: middle;
}

.floating-navigation-below-slider .top-bar .shopping-cart {
	z-index: 101;
}

.shopping-cart-wrap {
	position: absolute;
	top: 100%;
	z-index: 200;
	visibility: hidden;
	opacity: 0;
}

.side-header:not(.masthead-mobile-header) .mini-widgets .shopping-cart-wrap {
	top: auto;
	bottom: 100%;
}

.masthead .shopping-cart-wrap {
	top: calc(100% + 10px);
}

.dt-mobile-header .shopping-cart-wrap {
	width: 100%;
}

.masthead.side-header .mini-widgets .shopping-cart-wrap {
	top: auto;
	bottom: calc(100% + 10px);
}

.dt-mobile-header .shopping-cart-wrap {
	width: 100%;
}

.masthead .mini-widgets .shopping-cart-wrap.bottom-overflow {
	top: auto;
	bottom: calc(100% + 10px);
}

.floating-navigation-below-slider .shopping-cart-wrap.bottom-overflow {
	top: auto;
	bottom: 100%;
	padding-top: 0;
	padding-bottom: 10px;
}

.right-overflow.shopping-cart-wrap {
	right: 0;
}

.shopping-cart-inner {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	width: 300px;
	padding: 15px 20px 10px;
	background-color: #fff;
	text-align: left;
	box-sizing: border-box;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.dt-mobile-header .shopping-cart-inner {
	width: 100%;
}

@media all and (-ms-high-contrast: none) {
	.shopping-cart-inner {
		box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
	}
}

.shopping-cart-inner:before {
	position: absolute;
	top: -7px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid red;
	border-bottom-color: #fff;
	content: "";
}

.dt-mobile-header .shopping-cart-inner:before {
	display: none;
}

.right-overflow .shopping-cart-inner:before {
	right: 20px;
	left: auto;
}

.side-header:not(.masthead-mobile-header) .shopping-cart-inner:before, .dt-mobile-header .shopping-cart-inner:before {
	top: auto;
	bottom: -7px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid;
	border-bottom: none;
	border-top-color: #fff;
}

.bottom-overflow .shopping-cart-inner:before {
	top: auto;
	bottom: -7px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid;
	border-bottom: none;
	border-top-color: #fff;
}

.right-overflow.bottom-overflow .shopping-cart-inner:before {
	top: -7px;
	bottom: auto;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid red;
	border-top: none;
	border-bottom-color: #fff;
}

.masthead .shopping-cart-inner, .dt-mobile-header .shopping-cart-inner, .masthead .shopping-cart-inner *, .dt-mobile-header .shopping-cart-inner *, .masthead .shopping-cart-inner a:not(.button):not(.remove), .dt-mobile-header .shopping-cart-inner a:not(.button):not(.remove), .masthead .shopping-cart-inner .amount, .dt-mobile-header .shopping-cart-inner .amount {
	color: #000 !important;
	font-size: 14px;
	line-height: 26px;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner *, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a:not(.button):not(.remove), .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner .amount {
	color: #000 !important;
}

.show-top-buttons .buttons {
	display: none;
}

.buttons.top-position {
	display: none;
}

.show-top-buttons .buttons.top-position {
	display: block;
}

.product_list_widget.cart_list {
	overflow: hidden;
	margin-bottom: 15px;
	clear: both;
}

.product_list_widget.cart_list.empty {
	margin-bottom: 5px;
}

.shopping-cart-inner .cart_list.empty li {
	padding: 0;
}

.shopping-cart-inner .cart_list li .quantity {
	display: block;
}

.shopping-cart-inner .variation *, .shopping-cart-inner .quantity *, .shopping-cart-inner .quantity, .shopping-cart-inner strong, .shopping-cart-inner .quantity .amount {
	color: rgba(0, 0, 0, .5) !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner .variation *, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner .quantity *, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner .quantity, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner strong, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner .quantity .amount {
	color: rgba(0, 0, 0, .5) !important;
}

.shopping-cart-inner .amount {
	font-size: 14px;
}

.shopping-cart-inner .total, .elementor-menu-cart__main .total, .widget_shopping_cart .total {
	margin-bottom: 20px;
}

.masthead .shopping-cart-inner a.button, .dt-mobile-header .shopping-cart-inner a.button, .masthead .shopping-cart-inner a.button > span, .dt-mobile-header .shopping-cart-inner a.button > span {
	color: #fff !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a.button, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a.button > span {
	color: #fff !important;
}

.masthead .shopping-cart-inner a.button:hover, .dt-mobile-header .shopping-cart-inner a.button:hover, .masthead .shopping-cart-inner a.button:hover > span, .dt-mobile-header .shopping-cart-inner a.button:hover > span {
	color: #fff !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a.button:hover, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a.button:hover > span {
	color: #fff !important;
}

.masthead .shopping-cart-inner a:not(.button):not(.remove):hover, .dt-mobile-header .shopping-cart-inner a:not(.button):not(.remove):hover, .masthead .elementor-menu-cart__main a:not(.button):not(.remove):hover, .dt-mobile-header .elementor-menu-cart__main a:not(.button):not(.remove):hover {
	background: none;
	color: #ff5107 !important;
	text-decoration: none !important;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a:not(.button):not(.remove):hover, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .elementor-menu-cart__main a:not(.button):not(.remove):hover {
	color: #ff5107 !important;
}

.masthead .shopping-cart .buttons a.button *, .shopping-cart .buttons a.button, .shopping-cart .buttons a.button:hover, .buttons a.button, .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
	text-decoration: none !important;
}

.wc-ico-cart {
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	line-height: 1 !important;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font: 14px/18px "Arial", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.wc-ico-cart i {
	margin-right: 5px;
	font-size: 16px;
	color: #888;
}

.branding .wc-ico-cart {
	font: 14px/18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.branding .wc-ico-cart i {
	font-size: 16px;
	color: #888;
}

.mixed-header .wc-ico-cart {
	font: 20px/24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.mixed-header .wc-ico-cart i {
	font-size: 16px;
	color: #888;
}

.mixed-header .header-bar .wc-ico-cart i {
	margin-right: 7.1428571428571px;
}

.top-bar .wc-ico-cart {
	font: 500 13px/19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.top-bar .wc-ico-cart {
	color: #b1b4b8;
}

.top-bar .wc-ico-cart i {
	font-size: 16px;
	color: #b1b4b8;
}

.dt-mobile-header .wc-ico-cart {
	font: 500 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #b1b4b8;
}

.dt-mobile-header .wc-ico-cart i {
	font-size: 16px;
	color: #b1b4b8;
}

.mobile-header-bar .mobile-mini-widgets .wc-ico-cart {
	font: bold 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

.mobile-header-bar .mobile-mini-widgets .wc-ico-cart i {
	font-size: 16px;
	color: #333;
}

a.wc-ico-cart:hover {
	font: 14px/18px "Arial", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
	opacity: .7;
}

.branding a.wc-ico-cart:hover {
	font: 14px/18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: rgba(136, 136, 136, .7);
	color: #888;
}

.mixed-header a.wc-ico-cart:hover {
	font: 20px/24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #888;
}

.top-bar a.wc-ico-cart:hover {
	font: 500 13px/19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: rgba(177, 180, 184, .7);
	color: #b1b4b8;
}

.dt-mobile-header a.wc-ico-cart:hover {
	font: 500 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #b1b4b8;
}

.mobile-header-bar .mobile-mini-widgets a.wc-ico-cart:hover {
	font: bold 13px/17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}

.wc-ico-cart > .counter {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding: 1px;
	min-width: 14px;
	min-height: 14px;
	background-color: #ff5107;
	text-align: center;
	font-size: 8px;
	font-family: Tahoma, Arial, sans-serif !important;
	line-height: 14px;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
}

.branding .wc-ico-cart > .counter {
	font-size: 8px;
	line-height: 14px;
	min-width: 14px;
	min-height: 14px;
}

.mixed-header .wc-ico-cart > .counter {
	font-size: 8px;
	line-height: 14px;
	min-width: 14px;
	min-height: 14px;
}

.top-bar .wc-ico-cart > .counter {
	font-size: 8px;
	line-height: 14px;
	min-width: 14px;
	min-height: 14px;
}

.dt-mobile-header .wc-ico-cart > .counter {
	font-size: 8px;
	line-height: 14px;
	min-width: 14px;
	min-height: 14px;
}

.mobile-header-bar .mobile-mini-widgets .wc-ico-cart > .counter {
	font-size: 8px;
	line-height: 14px;
	min-width: 14px;
	min-height: 14px;
}

.wc-ico-cart > .counter.hidden {
	display: none;
}

.round-counter-style .wc-ico-cart > .counter {
	margin-left: 5px;
	border-radius: 50%;
}

.rectangular-counter-style .wc-ico-cart > .counter {
	padding: 0 2px 0 1px;
	min-width: 18px;
	border-radius: 2px;
	box-sizing: border-box;
}

.rectangular-counter-style .wc-ico-cart > .counter:before {
	position: absolute;
	top: 50%;
	left: -4px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-right: 4px solid #ff5107;
	border-bottom: 3px solid transparent;
	content: "";
}

.branding .rectangular-counter-style .wc-ico-cart > .counter {
	min-width: 18px;
}

.mixed-header .rectangular-counter-style .wc-ico-cart > .counter {
	min-width: 18px;
}

.top-bar .rectangular-counter-style .wc-ico-cart > .counter {
	min-width: 18px;
}

.dt-mobile-header .rectangular-counter-style .wc-ico-cart > .counter {
	min-width: 18px;
}

.mobile-header-bar .mobile-mini-widgets .rectangular-counter-style .wc-ico-cart > .counter {
	min-width: 18px;
}

.wc-ico-cart > .counter, .wc-ico-cart:hover > .counter {
	color: #fff;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .wc-ico-cart > .counter, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .wc-ico-cart:hover > .counter {
	color: #fff;
}

.wc-ico-cart > .counter.custom-bg {
	background-color: #ff5107 !important;
	background-image: none !important;
}

.wc-ico-cart > .counter.custom-bg.nitro-lazy {
	background-image: none !important;
}

.wc-ico-cart > .counter.custom-bg:before {
	border-right-color: #ff5107;
}

.accent-gradient .wc-ico-cart > .counter, .accent-gradient .wc-ico-cart > .counter.gradient-bg, .wc-ico-cart > .counter.gradient-bg {
	background: #ff5107;
}

.accent-gradient .wc-ico-cart > .counter:before, .accent-gradient .wc-ico-cart > .counter.gradient-bg:before, .wc-ico-cart > .counter.gradient-bg:before {
	border-right-color: #ff5107;
}

#top-bar .wc-ico-cart:hover .counter {
	text-decoration: none;
}

.wc-grid .dt-css-grid {
	margin: 0;
}

.wc-grid.resize-by-browser-width .dt-css-grid {
	grid-template-rows: auto;
	grid-column-gap: 44px;
	grid-row-gap: 44px;
}

.cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid, .no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid {
	margin: -22px;
}

.cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell, .no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell {
	padding: 22px;
}

.wc-grid:not(.resize-by-browser-width) .dt-css-grid {
	grid-row-gap: 44px;
	grid-column-gap: 44px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid, .no-cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid {
	display: flex;
	flex-flow: row wrap;
	margin: -22px;
}

.cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid .wf-cell, .no-cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid .wf-cell {
	flex: 1 0 220px;
	min-width: 220px;
	max-width: 100%;
	padding: 22px;
	box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
	.resize-by-browser-width.wc-grid .dt-css-grid {}
	
	.cssgridlegacy.no-cssgrid .resize-by-browser-width.wc-grid .dt-css-grid .wf-cell, .no-cssgridlegacy.no-cssgrid .resize-by-browser-width.wc-grid .dt-css-grid .wf-cell {}
}

@media screen and (max-width: 991px) {
	.resize-by-browser-width.wc-grid .dt-css-grid {}
	
	.cssgridlegacy.no-cssgrid .resize-by-browser-width.wc-grid .dt-css-grid .wf-cell, .no-cssgridlegacy.no-cssgrid .resize-by-browser-width.wc-grid .dt-css-grid .wf-cell {}
}

@media screen and (max-width: 767px) {
	.resize-by-browser-width.wc-grid .dt-css-grid {}
	
	.cssgridlegacy.no-cssgrid .resize-by-browser-width.wc-grid .dt-css-grid .wf-cell, .no-cssgridlegacy.no-cssgrid .resize-by-browser-width.wc-grid .dt-css-grid .wf-cell {}
}

.view-mode-switcher > a {
	height: 40px;
	width: 40px;
	border-width: 1px 1px 1px 1px;
	border-color: rgba(51, 51, 51, .11);
	color: rgba(139, 141, 148, .5);
	background-color: #fdfdfd;
}

.view-mode-switcher > a:first-child {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

.view-mode-switcher > a:last-child {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}

.view-mode-switcher > a.switcher-active {
	color: #8b8d94;
}

.wc-layout-list article.product {
	margin-bottom: 50px;
}

article.product.post.bg-on {
	background: none;
}

.wc-layout-list .woocom-project {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

.wc-layout-list .woocom-project .woo-buttons-on-img {
	margin-bottom: 0;
	text-align: left;
	width: 30%;
}

.wc-layout-list .woocom-project .woocom-list-content {
	padding-left: 40px;
	margin-bottom: 0;
	box-sizing: border-box;
	text-align: left;
	width: calc(100% - 30%);
}

.wc-layout-list .woocom-project .woocom-list-content .star-rating {
	margin: 0 0 25px 0;
}

.wc-layout-list .woocom-project .woocom-list-content .woocommerce-product-details__short-description {
	margin-bottom: 25px;
}

.dt-isotope .woocom-project .woocommerce-product-details__short-description {
	margin-bottom: 15px;
}

.hide-description .woocommerce-product-details__short-description {
	display: none;
}

.product .woo-buttons-on-img {
	position: relative;
	margin: 0 0 20px;
	text-align: center;
}

.product .woo-buttons-on-img .out-stock-label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	z-index: 2;
	width: auto;
	max-width: 100%;
	min-height: 50px;
	padding: 20px 25px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .65);
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .15);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
	font-size: 14px;
	line-height: 26px;
}

.dt-isotope  .woocommerce-product-details__short-description {
	font-size: 14px;
	line-height: 26px;
}

.woocom-project {
	position: relative;
}

.woo-buttons-on-img > p, .post .woo-buttons-on-img .alignnone, .description-under-image .post .woo-buttons-on-img .alignnone {
	margin-bottom: 0;
}

.post .woo-buttons-on-img .alignleft {
	margin: 0;
}

.woocom-project .woo-buttons-on-img > a {
	display: block;
	line-height: 0;
}

.products-carousel-shortcode .woocom-project .woo-buttons-on-img > a {
	display: block;
	width: 100%;
}

.product .woo-buttons-on-img {
	-ms-flex: 0 0 auto;
	max-width: 100%;
}

.product .woo-content-container {
	position: relative;
	width: 100%;
	bottom: 0;
}

.woo-hover .blur-this .blur-effect {
	display: none;
}

.mobile-false .hover-fade.woo-hover .woo-content-container {
	bottom: 0;
}

.product .wf-td {
	vertical-align: bottom;
}

.cart-btn-on-img .woo-buttons {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 32px;
	min-width: 32px;
	border-radius: 16px;
	z-index: 2;
	box-sizing: border-box;
	transition: opacity .2s linear;
}

.cart-btn-on-img .woo-buttons a {
	display: block;
	float: right;
	height: 32px;
	max-width: 22px;
	padding: 0 32px 0 0px;
	box-sizing: border-box;
	transition: max-width .4s ease-in-out;
	border-radius: 16px;
	font: bold 12px/14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	background-color: #ff5107;
}

.cart-btn-on-img .woo-buttons a .filter-popup {
	vertical-align: top;
	line-height: 32px;
	margin-left: 14px;
	opacity: 0;
	transition: opacity .2s linear;
}

.cart-btn-on-img .woo-buttons a .popup-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	content: "";
}

.cart-btn-on-img .woo-buttons:hover a, .cart-btn-on-img .woo-buttons.is-clicked a {
	width: auto;
	max-width: 250px;
}

.cart-btn-on-img .woo-buttons:hover a .filter-popup, .cart-btn-on-img .woo-buttons.is-clicked a .filter-popup {
	opacity: 1;
	transition-delay: 200ms;
}

.cart-btn-on-hover .woo-buttons {
	opacity: 0;
}

.cart-btn-below-img .woo-buttons {
	padding-top: 3px;
	margin-bottom: 15px;
}

.cart-btn-below-img .woo-buttons:last-child {
	margin-bottom: 15px;
}

table.tinvwl-table-manage-list {
	border-collapse: unset;
}

.woo-buttons-on-img .tinv-wishlist {
	position: relative;
	z-index: 1;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.wishlist-btn {
	position: absolute;
	left: 10px;
	bottom: 10px;
	height: 32px;
	min-width: 32px;
	border-radius: 16px;
	z-index: 2;
	display: block;
	float: right;
	max-width: 22px;
	padding: 0 32px 0 0px;
	box-sizing: border-box;
	-webkit-transition: max-width .4s ease-in-out;
	transition: max-width .4s ease-in-out;
	font: bold 12px/14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	background-color: #ff5107;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.wishlist-btn:before {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	font-size: inherit;
}

.cart-btn-on-hover .woocom-project:hover .woo-buttons, .cart-btn-on-hover .woo-buttons-on-img.is-clicked .woo-buttons {
	opacity: 1;
}

.woo-buttons-on-img .woo-buttons i:before {
	font-size: 16px;
	line-height: 32px;
}

.woo-buttons a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 0px;
	text-decoration: none;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}

.cart-btn-below-img .woo-buttons a {
	font: bold 12px/14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	border-radius: 6px;
	padding: 8px 14px 7px 14px;
	border: 0px solid #058ead;
}

.product_type_simple.added, .product_type_variation.added {
	display: none !important;
}

.widget_rating_filter ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
}

.widget_rating_filter ul li {
	padding: 0 0 1px;
	list-style: none;
}

.widget_rating_filter ul li a {
	padding: 1px 0;
	text-decoration: none;
}

.widget_rating_filter ul li .star-rating {
	float: none;
	display: inline-block;
	margin: 0;
}

.widget_rating_filter ul li.chosen a:before {
	color: red;
}

.woocommerce.widget_layered_nav select {
	width: 100%;
	margin-bottom: 0;
}

#dropdown_product_cat {
	opacity: 0;
}

.widget_layered_nav .customSelect {
	margin-bottom: 10px;
}

ul.product_list_widget, .widget_product_categories, .product-categories, .widget_layered_nav ul, .widget_layered_nav_filters ul {
	margin-bottom: 10px;
}

.widget_layered_nav_filters ul {
	overflow: hidden;
}

ul.cart_list li, ul.product_list_widget li, .widget_product_categories li {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 15px 0 0;
}

.widget_product_categories ul.children {
	padding-top: 10px;
	clear: both;
}

.widget_product_categories .cat-item > a, .widget_product_categories .count {
	display: inline-block;
}

ul.cart_list li:first-child, ul.product_list_widget li:first-child, .widget_product_categories li:first-child, .widget_product_categories li {
	padding: 0;
}

ul.cart_list li a, ul.product_list_widget li a, .widget_product_categories li a {
	display: block;
	text-decoration: none;
}

.product_list_widget img, .woocommerce .wf-cell .product_list_widget img {
	float: left;
	width: 60px;
	height: auto;
	margin: 5px 20px 5px 0;
}

ul.cart_list li dl, ul.product_list_widget li dl, ul.product_list_widget li .quantity {
	display: block;
}

ul.cart_list li dl p, ul.product_list_widget li dl p, .shop_attributes td p {
	margin-bottom: 0;
}

.widget_shopping_cart_content dt, .product_list_widget dt {
	float: left;
	margin-right: 5px;
}

.widget_shopping_cart_content .quantity {
	display: block;
	width: auto;
	font-weight: normal;
}

.buttons a.button {
	float: left;
	margin: 0 10px 15px 0;
}

.widget_product_search .woocommerce-product-search {
	position: relative;
	margin-bottom: 5px;
}

.widget_product_search .woocommerce-product-search label {
	display: none;
}

.widget_product_search .woocommerce-product-search .search-field {
	width: 100%;
	margin-bottom: 0;
	-webkit-appearance: none;
	appearance: none;
}

#page .widget_product_search input[type="submit"], #page .widget_product_search button[type="submit"] {
	position: absolute;
	top: 0;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	right: 11px;
	width: 20px;
	height: 100%;
	padding: 0;
	text-decoration: none;
	border: none;
	font-size: 0;
	background-color: transparent;
	color: rgba(139, 141, 148, .5);
	border-radius: 0 !important;
	box-shadow: none !important;
}

#page .widget_product_search input[type="submit"]:before, #page .widget_product_search button[type="submit"]:before {
	content: "󬁑";
	font-family: "icomoon-the7-font" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	font-size: 16px;
}

#page .widget_product_search input[type="submit"]:hover, #page .widget_product_search button[type="submit"]:hover {
	opacity: .7;
	background-color: transparent !important;
	color: rgba(184, 188, 190, .99);
	box-shadow: none;
}

.select2-search input {
	padding: 5px 15px 5px 15px !important;
	color: rgba(195, 195, 195, .99) !important;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 50% !important;
	background-size: 16px 16px !important;
}

.woocommerce-widget-layered-nav-dropdown .select2-search input {
	background-image: none !important;
}

.woocommerce-widget-layered-nav-dropdown .select2-search input.nitro-lazy {
	background-image: none !important;
}

.select2-container--default .select2-selection--multiple {
	border-color: rgba(51, 51, 51, .11);
}

.woocommerce-widget-layered-nav-dropdown .select2-search {
	padding: 0;
}

.widget_price_filter .price_slider {
	margin-bottom: 20px;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
}

.widget_price_filter .price_slider_amount > input {
	opacity: 0;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -6px;
	width: 3px;
	height: 11px;
	cursor: pointer;
	outline: 0;
}

.widget_price_filter .ui-slider .ui-slider-handle, .widget_price_filter .ui-slider .ui-slider-range, .product .onsale {
	background-color: #ff5107;
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	border-radius: 1em;
}

.content .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: rgba(73, 79, 84, .2);
}

.sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content, .sidebar-content .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: rgba(139, 141, 148, .2);
}

.footer .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: rgba(0, 0, 0, .2);
}

.price_slider_wrapper {
	padding-top: 5px;
	margin-bottom: 10px;
}

.widget_price_filter .ui-slider-horizontal {
	height: 3px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.widget_layered_nav ul li.chosen a, .widget_layered_nav_filters ul li a {
	padding: 1px 6px;
	border-radius: 0px;
	text-decoration: none;
}

.widget_layered_nav ul li.chosen a:before, .widget_layered_nav_filters ul li a:before {
	font-family: "icomoon-the7-font";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 5px;
	content: "";
	font-size: 12px;
}

.widget_layered_nav ul small.count {
	float: right;
	margin-left: 6px;
	font-size: 1em;
}

.widget_layered_nav_filters ul li {
	float: left;
	padding: 0 1px 1px 0;
}

.widget_layered_nav_filters ul li a {
	float: left;
	text-decoration: none;
}

.woocommerce-widget-layered-nav-list li span {
	margin-left: 4px;
}

.woocommerce-widget-layered-nav-list li {
	display: block;
	padding: 0 1px 1px 0;
}

.woocommerce-widget-layered-nav-list li span {
	opacity: .5;
}

.woocommerce-widget-layered-nav-list li a {
	display: inline-block;
	text-decoration: none;
}

.product {
	position: relative;
}

.product:before, .product:after {
	content: "";
	display: table;
	clear: both;
}

.onsale {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	text-align: center;
	min-height: 3.236em;
	min-width: 3.236em;
	padding: .202em;
	font-size: 1em;
	line-height: 3.236;
	margin: 0;
	border-radius: 100%;
	background-color: #77a464;
	color: #fff;
}

.dt-products .onsale, .products-shortcode .onsale, .widget.woocommerce .onsale, .products-carousel-shortcode .onsale, .single-product .onsale, .elementor-widget-woocommerce-product-images .onsale {
	top: 10px;
	left: 10px;
	min-height: 32px;
	min-width: 32px;
	padding: 7px;
	font-size: 14px;
	line-height: 26px;
	line-height: 32px;
	font-weight: bold;
	box-sizing: content-box;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}

.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
	padding: 7px;
}

ul.products {
	margin: 0;
}

.products .product {
	display: block;
	list-style: none;
}

.content .woocommerce .wf-cell img, .woocommerce .content .wf-cell img {
	height: auto;
	max-width: 100%;
	width: auto;
}

body.hide-product-title .summary > .product_title {
	display: none;
}

.product .variations_button:before, .product .variations_button:after, .elementor-widget .variations_button:before, .elementor-widget .variations_button:after, .product .cart:before, .product .cart:after, #review_form:before, #review_form:after, form.cart:before, form.cart:after {
	content: "";
	display: table;
	clear: both;
}

.summary.entry-summary div[itemprop="description"] {
	margin: 25px 0;
}

.product div.images, .product div.summary {
	float: left;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.product div.images {
	width: 30%;
	margin-right: 50px;
}

.product div.summary {
	width: calc(100% - 30% - 50px);
}

.woocommerce div.product div.summary > :last-child {
	margin-bottom: 0;
}

.woocommerce-main-image {
	display: block;
	line-height: 0;
}

.product div.thumbnails {
	margin-right: -10px;
}

.product div.thumbnails a {
	float: left;
	width: 33.3333%;
	margin-top: 10px;
	padding-right: 10px;
	line-height: 0;
	box-sizing: border-box;
}

.product:not(.elementor-location-single) table.variations, .the7-elementor-widget table.variations {
	position: relative;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex;
	width: auto;
	margin-bottom: 20px;
}

.product:not(.elementor-location-single) table.variations tr, .product:not(.elementor-location-single) table.variations td, .the7-elementor-widget table.variations tr, .the7-elementor-widget table.variations td {
	display: block;
}

.product:not(.elementor-location-single) table.variations td.label, .the7-elementor-widget table.variations td.label {
	padding: 0;
	margin-bottom: 5px;
}

.product:not(.elementor-location-single) table.variations td.label label, .the7-elementor-widget table.variations td.label label {
	text-transform: uppercase;
}

.product:not(.elementor-location-single) table.variations td.value, .the7-elementor-widget table.variations td.value {
	padding: 0;
	margin-bottom: 10px;
}

.product:not(.elementor-location-single) table.variations .reset_variations, .the7-elementor-widget table.variations .reset_variations {
	position: absolute;
	top: 0;
	right: 0;
}

.product:not(.elementor-location-single) table.variations .reset_variations:hover, .the7-elementor-widget table.variations .reset_variations:hover {
	text-decoration: none;
}

.product .variations, .product .variations th, .product .variations td, .elementor-widget .variations, .elementor-widget .variations th, .elementor-widget .variations td {
	border: none;
	padding-left: 0;
	padding-right: 0;
}

.variations td.label {
	vertical-align: top;
}

.variations td.value {
	text-align: right;
}

.variations td.value .customSelect {
	text-align: left;
}

.variations select {
	display: inline-block;
	width: 250px;
	max-width: 100%;
	line-height: 1;
	margin-bottom: 10px !important;
}

.myaccount_address, .customer_details {
	margin-bottom: 20px !important;
}

.woocommerce .product .project-list-media .woo-buttons-on-img {
	margin-bottom: 15px !important;
}

.woocommerce .product h4, #content .woocommerce .product h4:last-child {
	margin-bottom: 5px;
}

.woocommerce .product .price, .woocommerce-shipping-destination {
	font-size: 14px;
	line-height: 26px;
}

#content .woocommerce .product .price:last-child {
	margin-bottom: 10px;
}

.reset_variations {
	display: block;
	font-size: 14px;
	line-height: 26px;
}

form.cart {
	display: block;
}

.woocommerce div.product div.summary {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.woocommerce div.product div.summary .woocommerce-product-rating {
	display: block;
	margin: -5px 0 20px 0;
	-ms-flex-order: -1;
	order: -1;
}

.woocommerce div.product div.summary .woocommerce-review-link {
	text-decoration: none;
}

.woocommerce div.product div.summary .woocommerce-review-link:hover {
	text-decoration: underline;
}

.woocommerce div.product div.summary h1 {
	margin-bottom: 30px;
}

.woocommerce div.product div.summary .single_variation .price, .woocommerce div.product div.summary .single_variation > p, .woocommerce div.product div.summary .single_variation .woocommerce-variation-description > p, .woocommerce div.product div.summary .single_variation .woocommerce-variation-availability > p {
	display: block;
	margin-bottom: 25px;
}

.woocommerce div.product div.summary .woocommerce-product-rating .star-rating {
	display: inline-block;
	margin: 0 4px 0 0;
	float: none;
}

.woocommerce div.product div.summary form.cart, .woocommerce div.product div.summary p.cart {
	margin-bottom: 30px;
}

.woocommerce div.product div.summary .woocommerce-variation-availability .in-stock {
	margin-bottom: 0;
}

.woocommerce div.product div.summary .woocommerce-review-link {
	display: inline-block;
}

.woocommerce div.product div.summary > .price {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 35px;
}

.woocommerce div.product div.summary > .price:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	content: "";
}

.woocommerce div.product div.summary .woocommerce-product-details__short-description {
	margin-bottom: 20px;
}

div.product div.summary .price:after {
	background-color: #ff5107;
}

form.cart div.quantity {
	float: left;
	margin: 0 15px 0 0;
}

.woocommerce-variation-add-to-cart {
	display: flex;
	flex-flow: row wrap;
}

.woocommerce-variation-add-to-cart > .button {
	margin-right: 15px;
}

.woocommerce-variation-add-to-cart .tinv-wraper.tinv-wishlist {
	margin-top: 5px;
	align-self: center;
}

.woocommerce-variation-add-to-cart .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
	margin-top: 5px;
}

.quantity .plus, .quantity .minus {
	width: 20px;
	padding: 0;
	background-image: none !important;
	font-family: Arial;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
	min-height: 40px;
	color: rgba(139, 141, 148, .5);
	border: 1px solid;
	border-color: rgba(51, 51, 51, .11);
	background-color: #fdfdfd !important;
	border-radius: 0;
}

.quantity .plus.nitro-lazy, .quantity .minus.nitro-lazy {
	background-image: none !important;
}

#page .quantity .plus, #page .quantity .minus {
	border-width: 1px 1px 1px 1px;
}

.quantity .plus:hover, .quantity .minus:hover {
	color: #8b8d94;
	border-color: rgba(51, 51, 51, .11);
}

.woocommerce-cart-wrap .quantity input[type='button'].plus.is-form, .woocommerce-variation-add-to-cart .quantity input[type='button'].plus.is-form, .product .quantity input[type='button'].plus.is-form {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}

.woocommerce-cart-wrap .quantity input[type='button'].minus.is-form, .woocommerce-variation-add-to-cart .quantity input[type='button'].minus.is-form, .product .quantity input[type='button'].minus.is-form {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

.the7-elementor-widget .product_meta, .entry-summary .product_meta, .dhvc-woocommerce-page .product_meta {
	margin-bottom: 30px;
}

.the7-elementor-widget .product_meta .posted_in, .the7-elementor-widget .product_meta .sku_wrapper, .entry-summary .product_meta .posted_in, .entry-summary .product_meta .sku_wrapper, .dhvc-woocommerce-page .product_meta .posted_in, .dhvc-woocommerce-page .product_meta .sku_wrapper {
	display: inline-block;
}

.the7-elementor-widget .product_meta .posted_in a, .the7-elementor-widget .product_meta .sku_wrapper a, .entry-summary .product_meta .posted_in a, .entry-summary .product_meta .sku_wrapper a, .dhvc-woocommerce-page .product_meta .posted_in a, .dhvc-woocommerce-page .product_meta .sku_wrapper a {
	text-decoration: none;
}

.the7-elementor-widget .product_meta .posted_in a:hover, .the7-elementor-widget .product_meta .sku_wrapper a:hover, .entry-summary .product_meta .posted_in a:hover, .entry-summary .product_meta .sku_wrapper a:hover, .dhvc-woocommerce-page .product_meta .posted_in a:hover, .dhvc-woocommerce-page .product_meta .sku_wrapper a:hover {
	text-decoration: underline;
}

.the7-elementor-widget .product_meta .posted_in, .entry-summary .product_meta .posted_in, .dhvc-woocommerce-page .product_meta .posted_in {
	position: relative;
	margin: 0 6px 5px 0;
	padding: 0 9px 0 0;
}

.the7-elementor-widget .product_meta .posted_in:after, .entry-summary .product_meta .posted_in:after, .dhvc-woocommerce-page .product_meta .posted_in:after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	content: "";
	border-radius: 50%;
}

.the7-elementor-widget .product_meta > .tagged_as, .entry-summary .product_meta > .tagged_as, .dhvc-woocommerce-page .product_meta > .tagged_as {
	margin-top: 3px;
}

.the7-elementor-widget .product_meta > .tagged_as a, .entry-summary .product_meta > .tagged_as a, .dhvc-woocommerce-page .product_meta > .tagged_as a {
	display: inline-block;
	padding: 1px 6px;
	margin: 2px 1px 2px 0;
	border: 1px solid;
	font: normal 10px/15px Arial, Verdana, sans-serif;
	text-decoration: none;
	letter-spacing: .3px;
}

.entry-summary .product_meta .posted_in:after, .the7-elementor-widget .posted_in:after, .dhvc-woocommerce-page .product_meta .posted_in:after {
	background-color: #555;
}

.entry-summary .product_meta .tagged_as a, .the7-elementor-widget .tagged_as a, .dhvc-woocommerce-page .product_meta .tagged_as a {
	border-color: rgba(0, 0, 0, .08);
	color: #555;
}

.entry-summary .product_meta .tagged_as a:hover, .the7-elementor-widget .tagged_as a:hover, .dhvc-woocommerce-page .product_meta .tagged_as a:hover {
	color: #333;
}

.price ins {
	text-decoration: none;
}

.product .summary.entry-summary .price, .product-category .woo-content-container > a h3, .product-category .woocom-list-content > a h3, #customer_login h2 {
	font: bold 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.product form.cart .button {
	float: left;
	vertical-align: middle;
}

.product_meta {
	clear: both;
}

.entry-summary .product_meta > span, .the7-elementor-widget .product_meta > span, .dhvc-woocommerce-page .product_meta > span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 26px;
}

.woocommerce-tabs {
	padding-top: 30px;
	clear: both;
}

.single .woocommerce-tabs .entry-content {
	margin-bottom: 0;
}

.woocommerce-tabs .tabs {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.woocommerce-tabs .tabs  li {
	position: relative;
	float: left;
	list-style: none;
}

.woocommerce-tabs .tabs  li > a {
	text-decoration: none;
}

.woocommerce-tabs #tab-description > h2:first-child, .woocommerce-tabs #tab-additional_information > h2:first-child {
	display: none;
}

.woocommerce-tabs .shop_attributes {
	padding: 20px 30px;
	border-collapse: separate;
	border: none;
}

.woocommerce-tabs .shop_attributes tr:first-of-type th, .woocommerce-tabs .shop_attributes tr:first-of-type td {
	border: none;
}

.product:not(.elementor) .woocommerce-tabs .tabs:after, .the7-elementor-widget .woocommerce-tabs .tabs:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 100%;
	content: "";
	background: rgba(0, 0, 0, .08);
}

.product:not(.elementor) .woocommerce-tabs .tabs li, .the7-elementor-widget .woocommerce-tabs .tabs li {
	padding-top: 20px;
	margin-left: 40px;
}

.product:not(.elementor) .woocommerce-tabs .tabs li:first-child, .the7-elementor-widget .woocommerce-tabs .tabs li:first-child {
	margin-left: 0;
}

.product:not(.elementor) .woocommerce-tabs .tabs li:after, .the7-elementor-widget .woocommerce-tabs .tabs li:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	width: 100%;
	content: "";
}

.product:not(.elementor) .woocommerce-tabs .tabs li.active:after, .the7-elementor-widget .woocommerce-tabs .tabs li.active:after {
	background-color: #ff5107;
}

.product:not(.elementor) .woocommerce-tabs .tabs li > a, .the7-elementor-widget .woocommerce-tabs .tabs li > a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
}

.woocommerce-Reviews .comment-reply-title {
	margin-bottom: 5px;
}

.woocommerce-Reviews label {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.woocommerce-Reviews .comment-form-rating {
	margin-top: 30px;
}

.woocommerce-noreviews {
	display: none;
}

#reviews ol.commentlist {
	margin: 40px 0 0 0;
	padding-bottom: 20px;
}

#reviews ol.commentlist li {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 20px 0 !important;
	list-style: none;
}

.no-avatars #reviews ol.commentlist li {
	padding-left: 0;
}

#reviews ol.commentlist .comment_container {
	position: relative;
	padding: 30px 30px 15px 120px;
}

#reviews ol.commentlist .comment_container p.meta {
	margin-bottom: 20px;
}

#reviews ol.commentlist .comment_container .description {
	font-size: 14px;
	line-height: 26px;
}

#reviews ol.commentlist .comment_container .woocommerce-review__dash {
	display: none;
}

#reviews ol.commentlist .comment_container .woocommerce-review__author {
	display: block;
	margin-bottom: 5px;
	font: bold 16px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

#reviews ol.commentlist .comment_container .woocommerce-review__published-date {
	font-size: 14px;
	line-height: 26px;
	color: #555;
}

#reviews .commentlist li img.avatar {
	float: left;
	margin-right: 20px;
	border-radius: 50%;
	margin: 0 30px 15px -90px;
}

.woocommerce-Reviews .comment-respond > h3 {
	-ms-align-self: flex-start;
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
	padding: 0;
	margin-bottom: 20px;
}

.woocommerce-Reviews .comment-respond > h3:after {
	display: none;
}

.woocommerce .form-submit .dt-btn {
	display: none;
}

.wc-bacs-bank-details-account-name {
	font: bold 16px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.product:not(.elementor) .upsells.products, .product:not(.elementor) .related.products {
	padding-top: 25px;
	margin-top: 30px;
	border-top: 1px solid;
	clear: both;
	border-color: rgba(0, 0, 0, .08);
}

.related.products > h2, .upsells.products > h2, .woocommerce > h2, .product:not(.elementor) .woocommerce-tabs .panel > h2, .woocommerce-tabs .woocommerce-tabs .panel > h2 {
	margin-bottom: 20px;
}

.product:not(.elementor) .related.products > h2, .product:not(.elementor) .upsells.products > h2, .cross-sells > h2 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.product:not(.elementor) .related.products > h2:after, .product:not(.elementor) .upsells.products > h2:after, .cross-sells > h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	content: "";
}

.product .wf-container.description-on-hover > .wf-cell {
	line-height: 0;
}

.content .related-product {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -25px -25px -25px;
}

.related-product > li {
	position: relative;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	width: 33%;
	padding: 0 25px 25px 25px;
	box-sizing: border-box;
}

.sidebar-right .related-product > li, .sidebar-left .related-product > li {
	width: 50%;
}

.woocommerce-cart-wrap .related-product > li {
	width: 100%;
}

.related-product > li .product-title, .related-product > li .amount {
	font-size: 14px;
	line-height: 26px;
	color: #333;
}

.sidebar-content .related-product > li .product-title, .sidebar-content .related-product > li .amount {
	color: #333;
}

.footer .related-product > li .product-title, .footer .related-product > li .amount {
	color: #000;
}

.related-product > li .onsale {
	position: absolute;
	top: 5px;
	left: 30px !important;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	padding: 4px;
	min-width: 24px;
	min-height: 24px;
	line-height: 1;
	font-size: 14px;
	box-sizing: border-box;
	background-color: #ff5107;
	color: #fff;
}

.related-product > li .onsale * {
	color: #fff;
}

.related-product > li .product-thumbnail {
	max-width: 100px;
	min-width: 100px;
	margin-right: 20px;
}

.related-product > li .product-content {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.related-product > li .product-title {
	display: inline-block;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
}

.related-product > li .product-title:hover {
	color: #ff5107;
}

.related-product > li .price {
	margin-bottom: 10px;
}

.related-product > li .star-rating {
	margin-bottom: 15px;
}

.related-product > li .dt-btn {
	-ms-align-self: flex-start;
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
}

.related-product > li del, .related-product > li del .amount {
	color: #555;
}

.single.single-product .single-share-box {
	padding-top: 5px;
	margin-bottom: 30px;
}

.single-product .share-link-description {
	text-align: left;
}

.single-product .single-share-box .share-buttons {
	-ms-flex-pack: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}

.woocommerce-cart-wrap, .wc-complete-wrap {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.wc-complete-wrap {
	-ms-flex-pack: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.wc-complete-wrap * {
	-ms-flex-order: 2;
	order: 2;
}

.wc-complete-wrap .wc-side-column {
	-ms-flex-order: 0;
	order: 0;
}

.wc-complete-wrap .wc-wide-column {
	-ms-flex-order: 1;
	order: 1;
}

.wc-complete-wrap .woocommerce-bacs-bank-details {
	margin-top: 20px;
}

.wc-complete-wrap .wc-bacs-bank-details {
	margin: 0;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.wc-complete-wrap .wc-bacs-bank-details li {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-pack: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid;
	list-style: none;
	box-sizing: border-box;
}

.wc-complete-wrap .wc-bacs-bank-details li > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.wc-complete-wrap .wc-bacs-bank-details li > strong {
	font-weight: normal;
	padding-left: 5px;
	box-sizing: border-box;
}

.woocommerce-cart-wrap table.shop_table:not(.order_details) {
	border: none;
}

.shop_table {
	border-collapse: separate;
}

.woocommerce-cart-wrap .cart.shop_table {
	border-collapse: separate;
}

.woocommerce-cart-wrap .cart.shop_table td {
	padding: 25px 10px 25px 0;
}

.woocommerce-cart-wrap .cart.shop_table td.actions {
	padding-top: 45px;
	padding-right: 0;
}

.woocommerce-cart-wrap .cart.shop_table td.product-subtotal {
	padding-right: 0;
}

.woocommerce-cart-wrap .cart.shop_table tfoot th, .woocommerce-cart-wrap .cart.shop_table tbody th {
	padding: 25px 0;
}

.shop_table.customer_details td {
	padding-right: 0;
}

.shop_table.customer_details tbody th {
	padding-right: 10px;
}

.customer_details tr:first-of-type th, .customer_details tr:first-of-type td {
	border-top: none;
}

.woocommerce-cart-wrap .shop_table thead th, .customer_details thead th, .woocommerce-orders-table thead th {
	border: none;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

.woocommerce-cart-wrap td.product-remove {
	width: 30px;
	max-width: 30px;
}

.woocommerce-cart-wrap a.remove {
	display: block;
	font-size: 12px !important;
	width: 20px;
	text-align: left;
	line-height: 20px;
	text-decoration: none;
	border: 0;
}

.woocommerce-cart-wrap a.remove:hover {
	cursor: pointer;
}

.woocommerce-cart-wrap .shop_table .product-thumbnail {
	width: 70px;
	padding-right: 20px;
}

.woocommerce-cart-wrap .shop_table .product-thumbnail img {
	max-width: 70px;
	height: auto;
}

.woocommerce-cart-wrap .shop_table .product-thumbnail > a {
	display: block;
	width: 70px;
	font-size: 0;
	line-height: 0;
}

.woocommerce-cart-wrap .product-price, .woocommerce-cart-wrap .product-quantity {
	width: 18%;
}

.woocommerce-cart-wrap .product-quantity {
	width: 17%;
}

.woocommerce-cart-wrap .product-subtotal {
	width: 18%;
	text-align: right;
}

.woocommerce-cart-wrap .cart_item .product-name {
	width: 32%;
}

.woocommerce-cart-wrap .cart_item .product-name a {
	display: inline-block;
	text-decoration: none;
}

.woocommerce-cart-wrap table.cart th.product-name {
	position: relative;
}

.content .variation dt, .content .variation dd {
	font-weight: normal;
	float: left;
}

.content .variation dt p, .content .variation dd p {
	margin-bottom: 0;
}

.content .variation dt {
	clear: left;
	margin-right: 5px;
}

.woocommerce-cart-wrap .quantity, .woocommerce-variation-add-to-cart .quantity, .product .quantity {
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex;
	text-align: right;
}

.woocommerce-cart-wrap .quantity input[type='button'].is-form, .woocommerce-variation-add-to-cart .quantity input[type='button'].is-form, .product .quantity input[type='button'].is-form {
	overflow: hidden;
	position: relative;
	margin: 0;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	text-transform: none;
	font-weight: normal;
	border-radius: 0;
	box-shadow: none !important;
}

.woocommerce-cart-wrap .quantity .plus, .woocommerce-variation-add-to-cart .quantity .plus, .product .quantity .plus {
	border-left: none !important;
}

.woocommerce-cart-wrap .quantity .minus, .woocommerce-variation-add-to-cart .quantity .minus, .product .quantity .minus {
	border-right: none !important;
}

.quantity .plus:hover, .quantity .minus:hover, .quantity .plus:active, .quantity .minus:active {
	top: 0 !important;
	margin-bottom: 0 !important;
}

.product div.summary .quantity input.qty, .dhvc-woocommerce-page .quantity input.qty, .the7-elementor-widget .quantity input.qty, .woocommerce-cart-form .quantity input.qty {
	display: inline;
	float: left;
	vertical-align: middle;
	width: 40px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: center;
	min-height: 40px;
	height: auto;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.product div.summary .quantity input[type=number]::-webkit-inner-spin-button, .product div.summary .quantity input[type=number]::-webkit-outer-spin-button, .the7-elementor-widget .quantity input[type=number]::-webkit-inner-spin-button, .the7-elementor-widget .quantity input[type=number]::-webkit-outer-spin-button, .woocommerce-cart-form .quantity input[type=number]::-webkit-inner-spin-button, .woocommerce-cart-form .quantity input::-webkit-outer-spin-button, .dhvc-woocommerce-page .quantity input[type=number]::-webkit-inner-spin-button, .dhvc-woocommerce-page .quantity input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	display: none;
}

.cart-footer {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce-cart-wrap .coupon, .wc-coupon-wrap .coupon {
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce-cart-wrap .coupon:before, .wc-coupon-wrap .coupon:before {
	content: "";
	font-family: "icomoon-the7-font";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	left: 15px;
	top: 0px;
	font-size: 14px;
	z-index: 10;
}

.woocommerce-cart-wrap .coupon input[type="text"], .wc-coupon-wrap .coupon input[type="text"] {
	padding-left: 35px;
}

.wc-coupon-field {
	position: relative;
}

.wc-coupon-field:focus label {
	display: none;
}

.cart td.actions .coupon label {
	position: absolute;
	display: none;
	height: 40px;
	width: 100%;
	padding: 5px 15px;
	box-sizing: border-box;
}

.cart td.actions .coupon label:before {
	margin-right: 5px;
	font-family: "icomoon-the7-font";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 1;
	content: "";
}

input[name="coupon_code"]::-webkit-input-placeholder:before, input[name="coupon_code"]::-moz-placeholder:before, input[name="coupon_code"]:-ms-input-placeholder:before, input[name="coupon_code"]:-moz-placeholder:before {
	margin-right: 5px;
	font-family: "icomoon-the7-font";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 1;
	content: "";
}

.woocommerce-cart-wrap .wc-coupon-text, .woocommerce-cart-wrap .wc-coupon-field {
	display: inline-block;
}

.woocommerce-cart-wrap .wc-coupon-text {
	position: relative;
	margin-right: 20px;
}

.woocommerce-cart-wrap .wc-coupon-text:after {
	position: absolute;
	z-index: 0;
	top: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	font-family: "icomoon-the7-font";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 84px;
	line-height: 1;
}

.woocommerce-cart-wrap .wc-coupon-text > span {
	position: relative;
	z-index: 1;
}

.woocommerce-cart-wrap .wc-coupon-text span {
	display: block;
}

.woocommerce-cart-wrap .update-cart-button {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce-cart-wrap .update-cart-button input[type="submit"] {
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: right;
}

.woocommerce-cart-wrap .update-cart-button input[type="submit"]:focus {
	outline: none;
}

.woocommerce-cart-wrap .update-cart-button input[type="submit"]:not(:disabled):hover {
	opacity: .7;
}

.woocommerce-cart-wrap .update-cart-button i {
	padding-right: 5px;
}

.wc-coupon-input.input-text {
	width: 200px;
	max-width: 100%;
}

.wc-cart-button, input[name="apply_coupon"], input[name="login"], .single_add_to_cart_button.button, .button.wc-backward, .button.view-cart, .button.checkout, .button.wc-forward, .price_slider .button, .woocommerce-Reviews .submit, button[name="calc_shipping"], .woocommerce-Button[name="register"], .track_order input[name="track"] {
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
}

.single_add_to_cart_button.button {
	min-height: 40px;
}

button.dt-wc-btn {
	position: relative;
	height: 40px;
}

input[name="update_cart"] {
	border: none;
	box-shadow: none !important;
}

table.shop_table td button[name="calc_shipping"] {
	margin: 0;
}

#shipping_method {
	margin: 0;
}

#shipping_method li {
	list-style: none;
}

#shipping_method li .shipping_method {
	margin: 0 5px 0 0;
}

#payment .input-radio {
	margin: 0 5px 0 0;
}

.woocommerce-ordering-div, .shipping-calculator-form {
	position: relative;
}

.shipping-calculator-form .woocommerce-ordering-div {
	margin-bottom: 10px;
}

#calc_shipping_country, #calc_shipping_state, select.shipping_method, form .form-row input.input-text {
	width: 100% !important;
}

.shipping_method {
	margin-bottom: 10px;
}

.woocommerce-shipping-calculator > p {
	margin-bottom: 0;
}

.shipping-calculator-form {
	margin: 10px 0;
}

.cross-sells {
	margin-top: 30px;
}

.col2-set .col-1 {
	float: left;
	width: 48%;
}

.col2-set .col-2 {
	float: right;
	width: 48%;
}

form.track_order {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

form.track_order form {
	width: 100%;
	margin-top: 25px;
	padding: 30px;
	box-sizing: border-box;
}

form.track_order .form-row {
	width: 100%;
	padding: 0;
}

form.lost_reset_password .button, #customer_login > div .button {
	text-transform: uppercase;
	font-weight: bold;
}

form.lost_reset_password, .wc-login-wrap, .wc-coupon-wrap, #customer_login > div {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	width: 50%;
}

form.lost_reset_password .coupon, .wc-login-wrap .coupon, .wc-coupon-wrap .coupon, #customer_login > div .coupon {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-bottom: 0;
}

form.lost_reset_password .coupon input, .wc-login-wrap .coupon input, .wc-coupon-wrap .coupon input, #customer_login > div .coupon input {
	width: 100%;
	margin-bottom: 0;
}

form.lost_reset_password .woocommerce-info, .wc-login-wrap .woocommerce-info, .wc-coupon-wrap .woocommerce-info, #customer_login > div .woocommerce-info {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

form.lost_reset_password form, .wc-login-wrap form, .wc-coupon-wrap form, #customer_login > div form {
	width: 100%;
	margin-top: 25px;
	padding: 30px;
	box-sizing: border-box;
}

form.lost_reset_password .form-row, .wc-login-wrap .form-row, .wc-coupon-wrap .form-row, #customer_login > div .form-row {
	width: 100%;
	padding: 0;
}

form.lost_reset_password .showcoupon-tag, form.lost_reset_password .showlogin-tag, .wc-login-wrap .showcoupon-tag, .wc-login-wrap .showlogin-tag, .wc-coupon-wrap .showcoupon-tag, .wc-coupon-wrap .showlogin-tag, #customer_login > div .showcoupon-tag, #customer_login > div .showlogin-tag {
	text-transform: uppercase;
}

form.lost_reset_password .showcoupon, form.lost_reset_password .showlogin, .wc-login-wrap .showcoupon, .wc-login-wrap .showlogin, .wc-coupon-wrap .showcoupon, .wc-coupon-wrap .showlogin, #customer_login > div .showcoupon, #customer_login > div .showlogin {
	text-decoration: none;
}

form.lost_reset_password .log-message, .wc-login-wrap .log-message, .wc-coupon-wrap .log-message, #customer_login > div .log-message {
	margin-bottom: 20px;
}

.wc-login-wrap {
	margin-bottom: 20px;
}

.wc-login-wrap form {
	padding-top: 25px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.wc-login-wrap form .form-row:not(.name-row):not(.password-row), .wc-login-wrap form .lost_password {
	display: inline-block;
	width: auto;
}

.wc-login-wrap form .lost_password {
	float: right;
	margin-top: 12px;
}

.wc-login-wrap form .form-row-last {
	margin-bottom: 20px;
}

.wc-login-wrap form label[for="rememberme"] {
	margin-left: 20px;
}

.wc-coupon-wrap {
	margin-bottom: 50px;
}

.wc-coupon-wrap form {
	padding: 0;
	margin-top: 0;
}

.wc-coupon-wrap .form-coupon-wrap {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 30px 30px 20px 30px;
	margin-top: 25px;
}

.wc-coupon-wrap .form-coupon-wrap .button {
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	height: 40px;
	line-height: 40px;
}

.wc-coupon-wrap .form-coupon-wrap > p {
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

form.lost_reset_password, #customer_login > div {
	padding: 25px 30px 20px;
}

form.track_order, form.lost_reset_password, #customer_login > div {
	box-sizing: border-box;
}

form.track_order > p:not(.form-row), form.lost_reset_password > p:not(.form-row), #customer_login > div > p:not(.form-row) {
	margin-bottom: 20px;
}

form.track_order .button, form.lost_reset_password .button, #customer_login > div .button {
	margin-top: 10px;
}

form.track_order label, form.lost_reset_password label, #customer_login > div label {
	text-transform: uppercase;
}

#customer_login {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

#customer_login > div {
	-ms-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	margin: 0 auto;
}

#customer_login > div form {
	margin-top: 10px;
	padding: 0;
}

#customer_login > div form > .form-row:not(.form-row-wide) {
	display: inline-block;
	width: auto;
}

#customer_login > div form label.woocommerce-form__label-for-checkbox {
	display: inline-block;
	margin-left: 20px;
	text-transform: none;
}

#customer_login > div form .lost_password {
	float: right;
	margin: 22px 0 10px;
}

#customer_login > div + div {
	margin-left: 50px;
}

.name-row, .password-row {
	position: relative;
}

.name-row:before, .password-row:before {
	content: "";
	font-family: "icomoon-the7-font";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	left: 20px;
	top: 0px;
	z-index: 10;
}

.name-row input[type="text"], .name-row input[type="password"], .password-row input[type="text"], .password-row input[type="password"] {
	padding-left: 35px;
}

.password-row:before {
	content: "";
}

.showcoupon-tag, .showlogin-tag {
	display: inline-block;
	margin-right: 10px;
}

.showcoupon-tag i, .showlogin-tag i {
	margin: 2px 5px 0 0;
}

form.woocommerce-checkout {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.wc-order-review {
	margin-left: 50px;
	padding: 30px;
	box-sizing: border-box;
	-ms-align-self: flex-start;
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
}

.woocommerce-checkout-review-order-table tr.cart_item:first-of-type td {
	border-top: none;
}

.content .woocommerce-checkout-review-order-table td {
	overflow: hidden;
}

.content .woocommerce-checkout-review-order-table {
	display: block;
	border-collapse: separate;
}

.content .woocommerce-checkout-review-order-table tbody, .content .woocommerce-checkout-review-order-table tfoot, .content .woocommerce-checkout-review-order-table tr, .content .woocommerce-checkout-review-order-table td, .content .woocommerce-checkout-review-order-table th {
	display: block;
	border: none;
	padding: 0;
}

.content .woocommerce-checkout-review-order-table tr {
	border-top: 1px solid;
	padding: 10px 0;
}

.content .woocommerce-checkout-review-order-table .product-name, .content .woocommerce-checkout-review-order-table .product-total .amount {
	font-weight: normal;
}

.content .woocommerce-checkout-review-order-table tbody tr:first-of-type {
	border: none;
}

.content .woocommerce-checkout-review-order-table td, .content .woocommerce-checkout-review-order-table .order-total th {
	vertical-align: top;
}

.content .woocommerce-checkout-review-order-table td.product-name, .content .woocommerce-checkout-review-order-table .order-total th.product-name {
	padding-right: 10px;
}

.content .woocommerce-checkout-review-order-table th {
	padding-right: 10px;
}

.content .woocommerce-checkout-review-order-table .cart-subtotal td, .content .woocommerce-checkout-review-order-table .cart-subtotal th {
	width: 100%;
}

.woocommerce-cart-wrap .cart_totals th {
	width: 40%;
	padding: 25px 0;
}

.woocommerce-billing-fields label abbr[title], .woocommerce-shipping-fields label abbr[title], .woocommerce-account-fields label abbr[title], .woocommerce-MyAccount-content label abbr[title] {
	border-bottom: none;
}

.content .payment_methods {
	padding-top: 5px;
	margin: 0 0 30px 0;
}

.content .payment_methods li img {
	vertical-align: middle;
	margin: -2px .5em 0 .5em;
}

form.woocommerce-checkout .form-row, .woocommerce-MyAccount-content .form-row {
	padding-bottom: 20px;
}

form.woocommerce-checkout .form-row.place-order, .woocommerce-MyAccount-content .form-row.place-order {
	padding-bottom: 0;
}

form.woocommerce-checkout .form-row label, .woocommerce-MyAccount-content .form-row label {
	text-transform: uppercase;
}

form.woocommerce-checkout .select2-container .select2-selection__arrow, .woocommerce-MyAccount-content .select2-container .select2-selection__arrow {
	right: 7px;
}

.woocommerce-cart-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 7px;
}

form.woocommerce-checkout .form-row {
	padding-bottom: 20px;
}

form.woocommerce-checkout .form-row#billing_address_1_field {
	padding-bottom: 0;
}

.woocommerce-MyAccount-content fieldset, .woocommerce-MyAccount-content .woocommerce-Button.button {
	margin-top: 20px;
}

.woocommerce-address-fields .button {
	margin-top: 30px;
}

.woocommerce-MyAccount-content  .woocommerce-address-fields {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.woocommerce-MyAccount-content  .woocommerce-address-fields > p {
	-ms-flex-order: 0;
	order: 0;
}

.woocommerce-MyAccount-content  .woocommerce-address-fields > p:first-of-type {
	-ms-flex-order: 1;
	order: 1;
}

.woocommerce-MyAccount-content  .woocommerce-address-fields .form-row-wide {
	width: 100%;
}

.theme-dt-the7 .select2-container .select2-selection--single {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce-shipping-fields label, .woocommerce-account-fields label {
	text-transform: uppercase;
}

#ship-to-different-address {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#ship-to-different-address label {
	-ms-flex-order: 1;
	order: 1;
}

#ship-to-different-address input {
	-ms-flex-order: 0;
	order: 0;
	margin-right: 5px;
}

.create-account {
	margin-bottom: 10px;
}

.woocommerce-billing-fields {
	padding-bottom: 10px;
}

.form-row.create-account {
	padding-top: 15px;
	padding-bottom: 0 !important;
	margin-bottom: 15px;
	clear: both;
}

.form-row.create-account label.checkbox {
	margin-bottom: 0;
}

.woocommerce-shipping-fields {
	padding-top: 15px;
	clear: both;
}

.woocommerce-shipping-fields label.checkbox {
	margin-bottom: 0;
}

.form-row.create-account label.checkbox span:before {
	display: inline-block;
	margin: 0 5px;
	font-family: "icomoon-the7-font";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
	font-size: inherit;
	line-height: 1;
	content: "";
}

#account_password_field {
	padding-top: 10px;
	margin-bottom: 0;
}

.woocommerce-shipping-fields {
	margin-bottom: 45px;
}

.woocommerce-shipping-fields .shipping_address {
	margin-top: 20px;
	margin-bottom: -20px;
}

.woocommerce-shipping-fields label.checkbox span:before {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
	font-family: "icomoon-the7-font";
	font-size: 14px;
	font-size: inherit;
	line-height: 26px;
	content: "";
}

#order_comments_field {
	margin-top: 30px;
}

.wc-side-column {
	-ms-align-self: flex-start;
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
	padding: 30px;
	margin-right: 50px;
	box-sizing: border-box;
}

.wc-complete-wrap .wc-side-column {
	margin-bottom: 30px;
}

.content .woocommerce-thankyou-order-details {
	margin: 0;
}

.woocommerce-thankyou-order-details li {
	padding: 10px 0;
	border-top: 1px solid;
	list-style: none;
}

.woocommerce-thankyou-order-details li:first-child {
	border-top: none;
}

.woocommerce-thankyou-order-details li:last-child {
	padding-bottom: 0;
}

.woocommerce-thankyou-order-details li strong {
	display: block;
	font-weight: normal;
}

.order_details, .customer_details {
	display: block;
}

.order_details thead, .customer_details thead {
	display: none;
}

.order_details tbody tr:first-of-type td, .customer_details tbody tr:first-of-type td {
	border-top: none;
}

.order_details tbody, .order_details tfoot, .customer_details tbody, .customer_details tfoot {
	display: block;
}

.order_details tr, .customer_details tr {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.order_details tr td, .order_details tr th, .customer_details tr td, .customer_details tr th {
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 50%;
	padding: 10px 0;
}

.order_details tr td.product-name, .order_details tr th.product-name, .customer_details tr td.product-name, .customer_details tr th.product-name {
	justify-content: space-between;
}

.order_details tr td.product-total, .order_details tr th.product-total, .customer_details tr td.product-total, .customer_details tr th.product-total {
	justify-content: flex-end;
}

.order_details tfoot td, .customer_details tfoot td {
	justify-content: flex-end;
}

.woocommerce-cart-wrap .order_details .product-total, .woocommerce-cart-wrap .order_details tfoot td, .woocommerce-cart-wrap .customer_details .product-total, .woocommerce-cart-wrap .customer_details tfoot td {
	padding-right: 0;
}

.woocommerce-cart-wrap .order_details tfoot th, .woocommerce-cart-wrap .customer_details tfoot th {
	padding-right: 10px;
}

.woocommerce-table--order-details .shipped_via {
	margin-left: 5px;
}

.woocommerce-cart-wrap .order_details tbody tr td:first-of-type {
	padding-right: 10px;
}

.shop_table.order_details {
	margin-bottom: 40px;
}

.shop_table.order_details .product-quantity {
	margin-left: 5px;
}

.shop_table.order_details .product-name a {
	text-decoration: none;
}

.wc-item-meta {
	margin: 0 !important;
}

.wc-item-meta li {
	list-style: none;
}

.wc-item-meta li > * {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
}

.select2-dropdown {
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.theme-dt-the7 .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}

.theme-dt-the7 .select2-drop.select2-drop-above.select2-drop-active {
	border-top: none;
}

.select2-search {
	padding-top: 5px;
	padding-bottom: 5px;
}

.select2-search input[type="text"] {
	margin-bottom: 0;
}

.theme-dt-the7 .select2-dropdown .select2-search input {
	margin-top: 4px;
}

.theme-dt-the7 .select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #e1e1e1;
	height: 28px !important;
	background-color: #fff;
	color: #888;
	border-radius: 3px;
}

.theme-dt-the7 .select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none !important;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
	margin-bottom: 0;
}

.theme-dt-the7 .select2-results {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	background: none;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox {
	margin-top: 18px;
}

#page .wc-item-downloads {
	width: 100%;
	margin: 0;
}

#page .wc-item-downloads li {
	list-style: none;
}

.shop_table.cart {
	font-size: 14px;
	line-height: 26px;
}

.shop_table.cart .product-subtotal {
	font-size: 14px;
	line-height: 26px;
}

.myaccount_user, .order-info, .order-again, .product .upsells.products {
	margin-bottom: 30px;
}

.shipping-calculator-button {
	position: relative;
	font: 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	word-spacing: normal;
	text-decoration: none;
	color: #ff5107;
}

form .form-row label {
	display: block;
}

.form-row.terms {
	margin-top: 20px;
}

.form-row.terms label, .form-row.create-account label {
	display: inline-block;
}

.terms #terms {
	float: left;
	margin: 5px 5px 0 0;
}

form label[for="rememberme"] {
	margin-top: 20px;
}

form .form-row-first, form .form-row-last {
	float: left;
	overflow: visible;
	width: 50%;
	box-sizing: border-box;
}

form .form-row-first {
	padding-right: 15px;
}

form .form-row-last {
	padding-left: 15px;
}

.clear {
	clear: both;
}

form .form-row input.input-text, form .form-row textarea {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	outline: 0 none;
}

.cart td.actions .coupon .input-text {
	float: left;
	margin: 0 10px 0px 0;
	outline: 0 none;
}

.cart td.actions .coupon:before {
	color: rgba(139, 141, 148, .5);
	line-height: 40px;
}

.wc-coupon-wrap .coupon:before, .name-row:before, .password-row:before {
	color: rgba(139, 141, 148, .5);
	line-height: 40px;
}

.stars a.active, .stars a:hover {
	color: #ff5107;
}

.dt-products .star-rating span:before, .products-shortcode .star-rating span:before, .product .star-rating span:before, .widget.woocommerce .star-rating span:before, .products-carousel-shortcode .star-rating span:before {
	color: #ff5107;
}

#page .widget a.wishlist_products_counter:hover, #page .woocommerce-widget-layered-nav-list li a:hover, #page ul.product_list_widget li a:hover, .footer ul.cart_list li a:hover, .footer ul.product_list_widget li a:hover, #page .sidebar-content .widget_product_categories li a:hover, .widget_product_categories li a:hover, .order-info mark, .product-name > a:hover, .widget_layered_nav:not(.yith-woocommerce-ajax-product-filter) li > a:hover {
	color: #ff5107;
}

#tab-reviews .fancy-comments-form {
	display: none;
}

#main .woocommerce:before, #main .woocommerce:after {
	content: "";
	display: table;
	clear: both;
}

.order-info mark, .product-category mark {
	background-color: transparent;
}

.woocommerce fieldset {
	border: none;
}

.woocommerce fieldset legend {
	font: bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	margin-bottom: 20px;
	color: #333;
}

.sidebar-content .woocommerce fieldset legend {
	color: #333;
}

.footer .woocommerce fieldset legend {
	color: #000;
}

#reviews ol.commentlist .comment_container {
	border: none;
	color: #494f54;
}

table.shop_table td, .cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th, .shop_attributes td, .shop_attributes th, table.shop_attributes, .content table.shop_table tr, .woocommerce table.shop_table, p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5, .wc-complete-wrap .wc-bacs-bank-details li {
	border-color: rgba(0, 0, 0, .08);
}

.woocom-list-content .price ins, .woocom-list-content .price ins * {
	color: #333;
}

.sidebar-content .woocom-list-content .price ins, .sidebar-content .woocom-list-content .price ins * {
	color: #333;
}

.footer .woocom-list-content .price ins, .footer .woocom-list-content .price ins * {
	color: #000;
}

.star-rating, .star-rating:before {
	color: rgba(51, 51, 51, .2);
}

.sidebar-content .star-rating, .sidebar-content .star-rating:before {
	color: rgba(51, 51, 51, .2);
}

.footer .star-rating, .footer .star-rating:before {
	color: rgba(0, 0, 0, .2);
}

#page .widget_layered_nav ul:not(.yith-wcan-color) li.chosen a, #page .widget_layered_nav_filters ul li a, #page .widget_layered_nav ul.yith-wcan-label li a:hover {
	background-color: #ff5107;
}

#reviews ol.commentlist .meta, ul.cart_list li a, ul.product_list_widget li a, .widget_product_categories li a, .woocommerce-result-count {
	font-size: 14px;
	line-height: 26px;
}

#payment .payment_box, .woocommerce-terms-and-conditions {
	position: relative;
	margin: 10px 0;
	color: #494f54;
	font-size: 14px;
	line-height: 26px;
}

.woocommerce form .form-row .required, .woocommerce-terms-and-conditions-text, .woocommerce-terms-and-conditions-checkbox-text, .woocommerce-privacy-policy-text, .wc_payment_methods .woocommerce-info {
	font-size: 14px;
	line-height: 26px;
}

.widget_shopping_cart_content .elementor-menu-cart__product {
	position: relative;
}

#page .widget_shopping_cart a.remove, .elementor-menu-cart__main a.remove, .masthead .shopping-cart-inner a.remove, .dt-mobile-header .shopping-cart-inner a.remove, .widget_shopping_cart_content .elementor-menu-cart__product-remove {
	display: block;
	font-size: 14px !important;
	height: 14px !important;
	width: 14px;
	margin: 3px;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	text-decoration: none;
	font-weight: 700;
	border: 0;
}

.elementor-menu-cart__main a:not(.button):not(.remove):hover {
	background: none;
	color: #ff5107 !important;
	text-decoration: none !important;
}

.woocommerce .cart_list:not(.product_list_widget) a.remove:hover, .masthead .shopping-cart-inner .cart_list a.remove:hover, .elementor-menu-cart__main .cart_list a.remove:hover, .dt-mobile-header .shopping-cart-inner .cart_list a.remove:hover, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .cart_list a.remove:hover, .widget_shopping_cart_content .elementor-menu-cart__product-remove:hover, #page .widget_shopping_cart a.remove:hover {
	color: #fff !important;
	background: rgba(0, 0, 0, .3);
}

.widget_shopping_cart .cart_list li a.remove, .elementor-menu-cart__main .cart_list li a.remove, .shopping-cart-inner .cart_list li a.remove, .widget_shopping_cart_content .elementor-menu-cart__product-remove {
	position: absolute;
	top: 20px;
	left: 0;
}

.widget_shopping_cart .cart_list li:first-child a.remove, .elementor-menu-cart__main .cart_list li:first-child a.remove, .shopping-cart-inner .cart_list li:first-child a.remove {
	top: 5px;
}

.widget_shopping_cart_content .elementor-menu-cart__product:first-child .elementor-menu-cart__product-remove {
	top: 0;
}

.masthead .shopping-cart-inner a.remove, .elementor-menu-cart__main a.remove, .dt-mobile-header .shopping-cart-inner a.remove, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .shopping-cart-inner a.remove, .widget_shopping_cart_content .elementor-menu-cart__product-remove, #page .widget_shopping_cart a.remove {
	border-radius: 100%;
	color: #fff !important;
	background: rgba(0, 0, 0, .15);
}

.widget_shopping_cart_content .elementor-menu-cart__product-remove * {
	color: #fff !important;
}

.widget_shopping_cart_content .elementor-menu-cart__product-remove:before, .widget_shopping_cart_content .elementor-menu-cart__product-remove:after {
	background-color: #fff !important;
	height: 2px;
}

.woocommerce-MyAccount-navigation {
	float: left;
	width: 300px;
	padding-right: 50px;
}

.content .woocommerce-MyAccount-navigation > ul {
	margin: 0;
}

.woocommerce-MyAccount-navigation > ul li {
	margin-bottom: 10px;
	list-style: none;
	border-radius: 0px;
}

.woocommerce-MyAccount-navigation > ul li:not(.is-active), .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover {
	background-color: #fff;
}

.outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active), .outline-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active), .shadow-element-decoration .woocommerce-MyAccount-navigation > ul li:not(.is-active):hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.woocommerce-MyAccount-navigation > ul li.is-active, .woocommerce-MyAccount-navigation > ul li.is-active:hover {
	color: #fff;
}

#page .woocommerce-MyAccount-navigation > ul li.is-active, #page .woocommerce-MyAccount-navigation > ul li.is-active:hover {
	background-color: #ff5107;
}

.woocommerce-MyAccount-navigation > ul li.is-active a, .woocommerce-MyAccount-navigation > ul li.is-active:hover a {
	color: #fff;
}

.woocommerce-MyAccount-navigation > ul li:not(.is-active) a:hover {
	color: #ff5107;
}

.woocommerce-MyAccount-navigation > ul li a {
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
	line-height: 26px;
}

.sidebar-content .woocommerce-MyAccount-navigation > ul li a {
	color: #333;
}

.footer .woocommerce-MyAccount-navigation > ul li a {
	color: #000;
}

@media screen and (max-width: 768px) {
	.woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
		display: block;
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}
}

.woocommerce-Addresses {
	padding-top: 20px;
}

.woocommerce-MyAccount-content address {
	font-style: normal;
}

.wc-single-shortcode.wf-container {
	margin: 0;
}

.products-carousel-shortcode .product h4, .products-shortcode .product h4 {
	margin-bottom: 5px;
}

.hide-rating .star-rating {
	display: none;
}

.wc-grid:not(.resize-by-browser-width) .dt-css-grid {
	grid-row-gap: 44px;
	grid-column-gap: 44px;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid, .no-cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid {
	display: flex;
	flex-flow: row wrap;
	margin: -22px;
}

.cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid .wf-cell, .no-cssgridlegacy.no-cssgrid .wc-grid:not(.resize-by-browser-width) .dt-css-grid .wf-cell {
	flex: 1 0 220px;
	min-width: 220px;
	max-width: 100%;
	padding: 22px;
	box-sizing: border-box;
}

.wc-grid.resize-by-browser-width .dt-css-grid {
	grid-template-rows: auto;
	grid-column-gap: 44px;
	grid-row-gap: 44px;
}

.cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid, .no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid {
	margin: -22px;
}

.cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell, .no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell {
	padding: 22px;
}

@media screen and (max-width: 1199px) {
	.wc-grid.resize-by-browser-width .dt-css-grid {}
	
	.cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell, .no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell {}
}

@media screen and (max-width: 991px) {
	.wc-grid.resize-by-browser-width .dt-css-grid {}
	
	.cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell, .no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell {}
}

@media screen and (max-width: 767px) {
	.wc-grid.resize-by-browser-width .dt-css-grid {}
	
	.cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell, .no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid .wf-cell {}
}

.woocommerce-pagination {
	text-align: center;
}

.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: 1px solid #d3ced2;
	border-right: 0;
	margin: 1px;
}

.woocommerce-pagination ul li {
	display: inline-block;
	display: inline;
	border-right: 1px solid #d3ced2;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}

.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: inherit;
	padding: 0;
	padding: .5em;
	min-width: 1em;
	display: block;
}

.woocommerce-pagination {
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
}

.tinv-modal-inner button {
	display: inline-flex;
	justify-content: center;
}

.tinv-modal-inner button > i {
	line-height: inherit;
}

.tinv-modal-inner button > i:before {
	top: 0 !important;
}

.tinv-wishlist .tinvwl-to-right button, .tinvwl-input-group-btn button {
	min-height: 40px;
}

.tinvwl-input-group select.form-control {
	line-height: 1;
}

.tinv-wishlist .product-remove button {
	font-size: 24px;
	background: none;
	width: 20px;
	height: 20px;
	color: rgba(51, 51, 51, .2);
}

.tinv-wishlist .product-remove button:hover {
	color: rgba(51, 51, 51, .35);
}

.wishlist_item, .tinv-wishlist table th {
	font-size: 14px;
	line-height: 26px;
	font-weight: inherit;
}

.wishlist_item .product-name a {
	display: block;
	font-size: 14px;
	line-height: 26px;
}

.wishlist_item a {
	text-decoration: none;
}

.tinv-wishlist table thead th {
	font-size: 14px;
	line-height: 26px;
	border: none;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

.tinv-wishlist table td, .tinv-wishlist table th {
	padding: 25px 10px 25px 0;
}

.wishlist_item .product-thumbnail > a {
	display: block;
	width: 70px;
	font-size: 0;
	line-height: 0;
}

@charset "utf-8";

@media screen and (min-width: 993px) {
	#page {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
	}
	
	.floating-navigation-below-slider #page {
		grid-template-areas: "slider" "header" "title" "fancyheader" "elementor-header" "main" "footer";
	}
	
	.footer-overlap #page {
		grid-template-areas: "header" "page-inner" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
	}
	
	.header-side-left:not(.sticky-header):not(.hidden-header) #page, .header-side-line.left-side-line:not(.hidden-header) #page {
		grid-template-areas: "header-side slider" "header-side title" "header-side fancyheader" "header-side elementor-header" "header-side checkout" "header-side main" "header-side footer";
	}
	
	.footer-overlap.header-side-left:not(.sticky-header):not(.hidden-header) #page, .footer-overlap.header-side-line.left-side-line:not(.hidden-header) #page {
		grid-template-areas: "header-side page-inner" "header-side footer";
	}
	
	.header-side-right:not(.sticky-header):not(.hidden-header) #page {
		grid-template-areas: "slider header-side" "title header-side" "fancyheader header-side" "elementor-header header-side" "checkout header-side" "main header-side" "footer header-side";
	}
	
	.footer-overlap.header-side-right:not(.sticky-header):not(.hidden-header) #page {
		grid-template-areas: "page-inner header-side" "footer header-side";
	}
	
	.header-side-left:not(.sticky-header):not(.hidden-header) #page {
		-ms-grid-columns: 300px calc(100% - 300px);
		grid-template-columns: 300px calc(100% - 300px);
	}
	
	.rtl.header-side-left:not(.sticky-header):not(.hidden-header) #page {
		-ms-grid-columns: calc(100% - 300px) 300px;
		grid-template-columns: calc(100% - 300px) 300px;
	}
	
	.header-side-right:not(.sticky-header):not(.hidden-header) #page {
		-ms-grid-columns: calc(100% - 300px) 300px;
		grid-template-columns: calc(100% - 300px) 300px;
	}
	
	.rtl.header-side-right:not(.sticky-header):not(.hidden-header) #page {
		-ms-grid-columns: 300px calc(100% - 300px);
		grid-template-columns: 300px calc(100% - 300px);
	}
	
	.header-side-line.left-side-line:not(.hidden-header) #page {
		-ms-grid-columns: 60px calc(100% - 60px);
		grid-template-columns: 60px calc(100% - 60px);
	}
	
	.rtl.header-side-line.left-side-line:not(.hidden-header) #page {
		-ms-grid-columns: calc(100% - 60px) 60px;
		grid-template-columns: calc(100% - 60px) 60px;
	}
	
	.footer-overlap.floating-navigation-below-slider .page-inner {
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 100%;
		grid-template-areas: "slider" "header" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
	}
	
	.dt-mobile-header, .dt-mobile-menu-icon, .mobile-header-space, .masthead .mobile-header-bar, .transparent .header-space, .hidden-header.header-side-left .masthead, .hidden-header.header-side-right .masthead, .hidden-header .top-line-space, .hidden-header .masthead:not(.sticky-on):not(#phantom), .hidden-header .header-space:not(.sticky-space-on) {
		display: none;
	}
	
	.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar, .ph-wrap {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.top-header .mega-full-width > .dt-mega-menu-wrap {
		width: calc(1300px - 30px - 30px);
	}
	
	.boxed .masthead:not(.full-width):not(.side-header):not(.side-header-menu-icon):not(.side-header-v-stroke) .header-bar, .boxed .ph-wrap {
		box-sizing: border-box;
		max-width: 100%;
		width: calc(1300px - 30px - 30px);
	}
	
	#phantom .ph-wrap .header-bar {
		padding: 0;
	}
	
	.boxed .masthead:not(.width-in-pixel):not(.sticky-on) .top-bar-bg, .boxed.masthead:not(.width-in-pixel):not(#phantom) .top-bar-bg, .boxed .classic-header:not(.width-in-pixel) .navigation:before {
		margin: 0 -30px 0 -30px;
		padding: 0 1000px;
	}
	
	.ph-wrap, #phantom .ph-wrap.boxed, .boxed .top-bar.line-content:before, .boxed .classic-header.content-width-line .navigation:before {
		max-width: calc(1300px - 30px - 30px);
	}
	
	.side-header > .top-bar, .mixed-header:not(.side-header-h-stroke) > .top-bar {
		position: absolute;
		visibility: hidden;
		opacity: 0;
	}
	
	.is-safari .desktop-side-header {
		height: 100vh;
	}
	
	.admin-bar .desktop-side-header.is-safari {
		height: calc(100vh - 32px);
	}
	
	.is-safari .desktop-side-header .mCustomScrollbar.header-scrollbar-wrap {
		height: 100vh;
	}
	
	.header-side-left.footer-overlap:not(.sticky-header) #footer, .header-side-right.footer-overlap:not(.sticky-header) #footer {
		max-width: calc(100% - 300px);
	}
	
	.header-side-left.footer-overlap:not(.sticky-header) .boxed #footer, .header-side-right.footer-overlap:not(.sticky-header) .boxed #footer {
		max-width: 100%;
		width: calc(1280px - 300px);
	}
	
	.header-side-left.footer-overlap:not(.sticky-header) #footer {
		right: 0;
	}
	
	.header-side-line.footer-overlap #footer {
		max-width: calc(100% - 60px);
	}
	
	.left-side-line.header-side-line.footer-overlap #footer {
		right: 0;
	}
	
	.header-side-line.footer-overlap .boxed #footer {
		max-width: 100%;
		width: calc(1280px - 60px);
	}
	
	.is-iOS .side-header:not(.sub-sideways), .mobile-true .side-header:not(.sub-sideways) {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.overlay-navigation .sticky-header-overlay {
		display: none;
	}
	
	.phantom-sticky .fixed-masthead.masthead {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 500;
	}
	
	.phantom-sticky .fixed-masthead.sticky-on.masthead {
		position: fixed;
	}
	
	.floating-navigation-below-slider.phantom-sticky:not(.transparent) .masthead {
		position: relative;
	}
	
	.floating-navigation-below-slider.phantom-sticky.transparent .masthead {
		position: absolute;
	}
	
	.floating-navigation-below-slider.phantom-sticky .masthead.sticky-on {
		position: fixed;
	}
	
	.floating-navigation-below-slider.phantom-sticky .header-space.sticky-space-off {
		display: none;
	}
	
	.phantom-sticky .sticky-on.masthead:not(.masthead-mobile) {
		background: #fff none repeat center center !important;
		background-size: auto;
	}
	
	.mixed-header.side-header-h-stroke.sticky-top-line-on {
		background-color: #000 !important;
	}
	
	.phantom-line-decoration.phantom-sticky .sticky-on.masthead {
		border-bottom: 1px solid rgba(51, 51, 51, .11);
		box-shadow: none !important;
	}
	
	.phantom-shadow-decoration.phantom-sticky .sticky-on.masthead {
		box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
		border-bottom: none;
	}
	
	.phantom-disable-decoration.phantom-sticky .sticky-on.masthead {
		box-shadow: none !important;
		border-bottom: none;
	}
	
	.phantom-sticky:not(.phantom-shadow-decoration) .sticky-on.masthead.shadow-decoration {
		box-shadow: none;
	}
	
	.phantom-sticky:not(.overlap):not(.transparent) .masthead {
		transition: background-color 330ms ease, background-image 330ms ease;
	}
	
	.phantom-sticky .page-inner .masthead {
		-webkit-backface-visibility: hidden;
	}
	
	.phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo, .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > a:not(.sticky-logo), .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > img:not(.sticky-logo) {
		display: none;
		opacity: 0;
	}
	
	.phantom-sticky:not(.phantom-custom-logo-on) .sticky-off .branding .sticky-logo, .phantom-sticky:not(.phantom-custom-logo-on) .sticky-on .branding .sticky-logo, .phantom-main-logo-on.phantom-sticky .sticky-on .branding > a, .phantom-main-logo-on.phantom-sticky .sticky-on .branding > img, .phantom-logo-off.phantom-sticky .sticky-on .branding > a, .phantom-logo-off.phantom-sticky .sticky-on .branding > img {
		display: none;
		visibility: hidden;
	}
	
	.phantom-main-logo-on.phantom-sticky .sticky-on .branding .sticky-logo {
		display: block;
		visibility: visible;
	}
	
	.phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo, .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > a:not(.sticky-logo), .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > img:not(.sticky-logo) {
		visibility: hidden;
	}
	
	.phantom-sticky.phantom-custom-logo-on .sticky-on .branding .sticky-logo, .phantom-sticky.phantom-custom-logo-on .sticky-off .branding > a:not(.sticky-logo), .phantom-sticky.phantom-custom-logo-on .sticky-off .branding > img:not(.sticky-logo) {
		visibility: visible;
	}
	
	.phantom-main-logo-on.phantom-sticky .branding .sticky-logo {
		display: none;
	}
	
	.phantom-sticky #page .side-header .branding > a:not(.sticky-logo), .phantom-sticky #page .side-header .branding > img:not(.sticky-logo):not(.mobile-logo) {
		display: block;
		opacity: 1;
		animation: none;
		visibility: visible;
	}
	
	.phantom-fade .masthead, .phantom-slide .masthead {
		top: 0 !important;
	}
	
	.masthead .in-top-bar-left:not(.show-on-desktop), .masthead .in-top-bar-right:not(.show-on-desktop), .masthead .in-top-bar:not(.show-on-desktop), .masthead .hide-on-desktop {
		visibility: hidden;
		position: absolute;
		left: -9999px;
	}
	
	.masthead .in-top-bar-left:not(.show-on-desktop).display-none, .masthead .in-top-bar-right:not(.show-on-desktop).display-none, .masthead .in-top-bar:not(.show-on-desktop).display-none, .masthead .hide-on-desktop.display-none {
		display: none;
	}
	
	.masthead .hide-on-desktop .menu-select {
		display: none;
	}
	
	.select-type-menu .menu-select {
		position: relative;
		display: inline-block;
		visibility: visible;
		margin: 0 auto;
		opacity: 1;
	}
	
	.select-type-menu .menu-select:hover {
		opacity: .7;
	}
	
	.select-type-menu > ul {
		visibility: hidden;
	}
	
	.mini-nav:not(.select-type-menu) > ul > li:not(:last-child) {
		margin: 0 16px 0 0;
	}
	
	.list-type-menu.mini-nav > ul > li > .mini-sub-nav {
		top: 21px;
	}
	
	.list-type-menu .menu-select {
		position: absolute;
		visibility: hidden;
		opacity: 0;
	}
	
	.list-type-menu.mini-nav ul {
		display: block;
		line-height: 0;
	}
	
	.list-type-menu.mini-nav > ul > li.act > a, .list-type-menu.mini-nav > ul > li:not(.act) > a:hover {
		opacity: .7;
	}
	
	.list-type-menu.mini-nav > ul > li.act > a i, .list-type-menu.mini-nav > ul > li:not(.act) > a:hover i {
		opacity: .7;
	}
	
	.side-header .mini-nav.select-type-menu > .mini-sub-nav:not(.bottom-overflow), .side-header .list-type-menu > ul > li > .mini-sub-nav, .top-header.floating-navigation-below-slider .main-nav > li >  .mini-sub-nav.bottom-overflow {
		top: auto !important;
		bottom: 100%;
	}
	
	.side-header-h-stroke .show-on-first-switch, .masthead .mobile-mini-widgets .show-on-first-switch, .side-header-h-stroke .show-on-second-switch, .masthead .mobile-mini-widgets .show-on-second-switch {
		display: none;
	}
}

@media screen and (max-width: 0px) {
	.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar, .ph-wrap {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.phantom-content-width-line-decoration #phantom .ph-wrap:after {
		width: calc(100% - 0px - 0px);
	}
	
	.masthead.content-width-line-decoration:not(.mixed-header):not(.side-header):not(.masthead-mobile-header):not(#phantom) .header-bar:after, .mixed-header.side-header-h-stroke.content-width-line-decoration:not(.masthead-mobile-header) .header-bar:after {
		width: calc(100% - 0px - 0px);
	}
}

@media screen and (min-width: 600px) {
	.boxed .masthead:not(.side-header):not(.side-header-menu-icon) .top-bar {
		max-width: 100%;
		width: calc(1300px - 50px - 50px);
	}
}

@media screen and (max-width: 600px) {
	.top-bar {
		padding: 3px 20px 3px 20px;
	}
	
	.top-bar.line-content:after {
		width: calc(100% - 20px - 20px);
	}
}

@media screen and (max-width: 992px) {
	.transparent.sticky-mobile-header .masthead-mobile-header {
		transition: none;
	}
	
	.masthead.shadow-mobile-header-decoration.masthead-mobile-header {
		box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	}
	
	.masthead.masthead-mobile-header.content-width-line-mobile-header-decoration:not(#phantom) .mobile-header-bar {
		padding-bottom: 2px;
	}
	
	.masthead.masthead-mobile-header.content-width-line-mobile-header-decoration:not(#phantom) .mobile-header-bar:after {
		position: absolute;
		bottom: 0;
		left: auto;
		right: auto;
		content: "";
		width: calc(100% - 50px - 50px);
		height: 2px;
		background: #0bb0ff;
	}
	
	.masthead.masthead-mobile-header.line-mobile-header-decoration:not(#phantom) {
		border-bottom: 2px solid #0bb0ff;
	}
	
	.boxed .masthead.sticky-mobile-on {
		max-width: 1280px;
	}
	
	#page {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
	}
	
	.floating-navigation-below-slider #page {
		grid-template-areas: "slider" "header" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
	}
	
	.footer-overlap #page {
		grid-template-areas: "header" "page-inner" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
	}
	
	.header-side-left:not(.sticky-header) #page, .header-side-line.left-side-line #page, .header-side-right:not(.sticky-header) #page {
		grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
	}
	
	.footer-overlap.header-side-left:not(.sticky-header) #page, .footer-overlap.header-side-line.left-side-line #page, .footer-overlap.header-side-right:not(.sticky-header) #page {
		grid-template-areas: "header" "page-inner" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
	}
	
	.footer-overlap.floating-navigation-below-slider .page-inner {
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 100%;
		grid-template-areas: "slider" "header" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
	}
	
	.hidden-header.header-side-left .masthead:not(.show-floating-icon):not(.sticky-mobile-on), .hidden-header.header-side-right .masthead:not(.show-floating-icon):not(.sticky-mobile-on), .hidden-header.header-side-left .masthead.mixed-header:not(.show-floating-icon):not(.sticky-mobile-on), .hidden-header.header-side-right .masthead.mixed-header:not(.show-floating-icon):not(.sticky-mobile-on), .hidden-header.header-side-left .mobile-header-space, .hidden-header.header-side-right .mobile-header-space {
		display: none;
	}
	
	.masthead {
		grid-area: header;
	}
	
	.side-header.masthead, .side-header-v-stroke.masthead {
		grid-area: header;
		-ms-grid-column: 1;
	}
	
	.masthead:not(.side-header) .mobile-header-bar, .side-header.masthead-mobile-header .mobile-header-bar {
		padding: 0 50px 0 50px;
		box-sizing: border-box;
	}
	
	.header-side-left:not(.sticky-header) .checkout-page-title, .header-side-line.left-side-line .checkout-page-title, .header-side-left:not(.sticky-header) .page-title, .header-side-line.left-side-line .page-title, .header-side-left:not(.sticky-header) .fancy-header, .header-side-line.left-side-line .fancy-header, .header-side-left:not(.sticky-header) #main, .header-side-line.left-side-line #main, .header-side-left:not(.sticky-header) .footer, .header-side-line.left-side-line .footer, .header-side-left:not(.sticky-header) #main-slideshow, .header-side-line.left-side-line #main-slideshow, .header-side-left:not(.sticky-header) .photo-scroller, .header-side-line.left-side-line .photo-scroller {
		-ms-grid-column: 1;
	}
	
	.mobile-header-space {
		grid-area: header;
	}
	
	.transparent.sticky-mobile-header.floating-navigation-below-slider .fixed-mobile-header.masthead.masthead-mobile-header:not(#phantom) {
		transform: translateY(0);
	}
	
	.phantom-sticky.floating-mobile-menu-icon:not(.transparent) .fixed-masthead.masthead {
		position: relative;
	}
	
	.overlay-navigation.header-side-line #page, .header-side-left.header-side-line #page {
		padding: 0 !important;
	}
	
	.header-side-left #page {
		padding-left: 0 !important;
	}
	
	.header-side-right #page {
		padding-right: 0 !important;
	}
	
	.side-header {
		height: auto;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	
	.admin-bar .side-header {
		height: auto;
	}
	
	.transparent:not(.photo-scroller-album) .masthead {
		position: absolute;
		width: 100%;
		z-index: 102;
	}
	
	.side-header .top-bar .mini-widgets.right-widgets {
		-ms-flex-pack: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	.masthead .main-nav, .masthead:not(.side-header) .main-nav, #phantom, .masthead:not(.side-header) .header-bar, .masthead.side-header .header-bar, .header-scrollbar-wrap, .masthead.mixed-header, .header-space, .hide-overlay, .top-line-space {
		display: none;
	}
	
	.sticky-header .masthead.side-header, .overlay-navigation .masthead.side-header {
		display: none;
	}
	
	.sticky-header .masthead.mixed-header, .overlay-navigation .masthead.mixed-header, .dt-mobile-header {
		display: block;
	}
	
	.phantom-fade.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead, .phantom-slide.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead, .phantom-sticky.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead {
		display: block;
	}
	
	.show-floating-icon.masthead:not(.side-header), .fixed-mobile-header.masthead:not(.side-header) {
		transform: none !important;
	}
	
	.transparent.floating-navigation-below-slider .show-floating-icon.masthead {
		background: none !important;
	}
	
	body:not(.transparent) .masthead:not(.side-header) {
		background-color: #fff;
	}
	
	.transparent .masthead:not(.mixed-header), .transparent .masthead.masthead-mobile-header {
		background: #ee2;
	}
	
	.sticky-mobile-on.masthead:not(.side-header) {
		background-color: #fff !important;
	}
	
	.sticky-mobile-header:not(.transparent):not(.hidden-header) .mobile-header-space {
		display: block;
	}
	
	.no-cssgridlegacy.no-cssgrid .sticky-mobile-header:not(.transparent)  .masthead.masthead-mobile-header:not(#phantom) {
		position: absolute;
	}
	
	.masthead .mobile-header-bar {
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
	}
	
	.dt-mobile-menu-icon {
		display: -ms-inline-flexbox;
		display: -ms-inline-flex;
		display: inline-flex;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.masthead .mobile-header-bar {
		min-height: 120px;
	}
	
	.masthead.full-width, .masthead.mixed-header {
		box-sizing: border-box;
	}
	
	.top-bar.top-bar-disabled {
		display: none;
	}
	
	.top-bar .soc-ico a {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	
	#bottom-bar .mini-nav select, #bottom-bar .menu-select {
		display: inline-flex;
	}
	
	.header-side-left:not(.header-top-line-active)  .masthead, .header-side-right:not(.header-top-line-active) .masthead, .overlay-navigation:not(.header-top-line-active) .masthead {
		position: relative;
		left: 0 !important;
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0;
	}
	
	.header-side-left:not(.header-top-line-active):not(.is-safari) .header-side-left:not(.header-top-line-active)  .masthead, .header-side-right:not(.header-top-line-active):not(.is-safari) .header-side-left:not(.header-top-line-active)  .masthead, .overlay-navigation:not(.header-top-line-active):not(.is-safari) .header-side-left:not(.header-top-line-active)  .masthead, .header-side-left:not(.header-top-line-active):not(.is-safari) .header-side-right:not(.header-top-line-active) .masthead, .header-side-right:not(.header-top-line-active):not(.is-safari) .header-side-right:not(.header-top-line-active) .masthead, .overlay-navigation:not(.header-top-line-active):not(.is-safari) .header-side-right:not(.header-top-line-active) .masthead, .header-side-left:not(.header-top-line-active):not(.is-safari) .overlay-navigation:not(.header-top-line-active) .masthead, .header-side-right:not(.header-top-line-active):not(.is-safari) .overlay-navigation:not(.header-top-line-active) .masthead, .overlay-navigation:not(.header-top-line-active):not(.is-safari) .overlay-navigation:not(.header-top-line-active) .masthead {
		width: 100% !important;
	}
	
	.header-side-left:not(.header-top-line-active)  .header-side-left:not(.header-top-line-active)  .masthead:not(.sticky-mobile-on), .header-side-right:not(.header-top-line-active) .header-side-left:not(.header-top-line-active)  .masthead:not(.sticky-mobile-on), .overlay-navigation:not(.header-top-line-active) .header-side-left:not(.header-top-line-active)  .masthead:not(.sticky-mobile-on), .header-side-left:not(.header-top-line-active)  .header-side-right:not(.header-top-line-active) .masthead:not(.sticky-mobile-on), .header-side-right:not(.header-top-line-active) .header-side-right:not(.header-top-line-active) .masthead:not(.sticky-mobile-on), .overlay-navigation:not(.header-top-line-active) .header-side-right:not(.header-top-line-active) .masthead:not(.sticky-mobile-on), .header-side-left:not(.header-top-line-active)  .overlay-navigation:not(.header-top-line-active) .masthead:not(.sticky-mobile-on), .header-side-right:not(.header-top-line-active) .overlay-navigation:not(.header-top-line-active) .masthead:not(.sticky-mobile-on), .overlay-navigation:not(.header-top-line-active) .overlay-navigation:not(.header-top-line-active) .masthead:not(.sticky-mobile-on) {
		top: 0 !important;
	}
	
	.header-side-left:not(.header-top-line-active) .masthead:not(.masthead-mobile-header):not(.sticky-mobile-on), .header-side-right:not(.header-top-line-active) .masthead:not(.masthead-mobile-header):not(.sticky-mobile-on), .overlay-navigation:not(.header-top-line-active) .masthead:not(.masthead-mobile-header):not(.sticky-mobile-on) {
		transform: none !important;
		transition: none !important;
	}
	
	#page .mixed-header.side-header-menu-icon.line-decoration:not(.masthead-mobile-header), #page .mixed-header.side-header-v-stroke.line-decoration:not(.masthead-mobile-header) {
		border-bottom: 1px solid #d93;
	}
	
	.masthead.shadow-decoration.side-header-menu-icon:not(.masthead-mobile-header) {
		box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	}
	
	.side-header-v-stroke .header-bar .mini-login, .side-header-v-stroke .header-bar .mini-search, .side-header-v-stroke .header-bar .shopping-cart, .side-header-v-stroke .header-bar .mini-contacts, .side-header-v-stroke .header-bar .text-area, .side-header-v-stroke .header-bar .mini-nav, .side-header-v-stroke .header-bar .soc-ico, .side-header-v-stroke .header-bar .mini-wpml {
		margin: 0 10px;
	}
	
	.transparent .masthead.side-header {
		position: absolute;
		height: auto;
	}
	
	.transparent .masthead.full-width-line:not(.side-header) {
		border-bottom: none;
	}
	
	.sticky-header.fade-header-animation .side-header, .overlay-navigation .masthead {
		opacity: 1 !important;
		visibility: visible !important;
		animation: none !important;
	}
	
	.sticky-header.header-side-left.slide-header-animation .side-header {
		transform: translate3d(0, 0, 0);
	}
	
	.floating-mobile-menu-icon.admin-bar .dt-mobile-menu-icon.floating-btn {
		top: 50px;
	}
	
	#page .project-navigation {
		top: 10px;
		right: 10px;
	}
	
	.mobile-branding img.mobile-logo, .mobile-branding img.mobile-desktop-logo, .show-device-logo .branding img, .show-device-logo .mobile-branding img, .transparent .sticky-mobile-logo-first-switch, .transparent .sticky-mobile-logo-second-switch, .transparent .sticky-mobile-on .mobile-branding * {
		display: none;
	}
	
	.show-device-logo .branding img.mobile-logo, .show-device-logo .mobile-branding img.mobile-logo {
		display: block;
		max-width: 100%;
		height: auto;
	}
	
	.mobile-header-bar .mobile-mini-widgets {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-mini-widgets {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-branding {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.first-switch-logo-right.first-switch-menu-left .mobile-header-bar {
		-ms-flex-pack: flex-start;
		-ms-flex-pack: start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.first-switch-logo-right.first-switch-menu-left .mobile-header-bar .mobile-branding {
		-ms-flex-pack: flex-end;
		-ms-flex-pack: end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	.first-switch-logo-left.first-switch-menu-right .mobile-header-bar {
		-ms-flex-pack: flex-start;
		-ms-flex-pack: start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-branding {
		-ms-flex-pack: flex-start;
		-ms-flex-pack: start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-pack: flex-end;
		-ms-flex-pack: end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	.first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-navigation {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.first-switch-logo-center.first-switch-menu-right .mobile-branding {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.first-switch-logo-center.first-switch-menu-right .mobile-navigation {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.mobile-sticky-header-overlay.active {
		opacity: 1;
		visibility: visible;
		z-index: 9601;
	}
	
	.show-overlay-mobile-header .sticky-header-overlay.active, .closed-overlay-mobile-header .sticky-header-overlay.active {
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	
	.footer-overlap .footer {
		width: 100% !important;
	}
	
	.floating-navigation-below-slider.phantom-sticky:not(.transparent):not(.sticky-mobile-header) .masthead-mobile {
		top: 0 !important;
	}
	
	.mobile-mini-widgets-in-menu {
		display: -ms-flexbox !important;
		display: -ms-flex !important;
		display: flex !important;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.dt-mobile-header .mini-widgets {
		display: none;
	}
	
	.floating-navigation-below-slider.sticky-mobile-header:not(.transparent) .masthead, .floating-navigation-below-slider.floating-mobile-menu-icon:not(.transparent) .masthead {
		position: relative;
	}
	
	html:not(.no-cssgridlegacy.no-cssgrid) .floating-navigation-below-slider.sticky-mobile-header:not(.transparent) .masthead, html:not(.no-cssgridlegacy.no-cssgrid) .floating-navigation-below-slider.floating-mobile-menu-icon:not(.transparent) .masthead {
		top: 0 !important;
	}
	
	.sticky-mobile-header .masthead {
		height: auto;
		width: 100%;
	}
	
	.sticky-mobile-header:not(.floating-navigation-below-slider) .masthead {
		top: 0;
	}
	
	.sticky-mobile-header:not(.floating-navigation-below-slider) .sticky-mobile-on.masthead {
		position: fixed !important;
		top: 0;
	}
	
	.sticky-mobile-header.floating-navigation-below-slider .fixed-mobile-header.masthead {
		position: fixed !important;
	}
	
	.sticky-mobile-header.floating-navigation-below-slider:not(.admin-bar) .fixed-mobile-header.masthead {
		top: 0 !important;
	}
	
	.sticky-mobile-header.fixed-mobile-menu .top-bar {
		display: none;
	}
	
	.sticky-mobile-header.floating-navigation-below-slider.transparent .mobile-header-space {
		display: none;
	}
}

@media screen and (min-width: 779px) and (max-width: 992px) {
	.side-header-h-stroke .show-on-second-switch, .masthead .mobile-mini-widgets .show-on-second-switch {
		display: none;
	}
	
	.mobile-mini-widgets-in-menu.first-switch-no-widgets {
		padding: 0;
	}
	
	.transparent:not(.photo-scroller-album) .masthead {
		position: absolute;
		width: 100%;
		z-index: 102;
	}
	
	.masthead .top-bar .mini-widgets > *, .masthead .mobile-header-bar .in-top-bar-left, .masthead .mobile-header-bar .in-top-bar-right, .dt-mobile-header .in-top-bar-left, .dt-mobile-header .in-top-bar-right {
		display: none;
	}
	
	.masthead .top-bar .left-widgets .in-top-bar-left, .masthead .top-bar .right-widgets .in-top-bar-right, .mobile-mini-widgets .near-logo-first-switch {
		display: -ms-inline-flexbox;
		display: -ms-inline-flex;
		display: inline-flex;
	}
	
	.masthead .top-bar .left-widgets .in-top-bar-left.text-area, .masthead .top-bar .right-widgets .in-top-bar-right.text-area, .mobile-mini-widgets .near-logo-first-switch.text-area {
		display: inline-block;
	}
	
	.masthead .top-bar .left-widgets .in-top-bar-left:not(.show-on-first-switch) {
		display: none;
	}
	
	.masthead .top-bar .right-widgets .in-top-bar-right:not(.show-on-first-switch) {
		display: none;
	}
	
	.side-header .top-bar .mini-widgets.left-widgets {
		-ms-flex-pack: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.select-type-menu-first-switch .menu-select {
		position: relative;
		display: inline-block;
		visibility: visible;
		margin: 0 auto;
		opacity: 1;
	}
	
	.select-type-menu-first-switch .menu-select:hover {
		opacity: .7;
	}
	
	.select-type-menu-first-switch > ul {
		visibility: hidden;
	}
	
	.mini-nav:not(.select-type-menu-first-switch) > ul > li:not(:last-child) {
		margin: 0 16px 0 0;
	}
	
	.list-type-menu-first-switch.mini-nav > ul > li > .mini-sub-nav {
		top: 21px;
	}
	
	.list-type-menu-first-switch .menu-select {
		position: absolute;
		visibility: hidden;
		opacity: 0;
	}
	
	.list-type-menu-first-switch.mini-nav ul {
		display: block;
		line-height: 0;
	}
	
	.list-type-menu-first-switch.mini-nav .customSelect1 {
		visibility: hidden !important;
	}
	
	.list-type-menu-first-switch.mini-nav > ul > li.act > a .menu-item-text, .list-type-menu-first-switch.mini-nav > ul > li > a:hover {
		opacity: .7;
	}
	
	.transparent .sticky-mobile-on .mobile-branding .sticky-mobile-logo-first-switch img, .transparent .sticky-mobile-on .mobile-branding .sticky-mobile-logo-first-switch {
		display: block;
	}
	
	.first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-mini-widgets {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: flex-end;
		-ms-flex-pack: end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	.first-switch-logo-center.first-switch-menu-left .mobile-navigation {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
	}
	
	.first-switch-logo-center.first-switch-menu-right .mobile-navigation {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		-ms-flex-pack: flex-end;
		-ms-flex-pack: end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	.first-switch-logo-center.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: flex-start;
		-ms-flex-pack: start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-mini-widgets .last {
		margin-right: 0;
	}
	
	.first-switch-logo-right.first-switch-menu-left .mobile-header-bar .mobile-navigation {
		margin-right: 10px;
	}
	
	.first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-navigation {
		margin-left: 10px;
	}
	
	.first-switch-logo-center.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets .first {
		margin-left: 0;
	}
	
	.masthead .in-menu-first-switch {
		display: none;
	}
	
	.masthead .hide-on-first-switch, .dt-mobile-header .hide-on-first-switch {
		display: none;
	}
	
	.mobile-mini-widgets-in-menu .in-menu-second-switch, .masthead.widgets .show-on-second-switch, .masthead .show-on-second-switch {
		display: none;
	}
	
	.mobile-mini-widgets-in-menu .in-menu-first-switch:not(.hide-on-first-switch) {
		display: -ms-inline-flexbox;
		display: -ms-inline-flex;
		display: inline-flex;
	}
	
	.mobile-mini-widgets-in-menu .in-menu-first-switch:not(.hide-on-first-switch).text-area {
		display: inline-block;
	}
}

@media screen and (max-width: 778px) {
	html:not(.no-cssgridlegacy.no-cssgrid) .masthead:not(.sticky-mobile-on) {
		top: 0 !important;
	}
	
	.sticky-mobile-header .masthead {
		height: auto;
		width: 100%;
	}
	
	.mobile-mini-widgets-in-menu.second-switch-no-widgets {
		padding: 0;
	}
	
	.transparent .sticky-mobile-on .mobile-branding .sticky-mobile-logo-second-switch img, .transparent .sticky-mobile-on .mobile-branding .sticky-mobile-logo-second-switch {
		display: block;
	}
	
	.masthead .top-bar .mini-widgets > * {
		margin: 0 10px !important;
	}
	
	.masthead .top-bar .left-widgets .in-top-bar:not(.show-on-second-switch) {
		display: none;
	}
	
	.masthead .top-bar .left-widgets .in-top-bar:not(.show-on-second-switch).microwidget-btn, .masthead .top-bar .left-widgets .in-top-bar:not(.show-on-second-switch).text-area {
		display: none;
	}
	
	.select-type-menu-second-switch .menu-select {
		position: relative;
		display: block;
		visibility: visible;
		margin: 0 auto;
		opacity: 1;
	}
	
	.select-type-menu-second-switch .menu-select:hover {
		opacity: .7;
	}
	
	.select-type-menu-second-switch > ul {
		visibility: hidden;
	}
	
	.mini-nav:not(.select-type-menu-second-switch) > ul > li:not(:last-child) {
		margin: 0 16px 0 0;
	}
	
	.list-type-menu-second-switch.mini-nav > ul > li > .mini-sub-nav {
		top: 21px;
	}
	
	.list-type-menu-second-switch .menu-select {
		position: absolute;
		visibility: hidden;
		opacity: 0;
	}
	
	.list-type-menu-second-switch.mini-nav ul {
		display: block;
		line-height: 0;
	}
	
	.mini-nav.list-type-menu-second-switch .customSelect1 {
		visibility: hidden !important;
	}
	
	.list-type-menu-second-switch.mini-nav > ul > li.act > a, .list-type-menu-second-switch.mini-nav > ul > li:not(.act) > a:hover {
		opacity: .7;
	}
	
	body.page:not(.sticky-mobile-header):not(.floating-navigation-below-slider) .masthead:not(.side-header) {
		transform: none !important;
	}
	
	.sticky-mobile-header:not(.transparent):not(.hidden-header) .mobile-header-space {
		display: block;
	}
	
	.no-cssgridlegacy.no-cssgrid .sticky-mobile-header:not(.transparent)  .masthead.masthead-mobile-header:not(#phantom) {
		position: absolute;
	}
	
	.masthead .mobile-header-bar {
		min-height: 60px;
	}
	
	.masthead .mobile-header-bar .mobile-mini-widgets > *, .masthead .mobile-mini-widgets .in-menu-second-switch {
		display: none;
	}
	
	.masthead .mobile-header-bar .mobile-mini-widgets > *.microwidget-btn, .masthead .mobile-mini-widgets .in-menu-second-switch.microwidget-btn {
		display: none;
	}
	
	.masthead .top-bar .mini-widgets > *, .masthead .mobile-header-bar .in-top-bar-left, .masthead .mobile-header-bar .in-top-bar-right, .masthead .top-bar .right-widgets, .dt-mobile-header .in-top-bar {
		display: none;
	}
	
	.masthead .top-bar .mini-widgets > *.microwidget-btn, .masthead .mobile-header-bar .in-top-bar-left.microwidget-btn, .masthead .mobile-header-bar .in-top-bar-right.microwidget-btn, .masthead .top-bar .right-widgets.microwidget-btn, .dt-mobile-header .in-top-bar.microwidget-btn {
		display: none;
	}
	
	.side-header .top-bar .mini-widgets.left-widgets, .masthead .top-bar .left-widgets {
		-ms-flex-pack: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	
	.side-header .top-bar .mini-widgets.left-widgets .in-top-bar, .masthead .top-bar .left-widgets .in-top-bar {
		display: -ms-inline-flexbox;
		display: -ms-inline-flex;
		display: inline-flex;
		text-align: center;
	}
	
	.side-header .top-bar .mini-widgets.left-widgets .in-top-bar.text-area, .masthead .top-bar .left-widgets .in-top-bar.text-area {
		display: inline-block;
	}
	
	.hide-on-second-switch {
		display: none !important;
	}
	
	.show-on-second-switch {
		display: -ms-flexbox !important;
		display: -ms-flex !important;
		display: flex !important;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.show-on-second-switch.text-area, .show-on-second-switch.in-top-bar {
		display: flex !important;
	}
	
	.show-on-second-switch.text-area.hide-on-second-switch {
		display: none !important;
	}
	
	.dt-mobile-header .mini-widgets {
		display: none;
	}
	
	.mobile-mini-widgets-in-menu .near-logo-second-switch {
		display: none;
	}
	
	.mobile-mini-widgets-in-menu .near-logo-second-switch.microwidget-btn {
		display: none;
	}
	
	.masthead .mobile-mini-widgets .near-logo-second-switch.show-on-second-switch {
		display: -ms-inline-flexbox;
		display: -ms-inline-flex;
		display: inline-flex;
	}
	
	.masthead .mobile-mini-widgets .near-logo-second-switch.show-on-second-switch.text-area {
		display: inline-block;
	}
	
	.masthead.line-decoration {
		border-bottom: none;
	}
	
	.mini-contacts {
		white-space: normal;
	}
	
	.second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-mini-widgets {
		-ms-flex-order: 2;
		order: 2;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: flex-end;
		-ms-flex-pack: end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	.second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-branding {
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-pack: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	
	.second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-navigation {
		-ms-flex-order: 0;
		order: 0;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		-ms-flex-positive: 1;
		-ms-flex-negative: 1;
		-ms-flex-preferred-size: 0%;
	}
	
	.second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-mini-widgets .last {
		margin-right: 0;
	}
	
	.second-switch-logo-right.second-switch-menu-left .mobile-header-bar {
		-ms-flex-pack: flex-start;
		-ms-flex-pack: start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-branding {
		-ms-flex-order: 2;
		order: 2;
		-ms-flex-pack: flex-end;
		-ms-flex-pack: end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	.second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-navigation {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-navigation {
		margin-right: 10px;
	}
	
	.second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-navigation {
		margin-right: 10px;
		margin-left: 0;
	}
	
	.second-switch-logo-left.second-switch-menu-right .mobile-header-bar {
		-ms-flex-pack: flex-start;
		-ms-flex-pack: start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-branding {
		-ms-flex-pack: flex-start;
		-ms-flex-pack: start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-navigation {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-navigation {
		margin-left: 10px;
	}
	
	.second-switch-logo-center.second-switch-menu-right .mobile-header-bar .mobile-branding {
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-pack: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	
	.second-switch-logo-center.second-switch-menu-right .mobile-navigation {
		-ms-flex-order: 2;
		order: 2;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		-ms-flex-positive: 1;
		-ms-flex-negative: 1;
		-ms-flex-preferred-size: 0%;
		-ms-flex-pack: flex-end;
		-ms-flex-pack: end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	.second-switch-logo-center.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
		-ms-flex-order: 0;
		order: 0;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		-ms-flex-positive: 1;
		-ms-flex-negative: 1;
		-ms-flex-preferred-size: 0%;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: flex-start;
		-ms-flex-pack: start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.second-switch-logo-center.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets .first {
		margin-left: 0;
	}
	
	.show-mobile-logo .branding img, .show-device-logo .branding img.mobile-logo, .side-header.show-device-logo .branding img.mobile-logo, .show-mobile-logo.show-device-logo .branding img, .show-mobile-logo.side-header.show-device-logo .branding img, .show-mobile-logo .mobile-branding img, .show-device-logo .mobile-branding img.mobile-logo, .side-header.show-device-logo .mobile-branding img.mobile-logo, .show-mobile-logo.show-device-logo .mobile-branding img, .show-mobile-logo.side-header.show-device-logo .mobile-branding img {
		display: none;
	}
	
	.show-mobile-logo .branding img.mobile-logo, .show-mobile-logo.show-device-logo .branding img.mobile-logo, .show-device-logo .branding img, .show-mobile-logo .mobile-branding img.mobile-logo, .show-mobile-logo.show-device-logo .mobile-branding img.mobile-logo, .show-device-logo .mobile-branding img, .transparent .mobile-branding img.mobile-desktop-logo {
		display: inline-block;
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 778px) {
	.page-title.page-title-responsive-enabled .wf-wrap {
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		-ms-justify-content: center;
		justify-content: center;
		text-align: center;
		min-height: 0px;
	}
	
	.page-title-responsive-enabled.page-title.title-left.disabled-bg h1 {
		margin: 5px 0;
	}
	
	.page-title-responsive-enabled.page-title.title-left .breadcrumbs {
		text-align: center;
	}
	
	.page-title-responsive-enabled.page-title h1, .page-title-responsive-enabled.page-title h1 *, .page-title-responsive-enabled.page-title h1 a:hover, #page .page-title-responsive-enabled.page-title .entry-title {
		font: bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	}
	
	.page-title-responsive-enabled.page-title.breadcrumbs-mobile-off .breadcrumbs {
		display: none;
	}
}

@media screen and (min-width: 800px) {
	.transparent.video-playing .masthead {
		display: none !important;
	}
	
	.video-playing .rsHomePorthole .rsCloseVideoBtn {
		top: 30px;
	}
}

@media screen and (max-width: 768px) {
	.project-even .alignleft, .project-even ul.royalSlider.alignleft {
		width: 100%;
	}
	
	.content .project-wide-col {
		width: 100%;
	}
	
	.content .project-wide-col.left-side {
		padding-right: 0;
	}
	
	.content .project-wide-col.right-side {
		padding-left: 0;
	}
	
	.content .project-narrow-col {
		width: 100%;
	}
	
	.layout-list .blog-content, .layout-list .blog-media, .layout-list .project-list-content, .layout-list .project-list-media {
		float: none;
		width: 100% !important;
	}
	
	.layout-list .buttons-on-img, .layout-list .project-even .buttons-on-img {
		margin-left: 0;
		margin-right: 0;
	}
	
	.blog.layout-list .post .alignleft {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 778px) {
	#footer .wf-container-footer {
		padding-top: 50px;
		padding-bottom: 15px;
	}
	
	#footer > .wf-wrap, #footer #bottom-bar > .wf-wrap {
		padding: 0 20px 0 20px;
	}
}

@media screen and (max-width: 992px) {
	.footer .widget {
		width: 100%;
	}
	
	.mobile-hide-footer #footer > .wf-wrap {
		display: none;
	}
	
	.footer-overlap .page-inner {
		margin-bottom: 0 !important;
	}
	
	.footer-overlap .footer {
		bottom: initial !important;
	}
	
	.footer-overlap .footer {
		position: relative !important;
		left: 0 !important;
	}
}

@media screen and (max-width: 990px) {
	#bottom-bar .wf-container-bottom {
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-ms-flex-pack: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	
	#bottom-bar .wf-container-bottom > div {
		margin: 0;
	}
	
	#branding-bottom, #bottom-bar .wf-float-left, #bottom-bar .wf-float-right {
		display: block;
		float: none;
		width: auto;
		padding-left: 0;
		padding-right: 0;
		margin-right: auto;
		margin-left: auto;
		text-align: center !important;
	}
	
	#bottom-bar.logo-split .wf-float-left, #bottom-bar.logo-split .wf-float-right {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	#bottom-bar .bottom-text-block {
		text-align: center;
		margin-left: 0;
	}
}

@media screen and (max-width: 778px) {
	#bottom-bar .mini-nav ul {
		display: none;
	}
	
	#bottom-bar .mini-nav select, #bottom-bar .menu-select {
		display: block;
		height: auto;
	}
	
	#bottom-bar .menu-select {
		position: relative;
		opacity: 1;
		visibility: visible;
		display: flex;
	}
}

@media screen and (max-width: 778px) {
	#main {
		padding: 70px 0 70px 0;
	}
	
	#main > .wf-wrap {
		padding: 0 20px 0 20px;
	}
	
	.page-title .wf-wrap, .fancy-header .wf-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#main-slideshow.fixed {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#main-slideshow.fixed > .royalSlider {
		max-width: 1260px;
	}
	
	.page-title .wf-wrap:after {
		width: calc(1300px - 20px - 20px);
		max-width: calc(100% - 20px - 20px);
	}
	
	.boxed .page-title .wf-wrap:after {
		left: 20px;
	}
	
	.no-cssgridlegacy.no-cssgrid .wf-container, .no-cssgridlegacy.no-cssgrid .wf-container-main {
		margin: 0 -10px 0 -10px;
	}
	
	.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar {
		padding-right: 20px;
	}
	
	.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar {
		padding-left: 20px;
	}
	
	.no-cssgridlegacy.no-cssgrid .sidebar-right .content {
		padding-left: 10px;
	}
	
	.no-cssgridlegacy.no-cssgrid .sidebar-left .content {
		padding-right: 10px;
	}
	
	.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg, .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
		padding-right: 10px;
	}
	
	.no-cssgridlegacy.no-cssgrid .sidebar-left .content, .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg, .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
		padding-left: 10px;
	}
	
	.no-cssgridlegacy.no-cssgrid .wf-container-main {
		margin: 0 -10px 0 -10px;
	}
	
	.no-cssgridlegacy.no-cssgrid .content, .no-cssgridlegacy.no-cssgrid .sidebar {
		padding: 0 10px 0 10px;
	}
	
	#main .wf-container {
		margin: 0 -10px 0 -10px;
	}
	
	.wf-cell, .wf-usr-cell {
		padding: 0 10px 0 10px;
	}
}

@media screen and (min-width: 992px) {
	#main > .wf-wrap {
		position: relative;
	}
	
	.dt-sticky-sidebar {
		will-change: min-height;
	}
	
	.dt-sticky-sidebar .sidebar-content {
		position: relative;
		transform: translate(0, 0);
		transform: translate3d(0, 0, 0);
		will-change: position, transform;
		-webkit-backface-visibility: hidden;
	}
	
	.no-cssgridlegacy.no-cssgrid .content {
		width: calc(100% - 350px);
	}
	
	.no-cssgridlegacy.no-cssgrid .sidebar {
		width: 350px;
	}
	
	.no-cssgridlegacy.no-cssgrid .sidebar-left .content, .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar {
		float: right;
	}
	
	.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-right .content {
		float: left;
	}
	
	.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-right .content, .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg, .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
		padding-right: 25px;
	}
	
	.sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar, .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .content, .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg, .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar, .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
		padding-right: 50px;
	}
	
	.no-cssgridlegacy.no-cssgrid .sidebar-left .content, .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget, .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar, .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg {
		padding-left: 25px;
	}
	
	.sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .content, .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar, .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget, .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar, .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg {
		padding-left: 50px;
	}
	
	#main:not(.sidebar-none) .wf-container-main {
		display: -ms-grid;
		display: grid;
		grid-column-gap: 50px;
	}
	
	.sidebar-right .wf-container-main {
		grid-template-areas: "content sidebar";
	}
	
	.sidebar-left .wf-container-main {
		grid-template-areas: "sidebar content";
	}
	
	.sidebar, .sidebar-space {
		grid-area: sidebar;
		-ms-grid-row: 1;
	}
	
	.sidebar-right .sidebar, .sidebar-right .sidebar-space {
		-ms-grid-column: 3;
	}
	
	.sidebar-left .sidebar, .sidebar-left .sidebar-space {
		-ms-grid-column: 1;
	}
	
	.content {
		grid-area: content;
		-ms-grid-row: 1;
	}
	
	.sidebar-right .content {
		-ms-grid-column: 1;
	}
	
	.sidebar-left .content {
		-ms-grid-column: 3;
	}
	
	.sidebar-right .wf-container-main {
		-ms-grid-columns: calc(100% - 350px - 25px) 50px calc(350px - 25px);
		grid-template-columns: calc(100% - 350px - 25px) calc(350px - 25px);
	}
	
	.sidebar-left .wf-container-main {
		-ms-grid-columns: calc(350px - 25px) 50px calc(100% - 350px - 25px);
		grid-template-columns: calc(350px - 25px) calc(100% - 350px - 25px);
	}
	
	.sidebar-divider-vertical.sidebar-left .sidebar {
		padding-right: 0;
	}
	
	.sidebar-divider-vertical.sidebar-left .sidebar .sidebar-content {
		padding-right: 50px;
	}
	
	.sidebar-divider-vertical.sidebar-right .sidebar {
		padding-left: 0;
	}
	
	.sidebar-divider-vertical.sidebar-right .sidebar .sidebar-content {
		padding-left: 50px;
	}
}

@media screen and (max-width: 993px) {
	.mobile-hide-sidebar .sidebar {
		display: none;
	}
	
	.sidebar-right .sidebar, .sidebar-left .sidebar {
		border: none;
	}
	
	.sidebar-right .sidebar, .sidebar-left .sidebar, .sidebar-divider-off.sidebar-right .sidebar, .sidebar-divider-off.sidebar-left .sidebar, .sidebar-right .sidebar.solid-bg, .sidebar-left .sidebar.solid-bg, .sidebar-right .sidebar.bg-under-widget, .sidebar-left .sidebar.bg-under-widget {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-top: 60px;
	}
	
	.wc-sidebar-toggle {
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		-ms-justify-content: center;
		justify-content: center;
		position: absolute;
		top: 40%;
		right: -40px;
		width: 40px;
		height: 40px;
		background-color: #ff5107;
		color: #fff;
		transition: left .3s;
		transition: box-shadow .2s ease-out, opacity .45s;
		z-index: 9996;
		box-shadow: 0 1px 6px rgba(0, 0, 0, .12);
		cursor: pointer;
		border-radius: 0px;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}
	
	.accent-gradient .wc-sidebar-toggle {
		background: #ff5107;
		background: );
	}
	
	.wc-sidebar-toggle:hover {
		box-shadow: 0 1px 11px 0 rgba(0, 0, 0, .18);
	}
	
	.wc-sidebar-toggle:before {
		font-family: "icomoon-the7-font" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "󪀒";
	}
	
	.mobile-sticky-sidebar-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all .4s;
	}
	
	.mobile-sticky-sidebar-overlay.active {
		opacity: 1;
		visibility: visible;
		z-index: 9601;
	}
	
	.dt-wc-sidebar-collapse .sidebar-right .sidebar, .dt-wc-sidebar-collapse .sidebar-left .sidebar {
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		max-width: 80%;
		min-width: 280px;
		width: 350px;
		height: 100vh;
		transform: translateX(-100%);
		transition: transform .3s;
		z-index: 9996;
		background: #f7f7f8;
	}
	
	.dt-wc-sidebar-collapse .sidebar-right .sidebar:before, .dt-wc-sidebar-collapse .sidebar-left .sidebar:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #fff;
	}
	
	.dt-wc-sidebar-collapse .sidebar-right .sidebar .sidebar-content, .dt-wc-sidebar-collapse .sidebar-left .sidebar .sidebar-content {
		position: relative;
		overflow-x: hidden;
		overflow-y: scroll;
		height: 100%;
		padding: 30px;
	}
	
	.dt-wc-sidebar-collapse .show-mobile-sidebar .sidebar-right .sidebar, .dt-wc-sidebar-collapse .show-mobile-sidebar .sidebar-left .sidebar {
		transform: translateX(0);
	}
	
	.dt-wc-sidebar-collapse .closed-mobile-sidebar .sidebar-right .sidebar, .dt-wc-sidebar-collapse .closed-mobile-sidebar .sidebar-left .sidebar {
		transform: translateX(-100%);
	}
}

@media screen and (max-width: 768px) {
	.product div.images, .product div.summary {
		width: 100%;
		margin-right: 0;
	}
	
	.product:not(.elementor) .woocommerce-tabs .tabs > li, .the7-elementor-widget .woocommerce-tabs .tabs > li {
		float: none;
		margin: 0;
	}
	
	.woocommerce-tabs .tabs > li:after {
		display: none;
	}
	
	#reviews ol.commentlist li {
		padding-left: 0;
	}
	
	#comments .children {
		margin-left: 0px;
	}
	
	#reviews ol.commentlist .comment_container {
		overflow: hidden;
	}
	
	#reviews ol.commentlist .comment_container .star-rating {
		float: none;
		display: block;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 500px) {
	.wc-layout-list .woocom-project {
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
	
	.wc-layout-list .woocom-project .woo-buttons-on-img {
		width: 100%;
	}
	
	.wc-layout-list .woocom-project .woocom-list-content {
		margin-top: 20px;
		padding-left: 0;
		width: 100%;
	}
	
	.view-mode-switcher {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.woocommerce-cart-wrap .cart-collaterals, .woocommerce-cart-wrap .cross-sells {
		width: 100%;
		margin: 0;
	}
	
	.woocommerce-cart-wrap .cross-sells {
		margin-top: 50px;
	}
	
	.woocommerce-cart-form, #customer_details, .wc-side-column, .wc-complete-wrap .wc-wide-column, .wc-complete-wrap .woocommerce-bacs-bank-details {
		width: 100%;
	}
	
	.wc-side-column {
		margin: 0;
	}
	
	.woocommerce-cart-wrap, form.woocommerce-checkout, .wc-complete-wrap {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.wc-order-review, .wc-wide-column {
		width: 100%;
		margin: 40px 0 0 0;
	}
	
	.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator, .col2-set .col-1, .col2-set .col-2, form .form-row-first, form .form-row-last {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	
	.col2-set .col-1 {
		margin-bottom: 25px;
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
		right: 10px;
	}
	
	.woocommerce-thankyou-order-details li {
		overflow: hidden;
	}
	
	.woocommerce-thankyou-order-details li strong {
		width: 100%;
		float: left;
	}
	
	.shop_table.my_account_orders {
		border-bottom: 1px solid;
	}
	
	#page .woocommerce-checkout-review-order-table td {
		display: block;
		padding: 0;
		border: none;
		-ms-flex-pack: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	#page .woocommerce-checkout-review-order-table td .variation {
		flex: 100%;
	}
	
	#page .woocommerce-checkout-review-order-table tr.cart_item {
		-ms-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}
	
	#page .woocommerce-checkout-review-order-table .cart_item .product-name {
		-ms-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}
	
	#page .woocommerce-checkout-review-order-table tfoot tr {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#page .woocommerce-checkout-review-order-table tbody tr:first-of-type {
		border: none;
	}
	
	#page .woocommerce-checkout-review-order-table .cart-subtotal th
		#page .woocommerce-checkout-review-order-table .order-total th {
		display: none;
	}
	
	.woocommerce-cart-wrap .shop_table td.actions {
		padding-top: 25px;
	}
	
	.woocommerce-cart-wrap .coupon {
		padding-bottom: 50px;
	}
	
	.woocommerce-cart-wrap .coupon:before {
		top: 15px;
	}
	
	.woocommerce-cart-wrap .coupon > * {
		margin-top: 15px;
	}
	
	.product .variations td, .elementor-widget .variations td {
		text-align: left;
	}
}

@media screen and (max-width: 640px) {
	#page .order_details tbody tr:first-of-type, #page .customer_details tbody tr:first-of-type {
		border: none;
	}
	
	#page .order_details td, #page .customer_details td {
		text-align: left;
		padding: 0;
		border: none;
	}
	
	#page .order_details th, #page .customer_details th {
		border: none;
		padding: 0;
	}
	
	#page .order_details tbody tr, #page .customer_details tbody tr {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#page .order_details tfoot, #page .customer_details tfoot {
		display: block;
	}
	
	#page .order_details tfoot tr, #page .customer_details tfoot tr {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	table.shop_table tbody tr {
		overflow: hidden;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.wc-complete-wrap .wc-bacs-bank-details li {
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-ms-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}
	
	.wc-complete-wrap .wc-bacs-bank-details li > strong {
		padding-left: 0;
	}
	
	.shop_table {
		display: block;
	}
	
	.shop_table tbody, .shop_table tfoot {
		display: block;
	}
	
	.shop_table thead {
		display: none;
	}
	
	.shop_table tr {
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		border-top: 1px solid rgba(0, 0, 0, .08);
	}
	
	.calculated_shipping .shop_table tr:first-child {
		border-top: none;
	}
	
	#page .shop_table tr td {
		border: none;
	}
	
	.content .woocommerce-cart-wrap .shop_table tr.cart_item td {
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		-ms-flex-pack: center;
		-ms-justify-content: center;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		padding: 5px 0;
		border: none;
	}
	
	.content .woocommerce-cart-wrap .shop_table tr.cart_item td.product-thumbnail, .content .woocommerce-cart-wrap .shop_table tr.cart_item td.product-quantity {
		padding-bottom: 10px;
	}
	
	.content .woocommerce-cart-wrap .shop_table tr.cart_item td.product-price {
		display: none;
	}
	
	.shop_table tr.cart_item td a.remove {
		display: inline-block;
		text-align: center;
	}
	
	.shop_table tr.cart_item td a.remove i {
		vertical-align: top;
	}
	
	.shop_table tr.cart_item td .product-thumbnail > a {
		display: block;
		padding-bottom: 7px;
	}
	
	.shop_table tr.cart_item td .product-quantity {
		margin-top: 3px;
	}
	
	.shop_table tr.cart_item td td.product-subtotal {
		margin-top: 10px;
	}
	
	.shop_table tr.cart_item td.product-name {
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.shop_table tr.cart_item td.product-name a, .shop_table tr.cart_item td.product-name .variation {
		display: block;
		padding-bottom: 7px;
	}
	
	.order_details tr td, .order_details tr th, .customer_details tr td, .customer_details tr th {
		width: 100%;
	}
	
	table.shop_table td, .product .variations td, .elementor-widget .variations td {
		display: block;
	}
	
	.cart .product-thumbnail {
		margin: 0 auto;
	}
	
	.cart-footer {
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-ms-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}
	
	table.tinvwl-table-manage-list {
		border-collapse: collapse;
	}
	
	.tinv-wishlist .tinvwl-table-manage-list .product-cb, .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
		display: inline-block;
		width: auto !important;
		vertical-align: text-top;
	}
	
	.tinv-wishlist td.product-name a {
		display: block;
		padding-bottom: 10px;
	}
	
	.wishlist_item .product-thumbnail > a {
		display: inline-block;
	}
	
	.tinv-wishlist td.product-name a+.variation {
		display: inline-block;
	}
	
	.tinv-wishlist table.tinvwl-table-manage-list {
		text-align: center;
	}
	
	.tinv-wishlist table.tinvwl-table-manage-list th.product-name, .tinv-wishlist table.tinvwl-table-manage-list th.wishlist-name {
		padding: 0;
		border: none;
	}
	
	.tinv-wishlist table.tinvwl-table-manage-list td {
		border: none;
		padding: 0;
	}
	
	.tinv-wishlist table.tinvwl-table-manage-list td.product-cb input {
		vertical-align: middle;
	}
	
	.tinv-wishlist table.tinvwl-table-manage-list td.product-name, .tinv-wishlist table.tinvwl-table-manage-list td.product-action, .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail, .tinv-wishlist table.tinvwl-table-manage-list td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list td.product-cb {
		padding: 5px 0;
	}
	
	.tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail, .tinv-wishlist table.tinvwl-table-manage-list td.product-stock {
		padding-bottom: 10px;
	}
	
	.tinv-wishlist table.tinvwl-table-manage-list tr {
		display: block;
		margin-bottom: 20px;
		padding-bottom: 25px;
		border-bottom: 1px solid rgba(0, 0, 0, .08);
	}
}

@media screen and (max-width: 768px) {
	.checkout-page-title a {
		font: bold 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	}
	
	.checkout-page-title .checkout-counter {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 1200px) {
	.rsHomePorthole .rsPlayBtn, .rsHomePorthole .rsCLink {
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
		width: 50px;
	}
	
	.rsHomePorthole .rsPlayBtn {
		background-size: 30px 30px;
		background-position: 15px center;
	}
	
	.rsHomePorthole .rsCLink {
		background-size: 24px 24px;
	}
	
	.rsHomePorthole .rsBtnCenterer {
		margin-top: -25px;
		height: 50px;
	}
	
	.rsHomePorthole .rsBtnCenterer:not(.with-link) .rsPlayBtn {
		margin-top: 0;
	}
	
	.rsHomePorthole .rsBtnCenterer.with-link {
		width: 120px;
		margin: -25px 0 0 -60px;
	}
	
	.rsHomePorthole .with-link .rsCLink, .rsHomePorthole .with-link .rsPlayBtn {
		position: relative;
		top: 0;
		left: 0;
		display: inline-block;
		margin: 0 5px;
	}
}

@media screen and (max-width: 1100px) {
	.floating-content {
		transform: translateY(0) !important;
	}
}

@media screen and (max-width: 970px) {
	#main .wf-mobile-hidden, .filter-extras {
		display: none;
	}
	
	#main .wf-mobile-visible, .content .wf-table.wf-mobile-collapsed, .content .wf-mobile-collapsed .wf-tr, .content .wf-mobile-collapsed .wf-td {
		display: block;
	}
	
	.table-standard {
		overflow: scroll;
	}
	
	.content .wf-1, .content .wf-1-2, .content .wf-2-4, .content .wf-1-3, .content .wf-2-3, .content .wf-1-4, .content .wf-3-4, .content .wf-1-5, .content [class*="wf-span-"] {
		width: 100%;
	}
	
	.items-grid .wf-cell.wf-1-3, .items-grid .wf-cell.wf-1-2 {
		width: 50%;
	}
	
	.related-product > li {
		width: 50%;
	}
	
	.sidebar-right .related-product > li, .sidebar-left .related-product > li {
		width: 50%;
	}
	
	.woocommerce-cart-wrap .related-product > li {
		width: 100%;
	}
	
	.single-related-posts .items-grid > .related-item {
		width: 50%;
	}
	
	.sidebar-right .single-related-posts .items-grid > .related-item, .sidebar-left .single-related-posts .items-grid > .related-item {
		width: 50%;
	}
	
	li.comment, li.pingback {
		padding-left: 0;
	}
	
	.children li.comment, .children li.pingback {
		padding-left: 30px;
	}
	
	#comments .children {
		margin-left: 10px;
	}
	
	.box-style-table .shortcode-action-container {
		display: block;
		margin-top: 20px;
		margin-bottom: 0;
		padding-left: 0;
		overflow: hidden;
	}
	
	.shortcode-action-box.box-style-table {
		display: block;
	}
	
	.box-style-table .action-button .dt-btn {
		float: left;
	}
}

@media only screen and (max-width: 960px) {
	.header-side-left .mega-full-width > .sub-nav, .header-side-left .mega-auto-width > .sub-nav {
		max-width: 767px;
		left: 0;
		top: auto !important;
		padding-left: 0;
	}
	
	.header-side-right .mega-full-width > .sub-nav, .header-side-right .mega-auto-width > .sub-nav {
		max-width: 767px;
		right: 0;
		top: auto !important;
		padding-right: 0;
	}
	
	.wc-login-wrap, .wc-coupon-wrap, form.track_order, form.lost_reset_password {
		width: 67%;
	}
	
	#customer_login {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	#customer_login > div {
		width: 67%;
	}
	
	#customer_login > div + div {
		margin-left: auto;
		margin-top: 60px;
	}
}

@media screen and (max-width: 800px) {
	.rsHomePorthole .rsCapt {
		bottom: 25px;
	}
}

@media screen and (min-width: 0px) and (max-width: 760px) {
	#main-slideshow .psThumbs {
		display: none;
	}
	
	.rsHomePorthole .rsCapt {
		padding: 0 20px;
		bottom: 15px;
	}
	
	.wc-login-wrap, .wc-coupon-wrap, form.track_order, form.lost_reset_password {
		width: 100%;
	}
	
	#customer_login > div {
		width: 100%;
	}
}

@media screen and (max-width: 760px) {
	.scroller-arrow, .project-navigation > span, .album-content-description, .hide-thumb-btn, .photo-scroller .ts-wrap.scroller-thumbnails, .share-overlay h3 {
		display: none;
	}
	
	.photo-scroller .btn-cntr, .photo-scroller .slide-caption {
		bottom: 5px !important;
	}
	
	.project-navigation .next-post {
		margin-right: 0;
	}
	
	.share-overlay .wf-td {
		padding-top: 60px;
	}
	
	.share-overlay h1 {
		margin-bottom: 30px;
		font-size: 40px;
		line-height: 44px;
	}
	
	#page .share-overlay .soc-ico a, .share-overlay .soc-ico a {
		width: 50px;
		height: 50px;
		margin: 5px;
	}
	
	.share-overlay .soc-ico a .icon {
		width: 40px;
		height: 40px;
	}
	
	.dt-fancy-separator {
		width: 100% !important;
	}
	
	.overlap.video-playing #header {
		display: none !important;
	}
	
	.items-grid .wf-cell.wf-1-3, .items-grid .wf-cell.wf-1-2 {
		width: 100%;
	}
	
	.related-product > li {
		width: 100%;
	}
	
	.sidebar-right .related-product > li, .sidebar-left .related-product > li, .woocommerce-cart-wrap .related-product > li {
		width: 100%;
	}
	
	.single-related-posts .items-grid > .related-item {
		width: 100%;
	}
	
	.sidebar-right .single-related-posts .items-grid > .related-item, .sidebar-left .single-related-posts .items-grid > .related-item {
		width: 100%;
	}
	
	.dt-testimonials-shortcode.layout-6 .testimonial-item, .dt-testimonials-shortcode.layout-5 .testimonial-item {
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
	
	.dt-testimonials-shortcode.layout-6 .testimonial-item .content-wrap, .dt-testimonials-shortcode.layout-5 .testimonial-item .content-wrap {
		width: 100% !important;
	}
	
	.dt-testimonials-shortcode.layout-6 .testimonial-item .testimonial-avatar, .dt-testimonials-shortcode.layout-5 .testimonial-item .testimonial-avatar {
		padding: 0;
		margin-bottom: 20px;
	}
	
	.content-align-center.dt-testimonials-shortcode.layout-6 .testimonial-item, .content-align-center.dt-testimonials-shortcode.layout-5 .testimonial-item {
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 778px) {
	.masthead:not(.side-header) .mobile-header-bar, .side-header.masthead-mobile-header .mobile-header-bar {
		padding: 0 20px 0 20px;
		box-sizing: border-box;
	}
	
	.masthead.masthead-mobile-header.content-width-line-mobile-header-decoration:not(#phantom) .mobile-header-bar:after {
		width: calc(100% - 20px - 20px);
	}
	
	.masthead.shadow-mobile-header-decoration.masthead-mobile-header {
		box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	}
	
	.first-switch-logo-right.first-switch-menu-left .mobile-header-bar .mobile-navigation {
		margin-right: 10px;
	}
	
	.first-switch-logo-left.first-switch-menu-right:not(.second-switch-menu-left) .mobile-header-bar .mobile-navigation {
		margin-left: 10px;
	}
	
	.second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-navigation {
		margin-left: 10px;
	}
	
	.second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
		-ms-flex-pack: flex-end;
		-ms-flex-pack: end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	.second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-navigation {
		margin-right: 10px;
	}
}

@media screen and (max-width: 568px) {
	.rollover-content p, .rollover-content .entry-meta {
		display: none;
	}
	
	.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap) > .woocommerce-message, .popup-message-style .woocommerce-error, .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap) > .woocommerce-info, .popup-message-style .parentFormundefined:not(.run-animation), .popup-message-style .parentFormundefined.run-animation, .popup-message-style #page .wpcf7-mail-sent-ok, .popup-message-style #page .wpcf7-validation-errors {
		max-width: 300px;
	}
	
	@keyframes slide-in-message {
		0% {
			opacity: 0;
			transform: translate3d(600px, -50%, 0);
		}
		
		50% {
			opacity: 0;
			transform: translate3d(-200px, -50%, 0);
		}
		
		100% {
			opacity: 1;
			transform: translate3d(-300px, -50%, 0);
		}
	}
	
	@keyframes slide-out-message {
		0% {
			opacity: 1;
			transform: translate3d(-300px, -50%, 0);
		}
		
		100% {
			opacity: 0;
			transform: translate3d(800px, -50%, 0);
		}
	}
}

@media (max-width: 600px) {
	.floating-mobile-menu-icon.admin-bar .dt-mobile-menu-icon.floating-btn {
		top: 10px;
	}
}

@media (max-width: 480px) {
	#main .tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper, #main .tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper, #main #content .tab-style-one.wpb_content_element .wpb_tabs_nav, #main #content .tab-style-three.wpb_content_element .wpb_tabs_nav, #main .wpb_tour.wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab, #main .wpb_tour.wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab, #main #content .wpb_tour.tab-style-one.wpb_content_element .wpb_tabs_nav, #main #content .wpb_tour.tab-style-three.wpb_content_element .wpb_tabs_nav, #main #content .wpb_tour.tab-style-two.wpb_content_element .wpb_tabs_nav, #main .wpb_tour.tab-style-one .wpb_tour_tabs_wrapper .wpb_tab, #main .wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab, #main .wpb_tour.tab-style-two .wpb_tour_tabs_wrapper .wpb_tab {
		display: block;
	}
	
	#main .wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper, #main .wpb_tour.tab-style-three.wpb_content_element .wpb_tour_tabs_wrapper, #main .wpb_tour.tab-style-two.wpb_content_element .wpb_tour_tabs_wrapper {
		display: block !important;
	}
	
	.wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
		padding-top: 0;
	}
	
	.wpb_tour.tab-style-one .wpb_tabs_nav, .wpb_tour.tab-style-three .wpb_tabs_nav {
		border-right: none;
	}
	
	.wpb_tour.tab-style-one.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab, .wpb_tour.tab-style-three .wpb_tour_tabs_wrapper .wpb_tab {
		padding-left: 0;
	}
	
	.wc-login-wrap .log-left-block, .wc-login-wrap .log-right-block {
		width: 100%;
	}
	
	.wc-login-wrap .log-right-block {
		margin-top: 20px;
	}
}

@media screen and (max-width: 500px) {
	.post-navigation .nav-links {
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
	
	.post-navigation .nav-previous, .post-navigation .nav-next {
		width: 100%;
		padding: 0;
		margin: 0 0 25px 0;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	
	.post-navigation .nav-previous .post-title, .post-navigation .nav-next .post-title {
		-ms-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	
	.rtl .post-navigation .nav-previous .post-title, .rtl .post-navigation .nav-next .post-title {
		-ms-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	
	.post-navigation .nav-previous i, .post-navigation .nav-next i {
		display: none;
	}
	
	.post-navigation .nav-links {
		padding-bottom: 0;
	}
	
	.post-navigation .back-to-list, .post-navigation .disabled {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.woocommerce-result-count {
		float: none;
	}
	
	.mobile-header-bar, .masthead .popup-search .submit {
		position: relative;
	}
	
	.dt-mobile-header .mini-nav, .masthead .mini-nav, .dt-mobile-header .shopping-cart, .masthead .shopping-cart, .dt-mobile-header .popup-search, .masthead .popup-search, .dt-mobile-header .searchform, .masthead .searchform, .dt-mobile-header .popup-search.act, .masthead .popup-search.act, .dt-mobile-header .mini-nav li, .masthead .mini-nav li {
		position: static;
	}
	
	#page .masthead .mini-nav .mini-sub-nav, #page .masthead .shopping-cart-wrap, #page .masthead .popup-search .popup-search-wrap {
		max-width: 280px;
		left: 50% !important;
		transform: translate3d(-50%, 0, 0);
	}
	
	#page .masthead .mini-nav .mini-sub-nav .shopping-cart-inner:before, #page .masthead .shopping-cart-wrap .shopping-cart-inner:before, #page .masthead .popup-search .popup-search-wrap .shopping-cart-inner:before {
		left: 50%;
		margin-left: -10px;
	}
	
	.dt-mobile-header .select-type-menu .sub-nav, .dt-mobile-header .select-type-menu-first-switch .sub-nav, .dt-mobile-header .select-type-menu-second-switch .sub-nav {
		top: 0;
	}
	
	.masthead .popup-search .popup-search-wrap, .masthead .top-bar .popup-search .popup-search-wrap {
		top: 100%;
	}
	
	.masthead .shopping-cart-wrap, .masthead .top-bar .shopping-cart-wrap {
		top: 100%;
		padding-top: 0;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body:after {
		content: "tablet";
		display: none;
	}
}

@media screen and (max-width: 760px),screen and (max-height: 300px) {
	body:after {
		content: "phone";
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.ipad-reverse-col {
		order: 2;
	}
	
	.vert-tablet-reverse-col {
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		flex-direction: row-reverse;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hor-tablet-reverse-col {
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		flex-direction: row-reverse;
	}
}

@media (max-width: 767px) {
	.reverse-row-on-mobile, .phone-reverse-col {
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		flex-direction: column-reverse;
	}
}

.accent-bg-mixin {
	color: #fff;
	background-color: #ff5107;
}

.accent-gradient .accent-bg-mixin {
	background: #ff5107;
	background: );
}

.solid-bg-mixin {
	background-color: #fff;
}

.header-color {
	color: #333;
}

.dt-mega-parent .sidebar-content .widget .header-color {
	color: #333;
}

#main .sidebar-content .header-color {
	color: #333;
}

.footer .header-color {
	color: #000;
}

.color-base-transparent {
	color: #555;
}

.sidebar-content .color-base-transparent {
	color: rgba(139, 141, 148, .5);
}

.footer .color-base-transparent {
	color: rgba(0, 0, 0, .5);
}

.outline-element-decoration .outline-decoration {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .shadow-decoration {
	-webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.testimonial-item:not(.testimonial-item-slider), .testimonial-item .ts-viewport, .bg-on.team-container, .dt-team-shortcode.content-bg-on .team-container {
	background-color: #fff;
}

.outline-element-decoration .testimonial-item:not(.testimonial-item-slider), .outline-element-decoration .testimonial-item .ts-viewport, .outline-element-decoration .bg-on.team-container, .outline-element-decoration .dt-team-shortcode.content-bg-on .team-container {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
}

.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider), .shadow-element-decoration .testimonial-item .ts-viewport, .shadow-element-decoration .bg-on.team-container, .shadow-element-decoration .dt-team-shortcode.content-bg-on .team-container {
	-webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
}

.dt-team-shortcode .team-content {
	font-size: 14px;
	line-height: 26px;
}

.testimonial-item .testimonial-vcard .text-secondary, .testimonial-item .testimonial-vcard .text-primary, .testimonial-item .testimonial-vcard .text-primary * {
	color: #333;
}

.sidebar-content .testimonial-item .testimonial-vcard .text-secondary, .sidebar-content .testimonial-item .testimonial-vcard .text-primary, .sidebar-content .testimonial-item .testimonial-vcard .text-primary * {
	color: #333;
}

.footer .testimonial-item .testimonial-vcard .text-secondary, .footer .testimonial-item .testimonial-vcard .text-primary, .footer .testimonial-item .testimonial-vcard .text-primary * {
	color: #000;
}

.testimonial-item .testimonial-vcard a.text-primary:hover, .testimonial-item .testimonial-vcard a.text-primary:hover * {
	text-decoration: underline;
}

.team-author p {
	color: #333;
	font: bold 14px/24px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.dt-team-shortcode .team-author p {
	font: 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	color: #ff5107;
}

.accent-gradient .dt-team-shortcode .team-author p {
	background: );
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

@media all and (-ms-high-contrast: none) {
	.accent-gradient .dt-team-shortcode .team-author p {
		color: #ff5107;
	}
}

.dt-mega-parent .sidebar-content .widget .team-author p {
	font: /;
	color: rgba(51, 51, 51, .5);
}

@media (max-width:  - 1) {
	.dt-mega-parent .sidebar-content .widget .team-author p {}
}

@media (max-width:  - 1) {
	.dt-mega-parent .sidebar-content .widget .team-author p {}
}

.sidebar-content .team-author p {
	font: /;
	color: rgba(139, 141, 148, .5);
}

@media (max-width:  - 1) {
	.sidebar-content .team-author p {}
}

@media (max-width:  - 1) {
	.sidebar-content .team-author p {}
}

.footer .team-author p {
	font: /;
	color: rgba(0, 0, 0, .5);
}

@media (max-width:  - 1) {
	.footer .team-author p {}
}

@media (max-width:  - 1) {
	.footer .team-author p {}
}

.testimonial-vcard .text-secondary {
	color: #333;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}

.dt-mega-parent .sidebar-content .widget .testimonial-vcard .text-secondary {
	color: #333;
}

#main .sidebar-content .testimonial-vcard .text-secondary {
	color: #333;
}

.footer .testimonial-vcard .text-secondary {
	color: #000;
}

#main .sidebar-content .widget .testimonial-vcard .text-secondary {
	color: rgba(139, 141, 148, .5);
}

.dt-testimonials-shortcode .testimonial-vcard .text-secondary {
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #ff5107;
}

.accent-gradient .dt-testimonials-shortcode .testimonial-vcard .text-secondary {
	background: );
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

@media all and (-ms-high-contrast: none) {
	.accent-gradient .dt-testimonials-shortcode .testimonial-vcard .text-secondary {
		color: #ff5107;
	}
}

.dt-testimonials-shortcode .more-link {
	color: #ff5107;
}

.testimonial-vcard .text-primary {
	color: #333;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}

.dt-mega-parent .sidebar-content .widget .testimonial-vcard .text-primary {
	color: #333;
}

#main .sidebar-content .testimonial-vcard .text-primary {
	color: #333;
}

.footer .testimonial-vcard .text-primary {
	color: #000;
}

.testimonial-vcard .text-primary * {
	color: #333;
}

.dt-mega-parent .sidebar-content .widget .testimonial-vcard .text-primary * {
	color: #333;
}

#main .sidebar-content .testimonial-vcard .text-primary * {
	color: #333;
}

.footer .testimonial-vcard .text-primary * {
	color: #000;
}

.dt-testimonials-shortcode .testimonial-vcard .text-primary {
	font: normal normal 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.team-author-name, .team-author-name a {
	color: #333;
	font: normal normal 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.content .team-author-name a:hover {
	color: #ff5107;
}

.accent-gradient .content .team-author-name a:hover {
	background: );
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

@media all and (-ms-high-contrast: none) {
	.accent-gradient .content .team-author-name a:hover {
		color: #ff5107;
	}
}

.widget .team-author-name, .widget .team-author-name a {
	font: bold 16px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	color: #333;
}

.dt-mega-parent .sidebar-content .widget .widget .team-author-name, .dt-mega-parent .sidebar-content .widget .widget .team-author-name a {
	color: #333;
}

#main .sidebar-content .widget .team-author-name, #main .sidebar-content .widget .team-author-name a {
	color: #333;
}

.footer .widget .team-author-name, .footer .widget .team-author-name a {
	color: #000;
}

.team-author-name, .team-author-name a {
	color: #333;
}

.dt-mega-parent .sidebar-content .widget .team-author-name, .dt-mega-parent .sidebar-content .widget .team-author-name a {
	color: #333;
}

#main .sidebar-content .team-author-name, #main .sidebar-content .team-author-name a {
	color: #333;
}

.footer .team-author-name, .footer .team-author-name a {
	color: #000;
}

.rsTitle {
	font: bold 50px/60px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.rsDesc {
	font: bold 28px/40px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: capitalize;
}

@media screen and (max-width: 1200px) {
	.rsTitle {
		font: bold 28px/40px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	}
	
	.rsDesc {
		font: bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	}
}

@media screen and (max-width: 1024px) {
	.rsTitle {
		font: bold 24px/34px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	}
	
	.rsDesc {
		font: bold 20px/30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	}
}

@media screen and (max-width: 800px) {
	.rsTitle {
		font: bold 16px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	}
	
	.rsDesc {
		font: 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	}
}

@media screen and (max-width: 320px) {
	.rsTitle {
		font: 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	}
	
	.rsDesc {
		display: none !important;
		font: 14px/26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	}
}

#main-slideshow .progress-spinner-left, #main-slideshow .progress-spinner-right {
	border-color: #ff5107 !important;
}

.slider-content .owl-dot:not(.active):not(:hover), .slider-content .owl-dot:not(.active):hover {
	-webkit-box-shadow: inset 0 0 0 2px rgba(73, 79, 84, .35);
	box-shadow: inset 0 0 0 2px rgba(73, 79, 84, .35);
}

.slider-content .owl-dot.active {
	-webkit-box-shadow: inset 0 0 0 20px rgba(73, 79, 84, .35);
	box-shadow: inset 0 0 0 20px rgba(73, 79, 84, .35);
}

.dt-mega-parent .sidebar-content .widget .slider-content .owl-dot:not(.active):not(:hover), .dt-mega-parent .sidebar-content .widget .slider-content .owl-dot:not(.active):hover {
	-webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, .35);
	box-shadow: inset 0 0 0 2px rgba(51, 51, 51, .35);
}

.dt-mega-parent .sidebar-content .widget .slider-content .owl-dot.active {
	-webkit-box-shadow: inset 0 0 0 20px rgba(51, 51, 51, .35);
	box-shadow: inset 0 0 0 20px rgba(51, 51, 51, .35);
}

.sidebar .slider-content .owl-dot:not(.active):not(:hover), .sidebar .slider-content .owl-dot:not(.active):hover, .sidebar-content .slider-content .owl-dot:not(.active):not(:hover), .sidebar-content .slider-content .owl-dot:not(.active):hover {
	-webkit-box-shadow: inset 0 0 0 2px rgba(139, 141, 148, .35);
	box-shadow: inset 0 0 0 2px rgba(139, 141, 148, .35);
}

.sidebar .slider-content .owl-dot.active, .sidebar-content .slider-content .owl-dot.active {
	-webkit-box-shadow: inset 0 0 0 20px rgba(139, 141, 148, .35);
	box-shadow: inset 0 0 0 20px rgba(139, 141, 148, .35);
}

.footer .slider-content .owl-dot:not(.active):not(:hover), .footer .slider-content .owl-dot:not(.active):hover {
	-webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .35);
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .35);
}

.footer .slider-content .owl-dot.active {
	-webkit-box-shadow: inset 0 0 0 20px rgba(0, 0, 0, .35);
	box-shadow: inset 0 0 0 20px rgba(0, 0, 0, .35);
}

.ubermenu, .ubermenu .ubermenu-column, .ubermenu .ubermenu-divider, .ubermenu .ubermenu-icon, .ubermenu .ubermenu-image, .ubermenu .ubermenu-item, .ubermenu .ubermenu-nav, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-row, .ubermenu .ubermenu-search, .ubermenu .ubermenu-search-input, .ubermenu .ubermenu-search-submit, .ubermenu .ubermenu-submenu, .ubermenu .ubermenu-submenu-footer, .ubermenu .ubermenu-tabs, .ubermenu .ubermenu-tabs-panels, .ubermenu .ubermenu-target, .ubermenu-responsive-toggle {
	margin: 0;
	padding: 0;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	text-indent: 0;
	clip: auto;
	position: static;
	background: 0 0;
	text-transform: none;
	overflow: visible;
	z-index: 10;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	line-height: 1.3em;
	border: none;
	border-radius: 0;
	pointer-events: auto;
}

.ubermenu, .ubermenu .ubermenu-column, .ubermenu .ubermenu-divider, .ubermenu .ubermenu-item, .ubermenu .ubermenu-nav, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-row, .ubermenu .ubermenu-search, .ubermenu .ubermenu-search-input, .ubermenu .ubermenu-search-submit, .ubermenu .ubermenu-submenu, .ubermenu .ubermenu-submenu-footer, .ubermenu .ubermenu-tabs, .ubermenu .ubermenu-tabs-panels, .ubermenu .ubermenu-target, .ubermenu-responsive-toggle {
	height: auto;
	width: auto;
	max-height: none;
	min-height: 0;
}

.ubermenu {
	--ubermenu-submenu-indicator-translateY: translateY(-50%);
	--ubermenu-submenu-indicator-offset: 0;
	--ubermenu-submenu-indicator-right-transform: var(--ubermenu-submenu-indicator-translateY) rotate(-90deg);
	--ubermenu-submenu-indicator-left-transform: var(--ubermenu-submenu-indicator-translateY) rotate(90deg);
}

.ubermenu .ubermenu-image, .ubermenu .ubermenu-submenu-drop {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.ubermenu {
	display: block;
	background: #fff;
	line-height: 1.3em;
	text-align: left;
}

.ubermenu-bound {
	position: relative;
}

.ubermenu-bound-inner .ubermenu-nav {
	position: relative;
}

.ubermenu, .ubermenu-nav {
	overflow: visible !important;
	z-index: 100;
}

.ubermenu-nav {
	text-align: inherit;
}

.ubermenu-nav, .ubermenu-row, .ubermenu-submenu {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ubermenu a.ubermenu-target, .ubermenu-trigger-click .ubermenu-has-submenu-drop>.ubermenu-target {
	cursor: pointer;
}

.ubermenu span.ubermenu-target {
	cursor: default;
}

.ubermenu-accessible .ubermenu-target {
	outline: 0;
}

.ubermenu-accessible input:not(:hover):focus, .ubermenu-accessible:not(:hover) .ubermenu-target:focus {
	outline: 1px solid #2cc4ff;
	box-shadow: 0 0 5px #2cc4ff !important;
	z-index: 50;
	transition: outline .1s linear;
}

.ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
	display: none;
	text-decoration: none;
	cursor: pointer;
	max-width: 100%;
}

.ubermenu-responsive-toggle:hover {
	text-decoration: none;
}

.ubermenu-responsive-toggle .fab, .ubermenu-responsive-toggle .far, .ubermenu-responsive-toggle .fas, .ubermenu-responsive-toggle .svg-inline--fa, .ubermenu-responsive-toggle .ubermenu-icon-essential {
	width: 1.3em;
	text-align: center;
	margin-right: .6em;
}

.ubermenu-responsive-toggle-icon-only .fab, .ubermenu-responsive-toggle-icon-only .far, .ubermenu-responsive-toggle-icon-only .fas, .ubermenu-responsive-toggle-icon-only .svg-inline--fa, .ubermenu-responsive-toggle-icon-only .ubermenu-icon-essential {
	margin-right: 0;
}

.ubermenu-responsive-toggle .ubermenu-icon-essential {
	font-size: 1.3em;
	vertical-align: text-bottom;
}

.ubermenu-responsive-toggle-align-left {
	float: left;
}

.ubermenu-responsive-toggle-align-right {
	float: right;
}

.ubermenu-responsive-toggle-content-align-left {
	text-align: left;
}

.ubermenu-responsive-toggle-content-align-center {
	text-align: center;
}

.ubermenu-responsive-toggle-content-align-right {
	text-align: right;
}

button.ubermenu-responsive-toggle-align-full {
	width: 100%;
}

.ubermenu-responsive-toggle.ubermenu-responsive-toggle-close-icon-times.ubermenu-responsive-toggle-open .fas:before {
	content: "";
}

.ubermenu-responsive-toggle.ubermenu-responsive-toggle-close-icon-times .ubermenu-icon-essential-times, .ubermenu-responsive-toggle.ubermenu-responsive-toggle-close-icon-times.ubermenu-responsive-toggle-open .ubermenu-icon-essential-bars {
	display: none;
}

.ubermenu-responsive-toggle.ubermenu-responsive-toggle-close-icon-times .ubermenu-icon-essential-bars, .ubermenu-responsive-toggle.ubermenu-responsive-toggle-close-icon-times.ubermenu-responsive-toggle-open .ubermenu-icon-essential-times {
	display: flex;
}

.ubermenu-responsive-toggle-fixed {
	--ubermenu-fixed-toggle-offset-y: 0px;
	--ubermenu-fixed-toggle-offset-x: 0px;
	position: fixed;
	top: 0;
	top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--ubermenu-fixed-toggle-offset-y, 0px));
	right: var(--ubermenu-fixed-toggle-offset-x, 0);
	z-index: 9999;
}

.ubermenu .ubermenu-mobile-footer, .ubermenu .ubermenu-mobile-header {
	display: none;
}

.ubermenu-bar-align-full {
	clear: both;
}

.ubermenu-bar-align-left {
	float: left;
}

.ubermenu-bar-align-right {
	float: right;
}

.ubermenu-bar-align-center {
	float: none;
	margin: 0 auto;
}

.ubermenu-bar-inner-center .ubermenu-nav {
	margin: 0 auto;
}

.ubermenu-items-align-center {
	text-align: center;
}

.ubermenu-items-align-right {
	text-align: right;
}

.ubermenu .ubermenu-item {
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.ubermenu-horizontal.ubermenu-items-align-flex .ubermenu-nav {
	display: flex;
}

.ubermenu-horizontal.ubermenu-items-align-flex .ubermenu-nav .ubermenu-item-level-0 {
	flex-grow: 1;
	text-align: center;
}

.ubermenu .ubermenu-item-level-0 {
	vertical-align: bottom;
	-moz-backface-visibility: visible;
	backface-visibility: visible;
}

.ubermenu-items-align-top .ubermenu-item-level-0 {
	vertical-align: top;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0 {
	float: none;
}

.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
	float: left;
}

.ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
	float: left;
}

.ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-right {
	float: right;
}

body:not(.rtl) .ubermenu.ubermenu-horizontal .ubermenu-item-level-0:first-child>.ubermenu-target {
	border-left: none;
}

.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
	padding: 15px 20px;
}

.ubermenu .ubermenu-target-nowrap>.ubermenu-target-title {
	white-space: nowrap;
}

.ubermenu-horizontal .ubermenu-item.ubermenu-item-mini>.ubermenu-target {
	padding-left: 5px;
	padding-right: 5px;
}

.ubermenu .ubermenu-item-level-0.ubermenu-has-submenu-stack {
	position: relative;
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-type-stack {
	padding-top: 0;
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-type-stack>.ubermenu-item {
	clear: both;
	width: 100%;
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack {
	width: auto;
}

.ubermenu .ubermenu-active .ubermenu-submenu .ubermenu-submenu-type-stack {
	visibility: visible;
	opacity: 1;
	display: block;
}

.ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack {
	padding-top: 0;
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
	margin-top: 10px;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
	padding-top: 5px;
	padding-bottom: 5px;
}

.ubermenu .ubermenu-target {
	display: block;
	text-decoration: none;
	position: relative;
}

.ubermenu .ubermenu-target-with-image {
	overflow: hidden;
}

.ubermenu .ubermenu-submenu .ubermenu-target {
	backface-visibility: hidden;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: var(--ubermenu-submenu-indicator-translateY);
	margin-top: var(--ubermenu-submenu-indicator-offset);
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator>.ubermenu-icon-essential {
	display: flex;
	font-size: 9px;
	margin-top: 1px;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
	padding-right: 25px;
}

.ubermenu-sub-indicators .ubermenu-item-has-children>.ubermenu-target.ubermenu-noindicator {
	padding-right: 20px;
}

.ubermenu-sub-indicators .ubermenu-item-mini.ubermenu-item-has-children>.ubermenu-target.ubermenu-noindicator {
	padding-right: 5px;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-noindicator>.ubermenu-sub-indicator {
	display: none;
}

.ubermenu-sub-indicators.ubermenu-sub-indicators-align-text .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	right: auto;
	margin-left: .6em;
}

.ubermenu.ubermenu-sub-indicators.ubermenu-sub-indicators-align-text.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target {
	flex-wrap: nowrap;
}

.ubermenu.ubermenu-sub-indicators.ubermenu-sub-indicators-align-text.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	position: relative;
	top: auto;
	margin-top: 0;
}

.ubermenu-sub-indicators .ubermenu-submenu-type-flyout>.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator, .ubermenu-sub-indicators .ubermenu-submenu-type-stack>.ubermenu-has-submenu-drop.ubermenu-has-submenu-flyout>.ubermenu-target>.ubermenu-sub-indicator {
	transform: var(--ubermenu-submenu-indicator-right-transform);
}

.ubermenu-sub-indicators .ubermenu-submenu .ubermenu-has-submenu-flyout.ubermenu-submenu-reverse>.ubermenu-target>.ubermenu-sub-indicator {
	right: auto;
	left: 10px;
	transform: var(--ubermenu-submenu-indicator-left-transform);
}

.ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	text-align: center;
	vertical-align: bottom;
	display: none;
	height: 100%;
}

.ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close>[class^=fa] {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -.4em;
	left: 0;
	width: 100%;
}

.ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close>.svg-inline--fa {
	position: absolute;
	top: 50%;
	bottom: 50%;
	transform: translate(-50%, -50%);
}

.ubermenu .ubermenu-target-text {
	display: inline-block;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
}

.ubermenu .ubermenu-target-description {
	font-size: 80%;
	font-weight: 400;
	clear: both;
	display: block;
}

.ubermenu .ubermenu-target-with-image>.ubermenu-target-text {
	display: block;
	clear: none;
}

.ubermenu .ubermenu-item.ubermenu-disable-padding>.ubermenu-target {
	padding: 0;
}

.ubermenu.ubermenu-sub-indicators .ubermenu-item.ubermenu-disable-padding.ubermenu-has-submenu-drop>.ubermenu-target {
	padding-right: 30px;
}

.ubermenu .ubermenu-image {
	display: block;
	max-width: 100%;
	transition: opacity 1s ease;
	opacity: 1;
}

.ubermenu .ubermenu-image:not(.ubermenu-image-lazyload) {
	height: auto;
}

.ubermenu .ubermenu-image-lazyload {
	opacity: 0;
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text {
	padding-left: 50px;
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-image {
	float: left;
}

.ubermenu .ubermenu-item-layout-image_right>.ubermenu-target-text {
	padding-right: 50px;
}

.ubermenu .ubermenu-item-layout-image_right>.ubermenu-image {
	float: right;
}

.ubermenu .ubermenu-item-layout-image_above>.ubermenu-image {
	margin-bottom: 10px;
}

.ubermenu .ubermenu-item-layout-image_below>.ubermenu-image {
	margin-top: 10px;
}

.ubermenu .ubermenu-icon {
	width: 1.3em;
	text-align: center;
	line-height: 1em;
	vertical-align: baseline;
}

.ubermenu .ubermenu-icon.svg-inline--fa {
	vertical-align: -.125em;
}

.ubermenu .ubermenu-icon.ubermenu-icon-ubermenu-svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-block: .08em;
	height: 1em;
}

.ubermenu .ubermenu-icon.ubermenu-icon-ubermenu-svg svg {
	height: 100%;
	width: auto;
}

.ubermenu .ubermenu-item-notext>.ubermenu-icon {
	line-height: 1.3em;
}

.ubermenu .ubermenu-icon-essential, .ubermenu-icon-essential {
	width: 1em;
	height: 1em;
	display: inline-flex;
	align-items: center;
}

.ubermenu .ubermenu-icon-essential svg, .ubermenu-icon-essential svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.ubermenu .ubermenu-item-layout-icon_bottom>.ubermenu-icon, .ubermenu .ubermenu-item-layout-icon_top>.ubermenu-icon {
	line-height: 1.3em;
	vertical-align: baseline;
}

.ubermenu.ubermenu-sub-indicators .ubermenu-has-submenu-drop:not(.ubermenu-tab)>.ubermenu-target.ubermenu-item-layout-icon_bottom>.ubermenu-sub-indicator, .ubermenu.ubermenu-sub-indicators .ubermenu-has-submenu-drop:not(.ubermenu-tab)>.ubermenu-target.ubermenu-item-layout-icon_top>.ubermenu-sub-indicator {
	left: 50%;
	right: auto;
	margin-left: -4px;
	bottom: 0;
	top: auto;
}

.ubermenu .ubermenu-item-layout-icon_top>.ubermenu-icon {
	margin-bottom: 5px;
}

.ubermenu .ubermenu-item-layout-icon_bottom>.ubermenu-icon {
	margin-top: 5px;
}

.ubermenu .ubermenu-item-layout-icon_top.ubermenu-item-notext>.ubermenu-icon {
	margin: 0;
}

.ubermenu .ubermenu-item-layout-icon_left>.ubermenu-target-title {
	margin-left: .6em;
	display: inline-block;
}

.ubermenu.ubermenu-icons-inline .ubermenu-item-layout-icon_left>.ubermenu-icon, .ubermenu.ubermenu-icons-inline .ubermenu-item-layout-icon_left>.ubermenu-target-title {
	display: inline;
	white-space: normal;
}

.ubermenu .ubermenu-content-align-left {
	text-align: left;
}

.ubermenu .ubermenu-content-align-left>.ubermenu-image {
	display: inline-block;
}

.ubermenu .ubermenu-content-align-center {
	text-align: center;
}

.ubermenu .ubermenu-content-align-center>.ubermenu-image {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.ubermenu .ubermenu-content-align-right {
	text-align: right;
}

.ubermenu .ubermenu-content-align-right>.ubermenu-image {
	display: inline-block;
}

.ubermenu .ubermenu-column, .ubermenu .ubermenu-row {
	max-width: 100%;
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
	position: absolute;
	z-index: 500;
	top: -10000px;
	height: 0;
	max-height: 0;
	visibility: hidden;
	overflow: hidden;
}

.ubermenu .ubermenu-item:not(.ubermenu-active) .ubermenu-submenu-drop {
	min-height: 0 !important;
}

.ubermenu .ubermenu-item .ubermenu-submenu-padded {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop, .ubermenu-nojs .ubermenu-item:hover>.ubermenu-submenu-drop {
	display: block;
	visibility: visible;
	opacity: 1;
	height: auto;
	max-height: none;
}

.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-type-flyout, .ubermenu-nojs .ubermenu-item:hover>.ubermenu-submenu-type-flyout {
	overflow: visible;
}

.ubermenu .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-type-flyout {
	overflow: hidden;
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-drop {
	clip: rect(0, 5000px, 5000px, -5000px);
}

.ubermenu-bound .ubermenu-submenu-type-mega {
	min-width: 50%;
}

.ubermenu .ubermenu-grid-row, .ubermenu .ubermenu-submenu-grid {
	padding-right: 20px;
}

.ubermenu .ubermenu-submenu-type-mega .ubermenu-grid-row>.ubermenu-item>.ubermenu-target, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-grid>.ubermenu-item>.ubermenu-target, .ubermenu .ubermenu-submenu-type-tab-content-panel .ubermenu-submenu-grid>.ubermenu-item>.ubermenu-target, .ubermenu .ubermenu-submenu-type-tab-content-panel.ubermenu-submenu-grid>.ubermenu-item>.ubermenu-target {
	padding-right: 0;
}

.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-target, .ubermenu-nojs .ubermenu-item:hover>.ubermenu-target {
	position: relative;
}

.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop, .ubermenu-nojs .ubermenu-item:hover .ubermenu-submenu-drop {
	z-index: 20;
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item {
	left: auto;
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_item {
	right: auto;
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width, .ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar {
	left: 0;
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_bar {
	right: 0;
}

.rtl .ubermenu .ubermenu-submenu-rtl *, .ubermenu .ubermenu-submenu-rtl {
	direction: rtl;
}

.ubermenu .ubermenu-submenu-rtl>* {
	direction: ltr;
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
	width: 100%;
}

.ubermenu .ubermenu-retractor {
	display: block;
	clear: both;
	text-align: center;
	cursor: pointer;
}

.ubermenu .ubermenu-retractor:hover {
	background: rgba(0, 0, 0, .1);
}

.ubermenu .ubermenu-retractor-desktop {
	position: absolute;
	right: 0;
	top: 0;
	padding: 7px 10px;
	z-index: 100;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item {
	display: block;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto {
	width: 100%;
	display: block;
	float: none;
	min-width: 0;
}

.ubermenu .ubermenu-item-header>.ubermenu-submenu-type-stack>.ubermenu-autocolumn, .ubermenu .ubermenu-item-header>.ubermenu-submenu-type-stack>.ubermenu-autocolumn>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
	padding-top: 0;
	margin-top: 0;
}

.ubermenu .ubermenu-autocolumn+.ubermenu-item-view-all {
	clear: both;
}

.ubermenu .ubermenu-submenu-type-stack.ubermenu-submenu-indent {
	padding-left: 1.6em;
	padding-top: .4em;
}

.ubermenu .ubermenu-submenu-footer {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 20px;
	color: inherit;
	font-size: inherit;
	list-style: none;
}

.ubermenu .ubermenu-submenu-footer a {
	text-decoration: none;
	font-weight: 700;
	font-size: inherit;
}

.wp-block-ubermenu-ubermenu-block>div {
	margin: 0;
}

.ubermenu .ubermenu-item.ubermenu-active.ubermenu-in-transition>.ubermenu-submenu-drop, .ubermenu .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-drop {
	overflow: hidden !important;
	height: auto;
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
	-webkit-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	-ms-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.ubermenu-transition-none .ubermenu-item .ubermenu-submenu-drop {
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
	top: auto;
}

.ubermenu-nojs.ubermenu-transition-none .ubermenu-item:hover>.ubermenu-submenu-drop, .ubermenu-transition-none .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
	max-height: none;
	height: auto;
	overflow-y: visible;
}

.ubermenu-transition-slide .ubermenu-item .ubermenu-submenu-drop {
	-webkit-transition-property: max-height, visibility;
	-ms-transition-property: max-height, visibility;
	transition-property: max-height, visibility;
	max-height: 0;
	top: auto;
}

.ubermenu-nojs.ubermenu-transition-slide .ubermenu-item:hover>.ubermenu-submenu-drop, .ubermenu-transition-slide .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
	max-height: 1000px;
}

.ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop {
	opacity: 0;
	-webkit-transition-property: opacity, visibility;
	-ms-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	top: auto;
	margin-top: 1px;
}

.ubermenu-nojs.ubermenu-transition-fade .ubermenu-item:hover>.ubermenu-submenu-drop, .ubermenu-transition-fade .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
	opacity: 1;
	top: auto;
}

.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
	margin-top: 20px;
	top: auto;
	opacity: 0;
	-webkit-transition-property: margin-top, opacity, visibility;
	-ms-transition-property: margin-top, opacity, visibility;
	transition-property: margin-top, opacity, visibility;
}

.ubermenu-nojs.ubermenu-transition-shift .ubermenu-item:hover>.ubermenu-submenu-drop, .ubermenu-transition-shift .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
	margin-top: 0;
	opacity: 1;
}

.ubermenu.ubermenu-transition-slide .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega, .ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-mega {
	max-height: 600px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
	overflow: hidden;
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
	max-height: none;
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item {
	display: block;
	float: none;
	position: relative;
	min-width: 150px;
	clear: both;
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout {
	min-width: 100%;
}

.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-flyout {
	max-height: 99999px;
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item.ubermenu-active {
	z-index: 50;
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout {
	margin-top: -1px;
	top: 0;
	left: 100%;
	min-width: 0;
	clip: rect(-10px, 5000px, 5000px, 0);
}

.ubermenu-nojs.ubermenu-transition-shift .ubermenu-submenu .ubermenu-item:hover>.ubermenu-submenu-drop.ubermenu-submenu-type-flyout, .ubermenu-transition-shift .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-type-flyout {
	margin-top: -1px;
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout.ubermenu-submenu-align-right_edge_item {
	left: auto;
	right: 100%;
	clip: rect(-10px, 5000px, 5000px, -5000px);
}

.ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-type-flyout {
	top: 0;
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item.ubermenu-has-submenu-mega {
	position: static;
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-type-flyout>.ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
	left: 100%;
	top: 0;
	min-height: 100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	clip: rect(-10px, 5000px, 5000px, -5000px);
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-type-flyout>.ubermenu-item.ubermenu-submenu-flyout-mega-left>.ubermenu-target>.ubermenu-sub-indicator {
	right: auto;
	left: 10px;
	transform: rotate(90deg);
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-type-flyout>.ubermenu-item.ubermenu-submenu-flyout-mega-left>.ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-align-left_edge_item {
	right: 100%;
	left: auto;
}

.ubermenu.ubermenu-horizontal .ubermenu-item-level-1:first-child>.ubermenu-submenu-type-flyout, .ubermenu.ubermenu-horizontal .ubermenu-item-level-1:first-child>.ubermenu-submenu-type-flyout>.ubermenu-item:first-child>.ubermenu-submenu-type-flyout, .ubermenu.ubermenu-horizontal .ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega {
	border-top: none;
}

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega .ubermenu-submenu-drop {
	margin-top: 0;
	clip: rect(0, 5000px, 5000px, -5000px);
}

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega .ubermenu-item.ubermenu-has-submenu-flyout {
	position: relative;
}

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega>.ubermenu-item.ubermenu-has-submenu-flyout>.ubermenu-submenu-drop {
	top: auto;
	left: auto;
	box-shadow: none;
}

.ubermenu .ubermenu-submenu-type-mega .ubermenu-item.ubermenu-has-submenu-flyout.ubermenu-active {
	z-index: 100;
}

.ubermenu .ubermenu-row {
	margin-bottom: 10px;
	clear: both;
}

.ubermenu .ubermenu-row:after {
	content: "";
	display: table;
	clear: both;
}

.ubermenu .ubermenu-clear-row {
	clear: both;
}

.ubermenu .ubermenu-submenu .ubermenu-column {
	display: block;
	float: left;
	width: auto;
}

.ubermenu .ubermenu-submenu .ubermenu-row.ubermenu-row-content-align-left, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-left, .ubermenu .ubermenu-submenu-type-tab-content-panel.ubermenu-submenu-content-align-left {
	text-align: left;
}

.ubermenu .ubermenu-submenu .ubermenu-row.ubermenu-row-content-align-right, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-right, .ubermenu .ubermenu-submenu-type-tab-content-panel.ubermenu-submenu-content-align-right {
	text-align: right;
}

.ubermenu .ubermenu-submenu .ubermenu-row.ubermenu-row-content-align-center, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-center, .ubermenu .ubermenu-submenu-type-tab-content-panel.ubermenu-submenu-content-align-center {
	text-align: center;
}

.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-center>.ubermenu-column, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-center>.ubermenu-row>.ubermenu-column, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-left>.ubermenu-column, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-left>.ubermenu-row>.ubermenu-column, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-right>.ubermenu-column, .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-right>.ubermenu-row>.ubermenu-column, .ubermenu .ubermenu-submenu-type-tab-content-panel.ubermenu-submenu-content-align-center>.ubermenu-column, .ubermenu .ubermenu-submenu-type-tab-content-panel.ubermenu-submenu-content-align-center>.ubermenu-row>.ubermenu-column, .ubermenu .ubermenu-submenu-type-tab-content-panel.ubermenu-submenu-content-align-left>.ubermenu-column, .ubermenu .ubermenu-submenu-type-tab-content-panel.ubermenu-submenu-content-align-left>.ubermenu-row>.ubermenu-column, .ubermenu .ubermenu-submenu-type-tab-content-panel.ubermenu-submenu-content-align-right>.ubermenu-column, .ubermenu .ubermenu-submenu-type-tab-content-panel.ubermenu-submenu-content-align-right>.ubermenu-row>.ubermenu-column {
	display: inline-block;
	float: none;
}

.ubermenu .ubermenu-submenu .ubermenu-column-auto {
	min-width: 100px;
	width: auto;
}

.ubermenu .ubermenu-nav .ubermenu-column-full {
	width: 100%;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-2 {
	width: 50%;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-3 {
	width: 33.33%;
}

.ubermenu .ubermenu-nav .ubermenu-column-2-3 {
	width: 66.66%;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-4 {
	width: 25%;
}

.ubermenu .ubermenu-nav .ubermenu-column-3-4 {
	width: 75%;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-5 {
	width: 20%;
}

.ubermenu .ubermenu-nav .ubermenu-column-2-5 {
	width: 40%;
}

.ubermenu .ubermenu-nav .ubermenu-column-3-5 {
	width: 60%;
}

.ubermenu .ubermenu-nav .ubermenu-column-4-5 {
	width: 80%;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-6 {
	width: 16.66%;
}

.ubermenu .ubermenu-nav .ubermenu-column-5-6 {
	width: 83.33%;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-7 {
	width: 14.28%;
}

.ubermenu .ubermenu-nav .ubermenu-column-2-7 {
	width: 28.57%;
}

.ubermenu .ubermenu-nav .ubermenu-column-3-7 {
	width: 42.85%;
}

.ubermenu .ubermenu-nav .ubermenu-column-4-7 {
	width: 57.14%;
}

.ubermenu .ubermenu-nav .ubermenu-column-5-7 {
	width: 71.42%;
}

.ubermenu .ubermenu-nav .ubermenu-column-6-7 {
	width: 85.71%;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-8 {
	width: 12.5%;
}

.ubermenu .ubermenu-nav .ubermenu-column-3-8 {
	width: 37.5%;
}

.ubermenu .ubermenu-nav .ubermenu-column-5-8 {
	width: 62.5%;
}

.ubermenu .ubermenu-nav .ubermenu-column-7-8 {
	width: 87.5%;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-9 {
	width: 11.11%;
}

.ubermenu .ubermenu-nav .ubermenu-column-2-9 {
	width: 22.22%;
}

.ubermenu .ubermenu-nav .ubermenu-column-4-9 {
	width: 44.44%;
}

.ubermenu .ubermenu-nav .ubermenu-column-5-9 {
	width: 55.55%;
}

.ubermenu .ubermenu-nav .ubermenu-column-7-9 {
	width: 77.77%;
}

.ubermenu .ubermenu-nav .ubermenu-column-8-9 {
	width: 88.88%;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-10 {
	width: 10%;
}

.ubermenu .ubermenu-nav .ubermenu-column-3-10 {
	width: 30%;
}

.ubermenu .ubermenu-nav .ubermenu-column-7-10 {
	width: 70%;
}

.ubermenu .ubermenu-nav .ubermenu-column-9-10 {
	width: 90%;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-11 {
	width: 9.09%;
}

.ubermenu .ubermenu-nav .ubermenu-column-2-11 {
	width: 18.18%;
}

.ubermenu .ubermenu-nav .ubermenu-column-3-11 {
	width: 27.27%;
}

.ubermenu .ubermenu-nav .ubermenu-column-4-11 {
	width: 36.36%;
}

.ubermenu .ubermenu-nav .ubermenu-column-5-11 {
	width: 45.45%;
}

.ubermenu .ubermenu-nav .ubermenu-column-6-11 {
	width: 54.54%;
}

.ubermenu .ubermenu-nav .ubermenu-column-7-11 {
	width: 63.63%;
}

.ubermenu .ubermenu-nav .ubermenu-column-8-11 {
	width: 72.72%;
}

.ubermenu .ubermenu-nav .ubermenu-column-9-11 {
	width: 81.81%;
}

.ubermenu .ubermenu-nav .ubermenu-column-10-11 {
	width: 90.9%;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-12 {
	width: 8.33%;
}

.ubermenu .ubermenu-nav .ubermenu-column-5-12 {
	width: 41.66%;
}

.ubermenu .ubermenu-nav .ubermenu-column-7-12 {
	width: 58.33%;
}

.ubermenu .ubermenu-nav .ubermenu-column-11-12 {
	width: 91.66%;
}

.ubermenu .ubermenu-autoclear>.ubermenu-column-1-10:nth-child(10n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-11:nth-child(11n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-12:nth-child(12n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-2:nth-child(odd), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-3:nth-child(3n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-4:nth-child(4n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-5:nth-child(5n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-6:nth-child(6n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-7:nth-child(7n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-8:nth-child(8n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-1-9:nth-child(9n+1), .ubermenu .ubermenu-autoclear>.ubermenu-column-full {
	clear: both;
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column {
	clear: none;
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-10:nth-child(10n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-11:nth-child(11n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-12:nth-child(12n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-2:nth-child(2n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-3:nth-child(3n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-4:nth-child(4n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-5:nth-child(5n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-6:nth-child(6n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-7:nth-child(7n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-8:nth-child(8n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-9:nth-child(9n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-full {
	clear: both;
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top.ubermenu-submenu-retractor-top-2>.ubermenu-column {
	clear: none;
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-10:nth-child(10n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-11:nth-child(11n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-12:nth-child(12n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-2:nth-child(2n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-3:nth-child(3n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-4:nth-child(4n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-5:nth-child(5n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-6:nth-child(6n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-7:nth-child(7n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-8:nth-child(8n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-9:nth-child(9n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-full {
	clear: both;
}

.ubermenu .ubermenu-tabs {
	position: relative;
	width: 100%;
}

.ubermenu .ubermenu-tabs-group {
	border-style: solid;
}

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel {
	position: absolute;
	display: none;
}

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel, .ubermenu .ubermenu-tab>.ubermenu-target {
	border-width: 0;
	border-style: solid;
}

.ubermenu .ubermenu-tab.ubermenu-active>.ubermenu-tab-content-panel, .ubermenu-nojs .ubermenu-tab:hover>.ubermenu-tab-content-panel {
	display: block;
}

.ubermenu-nojs .ubermenu-tabs-show-default>.ubermenu-tabs-group>.ubermenu-tab:first-child>.ubermenu-tab-content-panel {
	display: block;
}

.ubermenu-nojs .ubermenu-tabs-show-default:hover>.ubermenu-tabs-group>.ubermenu-tab:first-child>.ubermenu-tab-content-panel {
	display: none;
}

.ubermenu-nojs .ubermenu-tabs-show-default:hover>.ubermenu-tabs-group>.ubermenu-tab:first-child:hover>.ubermenu-tab-content-panel {
	display: block;
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group {
	float: left;
	border-width: 0 1px 0 0;
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
	right: 0;
	top: 0;
}

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	transform: var(--ubermenu-submenu-indicator-right-transform);
}

.ubermenu .ubermenu-tab-layout-right>.ubermenu-tabs-group {
	float: right;
	border-width: 0 0 0 1px;
}

.ubermenu .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
	left: 0;
	top: 0;
}

.ubermenu .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target {
	padding-left: 25px;
	padding-right: 20px;
}

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	transform: var(--ubermenu-submenu-indicator-left-transform);
	right: auto;
	left: 10px;
}

.ubermenu .ubermenu-tab-layout-top>.ubermenu-tabs-group {
	border-width: 0;
}

.ubermenu .ubermenu-tab-layout-top>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
	left: 0;
	top: auto;
	border-width: 1px 0 0 0;
}

.ubermenu .ubermenu-tab-layout-bottom>.ubermenu-tabs-group {
	border-width: 1px 0 0 0;
	position: absolute;
	bottom: 0;
}

.ubermenu .ubermenu-tab-layout-bottom>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
	left: 0;
	bottom: 100%;
}

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-bottom>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	transform: rotate(180deg);
}

.ubermenu h3.ubermenu-widgettitle {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 1.3em;
}

.widget.ubermenu_navigation_widget-class {
	overflow: visible;
}

.ubermenu .ubermenu-divider {
	clear: both;
	display: block;
	padding: 20px 0;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-divider {
	padding: 10px 0;
}

.ubermenu .ubermenu-divider hr {
	padding: 0;
	margin: 0;
	display: block;
	height: 1px;
	background: 0 0;
	border: 0;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.ubermenu .ubermenu-search .ubermenu-searchform {
	position: relative;
	background: #f9f9f9;
	width: 150px;
	margin: 7px;
}

.ubermenu .ubermenu-search .ubermenu-searchform label {
	display: inline;
}

.ubermenu .ubermenu-search input.ubermenu-search-input {
	width: 100%;
	padding: 8px 40px 8px 15px;
	color: #333;
	background: 0 0;
	border: none;
}

.ubermenu .ubermenu-search .ubermenu-search-submit, .ubermenu .ubermenu-searchbar-drop .ubermenu-search-submit {
	position: absolute;
	width: 40px;
	height: 100%;
	top: 0;
	right: 0;
	border: none;
	background: 0 0;
	cursor: pointer;
	color: #666;
	font-style: normal;
	font-weight: 400;
	font-size: inherit;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-searchform {
	height: 50px;
	margin: 0;
	background: #f9f9f9;
	width: 100%;
}

.ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input {
	width: 100%;
	padding: 14px 50px 14px 25px;
	height: 100%;
	color: #333;
	background: 0 0;
}

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit, .ubermenu .ubermenu-submenu .ubermenu-searchbar-drop .ubermenu-search-submit {
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	right: 0;
	border: none;
	background: 0 0;
	cursor: pointer;
	color: #666;
	font-style: normal;
	font-weight: 400;
	font-size: inherit;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ubermenu .ubermenu-postlist-item {
	margin-bottom: 10px;
}

.ubermenu .ubermenu-postlist .ubermenu-image {
	float: left;
}

.ubermenu .ubermenu-postlist-title>a {
	color: inherit;
	text-decoration: none;
}

.ubermenu .ubermenu-postlist-content {
	font-size: 11px;
	opacity: .7;
}

.ubermenu .ubermenu-map-canvas img {
	max-width: none;
}

.ubermenu .ubermenu-badge {
	display: inline-block;
	padding: .2em .5em;
	border-radius: 2px;
	font-weight: 400;
	font-size: 11px;
	margin-left: .6em;
	background: #222;
	color: #fff;
	transform: translateZ(0);
}

.rtl .ubermenu-badge {
	margin-left: 0;
	margin-right: .6em;
}

.ubermenu .ubermenu-badge-inline-absolute {
	position: absolute;
}

.ubermenu .ubermenu-badge-raised {
	transform: translateY(-50%);
}

.ubermenu .ubermenu-badge-raised-absolute {
	transform: translateY(-50%);
	position: absolute;
}

.ubermenu .ubermenu-badge-topleft {
	position: absolute;
	top: 0;
	left: 0;
	margin: 4px;
}

.ubermenu .ubermenu-badge-topright {
	position: absolute;
	top: 0;
	right: 0;
	margin: 4px;
}

.ubermenu .ubermenu-badge-bottomleft {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 4px;
}

.ubermenu .ubermenu-badge-bottomright {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 4px;
}

.ubermenu .ubermenu-item-layout-image_above>.ubermenu-badge-inline {
	margin: 4px 0;
}

.ubermenu .ubermenu-target-woo-price {
	font-weight: 400;
}

.ubermenu .ubermenu-target.ubermenu-item-layout-woocommerce_image_above_price {
	display: flex;
	flex-wrap: wrap;
}

.ubermenu .ubermenu-target.ubermenu-item-layout-woocommerce_image_above_price .ubermenu-image {
	width: 100%;
	margin-bottom: 10px;
	align-self: center;
}

.ubermenu .ubermenu-target.ubermenu-item-layout-woocommerce_image_above_price .ubermenu-target-title {
	flex: 1;
}

.ubermenu .ubermenu-target.ubermenu-item-layout-woocommerce_image_above_price .ubermenu-target-description {
	margin-top: .5em;
}

.ubermenu .ubermenu-item-layout-woocommerce_image_left_price>.ubermenu-image {
	float: left;
}

.ubermenu .ubermenu-target.ubermenu-item-layout-woocommerce_image_left_price>.ubermenu-target-woo-sale-badge {
	right: auto;
	left: 10px;
}

.ubermenu .ubermenu-item-object-product .ubermenu-target {
	position: relative;
}

.ubermenu .ubermenu-item .ubermenu-target-woo-sale-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .4em .6em;
	background: #222;
	color: #fff;
	font-weight: 400;
	border-radius: 2px;
	transform: translateZ(0);
}

.ubermenu .ubermenu-wpml-ls-item>.ubermenu-target>.ubermenu-target-title {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.ubermenu .ubermenu-wpml-ls-item>.ubermenu-target>.ubermenu-target-title .wpml-ls-flag+span {
	margin-left: .5em;
	display: flex;
}

.ubermenu .ubermenu-wpml-ls-item>.ubermenu-submenu-type-flyout {
	right: 0;
}

.ubermenu .ubermenu-wpml-ls-item>.ubermenu-submenu-type-flyout>.ubermenu-item {
	min-width: 0;
	width: 100%;
}

.ubermenu .ubermenu-wpml-ls-item.ubermenu-item-level-0:not(.ubermenu-wpml-ls-current-language)>.ubermenu-target {
	padding-left: 10px;
	padding-right: 10px;
}

.rtl .ubermenu-wpml-ls-item>.ubermenu-target>.ubermenu-target-title .wpml-ls-flag+span {
	margin-left: 0;
	margin-right: .5em;
}

.rtl .ubermenu-wpml-ls-item>.ubermenu-submenu-type-flyout {
	left: 0;
	right: auto;
}

.ubermenu .ubermenu-image-portal .ubermenu-image-portal-hidden {
	display: none;
}

.ubermenu-screen-reader, .ubermenu-target-divider {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.uber-clear:after, .ubermenu .ubermenu-column:after, .ubermenu .ubermenu-content-block:after, .ubermenu .ubermenu-image:after, .ubermenu .ubermenu-postlist-item:after, .ubermenu .ubermenu-submenu:after, .ubermenu .ubermenu-tabs:after, .ubermenu:after {
	content: "";
	display: table;
	clear: both;
}

.ubermenu {
	background: 0 0;
}

.ubermenu-submenu-drop {
	background: #fff;
}

.ubermenu-test-dimensions {
	visibility: hidden !important;
	display: block !important;
}

.ubermenu .ubermenu-force>.ubermenu-submenu {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	margin: 0 !important;
	top: auto !important;
	max-height: 600px;
	height: auto;
	overflow: auto !important;
}

.ubermenu-notransition, .ubermenu-notransition>.ubermenu-submenu-drop, .um-window-resizing .ubermenu {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

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

.ubermenu-sr-only-focusable:active, .ubermenu-sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
	outline-style: solid;
	box-shadow: 0 0 10px #3b99fc;
	color: #fff;
	background: #3b99fc;
	padding: 2px 5px;
	font-size: 12px;
	outline-color: #3b99fc;
}

.ubermenu-admin-notice {
	background: #eee;
	color: #333;
	padding: 15px;
	border-left: 30px solid #4d90fe;
	margin: 20px;
	position: relative;
	font-size: 12px;
	clear: both;
}

.ubermenu-admin-notice ul li {
	font-size: 12px;
}

.ubermenu-admin-notice a, .ubermenu-admin-notice a:visited {
	color: #00a3ff;
	text-decoration: underline;
	font-size: inherit;
}

.ubermenu-admin-notice a:hover {
	color: #0d75af;
}

.ubermenu-admin-notice strong {
	color: tomato;
}

.ubermenu-admin-notice .ubermenu-admin-notice-icon {
	position: absolute;
	left: -18px;
	top: 50%;
	margin-top: -5px;
	color: #fff;
	font-size: 13px;
}

.ubermenu-admin-notice:after {
	display: none;
	position: absolute;
	content: "UberMenu Notice: Only displayed to admin users";
	left: -30px;
	bottom: 100%;
	background: #666;
	color: #eee;
	padding: 7px 10px;
	font-size: 11px;
}

.ubermenu-admin-notice:hover:after {
	display: block;
}

#wp-admin-bar-ubermenu .svg-inline--fa {
	width: 14px;
	margin-right: 4px;
}

#wp-admin-bar-ubermenu .fa, #wp-admin-bar-ubermenu .far, #wp-admin-bar-ubermenu .fas {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro";
	font-weight: 900;
	margin-right: 4px;
	color: #aaa;
}

#wp-admin-bar-ubermenu_loading .fa, #wp-admin-bar-ubermenu_loading .svg-inline--fa {
	color: #ff0;
}

#wpadminbar #wp-admin-bar-ubermenu_loading #wp-admin-bar-ubermenu_loading_msg .ab-item {
	width: 300px;
	white-space: normal;
	height: auto;
	padding: 10px 20px;
	line-height: 1.5em;
}

.ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject, .ubermenu.ubermenu-loc-ubermenu-direct-inject {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.admin-bar .ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject, .admin-bar .ubermenu.ubermenu-loc-ubermenu-direct-inject {
	top: 32px;
}

@media screen and (max-width:959px) {
	.ubermenu.ubermenu-loc-ubermenu-direct-inject {
		margin-top: 47px;
	}
}

@media screen and (max-width:782px) {
	.admin-bar .ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject, .admin-bar .ubermenu.ubermenu-loc-ubermenu-direct-inject {
		top: 46px;
	}
	
	.ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject, .ubermenu.ubermenu-loc-ubermenu-direct-inject {
		position: absolute;
	}
}

svg.ubermenu-essential-icons {
	display: none;
}

.ubermenu-diagnostics-loadscreen {
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	background: #ddd;
	background: rgba(255, 255, 255, .8);
	z-index: 10000000000000000;
}

.um-folding-cube {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.um-folding-cube .um-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.um-folding-cube .um-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	-webkit-animation: um-foldCubeAngle 2.4s infinite linear both;
	animation: um-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.um-folding-cube .um-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.um-folding-cube .um-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.um-folding-cube .um-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.um-folding-cube .um-cube2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.um-folding-cube .um-cube3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.um-folding-cube .um-cube4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

@-webkit-keyframes um-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}
	
	100%, 90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes um-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}
	
	100%, 90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

.ubermenu-vertical .ubermenu-item-level-0 {
	display: block;
	clear: both;
}

.ubermenu-vertical.ubermenu-items-align-right .ubermenu-item-level-0 {
	text-align: right;
}

.ubermenu-vertical.ubermenu-items-align-center .ubermenu-item-level-0 {
	text-align: center;
}

.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-submenu-drop {
	clip: rect(-5000px, 5000px, 5000px, 0);
}

.ubermenu.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-target {
	box-shadow: none;
	border-left: none;
}

.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children>.ubermenu-target>.ubermenu-sub-indicator {
	transform: var(--ubermenu-submenu-indicator-right-transform);
}

.ubermenu-vertical .ubermenu-item>.ubermenu-submenu-drop {
	left: 100%;
	margin-left: 0;
	top: 0;
}

.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover>.ubermenu-submenu-drop, .ubermenu-vertical .ubermenu-active .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega, .ubermenu-vertical .ubermenu-item-level-0.ubermenu-active>.ubermenu-submenu-drop {
	top: 0;
	min-height: 100%;
}

.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item, .ubermenu-vertical .ubermenu-item-level-0.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
	min-height: 0;
}

.ubermenu-vertical .ubermenu-item.ubermenu-flyout-full-height {
	position: static;
}

.ubermenu-vertical .ubermenu-item.ubermenu-flyout-full-height>.ubermenu-submenu-drop {
	min-height: 100% !important;
	max-height: none;
	height: auto;
}

.ubermenu-vertical .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
	top: 0;
}

.ubermenu-vertical.ubermenu-transition-slide .ubermenu-item.ubermenu-active.ubermenu-in-transition>.ubermenu-submenu-drop {
	min-height: 0;
}

.ubermenu-vertical .ubermenu-item>.ubermenu-submenu-type-mega {
	width: 600px;
	margin: 0;
}

.ubermenu-vertical .ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel, .ubermenu-vertical .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
	min-height: 100%;
}

.ubermenu-vertical .ubermenu-item.ubermenu-relative {
	position: relative;
}

.ubermenu-vertical .ubermenu-item.ubermenu-relative.ubermenu-active {
	z-index: 20;
}

.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0.ubermenu-relative.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
	top: 0;
}

.ubermenu-vertical .ubermenu-item.ubermenu-item-mini {
	float: left;
	clear: none;
}

.ubermenu.ubermenu-vertical .ubermenu-item.ubermenu-item-mini>.ubermenu-target {
	background: 0 0;
	box-shadow: none;
}

.rtl .ubermenu, .rtl .ubermenu .ubermenu-item, .rtl .ubermenu.ubermenu-item-align-auto {
	text-align: right;
}

.rtl .ubermenu-items-align-left.ubermenu-horizontal {
	text-align: left;
}

.rtl .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
	float: none;
}

.rtl .ubermenu-items-align-center.ubermenu-horizontal {
	text-align: center;
}

.rtl .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
	float: none;
}

.rtl .ubermenu.ubermenu-horizontal .ubermenu-item-level-0:last-child>.ubermenu-target {
	border-left: none;
	box-shadow: none;
}

.rtl .ubermenu .ubermenu-submenu-type-mega>.ubermenu-column:not(.ubermenu-tabs-group), .rtl .ubermenu .ubermenu-submenu-type-mega>.ubermenu-row>.ubermenu-column:not(.ubermenu-tabs-group), .rtl .ubermenu .ubermenu-submenu-type-tab-content-panel>.ubermenu-column:not(.ubermenu-tabs-group) {
	float: right;
}

.rtl .ubermenu .ubermenu-item-layout-icon_left>.ubermenu-target-title {
	margin-left: 0;
	margin-right: .6em;
}

.rtl .ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target {
	padding-right: 20px;
	padding-left: 25px;
}

.rtl .ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	right: auto;
	left: 10px;
}

.rtl .ubermenu.ubermenu-sub-indicators .ubermenu-item.ubermenu-disable-padding.ubermenu-has-submenu-drop>.ubermenu-target {
	padding-left: 30px;
	padding-right: 0;
}

.rtl .ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit, .rtl .ubermenu .ubermenu-submenu .ubermenu-searchbar-drop .ubermenu-search-submit {
	left: 0;
	right: auto;
}

.rtl .ubermenu .ubermenu-search input.ubermenu-search-input {
	padding: 8px 15px 8px 40px;
}

.rtl .ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input {
	padding: 14px 25px 14px 50px;
}

.rtl .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close {
	right: auto;
	left: 0;
}

.rtl .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
	float: left;
}

.rtl .ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-center>.ubermenu-row>.ubermenu-column:not(.ubermenu-tabs-group) {
	float: none;
}

@media screen and (min-width:960px) {
	.ubermenu-responsive-default.ubermenu {
		display: block !important;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-hide-desktop {
		display: none !important;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-retractors-responsive .ubermenu-retractor-mobile {
		display: none;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-nav {
		display: flex;
		align-items: stretch;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0 {
		display: flex;
		flex-direction: column;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
		flex: 1;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0>.ubermenu-target>.ubermenu-target-divider {
		position: static;
		flex-basis: 100%;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0>.ubermenu-target.ubermenu-item-layout-image_left>.ubermenu-target-text {
		padding-left: 1em;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0>.ubermenu-target.ubermenu-item-layout-image_right>.ubermenu-target-text {
		padding-right: 1em;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0>.ubermenu-target.ubermenu-item-layout-image_above, .ubermenu-responsive-default.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0>.ubermenu-target.ubermenu-item-layout-image_below {
		flex-direction: column;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0>.ubermenu-submenu-drop {
		top: 100%;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item-level-0:not(.ubermenu-align-right)+.ubermenu-item.ubermenu-align-right {
		margin-left: auto;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0>.ubermenu-target.ubermenu-content-align-left {
		justify-content: flex-start;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0>.ubermenu-target.ubermenu-content-align-center {
		justify-content: center;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0>.ubermenu-target.ubermenu-content-align-right {
		justify-content: flex-end;
	}
	
	.ubermenu-responsive-default.ubermenu-force-current-submenu .ubermenu-item-level-0.ubermenu-current-menu-ancestor>.ubermenu-submenu-drop, .ubermenu-responsive-default.ubermenu-force-current-submenu .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-submenu-drop {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		margin: 0 !important;
		top: auto !important;
		height: auto;
		z-index: 19;
	}
	
	.ubermenu-responsive-default.ubermenu-invert.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop, .ubermenu-responsive-default.ubermenu-invert.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0>.ubermenu-submenu-drop {
		top: auto;
		bottom: 100%;
	}
	
	.ubermenu-responsive-default.ubermenu-invert.ubermenu-horizontal.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
		transform: rotate(180deg);
	}
	
	.ubermenu-responsive-default.ubermenu-invert.ubermenu-horizontal .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-type-flyout {
		top: auto;
		bottom: 0;
	}
	
	.ubermenu-responsive-default.ubermenu-invert.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop {
		clip: rect(-5000px, 5000px, auto, -5000px);
	}
	
	.ubermenu-responsive-default.ubermenu-invert.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-submenu-drop {
		right: 100%;
		left: auto;
	}
	
	.ubermenu-responsive-default.ubermenu-invert.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children>.ubermenu-target>.ubermenu-sub-indicator {
		right: auto;
		left: 10px;
		transform: rotate(90deg);
	}
	
	.ubermenu-responsive-default.ubermenu-vertical.ubermenu-invert .ubermenu-item>.ubermenu-submenu-drop {
		clip: rect(-5000px, 5000px, 5000px, -5000px);
	}
	
	.ubermenu-responsive-default.ubermenu-vertical.ubermenu-invert.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
		padding-left: 25px;
	}
	
	.ubermenu-responsive-default.ubermenu-vertical.ubermenu-invert .ubermenu-item>.ubermenu-target>.ubermenu-sub-indicator {
		right: auto;
		left: 10px;
		transform: rotate(90deg);
	}
	
	.ubermenu-responsive-default.ubermenu-vertical.ubermenu-invert .ubermenu-item>.ubermenu-submenu-drop.ubermenu-submenu-type-flyout, .ubermenu-responsive-default.ubermenu-vertical.ubermenu-invert .ubermenu-submenu-type-flyout>.ubermenu-item>.ubermenu-submenu-drop {
		right: 100%;
		left: auto;
	}
}

@media screen and (max-width:959px) {
	.ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
		display: block;
	}
	
	.ubermenu-no-transitions.ubermenu-responsive.ubermenu-responsive-collapse {
		display: none;
		visibility: visible;
		height: auto;
		max-height: none;
		overflow: visible !important;
	}
	
	.ubermenu-sticky-wrapper {
		min-height: 0 !important;
	}
	
	.ubermenu-sticky-toggle-wrapper {
		display: block;
	}
	
	.ubermenu-responsive-default .ubermenu-responsive-toggle, .ubermenu-responsive-default .ubermenu-sticky-toggle-wrapper {
		display: block;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive {
		width: 100%;
		max-height: 600px;
		visibility: visible;
		overflow: visible;
		-webkit-transition: max-height 1s ease-in;
		transition: max-height .3s ease-in;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-mobile-accordion:not(.ubermenu-mobile-modal):not(.ubermenu-in-transition):not(.ubermenu-responsive-collapse) {
		max-height: none;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-items-align-center {
		text-align: left;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu {
		margin: 0;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
		display: block;
	}
	
	.ubermenu-responsive-default.ubermenu-repsonsive.ubermenu-no-transitions, .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-nocollapse {
		display: block;
		max-height: none;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
		max-height: none;
		visibility: visible;
		overflow: visible;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
		max-height: 0;
		overflow: hidden !important;
		visibility: hidden;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition, .ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition .ubermenu-nav {
		overflow: hidden !important;
		visibility: visible;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse:not(.ubermenu-in-transition) {
		border-top-width: 0;
		border-bottom-width: 0;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse .ubermenu-item .ubermenu-submenu {
		display: none;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-level-0 {
		width: 50%;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-single-column .ubermenu-item-level-0 {
		float: none;
		clear: both;
		width: 100%;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
		border: none;
		box-shadow: none;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-has-submenu-flyout {
		position: static;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-submenu-type-flyout .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
		transform: rotate(0);
		right: 10px;
		left: auto;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		top: auto;
		left: 0 !important;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-has-border .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
		left: -1px !important;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu.ubermenu-submenu-type-mega>.ubermenu-item.ubermenu-column {
		min-height: 0;
		border-left: none;
		float: left;
		display: block;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
		max-height: none;
		height: auto;
		overflow: visible;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-transition-slide .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-drop {
		max-height: 1000px;
	}
	
	.ubermenu-responsive-default.ubermenu .ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega {
		min-height: 0;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
		min-width: 50%;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-autoclear>.ubermenu-column {
		clear: none;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(odd) {
		clear: both;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top:not(.ubermenu-submenu-retractor-top-2) .ubermenu-column:nth-of-type(odd) {
		clear: none;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top:not(.ubermenu-submenu-retractor-top-2) .ubermenu-column:nth-of-type(2n+2) {
		clear: both;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive-single-column-subs .ubermenu-submenu .ubermenu-item {
		float: none;
		clear: both;
		width: 100%;
		min-width: 100%;
	}
	
	.ubermenu-responsive-default.ubermenu .ubermenu-submenu-footer {
		position: relative;
		clear: both;
		bottom: auto;
		right: auto;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs-group {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		left: 0;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs {
		min-height: 0 !important;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs {
		z-index: 15;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel {
		z-index: 20;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab {
		position: relative;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab.ubermenu-active {
		position: relative;
		z-index: 20;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab>.ubermenu-target {
		border-width: 0 0 1px 0;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-tabs>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
		transform: rotate(0);
		right: 10px;
		left: auto;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
		top: auto;
		border-width: 1px;
	}
	
	.ubermenu-responsive-default.ubermenu-reponsive .ubermenu-item-level-0>.ubermenu-submenu-type-stack {
		position: relative;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column, .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column-auto {
		width: 100%;
		max-width: 100%;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-mini {
		min-width: 0;
		width: auto;
		float: left;
		clear: none !important;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-mini>a.ubermenu-target {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-hide-mobile {
		display: none !important;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-hide-bkgs .ubermenu-submenu.ubermenu-submenu-bkg-img {
		background-image: none;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-hide-bkgs .ubermenu-submenu.ubermenu-submenu-bkg-img.nitro-lazy {
		background-image: none !important;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-item-level-0.ubermenu-item-mini {
		min-width: 0;
		width: auto;
	}
	
	.ubermenu-responsive-default.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0 {
		width: 100%;
	}
	
	.ubermenu-responsive-default.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children>.ubermenu-target>.ubermenu-sub-indicator {
		right: 10px;
		left: auto;
		transform: rotate(0);
	}
	
	.ubermenu-responsive-default.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0.ubermenu-relative.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
		top: auto;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs {
		position: static;
	}
	
	.ubermenu-responsive-default.ubermenu:not(.ubermenu-is-mobile):not(.ubermenu-submenu-indicator-closes) .ubermenu-submenu .ubermenu-tab[data-ubermenu-trigger=hover_intent] .ubermenu-tab-content-panel, .ubermenu-responsive-default.ubermenu:not(.ubermenu-is-mobile):not(.ubermenu-submenu-indicator-closes) .ubermenu-submenu .ubermenu-tab[data-ubermenu-trigger=mouseover] .ubermenu-tab-content-panel {
		margin-left: 6%;
		width: 94%;
		min-width: 94%;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-submenu-indicator-closes .ubermenu-active>.ubermenu-target>.ubermenu-sub-indicator-close {
		display: block;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-submenu-indicator-closes .ubermenu-active>.ubermenu-target>.ubermenu-sub-indicator {
		display: none;
	}
	
	.ubermenu-responsive-default.ubermenu .ubermenu-tabs .ubermenu-tab-content-panel {
		box-shadow: 0 5px 10px rgba(0, 0, 0, .075);
	}
	
	.ubermenu-responsive-default.ubermenu .ubermenu-submenu-rtl {
		direction: ltr;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-mobile-modal {
		position: fixed;
		z-index: 9999999;
		opacity: 1;
		top: 0;
		left: 0;
		width: 100%;
		width: 100vw;
		max-width: 100%;
		max-width: 100vw;
		height: 100%;
		height: calc(100vh - calc(100vh - 100%));
		height: -webkit-fill-available;
		max-height: calc(100vh - calc(100vh - 100%));
		max-height: -webkit-fill-available;
		border: none;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		overscroll-behavior: contain;
		transform: scale(1);
		transition-duration: .1s;
		transition-property: all;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-mobile-modal.ubermenu-mobile-accordion.ubermenu-interaction-press {
		overflow-y: hidden !important;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-mobile-modal.ubermenu-responsive-collapse {
		overflow: hidden !important;
		opacity: 0;
		transform: scale(.9);
		visibility: hidden;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-mobile-modal .ubermenu-nav {
		flex: 1;
		overflow-y: auto !important;
		overscroll-behavior: contain;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-mobile-modal .ubermenu-item-level-0 {
		margin: 0;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-mobile-modal .ubermenu-mobile-close-button {
		border: none;
		background: 0 0;
		border-radius: 0;
		padding: 1em;
		color: inherit;
		display: inline-block;
		text-align: center;
		font-size: 14px;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-mobile-modal .ubermenu-mobile-footer .ubermenu-mobile-close-button {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-mobile-modal .ubermenu-mobile-footer .ubermenu-mobile-close-button .fas.fa-times, .ubermenu-responsive-default.ubermenu.ubermenu-mobile-modal .ubermenu-mobile-footer .ubermenu-mobile-close-button .ubermenu-icon-essential {
		margin-right: .2em;
	}
	
	.ubermenu-responsive-default.ubermenu .ubermenu-mobile-footer, .ubermenu-responsive-default.ubermenu .ubermenu-mobile-header {
		display: block;
		text-align: center;
		color: inherit;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive-single-column.ubermenu-mobile-accordion.ubermenu-interaction-press .ubermenu-item>.ubermenu-submenu-drop, .ubermenu-responsive-default.ubermenu.ubermenu-responsive-single-column.ubermenu-mobile-accordion.ubermenu-interaction-press .ubermenu-tab>.ubermenu-tab-content-panel {
		box-sizing: border-box;
		border-left: none;
		border-right: none;
		box-shadow: none;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive-single-column.ubermenu-mobile-accordion.ubermenu-interaction-press .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop, .ubermenu-responsive-default.ubermenu.ubermenu-responsive-single-column.ubermenu-mobile-accordion.ubermenu-interaction-press .ubermenu-tab.ubermenu-active>.ubermenu-tab-content-panel {
		position: static;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack>.ubermenu-target, .ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu.ubermenu-submenu-drop {
		border: none;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack>.ubermenu-submenu-type-stack {
		padding-top: 0;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu-drop .ubermenu-submenu-drop .ubermenu-item>.ubermenu-target, .ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu-drop .ubermenu-tab-content-panel .ubermenu-item>.ubermenu-target {
		padding-left: calc(var(--ubermenu-accordion-indent) * 2);
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu-drop .ubermenu-submenu-drop .ubermenu-submenu-drop .ubermenu-item>.ubermenu-target, .ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu-drop .ubermenu-tab-content-panel .ubermenu-tab-content-panel .ubermenu-item>.ubermenu-target {
		padding-left: calc(var(--ubermenu-accordion-indent) * 3);
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu-drop .ubermenu-submenu-drop .ubermenu-submenu-drop .ubermenu-submenu-drop .ubermenu-item>.ubermenu-target, .ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu-drop .ubermenu-tab-content-panel .ubermenu-tab-content-panel .ubermenu-tab-content-panel .ubermenu-item>.ubermenu-target {
		padding-left: calc(var(--ubermenu-accordion-indent) * 4);
	}
	
	.rtl .ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu-drop .ubermenu-submenu-drop .ubermenu-item>.ubermenu-target, .rtl .ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu-drop .ubermenu-tab-content-panel .ubermenu-item>.ubermenu-target {
		padding-left: 0;
		padding-right: calc(var(--ubermenu-accordion-indent) * 2);
	}
	
	.rtl .ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu-drop .ubermenu-submenu-drop .ubermenu-submenu-drop .ubermenu-item>.ubermenu-target, .rtl .ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu-drop .ubermenu-tab-content-panel .ubermenu-tab-content-panel .ubermenu-item>.ubermenu-target {
		padding-left: 0;
		padding-right: calc(var(--ubermenu-accordion-indent) * 3);
	}
	
	.rtl .ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu-drop .ubermenu-submenu-drop .ubermenu-submenu-drop .ubermenu-submenu-drop .ubermenu-item>.ubermenu-target, .rtl .ubermenu-responsive-default.ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu-drop .ubermenu-tab-content-panel .ubermenu-tab-content-panel .ubermenu-tab-content-panel .ubermenu-item>.ubermenu-target {
		padding-left: 0;
		padding-right: calc(var(--ubermenu-accordion-indent) * 4);
	}
}

@media screen and (max-width:480px) {
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-item-level-0 {
		width: 100%;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
		min-width: 100%;
	}
	
	.ubermenu-responsive-default.ubermenu .ubermenu-autocolumn:not(:first-child), .ubermenu-responsive-default.ubermenu .ubermenu-autocolumn:not(:first-child) .ubermenu-submenu-type-stack {
		padding-top: 0;
	}
	
	.ubermenu-responsive-default.ubermenu .ubermenu-autocolumn:not(:last-child), .ubermenu-responsive-default.ubermenu .ubermenu-autocolumn:not(:last-child) .ubermenu-submenu-type-stack {
		padding-bottom: 0;
	}
	
	.ubermenu-responsive-default.ubermenu .ubermenu-autocolumn>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
		margin-top: 0;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive.ubermenu-mobile-accordion.ubermenu-interaction-press .ubermenu-item>.ubermenu-submenu-drop, .ubermenu-responsive-default.ubermenu.ubermenu-responsive.ubermenu-mobile-accordion.ubermenu-interaction-press .ubermenu-tab>.ubermenu-tab-content-panel {
		box-shadow: none;
		box-sizing: border-box;
		border-left: none;
		border-right: none;
	}
	
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive.ubermenu-mobile-accordion.ubermenu-interaction-press .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop, .ubermenu-responsive-default.ubermenu.ubermenu-responsive.ubermenu-mobile-accordion.ubermenu-interaction-press .ubermenu-tab.ubermenu-active>.ubermenu-tab-content-panel {
		position: static;
	}
}

/* UberMenu - Copyright 2011-2023, SevenSpark */
.ubermenu-skin-black-white-2 {
	font-size: 12px;
	color: #888;
}

.ubermenu-skin-black-white-2 .ubermenu-target {
	color: #555;
}

.ubermenu-skin-black-white-2 .ubermenu-target-description {
	color: #aaa;
}

.ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
	background: #222;
	color: #eee;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.ubermenu-skin-black-white-2.ubermenu-responsive-toggle:hover {
	background: #111;
	color: #fff;
}

.ubermenu-skin-black-white-2 {
	border: 1px solid #000;
	background-color: #3d3d3d;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d3d3d), color-stop(50%, #3d3d3d), color-stop(50%, #212121));
	background: -webkit-linear-gradient(top, #3d3d3d, #212121);
	background: -moz-linear-gradient(top, #3d3d3d, #212121);
	background: -ms-linear-gradient(top, #3d3d3d, #212121);
	background: -o-linear-gradient(top, #3d3d3d, #212121);
	-webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, .1);
	box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, .1);
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
	color: #fff;
	background: #000;
}

.ubermenu-skin-black-white-2 .ubermenu-item.ubermenu-item-level-0 > .ubermenu-highlight {
	color: #4d90fe;
	background: transparent;
}

.ubermenu-skin-black-white-2.ubermenu-vertical .ubermenu-item-level-0 > .ubermenu-target {
	background-color: #3d3d3d;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d3d3d), color-stop(50%, #3d3d3d), color-stop(50%, #212121));
	background: -webkit-linear-gradient(top, #3d3d3d, #212121);
	background: -moz-linear-gradient(top, #3d3d3d, #212121);
	background: -ms-linear-gradient(top, #3d3d3d, #212121);
	background: -o-linear-gradient(top, #3d3d3d, #212121);
	-webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, .1);
	box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, .1);
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
	font-weight: bold;
	color: #d9d9d9;
	text-transform: uppercase;
	border-left: 1px solid #000;
	-webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, .1);
	box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, .1);
}

body:not(.rtl) .ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-item-level-0:first-child > .ubermenu-target {
	box-shadow: none;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
	background: #111;
	color: #fff;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-submenu-type-stack > .ubermenu-item > .ubermenu-target {
	color: #d9d9d9;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-submenu-type-stack > .ubermenu-item > .ubermenu-target:hover {
	color: #fff;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop {
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
}

.ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
	border-top: none;
}

.ubermenu-skin-black-white-2 .ubermenu-tab-content-panel {
	background: #f9f9f9;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu, .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target {
	color: #888;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-highlight {
	color: #4d90fe;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target:hover, .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-active > .ubermenu-target {
	color: #111;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target > .ubermenu-target-description {
	color: #aaa;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-active > .ubermenu-target > .ubermenu-target-description {
	color: #666;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
	font-weight: bold;
	color: #777;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
	border-bottom: 1px solid #e9e9e9;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
	color: #222;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-current-menu-item > .ubermenu-target {
	color: #222;
	background: transparent;
}

.ubermenu-nojs.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
	background: #eee;
	color: #111;
}

.ubermenu-skin-black-white-2 .ubermenu-tabs-group, .ubermenu-skin-black-white-2 .ubermenu-tab > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-tab-content-panel {
	border-color: #eee;
}

.wp-block-ubermenu-ubermenu-block > div {
	margin: 0;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu-drop {
	border-bottom-width: 3px;
}

.ubermenu-skin-black-white-2 .ubermenu-item .ubermenu-submenu-drop {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}

.ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar, .ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
	left: -1px;
}

.ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_bar {
	right: -1px;
}

.ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width.ubermenu-submenu-padded {
	width: calc(100% + 3px);
}

.ubermenu-skin-black-white-2.ubermenu-vertical .ubermenu-item-level-0 > .ubermenu-submenu-drop, .ubermenu-skin-black-white-2.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover > .ubermenu-submenu-drop, .ubermenu-skin-black-white-2.ubermenu-vertical .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop, .ubermenu-skin-black-white-2.ubermenu-vertical .ubermenu-active .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega {
	top: -1px;
}

.ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active:after {
	content: "";
	border-bottom: 1px solid transparent;
	width: 100%;
	width: calc(100% + 1px);
	margin-bottom: -1px;
}

.ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop, .ubermenu-skin-black-white-2.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0 > .ubermenu-submenu-drop {
	margin-top: 1px;
}

.ubermenu-skin-black-white-2.ubermenu-vertical:before {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	height: 100%;
	border-right: 1px solid #000;
	z-index: 100;
	width: 0;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

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

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

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

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

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

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

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

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

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

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

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

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

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

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

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

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

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

.fa-inverse {
	color: #fff;
}

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

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

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

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

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

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

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

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

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

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

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

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

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

.fa-amazon-pay:before {
	content: "";
}

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

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

.fa-amilia:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

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

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

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

.fa-archway:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
	content: "";
}

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

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

.fa-asymmetrik:before {
	content: "";
}

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

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

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

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

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

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

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

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

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

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

.fa-band-aid:before {
	content: "";
}

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

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

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

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

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

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

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

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

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

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

.fa-battle-net:before {
	content: "";
}

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

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

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

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

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

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

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

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

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

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

.fa-biohazard:before {
	content: "";
}

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

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

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

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

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

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

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

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

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

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

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

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

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

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

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

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

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

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

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

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

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

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

.fa-buffer:before {
	content: "";
}

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

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

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

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

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

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

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

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

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

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

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

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

.fa-calendar-day:before {
	content: "";
}

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

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

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

.fa-calendar-week:before {
	content: "";
}

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

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

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

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

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

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

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

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

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

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

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

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

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

.fa-carrot:before {
	content: "";
}

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

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

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

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

.fa-cc-apple-pay:before {
	content: "";
}

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

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

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

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

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

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

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

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

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

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

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

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

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

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

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

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

.fa-check-double:before {
	content: "";
}

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

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

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

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

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

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

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

.fa-closed-captioning:before {
	content: "";
}

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

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

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

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

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

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

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

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

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

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

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

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

.fa-coins:before {
	content: "";
}

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

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

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

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

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

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

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

.fa-compress-alt:before {
	content: "";
}

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

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

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

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

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

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

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

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

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

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

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

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

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

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

.fa-creative-commons-pd-alt:before {
	content: "";
}

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

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

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

.fa-creative-commons-sampling-plus:before {
	content: "";
}

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

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

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

.fa-critical-role:before {
	content: "";
}

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

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

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

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

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

.fa-css3-alt:before {
	content: "";
}

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

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

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

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

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

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

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

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

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

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

.fa-dev:before {
	content: "";
}

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

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

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

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

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

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

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

.fa-dove:before {
	content: "";
}

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

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

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

.fa-dribbble-square:before {
	content: "";
}

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

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

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

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

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

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

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

.fa-elementor:before {
	content: "";
}

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

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

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

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

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

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

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

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

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

.fa-equals:before {
	content: "";
}

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

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

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

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

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

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

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

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

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

.fa-expand-alt:before {
	content: "";
}

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

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

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

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

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

.fa-eye-dropper:before {
	content: "";
}

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

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

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

.fa-facebook-messenger:before {
	content: "";
}

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

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

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

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

.fa-faucet:before {
	content: "";
}

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

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

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

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

.fa-figma:before {
	content: "";
}

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

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

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

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

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

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

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

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

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

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

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

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

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

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

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

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

.fa-fingerprint:before {
	content: "";
}

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

.fa-fire-alt:before {
	content: "";
}

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

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

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

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

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

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

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

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

.fa-flag-usa:before {
	content: "";
}

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

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

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

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

.fa-folder-minus:before {
	content: "";
}

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

.fa-folder-plus:before {
	content: "";
}

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

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

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

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

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

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

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

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

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

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

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

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

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

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

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

.fa-gas-pump:before {
	content: "";
}

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

.fa-gem:before {
	content: "";
}

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

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

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

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

.fa-ghost:before {
	content: "";
}

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

.fa-gifts:before {
	content: "";
}

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

.fa-git-alt:before {
	content: "";
}

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

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

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

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

.fa-gitkraken:before {
	content: "";
}

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

.fa-gitter:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

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

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

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

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

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

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

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

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

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

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

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

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

.fa-gopuram:before {
	content: "";
}

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

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

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

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

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

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

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

.fa-hand-middle-finger:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

.fa-hand-sparkles:before {
	content: "";
}

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

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

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

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

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

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

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

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

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

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

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

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

.fa-heart-broken:before {
	content: "";
}

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

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

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

.fa-hive:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

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

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

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

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

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

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

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

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

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

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

.fa-hryvnia:before {
	content: "";
}

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

.fa-hubspot:before {
	content: "";
}

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

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

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

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

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

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

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

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

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

.fa-infinity:before {
	content: "";
}

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

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

.fa-innosoft:before {
	content: "";
}

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

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

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

.fa-invision:before {
	content: "";
}

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

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

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

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

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

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

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

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

.fa-keybase:before {
	content: "";
}

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

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

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

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

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

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

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

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

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

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

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

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

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

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

.fa-life-ring:before {
	content: "";
}

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

.fa-line:before {
	content: "";
}

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

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

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

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

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

.fa-lira-sign:before {
	content: "";
}

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

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

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

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

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

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

.fa-lock-open:before {
	content: "";
}

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

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

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

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

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

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

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

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

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

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

.fa-mandalorian:before {
	content: "";
}

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

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

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

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

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

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

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

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

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

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

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

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

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

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

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

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

.fa-medium-m:before {
	content: "";
}

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

.fa-medrt:before {
	content: "";
}

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

.fa-megaport:before {
	content: "";
}

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

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

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

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

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

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

.fa-microphone-alt:before {
	content: "";
}

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

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

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

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

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

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

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

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

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

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

.fa-mobile-alt:before {
	content: "";
}

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

.fa-monero:before {
	content: "";
}

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

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

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

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

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

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

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

.fa-mug-hot:before {
	content: "";
}

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

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

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

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

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

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

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

.fa-octopus-deploy:before {
	content: "";
}

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

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

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

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

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

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

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

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

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

.fa-page4:before {
	content: "";
}

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

.fa-pager:before {
	content: "";
}

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

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

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

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

.fa-parachute-box:before {
	content: "";
}

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

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

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

.fa-patreon:before {
	content: "";
}

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

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

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

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

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

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

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

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

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

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

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

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

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

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

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

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

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

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

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

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

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

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

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

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

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

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

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

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

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

.fa-playstation:before {
	content: "";
}

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

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

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

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

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

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

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

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

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

.fa-procedures:before {
	content: "";
}

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

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

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

.fa-python:before {
	content: "";
}

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

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

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

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

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

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

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

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

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

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

.fa-raspberry-pi:before {
	content: "";
}

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

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

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

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

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

.fa-red-river:before {
	content: "";
}

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

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

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

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

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

.fa-remove-format:before {
	content: "";
}

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

.fa-reply:before {
	content: "";
}

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

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

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

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

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

.fa-robot:before {
	content: "";
}

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

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

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

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

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

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

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

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

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

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

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

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

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

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

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

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

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

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

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

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

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

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

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

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

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

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

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

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

.fa-shipping-fast:before {
	content: "";
}

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

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

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

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

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

.fa-shopware:before {
	content: "";
}

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

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

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

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

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

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

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

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

.fa-sink:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

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

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

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

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

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

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

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

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

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

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

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

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

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

.fa-snowboarding:before {
	content: "";
}

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

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

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

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

.fa-sort-alpha-down-alt:before {
	content: "";
}

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

.fa-sort-alpha-up-alt:before {
	content: "";
}

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

.fa-sort-amount-down-alt:before {
	content: "";
}

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

.fa-sort-amount-up-alt:before {
	content: "";
}

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

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

.fa-sort-numeric-down-alt:before {
	content: "";
}

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

.fa-sort-numeric-up-alt:before {
	content: "";
}

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

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

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

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

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

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

.fa-splotch:before {
	content: "";
}

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

.fa-spray-can:before {
	content: "";
}

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

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

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

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

.fa-stackpath:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

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

.fa-star-and-crescent:before {
	content: "";
}

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

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

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

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

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

.fa-steam-symbol:before {
	content: "";
}

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

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

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

.fa-sticker-mule:before {
	content: "";
}

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

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

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

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

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

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

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

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

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

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

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

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

.fa-suitcase-rolling:before {
	content: "";
}

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

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

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

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

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

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

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

.fa-table-tennis:before {
	content: "";
}

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

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

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

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

.fa-tape:before {
	content: "";
}

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

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

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

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

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

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

.fa-tenge:before {
	content: "";
}

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

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

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

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

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

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

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

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

.fa-thermometer:before {
	content: "";
}

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

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

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

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

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

.fa-think-peaks:before {
	content: "";
}

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

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

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

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

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

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

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

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

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

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

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

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

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

.fa-tram:before {
	content: "";
}

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

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

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

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

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

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

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

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

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

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

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

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

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

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

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

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

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

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

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

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

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

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

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

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

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

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

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

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

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

.fa-ups:before {
	content: "";
}

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

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

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

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

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

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

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

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

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

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

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

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

.fa-users-cog:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

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

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

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

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

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

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

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

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

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

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

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

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

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

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

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

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

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

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

.fa-volume-mute:before {
	content: "";
}

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

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

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

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

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

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

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

.fa-whatsapp-square:before {
	content: "";
}

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

.fa-whmcs:before {
	content: "";
}

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

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

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

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

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

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

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

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

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

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

.fa-wordpress-simple:before {
	content: "";
}

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

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

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

.fa-wpressr:before {
	content: "";
}

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

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

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

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

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

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

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

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

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

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

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

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

.fa-zhihu:before {
	content: "";
}

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

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

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fab, .far {
	font-weight: 400;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.fa, .fas {
	font-weight: 900;
}

@charset "utf-8";

.ubtn {
	border: inherit;
	-webkit-border-radius: none;
	border-radius: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4em;
	color: inherit;
	background: 0 0;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 25px 80px;
	outline: 0;
	text-align: center;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
	max-width: 100%;
	visibility: visible;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ubtn:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ubtn-data {
	z-index: 3;
	position: inherit;
	display: block;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
}

button.ubtn {
	background: inherit;
	color: inherit;
}

button.ubtn:active, button.ubtn:focus, button.ubtn:hover, button.ubtn:visited {
	color: inherit;
	background: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	outline: 0;
}

.ubtn-ctn-left {
	display: block;
	text-align: left;
}

.ubtn-ctn-center {
	display: block;
	text-align: center;
}

.ubtn-ctn-right {
	display: block;
	text-align: right;
}

.ubtn-ctn-inline {
	display: inline-block;
	text-align: center;
}

a.ubtn-link {
	display: inline-block;
	margin: 0;
	color: inherit;
	text-decoration: none;
	max-width: 100%;
}

a.ubtn-link:hover {
	color: inherit;
	text-decoration: none;
}

a.ubtn-link .ubtn {
	margin: 0;
}

button.ubtn-mini {
	padding: 5px 10px;
}

button.ubtn-small {
	padding: 8px 16px;
}

button.ubtn-normal {
	padding: 15px 30px;
}

button.ubtn-large {
	padding: 21px 42px;
}

.ubtn-block {
	display: block;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0;
	padding-right: 0;
}

button.ubtn-custom {
	padding: 0;
}

@media (max-width:768px) {
	.ubtn-small {
		padding: 6px 12px;
	}
	
	.ubtn-normal {
		padding: 10px 24px;
	}
	
	.ubtn-large {
		padding: 12px 36px;
	}
}

.ubtn-shd {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #eaeaea;
	-webkit-box-shadow: 0 5px #bebebe;
	box-shadow: 0 5px #bebebe;
	-webkit-transition: none !important;
	transition: none !important;
}

.ubtn-sep-icon .ubtn-icon {
	position: absolute;
	top: 50%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ubtn-sep-icon:hover .ubtn-icon {
	opacity: 1;
}

.ubtn-sep-icon .ubtn-icon span {
	line-height: inherit;
	line-height: inherit;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ubtn.ubtn-sep-icon.ubtn-only-icon .ubtn-icon {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.ubtn-sep-icon.ubtn-sep-icon-at-left .ubtn-icon {
	left: 20px;
	opacity: 1;
}

.ubtn-img-container .ubtn-sep-icon.ubtn-sep-icon-at-left .ubtn-icon {
	left: 20px;
	opacity: 1;
}

.ubtn-img-container .ubtn-sep-icon.ubtn-sep-icon-at-right .ubtn-icon {
	right: 20px;
	opacity: 1;
}

.ubtn-sep-icon.ubtn-sep-icon-at-right .ubtn-icon {
	right: 20px;
	opacity: 1;
}

.ubtn-sep-icon-left .ubtn-icon {
	left: -2em;
}

.ubtn-sep-icon-left:hover .ubtn-icon {
	left: 10px;
}

.ubtn-img-container .ubtn-sep-icon-left:hover .ubtn-icon {
	left: 10px;
}

.ubtn-sep-icon-left-rev .ubtn-icon {
	left: 4em;
}

.ubtn-sep-icon-left-rev:hover .ubtn-icon {
	left: 20px;
}

.ubtn-sep-icon-right .ubtn-icon {
	right: -2em;
}

.ubtn-img-container .ubtn-sep-icon-right:hover .ubtn-icon {
	right: 30px;
}

.ubtn-sep-icon-right:hover .ubtn-icon {
	right: 5px;
}

.ubtn-sep-icon-right-rev .ubtn-icon {
	right: 4em;
}

.ubtn-sep-icon-right-rev:hover .ubtn-icon {
	right: 20px;
}

.ubtn-sep-icon.ubtn-sep-icon-bottom-push .ubtn-icon, .ubtn-sep-icon.ubtn-sep-icon-left-push .ubtn-icon, .ubtn-sep-icon.ubtn-sep-icon-right-push .ubtn-icon, .ubtn-sep-icon.ubtn-sep-icon-top-push .ubtn-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	line-height: 1;
}

.ubtn-sep-icon.ubtn-sep-icon-bottom-push .ubtn-icon i, .ubtn-sep-icon.ubtn-sep-icon-left-push .ubtn-icon i, .ubtn-sep-icon.ubtn-sep-icon-right-push .ubtn-icon i, .ubtn-sep-icon.ubtn-sep-icon-top-push .ubtn-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.ubtn-sep-icon.ubtn-sep-icon-bottom-push .ubtn-text, .ubtn-sep-icon.ubtn-sep-icon-left-push .ubtn-text, .ubtn-sep-icon.ubtn-sep-icon-right-push .ubtn-text, .ubtn-sep-icon.ubtn-sep-icon-top-push .ubtn-text {
	display: inline-block;
	-webkit-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}

.ubtn-sep-icon.ubtn-sep-icon-top-push .ubtn-icon {
	top: -500px;
}

.ubtn-sep-icon.ubtn-sep-icon-top-push:hover .ubtn-icon {
	top: 0;
}

.ubtn-sep-icon.ubtn-sep-icon-top-push:hover .ubtn-text {
	display: inline-block;
	-webkit-transform: translateY(500px);
	-ms-transform: translateY(500px);
	transform: translateY(500px);
}

.ubtn-sep-icon.ubtn-sep-icon-top-push .ubtn-icon, .ubtn-sep-icon.ubtn-sep-icon-top-push .ubtn-text, .ubtn-sep-icon.ubtn-sep-icon-top-push:hover .ubtn-icon, .ubtn-sep-icon.ubtn-sep-icon-top-push:hover .ubtn-text {
	-webkit-transition: all .45s;
	transition: all .45s;
}

.ubtn-sep-icon.ubtn-sep-icon-bottom-push .ubtn-icon {
	top: 500px;
}

.ubtn-sep-icon.ubtn-sep-icon-bottom-push:hover .ubtn-icon {
	top: 0;
}

.ubtn-sep-icon.ubtn-sep-icon-bottom-push:hover .ubtn-text {
	display: inline-block;
	-webkit-transform: translateY(-500px);
	-ms-transform: translateY(-500px);
	transform: translateY(-500px);
}

.ubtn-sep-icon.ubtn-sep-icon-bottom-push .ubtn-icon, .ubtn-sep-icon.ubtn-sep-icon-bottom-push .ubtn-text, .ubtn-sep-icon.ubtn-sep-icon-bottom-push:hover .ubtn-icon, .ubtn-sep-icon.ubtn-sep-icon-bottom-push:hover .ubtn-text {
	-webkit-transition: all .45s;
	transition: all .45s;
}

.ubtn-sep-icon.ubtn-sep-icon-left-push .ubtn-icon {
	left: -500px;
}

.ubtn-sep-icon.ubtn-sep-icon-left-push:hover .ubtn-icon {
	left: 0;
}

.ubtn-sep-icon.ubtn-sep-icon-left-push:hover .ubtn-text {
	display: inline-block;
	-webkit-transform: translateX(500px);
	-ms-transform: translateX(500px);
	transform: translateX(500px);
}

.ubtn-sep-icon.ubtn-sep-icon-left-push .ubtn-icon, .ubtn-sep-icon.ubtn-sep-icon-left-push .ubtn-text, .ubtn-sep-icon.ubtn-sep-icon-left-push:hover .ubtn-icon, .ubtn-sep-icon.ubtn-sep-icon-left-push:hover .ubtn-text {
	-webkit-transition: all .6s;
	transition: all .6s;
}

.ubtn-sep-icon.ubtn-sep-icon-right-push .ubtn-icon {
	left: 500px;
}

.ubtn-sep-icon.ubtn-sep-icon-right-push:hover .ubtn-icon {
	left: 0;
}

.ubtn-sep-icon.ubtn-sep-icon-right-push:hover .ubtn-text {
	display: inline-block;
	-webkit-transform: translateX(-500px);
	-ms-transform: translateX(-500px);
	transform: translateX(-500px);
}

.ubtn-sep-icon.ubtn-sep-icon-right-push .ubtn-icon, .ubtn-sep-icon.ubtn-sep-icon-right-push .ubtn-text, .ubtn-sep-icon.ubtn-sep-icon-right-push:hover .ubtn-icon, .ubtn-sep-icon.ubtn-sep-icon-right-push:hover .ubtn-text {
	-webkit-transition: all .6s;
	transition: all .6s;
}

.ubtn-hover {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: 0 0;
	z-index: 2;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ubtn-fade-bg .ubtn-hover {
	background: rgba(255, 255, 255, 0);
	opacity: 0;
}

.ubtn-fade-bg:hover .ubtn-hover {
	opacity: 1;
}

.ubtn-top-bg .ubtn-hover {
	top: -100%;
	background: #ccc;
}

.ubtn-top-bg:hover .ubtn-hover {
	top: 0;
}

.ubtn-bottom-bg .ubtn-hover {
	top: 100%;
	background: #ccc;
}

.ubtn-bottom-bg:hover .ubtn-hover {
	top: 0;
}

.ubtn-left-bg .ubtn-hover {
	left: -100%;
	background: #ccc;
}

.ubtn-left-bg:hover .ubtn-hover {
	left: 0;
}

.ubtn-right-bg .ubtn-hover {
	left: 100%;
	background: #ccc;
}

.ubtn-right-bg:hover .ubtn-hover {
	left: 0;
}

.ubtn-center-hz-bg .ubtn-hover {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #ccc;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.ubtn-center-hz-bg:hover .ubtn-hover {
	width: 90%;
	opacity: 1;
}

.ubtn-center-hz-bg:active .ubtn-hover {
	width: 101%;
	opacity: 1;
}

.ubtn-center-vt-bg .ubtn-hover {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #ccc;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.ubtn-center-vt-bg:hover .ubtn-hover {
	height: 75%;
	opacity: 1;
}

.ubtn-center-vt-bg:active .ubtn-hover {
	height: 130%;
	opacity: 1;
}

.ubtn-center-dg-bg .ubtn-hover {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #ccc;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.ubtn-center-dg-bg:hover .ubtn-hover {
	height: 260%;
	opacity: 1;
}

.ubtn-center-dg-bg:active .ubtn-hover {
	height: 400%;
	opacity: 1;
}

.no-ubtn-shadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: all 50ms linear !important;
	transition: all 50ms linear !important;
}

.ubtn-img-container {
	position: relative;
}

.ubtn-img-container img {
	position: relative;
	display: block;
	max-width: 100%;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
	padding: 0;
}

.ubtn-img-container .ubtn {
	position: relative;
	display: block;
	margin: 0 auto;
	top: 0;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.ubtn-img-container .ubtn.ubtn-right {
	right: 0;
	margin-right: 0;
	left: initial;
}

.ubtn-img-container .ubtn.ubtn-left {
	left: 0;
	margin-left: 0;
	right: initial;
}

.ubtn-img-container .ubtn-data {
	position: relative;
	display: inline-block;
}

.ubtn-img-container a.ubtn-link {
	display: inline-block;
}

.ulta-grow {
	display: inline-block;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-grow:active, .ulta-grow:focus, .ulta-grow:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ulta-shrink {
	display: inline-block;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-shrink:active, .ulta-shrink:focus, .ulta-shrink:hover {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

@-webkit-keyframes ulta-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes ulta-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

.ulta-pulse {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-pulse:active, .ulta-pulse:focus, .ulta-pulse:hover {
	-webkit-animation-name: ulta-pulse;
	animation-name: ulta-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes ulta-pulse-grow {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes ulta-pulse-grow {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.ulta-pulse-grow {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-pulse-grow:active, .ulta-pulse-grow:focus, .ulta-pulse-grow:hover {
	-webkit-animation-name: ulta-pulse-grow;
	animation-name: ulta-pulse-grow;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

@-webkit-keyframes ulta-pulse-shrink {
	to {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes ulta-pulse-shrink {
	to {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

.ulta-pulse-shrink {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-pulse-shrink:active, .ulta-pulse-shrink:focus, .ulta-pulse-shrink:hover {
	-webkit-animation-name: ulta-pulse-shrink;
	animation-name: ulta-pulse-shrink;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

@-webkit-keyframes ulta-push {
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ulta-push {
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.ulta-push {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-push:active, .ulta-push:focus, .ulta-push:hover {
	-webkit-animation-name: ulta-push;
	animation-name: ulta-push;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes ulta-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ulta-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.ulta-pop {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-pop:active, .ulta-pop:focus, .ulta-pop:hover {
	-webkit-animation-name: ulta-pop;
	animation-name: ulta-pop;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.ulta-rotate {
	display: inline-block;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-rotate:active, .ulta-rotate:focus, .ulta-rotate:hover {
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}

.ulta-grow-rotate {
	display: inline-block;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-grow-rotate:active, .ulta-grow-rotate:focus, .ulta-grow-rotate:hover {
	-webkit-transform: scale(1.1) rotate(4deg);
	-ms-transform: scale(1.1) rotate(4deg);
	transform: scale(1.1) rotate(4deg);
}

.ulta-float {
	display: inline-block;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-float:active, .ulta-float:focus, .ulta-float:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.ulta-sink {
	display: inline-block;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-sink:active, .ulta-sink:focus, .ulta-sink:hover {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}

@-webkit-keyframes ulta-hover {
	50% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes ulta-hover {
	50% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

.ulta-hover {
	display: inline-block;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-hover:active, .ulta-hover:focus, .ulta-hover:hover {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: ulta-hover;
	animation-name: ulta-hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

@-webkit-keyframes ulta-hang {
	50% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	
	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@keyframes ulta-hang {
	50% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	
	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

.ulta-hang {
	display: inline-block;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-hang:active, .ulta-hang:focus, .ulta-hang:hover {
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-animation-name: ulta-hang;
	animation-name: ulta-hang;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.ulta-skew {
	display: inline-block;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-skew:active, .ulta-skew:focus, .ulta-skew:hover {
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

.ulta-skew-forward {
	display: inline-block;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-skew-forward:active, .ulta-skew-forward:focus, .ulta-skew-forward:hover {
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

.ulta-skew-backward {
	display: inline-block;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-skew-backward:active, .ulta-skew-backward:focus, .ulta-skew-backward:hover {
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}

@-webkit-keyframes ulta-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes ulta-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.ulta-wobble-vertical {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-wobble-vertical:active, .ulta-wobble-vertical:focus, .ulta-wobble-vertical:hover {
	-webkit-animation-name: ulta-wobble-vertical;
	animation-name: ulta-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes ulta-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	
	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes ulta-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	
	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.ulta-wobble-horizontal {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-wobble-horizontal:active, .ulta-wobble-horizontal:focus, .ulta-wobble-horizontal:hover {
	-webkit-animation-name: ulta-wobble-horizontal;
	animation-name: ulta-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes ulta-wobble-to-bottom-right {
	16.65% {
		-webkit-transform: translate(8px, 8px);
		transform: translate(8px, 8px);
	}
	
	33.3% {
		-webkit-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
	
	49.95% {
		-webkit-transform: translate(4px, 4px);
		transform: translate(4px, 4px);
	}
	
	66.6% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}
	
	83.25% {
		-webkit-transform: translate(1px, 1px);
		transform: translate(1px, 1px);
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes ulta-wobble-to-bottom-right {
	16.65% {
		-webkit-transform: translate(8px, 8px);
		transform: translate(8px, 8px);
	}
	
	33.3% {
		-webkit-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
	
	49.95% {
		-webkit-transform: translate(4px, 4px);
		transform: translate(4px, 4px);
	}
	
	66.6% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}
	
	83.25% {
		-webkit-transform: translate(1px, 1px);
		transform: translate(1px, 1px);
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.ulta-wobble-to-bottom-right {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-wobble-to-bottom-right:active, .ulta-wobble-to-bottom-right:focus, .ulta-wobble-to-bottom-right:hover {
	-webkit-animation-name: ulta-wobble-to-bottom-right;
	animation-name: ulta-wobble-to-bottom-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes ulta-wobble-to-top-right {
	16.65% {
		-webkit-transform: translate(8px, -8px);
		transform: translate(8px, -8px);
	}
	
	33.3% {
		-webkit-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}
	
	49.95% {
		-webkit-transform: translate(4px, -4px);
		transform: translate(4px, -4px);
	}
	
	66.6% {
		-webkit-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}
	
	83.25% {
		-webkit-transform: translate(1px, -1px);
		transform: translate(1px, -1px);
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes ulta-wobble-to-top-right {
	16.65% {
		-webkit-transform: translate(8px, -8px);
		transform: translate(8px, -8px);
	}
	
	33.3% {
		-webkit-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}
	
	49.95% {
		-webkit-transform: translate(4px, -4px);
		transform: translate(4px, -4px);
	}
	
	66.6% {
		-webkit-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}
	
	83.25% {
		-webkit-transform: translate(1px, -1px);
		transform: translate(1px, -1px);
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.ulta-wobble-to-top-right {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-wobble-to-top-right:active, .ulta-wobble-to-top-right:focus, .ulta-wobble-to-top-right:hover {
	-webkit-animation-name: ulta-wobble-to-top-right;
	animation-name: ulta-wobble-to-top-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes ulta-wobble-top {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes ulta-wobble-top {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

.ulta-wobble-top {
	display: inline-block;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-wobble-top:active, .ulta-wobble-top:focus, .ulta-wobble-top:hover {
	-webkit-animation-name: ulta-wobble-top;
	animation-name: ulta-wobble-top;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes ulta-wobble-bottom {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes ulta-wobble-bottom {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

.ulta-wobble-bottom {
	display: inline-block;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-wobble-bottom:active, .ulta-wobble-bottom:focus, .ulta-wobble-bottom:hover {
	-webkit-animation-name: ulta-wobble-bottom;
	animation-name: ulta-wobble-bottom;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes ulta-wobble-skew {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes ulta-wobble-skew {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

.ulta-wobble-skew {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-wobble-skew:active, .ulta-wobble-skew:focus, .ulta-wobble-skew:hover {
	-webkit-animation-name: ulta-wobble-skew;
	animation-name: ulta-wobble-skew;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes ulta-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

@keyframes ulta-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

.ulta-buzz {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-buzz:active, .ulta-buzz:focus, .ulta-buzz:hover {
	-webkit-animation-name: ulta-buzz;
	animation-name: ulta-buzz;
	-webkit-animation-duration: .15s;
	animation-duration: .15s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes ulta-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes ulta-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

.ulta-buzz-out {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ulta-buzz-out:active, .ulta-buzz-out:focus, .ulta-buzz-out:hover {
	-webkit-animation-name: ulta-buzz-out;
	animation-name: ulta-buzz-out;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.ubtn-img-container .ubtn-data.ubtn-icon i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ubtn-img-container .ubtn-data.ubtn-icon {
	height: 100%;
	position: absolute;
}

.ubtn-hover {
	opacity: 0;
}

.ubtn-hover-active {
	opacity: 1;
}

.ubtn-img-container .ubtn-sep-icon-right .ubtn-data.ubtn-text {
	left: -10px;
}

.ubtn-img-container .ubtn-sep-icon-at-left .ubtn-data.ubtn-text {
	right: -15px;
}

.ubtn-img-container .ubtn-ctn-center {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.ubtn-img-container .ubtn-ctn-inline {
	position: absolute;
	width: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.ubtn-img-container .ubtn-ctn-left {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}

.ubtn-img-container .ubtn-ctn-right {
	position: absolute;
	right: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 Daniel Eden
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.wp-admin span#animate-me {
	display: inline-block;
	position: relative;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

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

@-webkit-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

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

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

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

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

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

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

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	30% {
		-webkit-transform: scaleX(1.25) scaleY(.75);
		transform: scaleX(1.25) scaleY(.75);
	}
	
	40% {
		-webkit-transform: scaleX(.75) scaleY(1.25);
		transform: scaleX(.75) scaleY(1.25);
	}
	
	60% {
		-webkit-transform: scaleX(1.15) scaleY(.85);
		transform: scaleX(1.15) scaleY(.85);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	30% {
		-webkit-transform: scaleX(1.25) scaleY(.75);
		-ms-transform: scaleX(1.25) scaleY(.75);
		transform: scaleX(1.25) scaleY(.75);
	}
	
	40% {
		-webkit-transform: scaleX(.75) scaleY(1.25);
		-ms-transform: scaleX(.75) scaleY(1.25);
		transform: scaleX(.75) scaleY(1.25);
	}
	
	60% {
		-webkit-transform: scaleX(1.15) scaleY(.85);
		-ms-transform: scaleX(1.15) scaleY(.85);
		transform: scaleX(1.15) scaleY(.85);
	}
	
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

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

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	10%, 20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	
	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	10%, 20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		-ms-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	
	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

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

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

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

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}
}

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

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

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

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

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

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

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

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

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

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

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

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

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

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

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

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

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

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

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

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

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

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

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

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

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

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

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

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

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

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

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

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

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateX(0);
		-ms-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0);
		-ms-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: translateX(0) skewX(-15deg);
		transform: translateX(0) skewX(-15deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: translateX(0) skewX(-15deg);
		-ms-transform: translateX(0) skewX(-15deg);
		transform: translateX(0) skewX(-15deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(0) skewX(0);
		-ms-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0) skewX(0);
		-ms-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

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

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

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

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

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

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

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

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes slideInDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes slideInRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes slideOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

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

@-webkit-keyframes slideOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

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

@-webkit-keyframes slideOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

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

@-webkit-keyframes slideInUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes slideOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes slideOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

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

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(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% {
		-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;
	}
	
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-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);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

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

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}
}

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

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

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

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
	}
}

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

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		-ms-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		-ms-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

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

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		-ms-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		-ms-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

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

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(2000px);
		transform: scale(.1) translateX(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(-48px);
		transform: scale(.475) translateX(-48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(2000px);
		-ms-transform: scale(.1) translateX(2000px);
		transform: scale(.1) translateX(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(-48px);
		-ms-transform: scale(.475) translateX(-48px);
		transform: scale(.475) translateX(-48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

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

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(2000px);
		transform: scale(.1) translateY(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(-60px);
		transform: scale(.475) translateY(-60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(2000px);
		-ms-transform: scale(.1) translateY(2000px);
		transform: scale(.1) translateY(2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(-60px);
		-ms-transform: scale(.475) translateY(-60px);
		transform: scale(.475) translateY(-60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

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

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}
	
	100% {
		opacity: 0;
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(-60px);
		transform: scale(.475) translateY(-60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(2000px);
		transform: scale(.1) translateY(2000px);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(-60px);
		-ms-transform: scale(.475) translateY(-60px);
		transform: scale(.475) translateY(-60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(2000px);
		-ms-transform: scale(.1) translateY(2000px);
		transform: scale(.1) translateY(2000px);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
	}
}

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

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(42px);
		transform: scale(.475) translateX(42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(42px);
		-ms-transform: scale(.475) translateX(42px);
		transform: scale(.475) translateX(42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		-ms-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
	}
}

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

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(-42px);
		transform: scale(.475) translateX(-42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(2000px);
		transform: scale(.1) translateX(2000px);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(-42px);
		-ms-transform: scale(.475) translateX(-42px);
		transform: scale(.475) translateX(-42px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(2000px);
		-ms-transform: scale(.1) translateX(2000px);
		transform: scale(.1) translateX(2000px);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
	}
}

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

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		-ms-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		-ms-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-transform-origin: center top;
		-ms-transform-origin: center top;
		transform-origin: center top;
	}
}

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

.InfiniteBounce, .InfiniteDangle, .InfiniteFlash, .InfiniteHorizontalFlip, .InfiniteHorizontalScaleFlip, .InfiniteHorizontalShake, .InfinitePulse, .InfiniteRotate, .InfiniteRotateCounter, .InfiniteRubberBand, .InfiniteSwing, .InfiniteTADA, .InfiniteVericalFlip, .InfiniteVericalShake, .InfiniteVerticalScaleFlip {
	-webkit-animation-iteration-count: infinite !important;
	animation-iteration-count: infinite !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@-webkit-keyframes InfiniteRotate {
	from {
		-webkit-transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(359deg);
	}
}

@keyframes InfiniteRotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.InfiniteRotate {
	-webkit-animation: InfiniteRotate;
	animation: InfiniteRotate;
}

@-webkit-keyframes InfiniteRotateCounter {
	from {
		-webkit-transform: rotate(359deg);
	}
	
	to {
		-webkit-transform: rotate(0);
	}
}

@keyframes InfiniteRotateCounter {
	from {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
	
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.InfiniteRotateCounter {
	-webkit-animation: InfiniteRotateCounter;
	animation: InfiniteRotateCounter;
}

@-webkit-keyframes InfiniteDangle {
	0%, 100% {
		-webkit-transform: rotate(-4deg);
	}
	
	50% {
		-webkit-transform: rotate(4deg);
	}
}

@keyframes InfiniteDangle {
	0%, 100% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	
	50% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
}

.InfiniteDangle {
	-webkit-animation: InfiniteDangle;
	animation: InfiniteDangle;
}

@-webkit-keyframes InfinitePulse {
	0%, 100% {
		-webkit-transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(.85);
	}
}

@keyframes InfinitePulse {
	0%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(.85);
		transform: scale(.85);
	}
}

.InfinitePulse {
	-webkit-animation: InfinitePulse;
	animation: InfinitePulse;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes InfiniteHorizontalShake {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes InfiniteHorizontalShake {
	0%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

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

@-webkit-keyframes InfiniteBounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes InfiniteBounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

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

@-webkit-keyframes InfiniteFlash {
	0%, 100%, 50% {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes InfiniteFlash {
	0%, 100%, 50% {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

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

@-webkit-keyframes InfiniteTADA {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	10%, 20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	
	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes InfiniteTADA {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	10%, 20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		-ms-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	
	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

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

@-webkit-keyframes InfiniteSwing {
	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);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes InfiniteSwing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}

.InfiniteSwing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: InfiniteSwing;
	animation-name: InfiniteSwing;
}

@-webkit-keyframes InfiniteVericalShake {
	0%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
}

@keyframes InfiniteVericalShake {
	0%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}
}

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

@-webkit-keyframes InfiniteRubberBand {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	30% {
		-webkit-transform: scaleX(1.25) scaleY(.75);
		transform: scaleX(1.25) scaleY(.75);
	}
	
	40% {
		-webkit-transform: scaleX(.75) scaleY(1.25);
		transform: scaleX(.75) scaleY(1.25);
	}
	
	60% {
		-webkit-transform: scaleX(1.15) scaleY(.85);
		transform: scaleX(1.15) scaleY(.85);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes InfiniteRubberBand {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	30% {
		-webkit-transform: scaleX(1.25) scaleY(.75);
		-ms-transform: scaleX(1.25) scaleY(.75);
		transform: scaleX(1.25) scaleY(.75);
	}
	
	40% {
		-webkit-transform: scaleX(.75) scaleY(1.25);
		-ms-transform: scaleX(.75) scaleY(1.25);
		transform: scaleX(.75) scaleY(1.25);
	}
	
	60% {
		-webkit-transform: scaleX(1.15) scaleY(.85);
		-ms-transform: scaleX(1.15) scaleY(.85);
		transform: scaleX(1.15) scaleY(.85);
	}
	
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

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

@-webkit-keyframes InfiniteHorizontalFlip {
	from {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(359deg);
		transform: perspective(400px) rotateY(359deg);
	}
}

@keyframes InfiniteHorizontalFlip {
	from {
		-webkit-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(359deg);
		-ms-transform: perspective(400px) rotateY(359deg);
		transform: perspective(400px) rotateY(359deg);
	}
}

.InfiniteHorizontalFlip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: InfiniteHorizontalFlip;
	animation-name: InfiniteHorizontalFlip;
}

@-webkit-keyframes InfiniteVericalFlip {
	from {
		-webkit-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateY(0);
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(359deg);
		transform: perspective(400px) rotateY(359deg);
	}
}

@keyframes InfiniteVericalFlip {
	from {
		-webkit-transform: perspective(400px) rotateX(0);
		-ms-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(359deg);
		-ms-transform: perspective(400px) rotateX(359deg);
		transform: perspective(400px) rotateX(359deg);
	}
}

.InfiniteVericalFlip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: InfiniteVericalFlip;
	animation-name: InfiniteVericalFlip;
}

@-webkit-keyframes InfiniteHorizontalScaleFlip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes InfiniteHorizontalScaleFlip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.InfiniteHorizontalScaleFlip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: InfiniteHorizontalScaleFlip;
	animation-name: InfiniteHorizontalScaleFlip;
}

@-webkit-keyframes InfiniteVerticalScaleFlip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
		transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes InfiniteVerticalScaleFlip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
		-ms-transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
		transform: perspective(400px) translateZ(0) rotateX(0) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.InfiniteVerticalScaleFlip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: InfiniteVerticalScaleFlip;
	animation-name: InfiniteVerticalScaleFlip;
}

.upb_row_bg, .upb_video-bg, .vcpb-fs-jquery {
	overflow: hidden;
}

.vc-row-translate-wrapper {
	margin: 0 !important;
}

.uvc-vc-full-width .upb_video-bg {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	left: 0 !important;
	margin-left: 0 !important;
}

.upb_bg_overlay, .upb_bg_overlay_pattern {
	color: inherit;
	position: absolute;
	width: 100%;
	height: 100% !important;
	left: 0;
	top: 0;
}

.upb_bg_overlay_pattern {
	background-attachment: fixed;
}

.ult-vc-seperator {
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	z-index: 1;
}

.ult-main-seperator-inner {
	position: relative;
	height: 100%;
	width: 100%;
}

.ult-vc-seperator.top_seperator {
	top: -1px;
	bottom: auto;
}

.ult-vc-seperator.bottom_seperator {
	top: auto;
	bottom: -1px;
}

.ult-vc-seperator svg {
	width: 100%;
	height: auto;
}

.uvc-svg-circle, .uvc-svg-triangle {
	position: absolute;
	top: -1px;
	bottom: auto;
	z-index: 1;
}

.bottom_seperator .uvc-svg-circle, .bottom_seperator .uvc-svg-triangle {
	top: auto;
	bottom: -1px;
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.uvc-x-large-triangle {
	position: absolute;
	top: -1px;
	bottom: auto;
	z-index: 1;
}

.bottom_seperator .uvc-x-large-triangle {
	top: auto;
	bottom: -1px;
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.bottom_seperator .uvc-x-large-triangle, .top_seperator .uvc-x-large-triangle-left {
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
}

.uvc-x-large-triangle-left, .uvc-x-large-triangle-right {
	position: absolute;
	top: -1px;
	bottom: auto;
	z-index: 1;
}

.bottom_seperator .uvc-x-large-triangle-left, .bottom_seperator .uvc-x-large-triangle-right, .uvc-x-large-circle {
	top: auto;
	bottom: -1px;
}

.top_seperator .uvc-x-large-triangle-left {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.top_seperator .uvc-x-large-triangle-right {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

.bottom_seperator .uvc-x-large-triangle-right {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.uvc-x-large-circle {
	position: absolute;
}

.top_seperator .uvc-x-large-circle {
	top: -1px;
	bottom: auto;
}

.bottom_seperator .uvc-x-large-circle {
	-ms-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.bottom_seperator .uvc-x-large-circle, .top_seperator .uvc-curve-up-seperator {
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
}

.uvc-curve-up-seperator {
	position: absolute;
	top: auto;
	bottom: -1px;
}

.top_seperator .uvc-curve-up-seperator {
	top: -1px;
	bottom: auto;
	-ms-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.uvc-curve-down-seperator {
	position: absolute;
	top: auto;
	bottom: -1px;
}

.bottom_seperator .uvc-curve-down-seperator {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.top_seperator .uvc-curve-down-seperator {
	top: -1px;
	bottom: auto;
	-webkit-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.uvc-tilt-left-seperator {
	position: absolute;
	top: auto;
	bottom: 1px;
}

.top_seperator .uvc-tilt-left-seperator {
	top: 1px;
	bottom: auto;
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

.uvc-tilt-right-seperator {
	position: absolute;
	top: auto;
	bottom: 1px;
}

.bottom_seperator .uvc-tilt-right-seperator {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.top_seperator .uvc-tilt-right-seperator {
	top: 1px;
	bottom: auto;
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

.ult-rounded-split-seperator-wrapper {
	z-index: 1;
}

.ult-rounded-split-seperator {
	position: relative;
	height: 100%;
}

.ult-rounded-split-seperator:after, .ult-rounded-split-seperator:before {
	left: 0;
	z-index: 10;
	width: 50%;
	height: 70px;
	background: inherit inherit/inherit inherit inherit inherit;
	content: "";
	position: absolute;
}

.ult-vc-seperator.top_seperator svg.uvc-multi-triangle-svg {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

.vcpb-vz-jquery, .vertical_layer_parallax {
	background-position: 50% 0;
}

.upb_video-bg, .vcpb-default, .vcpb-fix, .vcpb-hz-jquery, .vcpb-vz-jquery, .vertical_layer_parallax {
	background-repeat: no-repeat;
}

.upb_video-bg, .vcpb-default, .vcpb-fix {
	-webkit-background-size: cover;
	background-size: cover;
}

.top_seperator.ult-rounded-split-seperator-wrapper {
	top: 0;
	bottom: auto;
}

.uvc-wave-seperator {
	position: absolute;
	top: auto;
	bottom: -1px;
}

.top_seperator .uvc-wave-seperator {
	top: -1px;
	bottom: auto;
	-ms-transform: scale(-1);
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

.top_seperator .uvc-cloud-seperator, .top_seperator .uvc-wave-seperator {
	-moz-transform: scale(-1);
	-webkit-transform: scale(-1);
	-o-transform: scale(-1);
}

.uvc-cloud-seperator {
	position: absolute;
	top: auto;
	bottom: -1px;
}

.top_seperator .uvc-cloud-seperator {
	top: -1px;
	bottom: auto;
	-ms-transform: scale(-1);
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

.separator-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}

.vc-row-translate>.vc-row-translate-wrapper {
	overflow: hidden;
	width: 100% !important;
	margin: initial !important;
}

.upb_video_class, .wpb_column, .wpb_row {
	position: relative;
}

.upb_row_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.upb-background-text-wrapper, .upb_video-text, .upb_video-text-wrapper {
	position: relative;
}

.upb_bg_img {
	display: none !important;
}

.vcpb-default {
	background-attachment: initial;
}

.vcpb-fix, .vcpb-vz-jquery, .vertical_layer_parallax {
	background-attachment: fixed;
}

.vertical_layer_parallax {
	-webkit-background-size: cover;
	background-size: cover;
}

.vcpb-hz-jquery {
	background-position: 0 50%;
}

.upb_video-wrapper {
	display: block;
	max-width: 100%;
	height: 100%;
}

.upb_video-text {
	z-index: 9;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.full-browser-size .upb-background-text, .video-browser-size .upb_video-text {
	margin: initial !important;
	position: absolute;
	bottom: auto;
	top: 50%;
	right: 0;
	left: 0;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.upb_video-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-position: 50% 50%;
	margin: 0 auto;
}

.upb_video-src {
	max-width: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	min-width: 100%;
	min-height: 100%;
}

.upb_video-src.ult-make-full-height {
	height: 100%;
	width: auto !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	top: 0;
}

.upb_utube_iframe, .upb_vimeo_iframe {
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	position: absolute;
}

.upb_video-bg .mbYTP_wrapper iframe {
	max-width: none !important;
	max-height: none !important;
}

.uvc-row.uvc-video-fixer .mbYTP_wrapper iframe {
	margin-left: 0 !important;
	margin-top: -50px !important;
}

.video-controls {
	position: absolute;
	bottom: 10%;
	right: 5%;
	cursor: pointer;
	width: auto !important;
	min-width: 15px !important;
	height: auto !important;
	z-index: 99;
}

.video-controls i {
	font-size: 40px;
}

body.rtl .upb_row_bg {
	right: auto;
}

.uvc-multi-color-bg {
	-webkit-animation: MultiColorVC 10s alternate infinite;
	animation: MultiColorVC 10s alternate infinite;
	z-index: 9998;
	opacity: .6;
	background-color: #e14949;
}

@-webkit-keyframes MultiColorVC {
	0% {
		background-color: #e14949;
	}
	
	25% {
		background-color: #3de02c;
	}
	
	50% {
		background-color: #2c8de0;
	}
	
	100% {
		background-color: #e02cbc;
	}
}

@keyframes MultiColorVC {
	0% {
		background-color: #e14949;
	}
	
	25% {
		background-color: #3de02c;
	}
	
	50% {
		background-color: #2c8de0;
	}
	
	100% {
		background-color: #e02cbc;
	}
}

@media (max-width:479px) {
	.uvc_hidden-xs {
		display: none !important;
	}
}

@media (min-width:480px)and (max-width:767px) {
	.uvc_hidden-xsl {
		display: none !important;
	}
}

@media (min-width:768px)and (max-width:991px) {
	.uvc_hidden-sm {
		display: none !important;
	}
}

@media (min-width:992px)and (max-width:1199px) {
	.uvc_hidden-md {
		display: none !important;
	}
}

@media (min-width:1200px)and (max-width:1823px) {
	.uvc_hidden-ml {
		display: none !important;
	}
}

@media (min-width:1824px) {
	.uvc_hidden-lg {
		display: none !important;
	}
}

.mpcth-vc-row-wrap, .toranj-vc-row-wrapper, .x-content-band {
	position: relative;
}

.js_active .site-inner {
	overflow: visible;
}

.vc_row-flex .upb-background-text-wrapper.full-browser-size, .vc_row-flex .upb_video-text-wrapper.full-browser-size {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	width: 100%;
}

.vc_row-flex .upb-background-text, .vc_row-flex .upb_video-text, .vc_row-flex .vc-row-translate-wrapper, .vc_row-o-content-bottom .upb-background-text, .vc_row-o-content-bottom .upb_video-text, .vc_row-o-content-bottom .vc-row-translate-wrapper, .vc_row-o-content-middle .upb-background-text, .vc_row-o-content-middle .upb_video-text, .vc_row-o-content-middle .vc-row-translate-wrapper, .vc_row-o-content-top .upb-background-text, .vc_row-o-content-top .upb_video-text, .vc_row-o-content-top .vc-row-translate-wrapper, .vc_row-o-equal-height .upb-background-text, .vc_row-o-equal-height .upb_video-text, .vc_row-o-equal-height .vc-row-translate-wrapper {
	margin: 0 auto !important;
}

.vc_row-o-content-top.full-browser-size .upb-background-text, .vc_row-o-content-top.video-browser-size .upb_video-text {
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.vc_row-o-content-bottom.full-browser-size .upb-background-text, .vc_row-o-content-bottom.video-browser-size .upb_video-text {
	top: auto;
	bottom: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-content-box-container, .ult-content-box-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-content-box-container .ult-content-box-anchor, .ult-content-box-container .ult-content-box-anchor:active, .ult-content-box-container .ult-content-box-anchor:focus, .ult-content-box-container .ult-content-box-anchor:hover, .ult-content-box-container .ult-content-box-anchor:visited {
	text-decoration: none;
	line-height: inherit;
	outline: 0;
}

.ult-content-box:after {
	content: "";
	display: block;
	clear: both;
}

.ult_countdown, .wpb_row .wpb_column .wpb_wrapper .ult_countdown {
	width: 100%;
	height: auto;
	display: block;
	line-height: 1;
	margin-bottom: 35px;
	float: left;
	text-align: center;
}

.ult_countdown .ult_countdown-row {
	display: block;
	margin: 0 auto;
}

.ult_countdown .ult_countdown-section {
	display: inline-block;
	margin-bottom: 15px;
}

.ult_countdown .ult_countdown-section .ult_countdown-amount {
	font-size: 36px;
	border: 1px solid transparent;
	min-width: 1.15em;
	max-width: 100%;
	min-height: 1.15em;
	line-height: 1.15em;
	padding: 0;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.ult_countdown .ult_countdown-section .ult_countdown-period {
	padding: 0 4px;
	font-size: 13px;
}

.ult_countdown.ult-cd-no-border .ult_countdown-section .ult_countdown-amount {
	min-width: 1em;
	max-width: 100%;
	min-height: 1em;
	line-height: 1em;
}

.ult_countdown.ult-cd-s1 .ult_countdown-section {
	padding: 0 7px;
}

.ult_countdown.ult-cd-s1 .ult_countdown-section .ult_countdown-amount {
	display: inline-block;
}

.ult_countdown.ult-cd-s2 .ult_countdown-section {
	padding: 0 15px;
}

.ult_countdown.ult-cd-s2 .ult_countdown-section .ult_countdown-amount {
	display: block;
}

.ult_countdown.ult-cd-s2 .ult_countdown-section .ult_countdown-period {
	margin-top: 7px;
	width: 100%;
	display: block;
}

.ult_main_cl {
	margin: 0 auto;
	text-align: center;
	display: block;
}

p .ult_main_cl {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

.ult_btn10_span {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.ult_crlink a {
	position: relative;
	display: inline-block;
	outline: 0;
	color: #000;
	text-decoration: none;
	text-transform: none;
	letter-spacing: inherit;
	font-weight: inherit;
	font-size: inherit;
	max-width: 100%;
}

.ult_crlink a:focus, .ult_crlink a:hover {
	outline: 0;
}

.ult_cl_link_1 a {
	margin: 0;
}

.ult_cl_link_1 a:after, .ult_cl_link_1 a:before {
	display: inline-block;
	opacity: 0;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	-webkit-transition: -webkit-transform .3s, opacity .2s;
	-webkit-transition: opacity .2s, -webkit-transform .3s;
	transition: opacity .2s, -webkit-transform .3s;
	transition: transform .3s, opacity .2s;
	transition: transform .3s, opacity .2s, -webkit-transform .3s;
	color: inherit;
	padding: 0 3px;
}

.ult_cl_link_1 .ult_btn10_span {
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.ult_cl_link_1 a:before {
	content: "[";
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.ult_cl_link_1 a:after {
	content: "]";
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}

.ult_cl_link_1 a:focus:after, .ult_cl_link_1 a:focus:before, .ult_cl_link_1 a:hover::before, .ult_cl_link_1 a:hover:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult_cl_link_2 a {
	line-height: inherit;
	-webkit-perspective: 5000px;
	perspective: 5000px;
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}

.ult_cl_link_2 a span {
	position: relative;
	display: inline-block;
	background: inherit;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ult_cl_link_2 a span:before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	padding: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: inherit;
}

.ult_cl_link_2 .ult_btn10_span {
	max-width: 100%;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.ult_cl_link_2 a:focus span, .ult_cl_link_2 a:hover span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.ult_cl_link_2 a:focus span:before, .ult_cl_link_2 a:hover span:before {
	background: inherit;
}

.ult_cl_link_3 a {
	font-size: inherit;
}

.ult_cl_link_3 a .ult_link_btm3 {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: inherit;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.ult_cl_link_3 a:hover .ult_link_btm3 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult_cl_link_3 .ult_btn10_span {
	-webkit-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

.ult_cl_link_4 a {
	font-size: inherit;
}

.ult_cl_link_4 a .ult_link_btm4 {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: inherit;
	content: "";
	opacity: 0;
	-webkit-transition: height .5s, opacity .5s, -webkit-transform .5s;
	transition: height .5s, opacity .5s, -webkit-transform .5s;
	transition: height .5s, opacity .5s, transform .5s;
	transition: height .5s, opacity .5s, transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.ult_cl_link_4 a:hover .ult_link_btm4 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult_cl_link_4 .ult_btn10_span {
	-webkit-transition: height .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out, all ease-in-out .5s;
	-webkit-transition: height .5s, opacity .5s ease-out, all ease-in-out .5s, -webkit-transform .5s ease-out;
	transition: height .5s, opacity .5s ease-out, all ease-in-out .5s, -webkit-transform .5s ease-out;
	transition: height .5s, opacity .5s ease-out, transform .5s ease-out, all ease-in-out .5s;
	transition: height .5s, opacity .5s ease-out, transform .5s ease-out, all ease-in-out .5s, -webkit-transform .5s ease-out;
}

.ult_cl_link_5 a {
	color: #566473;
	text-shadow: none;
	font-weight: inherit;
	height: 100%;
	line-height: 1em;
	font-size: inherit;
}

.ult_cl_link_5 a .ult_link_btm, .ult_cl_link_5 a .ult_link_top {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: inherit;
	content: "";
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: scale(.85);
	-ms-transform: scale(.85);
	transform: scale(.85);
}

.ult_cl_link_5 a .ult_link_btm {
	opacity: 0;
	-webkit-transition: top .3s, opacity .3s, -webkit-transform .3s;
	transition: top .3s, opacity .3s, -webkit-transform .3s;
	transition: top .3s, opacity .3s, transform .3s;
	transition: top .3s, opacity .3s, transform .3s, -webkit-transform .3s;
}

.ult_cl_link_5 a:focus .ult_link_btm, .ult_cl_link_5 a:focus .ult_link_top, .ult_cl_link_5 a:hover .ult_link_btm, .ult_cl_link_5 a:hover .ult_link_top {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult_cl_link_5 a:focus .ult_link_btm, .ult_cl_link_5 a:hover .ult_link_btm {
	top: 0;
	opacity: 1;
}

.ult_cl_link_5 .ult_btn10_span {
	-webkit-transition: -webkit-transform .3s ease-out, all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s, -webkit-transform .3s ease-out;
	transition: all ease-in-out .3s, -webkit-transform .3s ease-out;
	transition: transform .3s ease-out, all ease-in-out .3s;
	transition: transform .3s ease-out, all ease-in-out .3s, -webkit-transform .3s ease-out;
}

.ult_cl_link_6 a {
	-webkit-transition: color .3s;
	transition: color .3s;
	line-height: .75em;
	vertical-align: middle;
}

.ult_cl_link_6 a .ult_btn6_link_top {
	display: block;
	position: relative;
	top: 100%;
	left: 50%;
	color: transparent;
	content: "•";
	text-shadow: 0 0 transparent;
	font-size: .6em;
	font-weight: inherit;
	-webkit-transition: text-shadow .3s, color .3s;
	transition: text-shadow .3s, color .3s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.ult_cl_link_6 a:focus .ult_btn6_link_top, .ult_cl_link_6 a:hover .ult_btn6_link_top {
	color: inherit;
}

.ult_cl_link_6 a:focus, .ult_cl_link_6 a:hover {
	color: #ba7700;
}

.ult_cl_link_6 .ult_btn10_span {
	line-height: 2em;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.ult_cl_link_7 a {
	padding: 0 20px;
	height: inherit;
	line-height: 1em;
}

.ult_cl_link_7 a .ult_link_btm, .ult_cl_link_7 a .ult_link_top {
	position: absolute;
	width: 45px;
	height: 2px;
	background: #fff;
	content: "";
	opacity: .2;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}

.ult_cl_link_7 .ult_btn10_span {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ult_cl_link_7 a .btn7_link_top {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.ult_cl_link_7 a .btn7_link_btm {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.ult_cl_link_7 a:focus .btn7_link_btm, .ult_cl_link_7 a:focus .btn7_link_top, .ult_cl_link_7 a:hover .btn7_link_btm, .ult_cl_link_7 a:hover .btn7_link_top {
	opacity: 1;
}

.ult_cl_link_7 a:focus .btn7_link_top, .ult_cl_link_7 a:hover .btn7_link_top {
	left: 50%;
	-webkit-transform: rotate(0) translateX(-50%);
	-ms-transform: rotate(0) translateX(-50%);
	transform: rotate(0) translateX(-50%);
}

.ult_cl_link_7 a:focus .btn7_link_btm, .ult_cl_link_7 a:hover .btn7_link_btm {
	right: 50%;
	-webkit-transform: rotate(0) translateX(50%);
	-ms-transform: rotate(0) translateX(50%);
	transform: rotate(0) translateX(50%);
}

.ult_cl_link_8 a .ulmt_btn8_link_btm, .ult_cl_link_8 a .ult_btn8_link_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.ult_cl_link_8 .ult_btn10_span {
	-webkit-transition: -webkit-transform .3s ease-out, all ease .3s;
	-webkit-transition: all ease .3s, -webkit-transform .3s ease-out;
	transition: all ease .3s, -webkit-transform .3s ease-out;
	transition: transform .3s ease-out, all ease .3s;
	transition: transform .3s ease-out, all ease .3s, -webkit-transform .3s ease-out;
}

.ult_cl_link_8 a .ulmt_btn8_link_btm {
	opacity: 0;
	-webkit-transform: translateY(-7px) translateX(6px);
	-ms-transform: translateY(-7px) translateX(6px);
	transform: translateY(-7px) translateX(6px);
}

.ult_cl_link_8 a:focus .ult_btn8_link_top, .ult_cl_link_8 a:hover .ult_btn8_link_top {
	opacity: 0;
	-webkit-transform: translateY(5px) translateX(-5px);
	-ms-transform: translateY(5px) translateX(-5px);
	transform: translateY(5px) translateX(-5px);
}

.ult_cl_link_8 a:focus .ulmt_btn8_link_btm, .ult_cl_link_8 a:hover .ulmt_btn8_link_btm {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.ult_cl_link_9 {
	position: relative;
	z-index: 1;
	padding: .5em;
}

.ult_cl_link_9 a {
	line-height: 1.5em;
	color: #b4770d;
	font-weight: 700;
	-webkit-transition: -webkit-transform .5s, opacity .5s, color .5s;
	-webkit-transition: opacity .5s, color .5s, -webkit-transform .5s;
	transition: opacity .5s, color .5s, -webkit-transform .5s;
	transition: transform .5s, opacity .5s, color .5s;
	transition: transform .5s, opacity .5s, color .5s, -webkit-transform .5s;
}

.ult_cl_link_9 span.ult_btn10_span {
	z-index: 2;
	-webkit-transition: -webkit-transform .5s, opacity .5s, color .5s;
	-webkit-transition: opacity .5s, color .5s, -webkit-transform .5s;
	transition: opacity .5s, color .5s, -webkit-transform .5s;
	transition: transform .5s, opacity .5s, color .5s;
	transition: transform .5s, opacity .5s, color .5s, -webkit-transform .5s;
}

.ult_cl_link_9 a span.ult_btn9_link_btm, .ult_cl_link_9 a span.ult_btn9_link_top {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: -1;
	border: inherit;
	content: "";
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.ult_cl_link_9 a:focus, .ult_cl_link_9 a:hover {
	color: #fff;
}

.ult_cl_link_9 a:focus span.ult_btn9_link_top, .ult_cl_link_9 a:hover span.ult_btn9_link_btm, .ult_cl_link_9 a:hover span.ult_btn9_link_top {
	opacity: .65;
}

.ult_cl_link_9 a:focus span.ult_btn9_link_top, .ult_cl_link_9 a:hover span.ult_btn9_link_top {
	top: 50%;
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}

.ult_cl_link_9 a:focus span.ult_btn9_link_btm, .ult_cl_link_9 a:hover span.ult_btn9_link_btm {
	top: 50%;
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
	-webkit-transform: rotate(-45deg) !important;
	-ms-transform: rotate(-45deg) !important;
	transform: rotate(-45deg) !important;
}

.ult_cl_link_10 a {
	line-height: 1.75em;
	-webkit-perspective: 800px;
	perspective: 800px;
}

.ult_cl_link_10 a span.ult_btn10_span {
	position: relative;
	display: inline-block;
	background: #587285;
	border-top: inherit;
	max-width: 100%;
	-webkit-transition: background .6s;
	transition: background .6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.ult_cl_link_10 a span.ult_btn10_link_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #d3d3d3;
	color: #2f4351;
	-webkit-transform: rotateX(270deg);
	transform: rotateX(270deg);
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
}

.style10-span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.ult_cl_link_10 a:focus span.ult_btn10_link_top, .ult_cl_link_10 a:hover span.ult_btn10_link_top {
	-webkit-transform: rotateX(2deg);
	transform: rotateX(2deg);
}

.ult_cl_link_11 {
	position: relative;
	z-index: 1;
}

.ult_cl_link_11 a {
	overflow: hidden;
	vertical-align: middle;
}

.ult_cl_link_11 a span, .ult_cl_link_11 a span.ult_btn10_span {
	display: block;
	background: #fff;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.ult_cl_link_11 a .ult_btn11_link_top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #0f7c67;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-ms-transform: translateX(-25%);
	transform: translateX(-25%);
	-webkit-transform: translateX(-25%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult_cl_link_11 a:focus span.ult_btn10_span, .ult_cl_link_11 a:hover span.ult_btn10_span {
	-webkit-transition: -webkit-transform .3s;
	-webkit-transition: transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
}

.ult_cl_link_11 a:focus .ult_btn11_link_top, .ult_cl_link_11 a:hover .ult_btn11_link_top {
	-webkit-transition: -webkit-transform .3s;
	-webkit-transition: transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
}

.ult_cl_link_1 span.ult_btn10_span {
	vertical-align: middle;
}

a.ult_colorlink {
	border-bottom: 0 solid #333;
}

.ult-dual-color-responsive-desktop .ult-dual-color-heading {
	display: block;
	text-align: center;
}

.ult-dual-color-responsive-desktop .ult-before-heading {
	display: block;
	margin-right: 0;
}

.ult-dual-color-responsive-desktop .ult-adv-heading {
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}

.ult-dual-color-responsive-desktop .ult-after-heading {
	display: block;
	margin-left: 0;
}

@media only screen and (max-width:992px) {
	.ult-dual-color-responsive-tablet .ult-dual-color-heading {
		display: block;
		text-align: center;
	}
	
	.ult-dual-color-responsive-tablet .ult-before-heading {
		display: block;
		margin-right: 0;
	}
	
	.ult-dual-color-responsive-tablet .ult-adv-heading {
		display: block;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	
	.ult-dual-color-responsive-desktop .ult-after-heading {
		display: block;
		margin-left: 0;
	}
}

@media only screen and (max-width:767px) {
	.ult-dual-color-responsive-mobile .ult-dual-color-heading {
		display: block;
		text-align: center;
	}
	
	.ult-dual-color-responsive-mobile .ult-before-heading {
		display: block;
		margin-right: 0;
	}
	
	.ult-dual-color-responsive-mobile .ult-adv-heading {
		display: block;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	
	.ult-dual-color-responsive-desktop .ult-after-heading {
		display: block;
		margin-left: 0;
	}
}

.ult_dual_button {
	position: relative;
}

a.ult_ivan_button {
	text-decoration: none;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	-ms-box-sizing: initial;
	box-sizing: initial;
}

.ult_dual_button.to-left {
	text-align: left;
}

.ult_dual_button.to-right {
	text-align: right;
}

.ult_dual_button.to-center {
	text-align: center;
	width: 100%;
}

.ult_dual_button .ulitmate_dual_buttons .ult_dualbutton-wrapper {
	float: left;
	position: relative;
}

.ult_dual_button.large-borders .ulitmate_dual_buttons .ult_dualbutton-wrapper:first-child .ult_ivan_button {
	border-width: 4px 1px 4px 4px;
}

.ult_dual_button.large-borders .ulitmate_dual_buttons .ult_dualbutton-wrapper:last-child .ult_ivan_button {
	border-width: 4px 4px 4px 1px;
}

.ult_dual_button.auto-borders .ulitmate_dual_buttons .ult_dualbutton-wrapper:first-child .ult_ivan_button {
	border-right-width: 1px;
}

.ult_dual_button.auto-borders .ulitmate_dual_buttons .ult_dualbutton-wrapper:last-child .ult_ivan_button {
	border-left-width: 1px;
}

.ult_dual_button.thin-borders .ulitmate_dual_buttons .ult_dualbutton-wrapper:first-child .ult_ivan_button {
	border-width: 1px;
}

.ult_dual_button.thin-borders .ulitmate_dual_buttons .ult_dualbutton-wrapper:last-child .ult_ivan_button {
	border-width: 1px 1px 1px 0;
}

.ult_dual_button.thin-borders .middle-text {
	border-width: 1px;
	line-height: 23px;
}

.ult_dual_button.no-borders .middle-text, .ult_dual_button.no-borders .ulitmate_dual_buttons .ult_dualbutton-wrapper:first-child .ult_ivan_button, .ult_dual_button.no-borders .ulitmate_dual_buttons .ult_dualbutton-wrapper:last-child .ult_ivan_button {
	border-width: 0;
}

.ult_dual_button .middle-text {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	height: 26px;
	width: 26px;
	line-height: 1;
	text-align: center;
	background: #fff;
	color: #7f7f7f;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 11px;
	border: 2px solid #e7e7e7;
	font-weight: 400;
	z-index: 12;
	-webkit-transition: border-color ease .5s, background ease .5s, color ease .5s;
	transition: border-color ease .5s, background ease .5s, color ease .5s;
}

.ult_dual_button .middle-text .middle-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: .8em;
}

.ult_dual_button .gray-bg .middle-text {
	border-color: #ddd;
	color: #bbb;
}

.ult_dual_button .dark-bg .middle-text {
	border-color: #20262c;
	background: #20262c;
	color: #fff;
}

.ult_dual_button .light-bg .middle-text {
	border-color: #fff;
	color: #444;
}

.ult_dual_button .primary-bg .middle-text {
	border-color: rgba(0, 0, 0, .2);
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
}

.ivan-button-align.to-left {
	text-align: left;
}

.ivan-button-align.to-right {
	text-align: right;
}

.ivan-button-align.to-center {
	text-align: center;
}

.ult_dualbutton-wrapper {
	display: inline-block;
}

.ult_dualbutton-wrapper.btn-block, .ult_dualbutton-wrapper.btn-block .ult_ivan_button {
	display: block;
}

.ult_dualbutton-wrapper.btn-block .ult_ivan_button.btn-desc {
	text-align: left;
}

.ult_ivan_button {
	display: block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	position: relative;
	-webkit-transition: border-color ease .5s, background ease .5s, color ease .5s;
	transition: border-color ease .5s, background ease .5s, color ease .5s;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	color: #7f7f7f;
	border: 2px solid #e7e7e7;
	background-color: #fff;
	padding: .5em 0;
}

.ult_ivan_button hr {
	background-color: #e7e7e7;
	border: none;
	-webkit-transition: background ease 150ms;
	transition: background ease 150ms;
}

.ult_ivan_button:hover {
	color: #fff;
}

.ult_ivan_button:hover hr {
	background-color: #fff;
	border: none;
}

.ult_ivan_button.outline {
	border-width: 2px;
	background-color: transparent;
}

.ult_ivan_button.outline:hover {
	border-color: #2ac56c;
	color: #2ac56c;
}

.ult_ivan_button.outline:hover hr {
	background-color: #2ac56c;
}

.ult_ivan_button.no-border {
	border-width: 0;
	background-color: #f7f7f7;
}

.ult_ivan_button.no-border:hover {
	background-color: #2ac56c;
	border-color: #2ac56c;
}

.ult_ivan_button.square {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ult_ivan_button.round {
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.ult_ivan_button.round-square {
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.ult_ivan_button.circular {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	padding: 0;
	width: 53px;
	height: 53px;
}

.ult_ivan_button.circular .center-holder {
	display: table;
	width: 100%;
	height: 100%;
}

.ult_ivan_button.circular .center-inner {
	display: table-cell;
	vertical-align: middle;
}

.ult_ivan_button.circular .icon-simple {
	display: block;
	padding: 0 0 5px;
	width: auto;
}

.ult_ivan_button.circular .text-btn {
	padding: 0;
	display: block;
}

.ult_ivan_button.circular.only-icon {
	padding: 0;
}

.ult_ivan_button.circular.only-icon .icon-simple {
	padding: 0;
	font-size: 25px;
}

.ult_ivan_button .text-btn {
	display: inline-block;
	vertical-align: middle;
	padding: 0 22px;
}

.ult_ivan_button .icon-simple {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px 0 22px;
	font-size: 16px;
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.ult_ivan_button .icon-simple.icon-text {
	width: auto;
}

.ult_ivan_button.icon-before .icon-simple {
	padding: 0 10px;
}

.ult_ivan_button.icon-before .text-btn {
	padding-left: 0;
}

.ult_ivan_button.icon-after .icon-simple {
	padding: 0 10px;
}

.ult_ivan_button.icon-after .text-btn {
	padding-right: 0;
}

.ult_ivan_button.icon-cover.with-icon {
	padding: 0;
}

.ult_ivan_button.icon-cover.with-icon .icon-simple {
	display: inline-block;
	vertical-align: middle;
	padding: 13px;
	background-color: rgba(0, 0, 0, .2);
}

.ult_ivan_button.icon-cover.with-icon.icon-before .text-btn {
	padding-left: 13px;
}

.ult_ivan_button.icon-cover.with-icon.icon-after .text-btn {
	padding-right: 13px;
}

.ult_ivan_button.text-separator.with-icon.icon-before .text-btn {
	border-left: 1px solid rgba(255, 255, 255, .25);
	padding-left: 10px;
}

.ult_ivan_button.text-separator.with-icon.icon-after .text-btn {
	border-right: 1px solid rgba(255, 255, 255, .25);
	padding-right: 10px;
}

.ult_ivan_button.glow-icon .icon-simple i {
	text-shadow: rgba(255, 255, 255, .4) 0 0 20px;
}

.ult_ivan_button.button-zoom {
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult_ivan_button.button-zoom:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.ult_ivan_button.only-icon .icon-simple {
	padding-left: 16px;
	padding-right: 16px;
	line-height: 1;
}

.ult_ivan_button.btn-desc .text-btn-inner {
	display: block;
	vertical-align: middle;
	font-size: 13px;
}

.ult_ivan_button.btn-desc .text-desc {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 400;
}

.ult_ivan_button.btn-desc.with-icon .text-btn {
	text-align: left;
}

.ult_ivan_button.large {
	font-size: 18px;
	padding: 16px 0;
}

.ult_ivan_button.large.circular {
	width: 67px;
	height: 67px;
}

.ult_ivan_button.large.circular.only-icon .icon-simple {
	font-size: 28px;
}

.ult_ivan_button.large .text-btn {
	padding: 0 24px;
}

.ult_ivan_button.large .icon-simple {
	padding: 0 12px 0 24px;
	font-size: 22px;
}

.ult_ivan_button.large.icon-before .icon-simple {
	padding: 0 12px 0 19px;
}

.ult_ivan_button.large.icon-before .text-btn {
	padding-left: 0;
}

.ult_ivan_button.large.icon-after .icon-simple {
	padding: 0 19px 0 12px;
}

.ult_ivan_button.large.icon-after .text-btn {
	padding-right: 0;
}

.ult_ivan_button.large.icon-cover.with-icon .icon-simple {
	padding: 16px 17px;
}

.ult_ivan_button.large.icon-cover.with-icon.icon-before .text-btn {
	padding-left: 17px;
}

.ult_ivan_button.large.icon-cover.with-icon.icon-after .text-btn {
	padding-right: 17px;
}

.ult_ivan_button.large.text-separator.with-icon.icon-before .text-btn {
	padding-left: 12px;
}

.ult_ivan_button.large.text-separator.with-icon.icon-after .text-btn {
	padding-right: 12px;
}

.ult_ivan_button.large.only-icon .icon-simple {
	padding-left: 20px;
	padding-right: 20px;
}

.ult_ivan_button.large.btn-desc .text-btn-inner, .ult_ivan_button.large.btn-desc .text-desc {
	font-size: 13px;
}

.ult_ivan_button.x-large {
	font-size: 20px;
	padding: 22px 0;
}

.ult_ivan_button.x-large.circular {
	width: 85px;
	height: 85px;
}

.ult_ivan_button.x-large.circular.only-icon .icon-simple {
	font-size: 34px;
}

.ult_ivan_button.x-large .text-btn {
	padding: 0 36px;
}

.ult_ivan_button.x-large .icon-simple {
	padding: 0 18px 0 36px;
	font-size: 26px;
}

.ult_ivan_button.x-large.icon-before .icon-simple {
	padding: 0 18px 0 27px;
}

.ult_ivan_button.x-large.icon-before .text-btn {
	padding-left: 0;
}

.ult_ivan_button.x-large.icon-after .icon-simple {
	padding: 0 27px 0 18px;
}

.ult_ivan_button.x-large.icon-after .text-btn {
	padding-right: 0;
}

.ult_ivan_button.x-large.icon-cover.with-icon .icon-simple {
	padding: 22px 25px;
}

.ult_ivan_button.x-large.icon-cover.with-icon.icon-before .text-btn {
	padding-left: 25px;
}

.ult_ivan_button.x-large.icon-cover.with-icon.icon-after .text-btn {
	padding-right: 25px;
}

.ult_ivan_button.x-large.text-separator.with-icon.icon-before .text-btn {
	padding-left: 18px;
}

.ult_ivan_button.x-large.text-separator.with-icon.icon-after .text-btn {
	padding-right: 18px;
}

.ult_ivan_button.x-large.only-icon .icon-simple {
	padding-left: 30px;
	padding-right: 30px;
}

.ult_ivan_button.x-large.btn-desc .text-btn-inner {
	font-size: 14px;
}

.ult_ivan_button.x-large.btn-desc .text-desc {
	font-size: 13px;
}

.ult_ivan_button.compact {
	font-size: 14px;
	padding: 5px 0;
}

.ult_ivan_button.compact.circular {
	width: 36px;
	height: 36px;
}

.ult_ivan_button.compact.circular.only-icon .icon-simple {
	font-size: 14px;
}

.ult_ivan_button.compact .text-btn {
	padding: 0 10px;
}

.ult_ivan_button.compact .icon-simple {
	padding: 0 10px;
	font-size: 16px;
}

.ult_ivan_button.compact.icon-before .icon-simple {
	padding: 0 10px;
}

.ult_ivan_button.compact.icon-before .text-btn {
	padding-left: 0;
}

.ult_ivan_button.compact.icon-after .icon-simple {
	padding: 0 10px;
}

.ult_ivan_button.compact.icon-after .text-btn {
	padding-right: 0;
}

.ult_ivan_button.compact.icon-cover.with-icon .icon-simple {
	padding: 5px 10px;
}

.ult_ivan_button.compact.icon-cover.with-icon.icon-before .text-btn {
	padding-left: 10px;
}

.ult_ivan_button.compact.icon-cover.with-icon.icon-after .text-btn {
	padding-right: 10px;
}

.ult_ivan_button.compact.text-separator.with-icon.icon-before .text-btn {
	padding-left: 10px;
}

.ult_ivan_button.compact.text-separator.with-icon.icon-after .text-btn {
	padding-right: 10px;
}

.ult_ivan_button.compact.only-icon .icon-simple {
	padding-left: 7px;
	padding-right: 7px;
}

.ult_ivan_button.compact.btn-desc .text-btn-inner {
	font-size: 11px;
	line-height: 1;
}

.ult_ivan_button.compact.btn-desc .text-desc {
	font-size: 10px;
	line-height: 1;
}

.ult_ivan_button.circular-mega.circular {
	width: 160px;
	height: 160px;
}

.ult_ivan_button.circular-mega.circular.only-icon .icon-simple {
	font-size: 34px;
}

.ult_ivan_button.circular-mega.circular .text-btn {
	padding: 0 10px;
}

.ult_ivan_button.circular-mega.circular hr {
	height: 2px;
	width: 20%;
	margin: 10px auto;
}

.ult_ivan_button.circular-mega.circular hr:last-child {
	margin-bottom: 0;
}

.ult_ivan_button.gray-bg {
	background-color: #fff;
	border-color: #ddd;
	color: #ccc;
}

.ulitmate_dual_buttons {
	display: inline-block;
}

.ult-dual-btn3 .ult_dual1 {
	display: block;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-transition: all ease .8s;
	transition: all ease .8s;
}

.ult-dual-btn3 .ult_dual2 {
	display: block;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	-webkit-border-bottom-right-radius: inherit;
	border-bottom-right-radius: inherit;
	-webkit-transition: all ease .8s;
	transition: all ease .8s;
}

.ult-dual-btn3 .aio-icon, .ult-dual-btn3 .aio-icon-img, .ult-dual-btn3 .icon-simple, .ult-dual-btn3 .ult-dual-button-title {
	-webkit-transition: all ease .8s;
	transition: all ease .8s;
}

.ult-dual-btn4 .ult_dual1 {
	display: block;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	-webkit-transition: all ease .8s;
	transition: all ease .8s;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.ult-dual-btn4 .ult_dual2 {
	display: block;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	-webkit-transition: all ease .8s;
	transition: all ease .8s;
}

.ult-dual-btn4 .aio-icon, .ult-dual-btn4 .aio-icon-img, .ult-dual-btn4 .icon-simple, .ult-dual-btn4 .ult-dual-button-title {
	-webkit-transition: all ease .8s;
	transition: all ease .8s;
}

.ult-dual-btn .ult_dual1, .ult-dual-btn .ult_dual2 {
	display: block;
	-webkit-transition: .5s;
	transition: .5s;
}

.ult-dual-btn .ult-dual-button-title {
	-webkit-transition: .5s;
	transition: .5s;
}

.ult-dual-btn .aio-icon, .ult-dual-btn .aio-icon-img, .ult-dual-btn .icon-simple {
	-webkit-transition: .5s;
	transition: .5s;
}

.ult_dual_button .aio-icon {
	display: block !important;
}

.icon-right1 {
	padding: 0 22px 0 10px !important;
}

.icon-left2 {
	padding-left: 22px !important;
}

.title_right {
	padding-right: 10px !important;
}

.title_left {
	padding-left: 10px !important;
}

.btn1icon {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
}

.ult_btn1span {
	height: 100%;
}

.ult_exp_section_layer {
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}

.ult_exp_section {
	margin: 0;
	color: #fff;
	padding: 15px;
	cursor: pointer;
	position: relative;
	background-color: #eaeaea;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	font-size: 20px;
	font-weight: 400;
	font-family: inherit;
	line-height: 1em;
}

.ult_ecpsub_cont {
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
	max-width: 900px;
}

.ult_exp_content {
	padding: 15px 10px;
	text-align: center;
	background-color: #fafafa;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}

.ult_exp_section .aio-icon i, .ult_expheader, .ult_expsection_icon {
	text-transform: capitalize;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}

.ult_exp_section .aio-icon.none {
	display: block;
}

.ult_exp_section-main.ult_expleft_icon .ult-just-icon-wrapper.ult_exp_icon, .ult_exp_section-main.ult_expleft_icon .ult_expheader {
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
}

.ult_exp_section-main.ult_expright_icon .ult-just-icon-wrapper.ult_exp_icon, .ult_exp_section-main.ult_expright_icon .ult_expheader {
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
}

.ult_expsection_icon {
	position: relative;
}

.ult_exp_section-main img.img-icon.ult_circle, .ult_exp_section-main img.img-icon.ult_square {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

span.aio-icon.ult_expsection_icon {
	vertical-align: middle;
	display: block;
}

.ult-just-icon-wrapper.ult_exp_icon.center {
	padding-top: 5px;
}

.ult_exp_section:after {
	clear: both;
}

.ult_exp_section:after, .ult_exp_section:before {
	display: table;
	content: "";
}

.ult_exp_content {
	display: none;
}

.ultimate-vticker ul {
	margin: 0 !important;
	padding: 0 !important;
}

.ultimate-vticker.ultimate-fancy-text-inherit * {
	font-size: inherit;
}

.ultimate-vticker.ticker {
	margin: 0 5px 0 5px !important;
}

.ultimate-vticker.ticker ul, .ultimate-vticker.ticker-down ul {
	position: relative !important;
	line-height: inherit;
	color: inherit !important;
}

.ultimate-vticker.ticker ul li, .ultimate-vticker.ticker-down ul li {
	text-align: left !important;
	color: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	font-family: inherit !important;
}

.ultimate-vticker.fancytext-background-enabled ul li, .uvc-type-align-center.uvc-type-no-prefix ul li {
	text-align: center !important;
}

.ultimate-vticker ul li {
	list-style: none !important;
}

.ultimate-ticker-down-prefix, .ultimate-ticker-down-suffix, .ultimate-ticker-prefix, .ultimate-ticker-suffix {
	vertical-align: top;
}

.ultimate-vticker.ticker, .ultimate-vticker.ticker-down {
	display: inline-block !important;
	vertical-align: top;
}

.ultimate-vticker.ticker, .ultimate-vticker.ticker *, .ultimate-vticker.ticker-down, .ultimate-vticker.ticker-down * {
	font-family: inherit;
}

.ultimate-typed-main {
	display: inline-block;
	margin: 0 5px 0 5px;
}

.fancytext-typewriter-background-enabled, .ultimate-vticker.fancytext-background-enabled ul li {
	padding: 0 10px !important;
}

.uvc-type-wrap p {
	display: inline-block !important;
	line-height: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
	vertical-align: top !important;
	margin: 0 !important;
	padding: 0 !important;
}

.typed-cursor {
	opacity: 1;
	font-weight: 100;
	-webkit-animation: ult-blink .7s infinite;
	animation: ult-blink .7s infinite;
}

.ultimate-typed-main {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
}

@keyframes ult-blink {
	0 {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes ult-blink {
	0 {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.flip-box-wrap {
	display: block;
	text-align: center;
	position: relative;
	-webkit-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.flip-box-wrap, .wpb_row .wpb_column .wpb_wrapper .flip-box-wrap {
	margin-bottom: 35px;
}

.flip-box-wrap .flip-box {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: 750ms;
	transition: 750ms;
	-ms-perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box-wrap .ifb-flip-box {
	height: 100%;
	position: relative;
	display: block;
	-webkit-transform-style: initial;
	transform-style: initial;
}

.flip-box-wrap .ifb-back, .flip-box-wrap .ifb-front {
	padding: 0;
	height: 100%;
	margin-bottom: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 750ms;
	transition: 750ms;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box-wrap .ifb-front {
	z-index: 9;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box-wrap .ifb-front * {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box-wrap .flip-box .ifb-flip-box.ifb-hover .ifb-front * {
	-webkit-backface-visibility: unset !important;
	backface-visibility: unset !important;
}

.flip-box-wrap .ifb-back {
	position: absolute;
	top: 0;
	z-index: -1;
}

.flip-box-wrap:hover .ifb-back {
	z-index: 1;
}

.flip-box-wrap .flip-box .flipbox_heading {
	margin: 15px 0 12px;
	line-height: 1.3em;
	font-size: 16px;
	display: block;
}

.flip-box-wrap .flip-box-icon {
	display: block;
	margin: 0 auto;
}

.flip-box-icon .aio-icon-img {
	margin: 0 auto;
}

.flip-box-wrap p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.65em;
}

.flip-box-wrap .ifb-back p {
	margin-bottom: 15px;
	overflow: hidden;
}

.flip-box-wrap .ifb-back p:last-child {
	margin-bottom: 0;
}

.flip-box-wrap .flip_link {
	display: block;
	position: relative;
}

.flip-box-wrap .flip_link a {
	color: #fff;
	background-color: #636363;
	display: inline-block;
	margin: 10px auto 0;
	padding: .3em .6em;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
}

.flip-box-wrap .flip_link a:active, .flip-box-wrap .flip_link a:hover, .flip-box-wrap .flip_link a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #636363;
}

.flip-box-wrap .ifb-auto-height .ifb-face .ifb-desc-back, .flip-box-wrap .ifb-custom-height .ifb-face .ifb-desc-back {
	margin-bottom: 15px;
	max-height: 45%;
	max-height: -webkit-calc(100% - 55px);
	max-height: calc(100% - 55px);
	position: relative;
	overflow: hidden;
}

.flip-box-wrap .ifb-jq-height .ifb-back p {
	max-height: 100%;
	overflow: visible;
	display: block;
}

.flip-box-wrap .ifb-jq-height .ifb-back {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	bottom: 0;
}

.flip-box-wrap .horizontal_flip_left .ifb-front {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box-wrap .horizontal_flip_left .ifb-back {
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box-wrap .horizontal_flip_left .ifb-hover .ifb-back {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}

.flip-box-wrap .horizontal_flip_left .ifb-hover .ifb-front {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-box-wrap .horizontal_flip_right .ifb-front {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}

.flip-box-wrap .horizontal_flip_right .ifb-back {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-box-wrap .horizontal_flip_right .ifb-hover .ifb-back {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}

.flip-box-wrap .horizontal_flip_right .ifb-hover .ifb-front {
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip-box-wrap .vertical_flip_bottom .ifb-hover .ifb-back, .flip-box-wrap .vertical_flip_top .ifb-hover .ifb-back {
	-ms-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.flip-box-wrap .vertical_flip_top .ifb-back {
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flip-box-wrap .vertical_flip_top .ifb-front {
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
}

.flip-box-wrap .vertical_flip_bottom .ifb-back, .flip-box-wrap .vertical_flip_top .ifb-hover .ifb-front {
	-webkit-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flip-box-wrap .vertical_flip_bottom .ifb-front {
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
}

.flip-box-wrap .vertical_flip_bottom .ifb-hover .ifb-front {
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flip-box-wrap .flip_bottom .ifb-back, .flip-box-wrap .flip_bottom .ifb-front, .flip-box-wrap .flip_left .ifb-back, .flip-box-wrap .flip_left .ifb-front, .flip-box-wrap .flip_right .ifb-back, .flip-box-wrap .flip_right .ifb-front, .flip-box-wrap .flip_top .ifb-back, .flip-box-wrap .flip_top .ifb-front {
	-webkit-transition: 1s;
	transition: 1s;
}

.flip-box-wrap .flip_bottom .ifb-front, .flip-box-wrap .flip_left .ifb-front, .flip-box-wrap .flip_right .ifb-front, .flip-box-wrap .flip_top .ifb-front {
	z-index: 1;
}

.flip-box-wrap .flip_bottom .ifb-back, .flip-box-wrap .flip_left .ifb-back, .flip-box-wrap .flip_right .ifb-back, .flip-box-wrap .flip_top .ifb-back {
	opacity: .5;
	z-index: -9;
}

.flip-box-wrap .flip_bottom .ifb-hover .ifb-front, .flip-box-wrap .flip_left .ifb-hover .ifb-front, .flip-box-wrap .flip_right .ifb-hover .ifb-front, .flip-box-wrap .flip_top .ifb-hover .ifb-front {
	z-index: -9;
}

.flip-box-wrap .flip_bottom .ifb-hover .ifb-back, .flip-box-wrap .flip_left .ifb-hover .ifb-back, .flip-box-wrap .flip_right .ifb-hover .ifb-back, .flip-box-wrap .flip_top .ifb-hover .ifb-back {
	opacity: 1;
	z-index: 1;
}

.flip_left .ifb-back {
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transform: rotatey(-270deg);
	-ms-transform: rotatey(-270deg);
	transform: rotatey(-270deg);
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.rtl .flip_left .ifb-back {
	-webkit-transform: rotatey(270deg);
	-ms-transform: rotatey(270deg);
	transform: rotatey(270deg);
}

.flip_left .ifb-hover .ifb-back {
	-webkit-transform: rotatey(0);
	-ms-transform: rotatey(0);
	transform: rotatey(0);
}

.rtl .flip_left .ifb-hover .ifb-back {
	-webkit-transform: rotatey(0);
	-ms-transform: rotatey(0);
	transform: rotatey(0);
}

.flip_right .ifb-back {
	-webkit-transform-origin: 100%;
	-ms-transform-origin: 100%;
	transform-origin: 100%;
	-webkit-transform: rotatey(270deg);
	-ms-transform: rotatey(270deg);
	transform: rotatey(270deg);
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.rtl .flip_right .ifb-back {
	-webkit-transform: rotatey(-270deg);
	-ms-transform: rotatey(-270deg);
	transform: rotatey(-270deg);
}

.flip_right .ifb-hover .ifb-back {
	-webkit-transform: rotatey(0);
	-ms-transform: rotatey(0);
	transform: rotatey(0);
}

.rtl .flip_right .ifb-hover .ifb-back {
	-webkit-transform: rotatey(0);
	-ms-transform: rotatey(0);
	transform: rotatey(0);
}

.flip_top .ifb-back {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotatex(270deg);
	-ms-transform: rotatex(270deg);
	transform: rotatex(270deg);
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.flip_top .ifb-hover .ifb-back {
	-ms-transform: rotatex(0);
	-webkit-transform: rotatex(0);
	transform: rotatex(0);
}

.flip_bottom .ifb-back {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: rotatex(-270deg);
	-ms-transform: rotatex(-270deg);
	transform: rotatex(-270deg);
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.flip_bottom .ifb-hover .ifb-back {
	-webkit-transform: rotatex(0);
	-ms-transform: rotatex(0);
	transform: rotatex(0);
}

.horizontal_door_flip .h_door.ifb-multiple-front, .reverse_horizontal_door_flip .rh_door.ifb-multiple-back, .reverse_vertical_door_flip .rv_door.ifb-multiple-back, .vertical_door_flip .v_door.ifb-multiple-front {
	-webkit-transition: 1s;
	transition: 1s;
}

.vertical_door_flip .v_door.ifb-multiple-front {
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	overflow: hidden;
	opacity: 1;
	z-index: 1;
}

.flip-box-wrap .vertical_door_flip .ifb-back {
	z-index: -9;
}

.vertical_door_flip .ifb-hover .v_door.ifb-multiple-front {
	opacity: .5;
	z-index: -9;
}

.flip-box-wrap .vertical_door_flip .ifb-hover .ifb-back {
	z-index: 1;
}

.vertical_door_flip .v_door.ifb-multiple-front .ifb-front {
	width: 200%;
	position: relative;
}

.vertical_door_flip .v_door.ifb-multiple-front.ifb-front-2 .ifb-front {
	right: 100%;
}

.rtl .vertical_door_flip .ifb-hover .v_door.ifb-front-1 {
	-webkit-transform: rotatey(270deg);
	-ms-transform: rotatey(270deg);
	transform: rotatey(270deg);
}

.vertical_door_flip .ifb-hover .v_door.ifb-front-1 {
	-webkit-transform: rotatey(-270deg);
	-ms-transform: rotatey(-270deg);
	transform: rotatey(-270deg);
}

.vertical_door_flip .v_door.ifb-front-1 {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.vertical_door_flip .ifb-hover .v_door.ifb-front-2 {
	-webkit-transform: rotatey(270deg);
	-ms-transform: rotatey(270deg);
	transform: rotatey(270deg);
}

.rtl .vertical_door_flip .ifb-hover .v_door.ifb-front-2 {
	-webkit-transform: rotatey(-270deg);
	-ms-transform: rotatey(-270deg);
	transform: rotatey(-270deg);
}

.vertical_door_flip .v_door.ifb-multiple-front.ifb-front-2 {
	right: 0;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.vertical_door_flip .ifb-multiple-front.v_door {
		width: 50.2%;
	}
}

.reverse_vertical_door_flip .rv_door.ifb-multiple-back {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	overflow: hidden;
	opacity: .5;
	z-index: -9;
}

.flip-box-wrap .reverse_vertical_door_flip .ifb-front {
	z-index: 1;
}

.reverse_vertical_door_flip .ifb-hover .rv_door.ifb-multiple-back {
	z-index: 1;
	opacity: 1;
}

.flip-box-wrap .reverse_vertical_door_flip .ifb-hover .ifb-front {
	z-index: -9;
}

.reverse_vertical_door_flip .rv_door.ifb-multiple-back .ifb-back {
	width: 200%;
}

.reverse_vertical_door_flip .rv_door.ifb-multiple-back.ifb-back-2 .ifb-back {
	right: 0;
	left: -100%;
}

.reverse_vertical_door_flip .rv_door.ifb-multiple-back.ifb-back-1 {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: rotatey(-270deg);
	-ms-transform: rotatey(-270deg);
	transform: rotatey(-270deg);
}

.rtl .reverse_vertical_door_flip .rv_door.ifb-multiple-back.ifb-back-1 {
	-webkit-transform: rotatey(270deg);
	-ms-transform: rotatey(270deg);
	transform: rotatey(270deg);
}

.reverse_vertical_door_flip .rv_door.ifb-multiple-back.ifb-back-2 {
	right: 0;
	left: 50%;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: rotatey(270deg);
	-ms-transform: rotatey(270deg);
	transform: rotatey(270deg);
}

.rtl .reverse_vertical_door_flip .rv_door.ifb-multiple-back.ifb-back-2 {
	-webkit-transform: rotatey(-270deg);
	-ms-transform: rotatey(-270deg);
	transform: rotatey(-270deg);
}

.reverse_vertical_door_flip .ifb-hover .rv_door.ifb-multiple-back.ifb-back-1, .reverse_vertical_door_flip .ifb-hover .rv_door.ifb-multiple-back.ifb-back-2 {
	-webkit-transform: rotatey(0);
	-ms-transform: rotatey(0);
	transform: rotatey(0);
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.reverse_vertical_door_flip .ifb-hover .rv_door.ifb-multiple-back {
		visibility: visible;
	}
	
	.reverse_vertical_door_flip .rv_door.ifb-multiple-back {
		visibility: hidden;
	}
}

.horizontal_door_flip .h_door.ifb-multiple-front {
	position: absolute;
	height: 50%;
	width: 100%;
	z-index: 1;
	opacity: 1;
	overflow: hidden;
}

.flip-box-wrap .horizontal_door_flip .ifb-back {
	z-index: -9;
}

.horizontal_door_flip .ifb-hover .h_door.ifb-multiple-front {
	z-index: -9;
	opacity: .5;
}

.flip-box-wrap .horizontal_door_flip .ifb-hover .ifb-back {
	z-index: 1;
}

.horizontal_door_flip .h_door.ifb-multiple-front .ifb-front {
	position: relative;
	height: 200%;
}

.horizontal_door_flip .h_door.ifb-multiple-front.ifb-front-2 .ifb-front {
	bottom: 100%;
}

.horizontal_door_flip .ifb-hover .h_door.ifb-front-1 {
	-webkit-transform: rotatex(270deg);
	-ms-transform: rotatex(270deg);
	transform: rotatex(270deg);
}

.horizontal_door_flip .h_door.ifb-front-1 {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	top: 0;
}

.horizontal_door_flip .ifb-hover .h_door.ifb-front-2 {
	-webkit-transform: rotatex(-270deg);
	-ms-transform: rotatex(-270deg);
	transform: rotatex(-270deg);
}

.horizontal_door_flip .h_door.ifb-multiple-front.ifb-front-2 {
	bottom: 0;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	top: 50%;
}

.reverse_horizontal_door_flip .rh_door.ifb-multiple-back {
	position: absolute;
	height: 50%;
	width: 100%;
	overflow: hidden;
	z-index: -9;
	opacity: .5;
}

.flip-box-wrap .reverse_horizontal_door_flip .ifb-front {
	z-index: 1;
}

.reverse_horizontal_door_flip .ifb-hover .rh_door.ifb-multiple-back {
	z-index: 1;
	opacity: 1;
}

.flip-box-wrap .reverse_horizontal_door_flip .ifb-hover .ifb-front {
	z-index: -9;
}

.reverse_horizontal_door_flip .rh_door.ifb-multiple-back .ifb-back {
	position: relative;
	height: 200%;
}

.reverse_horizontal_door_flip .rh_door.ifb-multiple-back.ifb-back-1 .ifb-back {
	border-bottom: none !important;
}

.reverse_horizontal_door_flip .rh_door.ifb-multiple-back.ifb-back-2 .ifb-back {
	top: -100%;
}

.reverse_horizontal_door_flip .rh_door.ifb-multiple-back.ifb-back-1 {
	top: 0;
	-ms-transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: rotatex(270deg);
	-ms-transform: rotatex(270deg);
	transform: rotatex(270deg);
}

.reverse_horizontal_door_flip .rh_door.ifb-multiple-back.ifb-back-2 {
	top: 50%;
	-ms-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: rotatex(-270deg);
	-ms-transform: rotatex(-270deg);
	transform: rotatex(-270deg);
}

.reverse_horizontal_door_flip .ifb-hover .rh_door.ifb-multiple-back.ifb-back-1, .reverse_horizontal_door_flip .ifb-hover .rh_door.ifb-multiple-back.ifb-back-2, .reverse_horizontal_door_flip .ifb-hover .rh_door.ifb-multiple-back.ifb-back-2 .flip_link {
	-webkit-transform: rotatex(0);
	-ms-transform: rotatex(0);
	transform: rotatex(0);
}

.reverse_horizontal_door_flip .rh_door.ifb-multiple-back.ifb-back-2 .flip_link {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: rotatex(270deg);
	-ms-transform: rotatex(270deg);
	transform: rotatex(270deg);
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.reverse_horizontal_door_flip .ifb-hover .rh_door.ifb-multiple-back {
		visibility: visible;
	}
	
	.reverse_horizontal_door_flip .rh_door.ifb-multiple-back {
		visibility: hidden;
	}
}

.style_9 .new_style_9 {
	position: absolute;
	width: 50%;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: .8s;
	transition: .8s;
}

.style_9 .new_style_9.ifb-multiple-back .ifb-back, .style_9 .new_style_9.ifb-multiple-front .ifb-front {
	width: 200%;
	position: relative;
}

.style_9 .new_style_9.ifb-multiple-back, .style_9 .new_style_9.ifb-multiple-front {
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.style_9 .ifb-door-right-open .new_style_9.ifb-multiple-back, .style_9 .new_style_9.ifb-multiple-front {
	z-index: 20;
}

.style_9 .ifb-door-right-open .new_style_9.ifb-multiple-front, .style_9 .new_style_9.ifb-multiple-back {
	z-index: 10;
}

.style_9 .new_style_9.ifb-multiple-front.ifb-front-2 {
	right: 0;
	-webkit-transform: rotatey(0);
	-ms-transform: rotatey(0);
	transform: rotatey(0);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.style_9 .new_style_9.ifb-multiple-front.ifb-front-2 .ifb-front {
	right: 100%;
}

.style_9 .new_style_9.ifb-multiple-back.ifb-back-1 {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.style_9 .new_style_9.ifb-multiple-back.ifb-back-2 {
	right: 0;
}

.style_9 .new_style_9.ifb-multiple-back.ifb-back-2 .ifb-back {
	right: 100%;
}

.style_9 .ifb-door-hover .new_style_9.ifb-multiple-front.ifb-front-2 {
	-webkit-transform: rotateY(-40deg);
	-ms-transform: rotateY(-40deg);
	transform: rotateY(-40deg);
}

.style_9 .ifb-door-hover .new_style_9.ifb-multiple-back.ifb-back-1 {
	-webkit-transform: rotateY(140deg);
	-ms-transform: rotateY(140deg);
	transform: rotateY(140deg);
}

.style_9 .ifb-door-right-open .new_style_9.ifb-multiple-front.ifb-front-2 {
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.style_9 .ifb-door-right-open.ifb-door-hover .new_style_9.ifb-multiple-front.ifb-front-2 {
	-webkit-transform: rotateY(-140deg);
	-ms-transform: rotateY(-140deg);
	transform: rotateY(-140deg);
}

.style_9 .ifb-door-right-open .new_style_9.ifb-multiple-back.ifb-back-1 {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}

.style_9 .ifb-door-right-open.ifb-door-hover .new_style_9.ifb-multiple-back.ifb-back-1 {
	-webkit-transform: rotateY(40deg);
	-ms-transform: rotateY(40deg);
	transform: rotateY(40deg);
}

.flip-box-wrap .ifb-back, .flip-box-wrap .ifb-front {
	display: block;
	width: 100%;
}

.ifb-flip-box-section {
	display: block;
	position: relative;
	padding: 15px;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.flip-ifb-auto-height .ifb-flip-box-section, .flip-ifb-custom-height .ifb-flip-box-section {
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.ifb-flip-box-section.ifb-flip-box-section-vertical-middle {
	vertical-align: middle !important;
	top: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flip-ifb-auto-height .ifb-front .ifb-flip-box-section.ifb-flip-box-section-vertical-middle {
	top: 0 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.ifb-flip-box-section.ifb_disable_middle {
	top: 0 !important;
	-ms-transform: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}

.flip-box-wrap .flip_bottom .ifb-back, .flip-box-wrap .flip_left .ifb-back, .flip-box-wrap .flip_right .ifb-back, .flip-box-wrap .flip_top .ifb-back, .reverse_horizontal_door_flip .rh_door.ifb-multiple-back {
	z-index: -4;
}

.flip-ifb-auto-height .ifb-flip-box .h_door .ifb-front, .flip-ifb-auto-height .ifb-flip-box .new_style_9.ifb-front-1, .flip-ifb-auto-height .ifb-flip-box .new_style_9.ifb-front-2, .flip-ifb-auto-height .ifb-flip-box .v_door .ifb-front {
	height: auto;
}

.ifb-flip-box-section.ifb-flip-box-section-vertical-middle.ifb_disable_middle {
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.uvc-heading {
	text-align: center;
}

.uvc-heading .uvc-main-heading div, .uvc-heading .uvc-main-heading h1, .uvc-heading .uvc-main-heading h2, .uvc-heading .uvc-main-heading h3, .uvc-heading .uvc-main-heading h4, .uvc-heading .uvc-main-heading h5, .uvc-heading .uvc-main-heading h6, .uvc-heading .uvc-main-heading p, .uvc-heading .uvc-main-heading span {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.uvc-heading-spacer {
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.uvc-heading-spacer .aio-icon {
	vertical-align: text-top;
}

.uvc-heading-spacer img {
	vertical-align: middle;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	max-width: 100%;
}

.uvc-heading-spacer.line_with_icon:before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 0;
	border-width: 0;
	top: 50%;
}

.uvc-heading-spacer.line_with_icon:after {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	border-width: 0;
	top: 50%;
}

.uvc-headings-line {
	display: block;
	width: 100%;
	max-width: 100%;
}

.uvc-sub-heading {
	line-height: normal;
	margin: 0 auto;
}

.uvc-sub-heading div, .uvc-sub-heading p {
	font-family: inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
	line-height: inherit !important;
}

.uvc-heading p {
	word-break: normal;
	word-wrap: normal;
	-ms-word-break: normal;
	-ms-word-wrap: normal;
}

.ultimate-call-to-action {
	position: relative;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	overflow: hidden;
}

.ctaction-text-center {
	text-align: center;
}

.ctaction-text-left {
	text-align: left;
}

.ctaction-text-right {
	text-align: right;
}

.ulimate-call-to-action-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.ultimate-ctaction-icon {
	position: absolute;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.uvc-ctaction-data {
	-webkit-transition: all .45s;
	transition: all .45s;
	display: inline-block;
}

.ctaction-icon-bottom-push {
	top: 500px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	opacity: 1;
}

.ultimate-call-to-action-hover .ctaction-icon-bottom-push {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ultimate-call-to-action-hover .uvc-ctaction-data-bottom-push {
	-webkit-transform: translateY(-500px);
	-ms-transform: translateY(-500px);
	transform: translateY(-500px);
}

.ctaction-icon-top-push {
	top: -500px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	line-height: 1;
	opacity: 1;
}

.ultimate-call-to-action-hover .ctaction-icon-top-push {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ultimate-call-to-action-hover .uvc-ctaction-data-top-push {
	-webkit-transform: translateY(500px);
	-ms-transform: translateY(500px);
	transform: translateY(500px);
}

.ctaction-icon-left-push {
	left: -200%;
	top: 50%;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
	line-height: 1;
	opacity: 1;
}

.ultimate-call-to-action-hover .ctaction-icon-left-push {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ultimate-call-to-action-hover .uvc-ctaction-data-left-push {
	-webkit-transform: translateX(1000%);
	-ms-transform: translateX(1000%);
	transform: translateX(1000%);
}

.ctaction-icon-right-push {
	left: 200%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	line-height: 1;
	opacity: 1;
}

.ultimate-call-to-action-hover .ctaction-icon-right-push {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ultimate-call-to-action-hover .uvc-ctaction-data-right-push {
	-webkit-transform: translateX(-1000%);
	-ms-transform: translateX(-1000%);
	transform: translateX(-1000%);
}

.ult-tooltipster-base, .ult-tooltipster-base * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ult-tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
	max-width: 100%;
}

.ult-tooltipster-base .ult-tooltipster-content {
	overflow: hidden;
	margin: 0 auto;
	padding: 8px 10px;
}

.ult-tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}

.ult-tooltipster-default {
	text-align: center;
	max-width: 100%;
}

.ult-tooltipster-default .ult-tooltipster-content {
	font-family: inherit;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
	max-width: 100%;
}

.ult-tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.ult-tooltipster-arrow span, .ult-tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}

.ult-tooltipster-arrow-top span, .ult-tooltipster-arrow-top-left span, .ult-tooltipster-arrow-top-right span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}

.ult-tooltipster-arrow-top .ult-tooltipster-arrow-border, .ult-tooltipster-arrow-top-left .ult-tooltipster-arrow-border, .ult-tooltipster-arrow-top-right .ult-tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.ult-tooltipster-arrow-bottom span, .ult-tooltipster-arrow-bottom-left span, .ult-tooltipster-arrow-bottom-right span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}

.ult-tooltipster-arrow-bottom .ult-tooltipster-arrow-border, .ult-tooltipster-arrow-bottom-left .ult-tooltipster-arrow-border, .ult-tooltipster-arrow-bottom-right .ult-tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}

.ult-tooltipster-arrow-bottom .ult-tooltipster-arrow-border, .ult-tooltipster-arrow-bottom span, .ult-tooltipster-arrow-top .ult-tooltipster-arrow-border, .ult-tooltipster-arrow-top span {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.ult-tooltipster-arrow-bottom-left span, .ult-tooltipster-arrow-top-left span {
	left: 6px;
}

.ult-tooltipster-arrow-bottom-left .ult-tooltipster-arrow-border, .ult-tooltipster-arrow-top-left .ult-tooltipster-arrow-border {
	left: 5px;
}

.ult-tooltipster-arrow-bottom-right span, .ult-tooltipster-arrow-top-right span {
	right: 6px;
}

.ult-tooltipster-arrow-bottom-right .ult-tooltipster-arrow-border, .ult-tooltipster-arrow-top-right .ult-tooltipster-arrow-border {
	right: 5px;
}

.ult-tooltipster-arrow-left .ult-tooltipster-arrow-border, .ult-tooltipster-arrow-left span {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}

.ult-tooltipster-arrow-left .ult-tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px;
}

.ult-tooltipster-arrow-right .ult-tooltipster-arrow-border, .ult-tooltipster-arrow-right span {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}

.ult-tooltipster-arrow-right .ult-tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px;
}

.ult-tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.ult-tooltipster-fade-show {
	opacity: 1;
}

.ult-tooltipster-glow {
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-backface-visibility: hidden;
}

.ult-tooltipster-glow-show {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.ult-tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.ult-tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
}

.ult-tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.ult-tooltipster-fall.ult-tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

.ult-tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.ult-tooltipster-euclid {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotate3d(0, 0, 1, 20deg);
	transform: rotate3d(0, 0, 1, 20deg);
	-webkit-transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s, -webkit-transform .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.ult-tooltipster-euclid-show {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.ult-tooltipster-slide.ult-tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

.ult-tooltipster-content-changing {
	opacity: .5;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.ult-tooltipster-light {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #ededed;
	color: #666;
}

.ult-tooltipster-light .ult-tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	margin: 0 auto;
}

.ult-tooltipster-shadow {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	color: #2c2c2c;
}

.ult-tooltipster-shadow .ult-tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}

.ult-tooltipster-punk {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 3px solid #f71169;
	background: #2a2a2a;
	color: #fff;
}

.ult-tooltipster-punk .ult-tooltipster-content {
	font-family: Courier, monospace;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}

.ult-tooltipster-noir {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 3px solid #2c2c2c;
	background: #fff;
	color: #2c2c2c;
}

.ult-tooltipster-noir .ult-tooltipster-content {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}

.ult_hotspot_container, .ult_hotspot_container * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ult_hotspot_container img {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	width: 100%;
	max-width: 100%;
}

.ultimate-hotspot-base {
	max-width: 100%;
}

.ult_hotspot_container {
	position: relative;
	clear: both;
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}

.ult_hotspot_container .utl-hotspot-items {
	overflow: hidden;
}

.ult_hotspot_container .utl-hotspot-items .ult-hotspot-item {
	position: absolute;
	text-align: center;
}

.ult_hotspot_container .utl-hotspot-items .ult-hotspot-item a {
	text-decoration: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: 0 0;
	text-align: center;
	line-height: 0;
}

.ult_hotspot_container .utl-hotspot-items .ult-hotspot-item a:hover {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-animation: none;
	animation: none;
}

.ult_hotspot_container .utl-hotspot-items .ult-hotspot-item a:focus {
	outline: 0;
}

.ult_hotspot_container .utl-hotspot-items .ult-hotspot-item a span {
	color: inherit;
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ult_hotspot_container .utl-hotspot-items .ult-hotspot-item.ult-glow .aio-icon i:before {
	z-index: 50;
}

.ult_hotspot_container .utl-hotspot-items .ult-hotspot-item .ult-glow {
	background: #fff;
	position: absolute;
	height: 200%;
	width: 200%;
	top: -50%;
	left: -50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: normal;
	-webkit-animation: Hotspot_Glow 2s ease-out infinite;
	animation: Hotspot_Glow 2s ease-out infinite;
}

@-webkit-keyframes Hotspot_Glow {
	0% {
		-webkit-transform: scale(.1);
		opacity: 0;
	}
	
	50% {
		opacity: .7;
	}
	
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes Hotspot_Glow {
	0% {
		-webkit-transform: scale(.1);
		transform: scale(.1);
		opacity: 0;
	}
	
	50% {
		opacity: .7;
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.ult_hotspot_container .utl-hotspot-items .ult-hotspot-item.ult-pulse {
	border: none;
	-webkit-animation: Hotspot_Pulse 2s ease-out infinite;
	animation: Hotspot_Pulse 2s ease-out infinite;
}

@-webkit-keyframes Hotspot_Pulse {
	0%, 100% {
		-webkit-transform: scale(1);
		text-shadow: 0 0 15px #4f4f4f;
	}
	
	50% {
		-webkit-transform: scale(.8);
		text-shadow: 0 0 10px #4f4f4f;
	}
}

@keyframes Hotspot_Pulse {
	0%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		text-shadow: 0 0 15px #4f4f4f;
	}
	
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		text-shadow: 0 0 10px #4f4f4f;
	}
}

.hotspot-tooltip-content {
	display: none !important;
}

.ult-new-ib, .ult-new-ib img {
	display: block;
	position: relative;
}

.ult-new-ib {
	z-index: 1;
	overflow: hidden;
	margin: 0 0 35px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-new-ib, .wpb_column>.wpb_wrapper .ult-new-ib {
	margin-bottom: 35px;
}

.ult-new-ib * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-new-ib *, .ult-new-ib .ult-new-ib-desc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ult-new-ib img {
	min-width: 100%;
	max-width: 100%;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
}

.ult-new-ib .ult-new-ib-desc {
	padding: 15px;
	color: #fff;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-new-ib .ult-new-ib-desc::after, .ult-new-ib .ult-new-ib-desc::before {
	pointer-events: none;
}

.ult-new-ib .ult-new-ib-desc, .ult-new-ib a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ult-new-ib .ult-new-ib-content {
	font-size: 13px;
	line-height: 1.6em;
}

.ult-new-ib .ult-new-ib-content p {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.ult-new-ib .ult-new-ib-title, .ult-new-ib p {
	letter-spacing: normal;
	padding: 0;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	font-style: inherit;
	color: inherit;
}

.ult-ib-effect-style10.ult-ib2-min-height:not(.ult-ib2-min-height) img, .ult-ib-effect-style11.ult-ib2-min-height:not(.ult-ib2-min-height) img, .ult-ib-effect-style14.ult-ib2-min-height:not(.ult-ib2-min-height) img, .ult-ib-effect-style15.ult-ib2-min-height:not(.ult-ib2-min-height) img, .ult-ib-effect-style7.ult-ib2-min-height:not(.ult-ib2-min-height) img {
	max-width: none !important;
	width: auto !important;
}

.ult-new-ib a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.ult-new-ib a.ult-new-ib-link {
	display: block;
	background: 0 0;
}

.ult-ib-effect-style1 img {
	width: -webkit-calc(100% + 50px) !important;
	width: calc(100% + 50px) !important;
	max-width: -webkit-calc(100% + 50px) !important;
	max-width: calc(100% + 50px) !important;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

.ult-ib-effect-style1 .ult-new-ib-desc {
	top: auto;
	bottom: 0;
	min-height: 25%;
	height: auto;
	max-height: 100%;
	text-align: left;
}

.ult-ib-effect-style1 .ult-new-ib-content, .ult-ib-effect-style1 .ult-new-ib-title {
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
}

.ult-ib-effect-style1 .ult-new-ib-title {
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
}

.ult-ib-effect-style1 .ult-new-ib-content {
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: opacity .2s, -webkit-transform .35s;
	transition: opacity .2s, -webkit-transform .35s;
	transition: opacity .2s, transform .35s;
	transition: opacity .2s, transform .35s, -webkit-transform .35s;
}

.ult-ib-effect-style1:hover .ult-new-ib-content {
	opacity: 1;
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
}

.ult-ib-effect-style1:hover .ult-new-ib-content, .ult-ib-effect-style1:hover .ult-new-ib-title, .ult-ib-effect-style1:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
}

.ult-ib-effect-style1.ult-ib2-min-height img {
	width: auto !important;
	max-width: none !important;
	height: 100%;
}

.ult-ib-effect-style2 img {
	width: 100%;
}

.ult-ib-effect-style2 .ult-new-ib-desc::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}

.ult-ib-effect-style2 .ult-new-ib-title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .35s, color .35s;
	-webkit-transition: color .35s, -webkit-transform .35s;
	transition: color .35s, -webkit-transform .35s;
	transition: transform .35s, color .35s;
	transition: transform .35s, color .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.ult-ib-effect-style2 .ult-new-ib-content, .ult-ib-effect-style2 .ult-new-ib-desc::before {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.ult-ib-effect-style2 .ult-new-ib-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	max-height: 50%;
	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

.ult-ib-effect-style2:hover .ult-new-ib-title {
	color: #fff;
	-webkit-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
}

.ult-ib-effect-style2:hover .ult-new-ib-content, .ult-ib-effect-style2:hover .ult-new-ib-desc::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style2.ult-ib2-min-height img {
	width: auto;
	max-width: none;
	height: 100%;
}

.ult-ib-effect-style3 .ult-new-ib-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

.ult-ib-effect-style3 .ult-new-ib-desc::before, .ult-ib-effect-style3 .ult-new-ib-title {
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
}

.ult-ib-effect-style3:hover .ult-new-ib-desc::before, .ult-ib-effect-style3:hover .ult-new-ib-title {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style3 .ult-new-ib-content {
	max-height: -webkit-calc(100% - 60px - 1.5em);
	max-height: calc(100% - 60px - 1.5em);
	overflow: hidden;
}

.ult-ib-effect-style4 img {
	width: -webkit-calc(100% + 40px) !important;
	width: calc(100% + 40px) !important;
	max-width: -webkit-calc(100% + 40px) !important;
	max-width: calc(100% + 40px) !important;
}

.ult-ib-effect-style4 .ult-new-ib-desc {
	padding: 30px;
}

.ult-ib-effect-style4 .ult-new-ib-desc::after, .ult-ib-effect-style4 .ult-new-ib-desc::before {
	position: absolute;
	content: "";
	opacity: 0;
}

.ult-ib-effect-style4 .ult-new-ib-desc::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.ult-ib-effect-style4 .ult-new-ib-desc::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.ult-ib-effect-style4 .ult-new-ib-title {
	padding-top: 50px;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
}

.ult-ib-effect-style4 .ult-new-ib-content {
	padding: 10px 30px;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

.ult-ib-effect-style4 .ult-new-ib-title, .ult-ib-effect-style4 img {
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
}

.ult-ib-effect-style4 .ult-new-ib-content, .ult-ib-effect-style4 .ult-new-ib-desc::after, .ult-ib-effect-style4 .ult-new-ib-desc::before, .ult-ib-effect-style4 img {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.ult-ib-effect-style4.ult-ib2-min-height img {
	height: 100%;
	max-width: none !important;
	width: auto !important;
}

.ult-ib-effect-style4:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style4:hover .ult-new-ib-desc::after, .ult-ib-effect-style4:hover .ult-new-ib-desc::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ib-effect-style4:hover .ult-new-ib-content, .ult-ib-effect-style4:hover .ult-new-ib-title {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style4:hover .ult-new-ib-content, .ult-ib-effect-style4:hover .ult-new-ib-desc::after, .ult-ib-effect-style4:hover .ult-new-ib-title, .ult-ib-effect-style4:hover img {
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

.ult-ib-effect-style5 .ult-new-ib-desc {
	top: auto;
	bottom: 0;
	padding: 15px;
	height: auto;
	background: #f2f2f2;
	color: #3c4a50;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.ult-ib-effect-style5 .ult-new-ib-content {
	position: absolute;
	top: auto;
	bottom: 100%;
	left: 0;
	width: 100%;
	padding: 25px;
	color: #fff;
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
}

.ult-ib-effect-style5 .ult-new-ib-title {
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
	text-align: center;
}

.ult-ib-effect-style5:hover .ult-new-ib-content, .ult-ib-effect-style5:hover .ult-new-ib-content * {
	opacity: 1 !important;
	z-index: 99 !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
}

.ult-ib-effect-style5:hover .ult-new-ib-desc, .ult-ib-effect-style5:hover .ult-new-ib-title {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ib-effect-style5:hover .ult-new-ib-title {
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
}

.ult-ib-effect-style6 .ult-new-ib-desc {
	padding: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ult-ib-effect-style6 .ult-new-ib-desc::before {
	position: absolute;
	content: "";
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
}

.ult-ib-effect-style6 .ult-new-ib-title {
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	webkit-transform: translate3d(0, 50%, 0);
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}

.ult-ib-effect-style6 .ult-new-ib-content, .ult-ib-effect-style6 .ult-new-ib-desc::before {
	opacity: 0;
	max-width: 100%;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.ult-ib-effect-style6:hover .ult-new-ib-title {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style6:hover .ult-new-ib-content, .ult-ib-effect-style6:hover .ult-new-ib-desc::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ib-effect-style6.ult-ib2-min-height img {
	height: 100%;
	max-width: none;
	width: auto;
}

.ult-ib-effect-style7 .ult-new-ib-desc {
	text-align: right;
}

.ult-ib-effect-style7 .ult-new-ib-content, .ult-ib-effect-style7 .ult-new-ib-title {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}

.ult-ib-effect-style7 .ult-new-ib-title {
	top: 30px;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

.ult-ib-effect-style7:hover .ult-new-ib-title {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style7 .ult-new-ib-title::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

.ult-ib-effect-style7 .ult-new-ib-content, .ult-ib-effect-style7 .ult-new-ib-title::after {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.ult-ib-effect-style7 .ult-new-ib-content {
	bottom: 30px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.ult-ib-effect-style7:hover .ult-new-ib-content, .ult-ib-effect-style7:hover .ult-new-ib-title::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style7.ult-ib2-min-height img {
	max-width: none;
	width: auto;
	height: 100%;
}

.ult-ib-effect-style8 img {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.ult-ib-effect-style8:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ib-effect-style8 .ult-new-ib-title {
	margin-top: 20%;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

.ult-ib-effect-style8:hover .ult-new-ib-title {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style8 .ult-new-ib-content {
	margin: 1em 0 0;
	padding: 35px;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1);
}

.ult-ib-effect-style8:hover .ult-new-ib-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

.ult-ib-effect-style9 img {
	width: -webkit-calc(100% + 60px) !important;
	width: calc(100% + 60px) !important;
	max-width: -webkit-calc(100% + 60px) !important;
	max-width: calc(100% + 60px) !important;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0);
}

.ult-ib-effect-style9:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style9 .ult-new-ib-desc::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

.ult-ib-effect-style9 .ult-new-ib-desc {
	padding: 45px;
	text-align: left;
}

.ult-ib-effect-style9 .ult-new-ib-title {
	padding: 30% 0 10px;
}

.ult-ib-effect-style9 .ult-new-ib-content {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.ult-ib-effect-style9:hover .ult-new-ib-content, .ult-ib-effect-style9:hover .ult-new-ib-desc::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style9.ult-ib2-min-height img {
	height: 100%;
	width: auto !important;
	max-width: none !important;
}

.ult-ib-effect-style10 .ult-new-ib-desc::after, .ult-ib-effect-style10 .ult-new-ib-desc::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.ult-ib-effect-style10 .ult-new-ib-desc::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}

.ult-ib-effect-style10 .ult-new-ib-desc::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.ult-ib-effect-style10:hover .ult-new-ib-desc::after, .ult-ib-effect-style10:hover .ult-new-ib-desc::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ib-effect-style10 .ult-new-ib-title {
	padding: 45px 35px 0;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

.ult-ib-effect-style10 .ult-new-ib-content {
	padding: 20px 45px;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

.ult-ib-effect-style10:hover .ult-new-ib-content, .ult-ib-effect-style10:hover .ult-new-ib-title {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style10.ult-ib2-min-height img {
	height: 100%;
	max-width: none;
	width: auto;
}

.ult-ib-effect-style11 {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.ult-ib-effect-style11 img {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.ult-new-ib.ult-ib-effect-style11.ult-ib2-min-height img {
	height: 100%;
	width: auto !important;
	max-width: none !important;
}

.ult-ib-effect-style11:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ib-effect-style11 .ult-new-ib-desc::after, .ult-ib-effect-style11 .ult-new-ib-desc::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: "";
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.ult-ib-effect-style11:hover .ult-new-ib-desc::before {
	opacity: .5;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.ult-ib-effect-style11:hover .ult-new-ib-desc::after {
	opacity: .5;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.ult-ib-effect-style11 .ult-new-ib-content, .ult-ib-effect-style11 .ult-new-ib-title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
}

.ult-ib-effect-style11 .ult-new-ib-title {
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
}

.ult-ib-effect-style11:hover .ult-new-ib-title {
	-webkit-transform: translate3d(0, -60px, 0);
	transform: translate3d(0, -60px, 0);
}

.ult-ib-effect-style11 .ult-new-ib-content {
	padding: 2px 25px;
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0);
}

.ult-ib-effect-style11:hover .ult-new-ib-content {
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
}

.ult-ib-effect-style12 .ult-new-ib-desc::after {
	position: absolute;
	content: "";
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.ult-ib-effect-style12:hover .ult-new-ib-desc::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style12 .ult-new-ib-desc {
	padding: 45px;
	text-align: left;
}

.ult-ib-effect-style12 .ult-new-ib-content {
	position: absolute;
	right: 60px;
	bottom: 60px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}

.ult-ib-effect-style12:hover .ult-new-ib-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style13 img {
	width: -webkit-calc(100% + 20px) !important;
	width: calc(100% + 20px) !important;
	max-width: -webkit-calc(100% + 20px) !important;
	max-width: calc(100% + 20px) !important;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ult-ib-effect-style13:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style13 .ult-new-ib-desc {
	text-align: left;
}

.ult-ib-effect-style13 .ult-new-ib-title {
	position: relative;
	overflow: hidden;
	padding: 5px 0 10px;
}

.ult-ib-effect-style13 .ult-new-ib-title::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.ult-ib-effect-style13:hover .ult-new-ib-title::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style13 .ult-new-ib-content {
	padding: 15px 0;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.ult-ib-effect-style13:hover .ult-new-ib-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style13.ult-ib2-min-height img {
	width: auto !important;
	max-width: none !important;
	height: 100%;
}

.ult-ib-effect-style14 img {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: scale(1.12);
	-ms-transform: scale(1.12);
	transform: scale(1.12);
}

.ult-ib-effect-style14.ult-ib2-min-height img {
	height: 100%;
	width: auto;
	max-width: none;
}

.ult-ib-effect-style14:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ib-effect-style14 .ult-new-ib-desc {
	padding: 45px;
}

.ult-ib-effect-style14 .ult-new-ib-desc::before {
	position: absolute;
	content: "";
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ult-ib-effect-style14 .ult-new-ib-content, .ult-ib-effect-style14 .ult-new-ib-desc::before {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.ult-ib-effect-style14 .ult-new-ib-title {
	padding: 10px 0 15px;
}

.ult-ib-effect-style14 .ult-new-ib-content {
	margin: 0 auto;
	max-width: 90%;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.ult-ib-effect-style14:hover .ult-new-ib-content, .ult-ib-effect-style14:hover .ult-new-ib-desc::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ib-effect-style15 img {
	width: -webkit-calc(100% + 60px) !important;
	width: calc(100% + 60px) !important;
	max-width: -webkit-calc(100% + 60px) !important;
	max-width: calc(100% + 60px) !important;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
	transform: translate3d(-30px, 0, 0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ult-ib-effect-style15:hover img {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

.ult-ib-effect-style15 .ult-new-ib-title {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 15px 20px;
	width: auto;
}

.ult-ib-effect-style15 .ult-new-ib-content {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

.ult-ib-effect-style15:hover .ult-new-ib-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-ib-effect-style15.ult-ib2-min-height img {
	height: 100%;
	width: auto !important;
	max-width: none !important;
}

.ult-new-ib.ult-ib-effect-style15:not(.ult-ib2-min-height) .ult-ib2-toggle-size, .ult-new-ib.ult-ib-effect-style5 .ult-ib2-toggle-size {
	left: 50%;
	width: auto !important;
	height: 100%;
	max-width: none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ult-new-ib img {
	border: none;
	padding: 0;
	margin: 0;
}

.ult-ib-effect-style15 p {
	width: 100%;
	border-right: none;
}

[class*=" ultsl-"], [class^=ultsl-] {
	font-family: ult-silk;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ultsl-arrow-right:before {
	content: "";
}

.ultsl-arrow-left:before {
	content: "";
}

.ultsl-arrow-right2:before {
	content: "";
}

.ultsl-arrow-left2:before {
	content: "";
}

.ultsl-arrow-right3:before {
	content: "";
}

.ultsl-arrow-left3:before {
	content: "";
}

.ultsl-checkbox-unchecked:before {
	content: "";
}

.ultsl-checkbox-partial:before {
	content: "";
}

.ultsl-radio-checked:before {
	content: "";
}

.ultsl-radio-unchecked:before {
	content: "";
}

.ultsl-record:before {
	content: "";
}

.ultsl-stop:before {
	content: "";
}

.ultsl-arrow-left4:before {
	content: "";
}

.ultsl-arrow-right4:before {
	content: "";
}

.ultsl-arrow-left5:before {
	content: "";
}

.ultsl-arrow-right5:before {
	content: "";
}

.ultsl-arrow-left6:before {
	content: "";
}

.ultsl-arrow-right6:before {
	content: "";
}

.ult-ih-container {
	visibility: hidden;
	opacity: 0;
}

.ult-ih-container, .ult-ih-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-ih-container {
	position: relative;
	clear: both;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.ult-ih-container ul.ult-ih-list {
	display: block;
	float: none;
	line-height: 0;
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ult-ih-container ul.ult-ih-list li.ult-ih-list-item {
	opacity: 1;
	display: inline-block;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	line-height: 0;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-stretch: normal;
	text-shadow: none;
	letter-spacing: normal;
	border: 0;
	word-wrap: normal;
	word-spacing: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	background: 0;
	background-image: none;
	margin: 0;
	padding: 0;
}

.ult-ih-container ul.ult-ih-list li.ult-ih-list-item:after, .ult-ih-container ul.ult-ih-list li.ult-ih-list-item:before {
	content: "";
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-stretch: normal;
	text-shadow: none;
	letter-spacing: normal;
	border: 0;
	word-wrap: normal;
	word-spacing: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	background: 0;
	background-image: none;
	margin: 0;
	padding: 0;
}

.ult-ih-container ul.ult-ih-list li.ult-ih-list-item.nitro-lazy {
	background-image: none !important;
}

.ult-ih-item {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item img.ult-ih-image {
	width: 100%;
	height: 100%;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ult-ih-item a.ult-ih-link {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	border: 0;
	background: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	letter-spacing: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	opacity: 1;
	visibility: visible;
	outline: 0;
}

.ult-ih-item a.ult-ih-link.after, .ult-ih-item a.ult-ih-link:before {
	content: "";
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	border: 0;
	background: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	letter-spacing: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	opacity: 1;
	visibility: visible;
	outline: 0;
}

.ult-ih-item a.ult-ih-link:active, .ult-ih-item a.ult-ih-link:focus, .ult-ih-item a.ult-ih-link:hover, .ult-ih-item a.ult-ih-link:visited {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	border: 0;
	background: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	letter-spacing: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	opacity: 1;
	visibility: visible;
	outline: 0;
}

.ult-ih-item .ult-ih-description-block .ult-ih-description, .ult-ih-item .ult-ih-description-block .ult-ih-description p, .ult-ih-item .ult-ih-heading-block, .ult-ih-item .ult-ih-heading-block .ult-ih-heading {
	line-height: normal;
	text-align: center;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-stretch: normal;
	text-shadow: none;
	letter-spacing: normal;
	border: 0;
	word-wrap: normal;
	word-spacing: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	background: 0;
	background-image: none;
	margin: 0;
	padding: 0;
}

.ult-ih-item .ult-ih-description-block .ult-ih-description.nitro-lazy, .ult-ih-item .ult-ih-description-block .ult-ih-description p.nitro-lazy, .ult-ih-item .ult-ih-heading-block.nitro-lazy, .ult-ih-item .ult-ih-heading-block .ult-ih-heading.nitro-lazy {
	background-image: none !important;
}

.ult-ih-item .ult-ih-description-block .ult-ih-description img {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ult-ih-item .ult-ih-divider-block {
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.ult-ih-item .ult-ih-divider-block .ult-ih-line {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.ult-ih-item .ult-ih-content {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ult-ih-item .ult-ih-image-block {
	position: relative;
	display: block;
}

.ult-ih-item .ult-ih-image-block:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item .ult-ih-image-block .ult-ih-wrapper {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
}

.ult-ih-item .ult-ih-info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	display: block;
	height: 100%;
	background: #e6e6e6;
}

.ult-ih-item .ult-ih-info .ult-ih-info-back {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ult-ih-item .ult-ih-heading-block {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

.ult-ih-item .ult-ih-divider-block {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
	margin-right: 10px;
}

.ult-ih-item .ult-ih-description-block {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

.ult-ih-item.ult-ih-circle {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ult-ih-item.ult-ih-circle .ult-ih-image-block {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ult-ih-item.ult-ih-circle .ult-ih-image-block img.ult-ih-image {
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
}

.ult-ih-item.ult-ih-circle .ult-ih-image-block:before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ult-ih-item.ult-ih-circle .ult-ih-image-block .ult-ih-wrapper {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ult-ih-item.ult-ih-circle .ult-ih-info {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ult-ih-item.ult-ih-circle .ult-ih-info .ult-ih-info-back {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ult-ih-item.ult-ih-square {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ult-ih-item.ult-ih-square .ult-ih-image-block {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ult-ih-item.ult-ih-square .ult-ih-image-block img.ult-ih-image {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.ult-ih-item.ult-ih-square .ult-ih-image-block:before {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ult-ih-item.ult-ih-square .ult-ih-image-block .ult-ih-wrapper {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ult-ih-item.ult-ih-square .ult-ih-info {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ult-ih-item.ult-ih-square .ult-ih-info .ult-ih-info-back {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1 .ult-ih-info .ult-ih-info-back {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ult-ih-item.ult-ih-square.ult-ih-effect1 .ult-ih-info .ult-ih-info-back {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1, .ult-ih-item.ult-ih-square.ult-ih-effect1 {
	-webkit-perspective: 900px;
	perspective: 900px;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect1 .ult-ih-image-block {
	-webkit-transition: all .35s linear;
	transition: all .35s linear;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect1 .ult-ih-info {
	background: rgba(0, 0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1 .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect1 .ult-ih-info .ult-ih-info-back {
	background-color: #e6e6e6;
	opacity: 1;
	visibility: hidden;
	-webkit-transition: all .35s linear;
	transition: all .35s linear;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect1:hover .ult-ih-image-block {
	opacity: 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1:hover .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect1:hover .ult-ih-info .ult-ih-info-back {
	opacity: 1;
	visibility: visible;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-top_to_bottom .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-top_to_bottom .ult-ih-info .ult-ih-info-back {
	-webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-top_to_bottom:hover .ult-ih-image-block {
	-webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-top_to_bottom:hover .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-top_to_bottom:hover .ult-ih-info .ult-ih-info-back {
	-webkit-transform: rotate3d(1, 0, 0, 0);
	-ms-transform: rotate3d(1, 0, 0, 0);
	transform: rotate3d(1, 0, 0, 0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-bottom_to_top:hover .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-bottom_to_top:hover .ult-ih-info .ult-ih-info-back {
	-webkit-transform: rotate3d(1, 0, 0, 0);
	-ms-transform: rotate3d(1, 0, 0, 0);
	transform: rotate3d(1, 0, 0, 0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-bottom_to_top:hover .ult-ih-image-block {
	-webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-bottom_to_top .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-bottom_to_top .ult-ih-info .ult-ih-info-back {
	-webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-right_to_left:hover .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-right_to_left:hover .ult-ih-info .ult-ih-info-back {
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	-ms-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-right_to_left:hover .ult-ih-image-block {
	-webkit-transform: translate3d(0, 0, -220px) rotate3d(0, 0, 1, 0);
	-ms-transform: translate3d(0, 0, -220px) rotate3d(0, 0, 1, 0);
	transform: translate3d(0, 0, -220px) rotate3d(0, 0, 1, 0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect1.ult-ih-right_to_left .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect1.ult-ih-right_to_left .ult-ih-info .ult-ih-info-back {
	-webkit-transform: translate3d(0, 0, 280px) rotate3d(0, 0, 1, 90deg);
	-ms-transform: translate3d(0, 0, 280px) rotate3d(0, 0, 1, 90deg);
	transform: translate3d(0, 0, 280px) rotate3d(0, 0, 1, 90deg);
}

.ult-ih-item.ult-ih-circle .spinner {
	position: relative;
	border-width: 10px;
	border-style: solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: transform .8s ease-out;
	-webkit-transition: -webkit-transform .8s ease-out;
	transition: -webkit-transform .8s ease-out;
	transition: transform .8s ease-out;
	transition: transform .8s ease-out, -webkit-transform .8s ease-out;
}

.ult-ih-item.ult-ih-square .spinner {
	position: relative;
	border-width: 10px;
	border-style: solid;
	z-index: 1;
	-webkit-transition: transform .8s ease-in-out;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.ult-ih-item.ult-ih-circle:hover .spinner, .ult-ih-item.ult-ih-square:hover .spinner {
	-webkit-transition: transform .8s ease-in-out;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect20, .ult-ih-item.ult-ih-square.ult-ih-effect20 {
	-webkit-perspective: 900px;
	perspective: 900px;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect20 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect20 .ult-ih-image-block {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	-webkit-transition: all .35s linear;
	transition: all .35s linear;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect20 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect20 .ult-ih-info {
	background: rgba(0, 0, 0, 0);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	height: auto;
	width: auto;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect20 .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect20 .ult-ih-info .ult-ih-info-back {
	background-color: #e6e6e6;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
	opacity: 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect20:hover .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect20:hover .ult-ih-info .ult-ih-info-back {
	opacity: 1;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect2 .ult-ih-image-block {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect2 .ult-ih-info {
	opacity: 0;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-left_to_right .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-left_to_right .ult-ih-info {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-left_to_right:hover .ult-ih-image-block {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-left_to_right:hover .ult-ih-info {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-right_to_left .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-right_to_left .ult-ih-info {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-right_to_left:hover .ult-ih-image-block {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-right_to_left:hover .ult-ih-info {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-top_to_bottom .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-top_to_bottom .ult-ih-info {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-top_to_bottom:hover .ult-ih-image-block {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-top_to_bottom:hover .ult-ih-info {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-bottom_to_top .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-bottom_to_top .ult-ih-info {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-bottom_to_top:hover .ult-ih-image-block {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect2.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect2.ult-ih-bottom_to_top:hover .ult-ih-info {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect3 .ult-ih-image-block {
	z-index: 11;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect3 .ult-ih-info {
	opacity: 0;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-left_to_right .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-left_to_right .ult-ih-image-block {
	-webkit-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-left_to_right .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-left_to_right .ult-ih-info {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-left_to_right:hover .ult-ih-image-block {
	-webkit-transform: scale(.5) translateX(100%);
	-ms-transform: scale(.5) translateX(100%);
	transform: scale(.5) translateX(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-left_to_right:hover .ult-ih-info {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-right_to_left:hover .ult-ih-image-block {
	-webkit-transform: scale(.5) translateX(-100%);
	-ms-transform: scale(.5) translateX(-100%);
	transform: scale(.5) translateX(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-right_to_left:hover .ult-ih-info {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-right_to_left .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-right_to_left .ult-ih-image-block {
	-webkit-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-right_to_left .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-right_to_left .ult-ih-info {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-top_to_bottom:hover .ult-ih-image-block {
	-webkit-transform: scale(.5) translateY(100%);
	-ms-transform: scale(.5) translateY(100%);
	transform: scale(.5) translateY(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-top_to_bottom:hover .ult-ih-info {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-top_to_bottom .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-top_to_bottom .ult-ih-image-block {
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-top_to_bottom .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-top_to_bottom .ult-ih-info {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-bottom_to_top:hover .ult-ih-image-block {
	-webkit-transform: scale(.5) translateY(-100%);
	-ms-transform: scale(.5) translateY(-100%);
	transform: scale(.5) translateY(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-bottom_to_top:hover .ult-ih-info {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-bottom_to_top .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-bottom_to_top .ult-ih-image-block {
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect3.ult-ih-bottom_to_top .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect3.ult-ih-bottom_to_top .ult-ih-info {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4 .ult-ih-image-block {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4 .ult-ih-info {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4 .ult-ih-info .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect4 .ult-ih-info .ult-ih-description {
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4:hover .ult-ih-image-block {
	opacity: 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4:hover .ult-ih-info {
	visibility: visible;
	opacity: 1;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-left_to_right:hover .ult-ih-image-block {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-left_to_right:hover .ult-ih-info {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-left_to_right .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-left_to_right .ult-ih-image-block {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-left_to_right .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-left_to_right .ult-ih-info {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-right_to_left:hover .ult-ih-image-block {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-right_to_left:hover .ult-ih-info {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-right_to_left .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-right_to_left .ult-ih-image-block {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-right_to_left .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-right_to_left .ult-ih-info {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-top_to_bottom:hover .ult-ih-image-block {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-top_to_bottom:hover .ult-ih-info {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-top_to_bottom .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-top_to_bottom .ult-ih-image-block {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-top_to_bottom .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-top_to_bottom .ult-ih-info {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-bottom_to_top:hover .ult-ih-image-block {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-bottom_to_top:hover .ult-ih-info {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-bottom_to_top .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-bottom_to_top .ult-ih-image-block {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect4.ult-ih-bottom_to_top .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect4.ult-ih-bottom_to_top .ult-ih-info {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect5 .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect5 .ult-ih-info .ult-ih-info-back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect5 .ult-ih-info .ult-ih-info-back {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ult-ih-item.ult-ih-square.ult-ih-effect5 .ult-ih-info .ult-ih-info-back {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect5, .ult-ih-item.ult-ih-square.ult-ih-effect5 {
	-webkit-perspective: 900px;
	perspective: 900px;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect5:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect5:hover .ult-ih-info {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	-ms-transform: rotate3d(0, 1, 0, -180deg);
	transform: rotate3d(0, 1, 0, -180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect5:hover .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect5:hover .ult-ih-info .ult-ih-info-back {
	visibility: visible;
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect5 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect5 .ult-ih-info {
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect5 .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect5 .ult-ih-info .ult-ih-info-back {
	background-color: #e6e6e6;
	visibility: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate3d(0, 1, 0, 180deg);
	-ms-transform: rotate3d(0, 1, 0, 180deg);
	transform: rotate3d(0, 1, 0, 180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect6 .ult-ih-image-block {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect6 .ult-ih-info {
	opacity: 0;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_up:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_up:hover .ult-ih-image-block {
	opacity: 0;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_up:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_up:hover .ult-ih-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_up .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_up .ult-ih-info {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_down:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_down:hover .ult-ih-image-block {
	opacity: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_down:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_down:hover .ult-ih-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_down .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_down .ult-ih-info {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_down_up:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_down_up:hover .ult-ih-image-block {
	opacity: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_down_up:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_down_up:hover .ult-ih-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect6.ult-ih-scale_down_up .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect6.ult-ih-scale_down_up .ult-ih-info {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all .35s ease-in-out .2s;
	transition: all .35s ease-in-out .2s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect7 .ult-ih-image-block {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7 .ult-ih-info {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .35s ease .2s;
	transition: all .35s ease .2s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7>.ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7>.ult-ih-info {
	pointer-events: none;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7>.ult-ih-info *, .ult-ih-item.ult-ih-square.ult-ih-effect7>.ult-ih-info * {
	pointer-events: all;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect7:hover .ult-ih-image-block {
	opacity: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7:hover .ult-ih-info {
	visibility: visible;
	z-index: 0;
	opacity: 1;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7.ult-ih-left_to_right:hover .ult-ih-info {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7.ult-ih-left_to_right .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7.ult-ih-left_to_right .ult-ih-info {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7.ult-ih-right_to_left:hover .ult-ih-info {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7.ult-ih-right_to_left .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7.ult-ih-right_to_left .ult-ih-info {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7.ult-ih-top_to_bottom:hover .ult-ih-info {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7.ult-ih-top_to_bottom .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7.ult-ih-top_to_bottom .ult-ih-info {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7.ult-ih-bottom_to_top:hover .ult-ih-info {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect7.ult-ih-bottom_to_top .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect7.ult-ih-bottom_to_top .ult-ih-info {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8 .ult-ih-image-block-container, .ult-ih-item.ult-ih-square.ult-ih-effect8 .ult-ih-image-block-container {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8 .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8 .ult-ih-image-block-container .ult-ih-image-block {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out .3s;
	transition: all .3s ease-in-out .3s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8 .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8 .info-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .3s ease-in-out .3s;
	transition: all .3s ease-in-out .3s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect8 .ult-ih-info {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all .35s ease-in-out .6s;
	transition: all .35s ease-in-out .6s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8:hover .ult-ih-image-block-container, .ult-ih-item.ult-ih-square.ult-ih-effect8:hover .ult-ih-image-block-container {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8:hover .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8:hover .ult-ih-image-block-container .ult-ih-image-block {
	opacity: 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8:hover .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8:hover .info-container {
	opacity: 1;
	z-index: 1;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8:hover .info-container .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect8:hover .info-container .ult-ih-info {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-left_to_right:hover .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-left_to_right:hover .ult-ih-image-block-container .ult-ih-image-block {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-left_to_right:hover .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-left_to_right:hover .info-container {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-left_to_right .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-left_to_right .ult-ih-image-block-container .ult-ih-image-block {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-left_to_right .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-left_to_right .info-container {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-right_to_left:hover .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-right_to_left:hover .ult-ih-image-block-container .ult-ih-image-block {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-right_to_left:hover .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-right_to_left:hover .info-container {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-right_to_left .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-right_to_left .ult-ih-image-block-container .ult-ih-image-block {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-right_to_left .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-right_to_left .info-container {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-top_to_bottom:hover .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-top_to_bottom:hover .ult-ih-image-block-container .ult-ih-image-block {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-top_to_bottom:hover .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-top_to_bottom:hover .info-container {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-top_to_bottom .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-top_to_bottom .ult-ih-image-block-container .ult-ih-image-block {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-top_to_bottom .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-top_to_bottom .info-container {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-bottom_to_top:hover .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-bottom_to_top:hover .ult-ih-image-block-container .ult-ih-image-block {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-bottom_to_top:hover .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-bottom_to_top:hover .info-container {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-bottom_to_top .ult-ih-image-block-container .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-bottom_to_top .ult-ih-image-block-container .ult-ih-image-block {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect8.ult-ih-bottom_to_top .info-container, .ult-ih-item.ult-ih-square.ult-ih-effect8.ult-ih-bottom_to_top .info-container {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9 .ult-ih-image-block {
	opacity: 1;
	z-index: 1;
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect9 .ult-ih-info {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all .35s ease .2s;
	transition: all .35s ease .2s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9:hover .ult-ih-image-block {
	opacity: 0;
	z-index: -1;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect9:hover .ult-ih-info {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9.ult-ih-left_to_right:hover .ult-ih-image-block {
	-webkit-transform: translateX(100%) rotate(180deg);
	-ms-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9.ult-ih-left_to_right .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9.ult-ih-left_to_right .ult-ih-image-block {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9.ult-ih-right_to_left:hover .ult-ih-image-block {
	-webkit-transform: translateX(-100%) rotate(-180deg);
	-ms-transform: translateX(-100%) rotate(-180deg);
	transform: translateX(-100%) rotate(-180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9.ult-ih-right_to_left .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9.ult-ih-right_to_left .ult-ih-image-block {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9.ult-ih-top_to_bottom:hover .ult-ih-image-block {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9.ult-ih-top_to_bottom .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9.ult-ih-top_to_bottom .ult-ih-image-block {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9.ult-ih-bottom_to_top:hover .ult-ih-image-block {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect9.ult-ih-bottom_to_top .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect9.ult-ih-bottom_to_top .ult-ih-image-block {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect10 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect10 .ult-ih-image-block {
	z-index: 11;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect10 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect10 .ult-ih-info {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect10:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect10:hover .ult-ih-info {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect10.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect10.ult-ih-top_to_bottom:hover .ult-ih-image-block {
	-webkit-transform: translateY(25%) scale(.5);
	-ms-transform: translateY(25%) scale(.5);
	transform: translateY(25%) scale(.5);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect10.ult-ih-top_to_bottom .ult-ih-content, .ult-ih-item.ult-ih-square.ult-ih-effect10.ult-ih-top_to_bottom .ult-ih-content {
	top: 25%;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect10.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect10.ult-ih-bottom_to_top:hover .ult-ih-image-block {
	-webkit-transform: translateY(-25%) scale(.5);
	-ms-transform: translateY(-25%) scale(.5);
	transform: translateY(-25%) scale(.5);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect10.ult-ih-bottom_to_top .ult-ih-content, .ult-ih-item.ult-ih-square.ult-ih-effect10.ult-ih-bottom_to_top .ult-ih-content {
	top: auto;
	bottom: 25%;
	-webkit-transform: translateY(25%);
	-ms-transform: translateY(25%);
	transform: translateY(25%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11, .ult-ih-item.ult-ih-square.ult-ih-effect11 {
	-webkit-perspective: 900px;
	perspective: 900px;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11:hover .ult-ih-image-block {
	opacity: 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11:hover .ult-ih-info {
	visibility: visible;
	opacity: 1;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11 .ult-ih-image-block {
	opacity: 1;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11 .ult-ih-info {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .35s ease .35s;
	transition: all .35s ease .35s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-left_to_right:hover .ult-ih-image-block {
	-webkit-transform: translateZ(-1000px) rotateY(90deg);
	-ms-transform: translateZ(-1000px) rotateY(90deg);
	transform: translateZ(-1000px) rotateY(90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-left_to_right:hover .ult-ih-info {
	-webkit-transform: translateZ(0) rotateY(0);
	-ms-transform: translateZ(0) rotateY(0);
	transform: translateZ(0) rotateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-left_to_right .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-left_to_right .ult-ih-image-block {
	-webkit-transform: translateZ(0) rotateY(0);
	-ms-transform: translateZ(0) rotateY(0);
	transform: translateZ(0) rotateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-left_to_right .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-left_to_right .ult-ih-info {
	-webkit-transform: translateZ(-1000px) rotateY(-90deg);
	-ms-transform: translateZ(-1000px) rotateY(-90deg);
	transform: translateZ(-1000px) rotateY(-90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-right_to_left:hover .ult-ih-image-block {
	-webkit-transform: translateZ(-1000px) rotateY(-90deg);
	-ms-transform: translateZ(-1000px) rotateY(-90deg);
	transform: translateZ(-1000px) rotateY(-90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-right_to_left:hover .ult-ih-info {
	-webkit-transform: translateZ(0) rotateY(0);
	-ms-transform: translateZ(0) rotateY(0);
	transform: translateZ(0) rotateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-right_to_left .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-right_to_left .ult-ih-image-block {
	-webkit-transform: translateZ(0) rotateY(0);
	-ms-transform: translateZ(0) rotateY(0);
	transform: translateZ(0) rotateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-right_to_left .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-right_to_left .ult-ih-info {
	-webkit-transform: translateZ(-1000px) rotateY(90deg);
	-ms-transform: translateZ(-1000px) rotateY(90deg);
	transform: translateZ(-1000px) rotateY(90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-top_to_bottom .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-top_to_bottom .ult-ih-image-block {
	-webkit-transform: translateZ(0) rotateX(0);
	-ms-transform: translateZ(0) rotateX(0);
	transform: translateZ(0) rotateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-top_to_bottom .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-top_to_bottom .ult-ih-info {
	-webkit-transform: translateZ(-1000px) rotateX(90deg);
	-ms-transform: translateZ(-1000px) rotateX(90deg);
	transform: translateZ(-1000px) rotateX(90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-top_to_bottom:hover .ult-ih-image-block {
	-webkit-transform: translateZ(-1000px) rotateX(-90deg);
	-ms-transform: translateZ(-1000px) rotateX(-90deg);
	transform: translateZ(-1000px) rotateX(-90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-top_to_bottom:hover .ult-ih-info {
	-webkit-transform: translateZ(0) rotateX(0);
	-ms-transform: translateZ(0) rotateX(0);
	transform: translateZ(0) rotateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-bottom_to_top:hover .ult-ih-image-block {
	-webkit-transform: translateZ(-1000px) rotateX(90deg);
	-ms-transform: translateZ(-1000px) rotateX(90deg);
	transform: translateZ(-1000px) rotateX(90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-bottom_to_top:hover .ult-ih-info {
	-webkit-transform: translateZ(0) rotateX(0);
	-ms-transform: translateZ(0) rotateX(0);
	transform: translateZ(0) rotateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-bottom_to_top .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-bottom_to_top .ult-ih-image-block {
	-webkit-transform: translateZ(0) rotateX(0);
	-ms-transform: translateZ(0) rotateX(0);
	transform: translateZ(0) rotateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect11.ult-ih-bottom_to_top .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect11.ult-ih-bottom_to_top .ult-ih-info {
	-webkit-transform: translateZ(-1000px) rotateX(-90deg);
	-ms-transform: translateZ(-1000px) rotateX(-90deg);
	transform: translateZ(-1000px) rotateX(-90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12:hover .ult-ih-image-block {
	opacity: 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12:hover .ult-ih-info {
	opacity: 1;
	visibility: visible;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12 .ult-ih-image-block {
	opacity: 1;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12 .ult-ih-info {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-left_to_right:hover .ult-ih-image-block {
	-webkit-transform: translateX(100%) rotate(180deg);
	-ms-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-left_to_right:hover .ult-ih-info {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-left_to_right .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-left_to_right .ult-ih-image-block {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-left_to_right .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-left_to_right .ult-ih-info {
	-webkit-transform: translateX(100%) rotate(180deg);
	-ms-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-right_to_left:hover .ult-ih-image-block {
	-webkit-transform: translateX(-100%) rotate(-180deg);
	-ms-transform: translateX(-100%) rotate(-180deg);
	transform: translateX(-100%) rotate(-180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-right_to_left:hover .ult-ih-info {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-right_to_left .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-right_to_left .ult-ih-image-block {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-right_to_left .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-right_to_left .ult-ih-info {
	-webkit-transform: translateX(-100%) rotate(-180deg);
	-ms-transform: translateX(-100%) rotate(-180deg);
	transform: translateX(-100%) rotate(-180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-top_to_bottom:hover .ult-ih-image-block {
	-webkit-transform: translateY(-100%) rotate(-180deg);
	-ms-transform: translateY(-100%) rotate(-180deg);
	transform: translateY(-100%) rotate(-180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-top_to_bottom:hover .ult-ih-info {
	-webkit-transform: translateY(0) rotate(0);
	-ms-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-top_to_bottom .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-top_to_bottom .ult-ih-image-block {
	-webkit-transform: translateY(0) rotate(0);
	-ms-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-top_to_bottom .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-top_to_bottom .ult-ih-info {
	-webkit-transform: translateY(-100%) rotate(-180deg);
	-ms-transform: translateY(-100%) rotate(-180deg);
	transform: translateY(-100%) rotate(-180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-bottom_to_top:hover .ult-ih-image-block {
	-webkit-transform: translateY(100%) rotate(180deg);
	-ms-transform: translateY(100%) rotate(180deg);
	transform: translateY(100%) rotate(180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-bottom_to_top:hover .ult-ih-info {
	-webkit-transform: translateY(0) rotate(0);
	-ms-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-bottom_to_top .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-bottom_to_top .ult-ih-image-block {
	-webkit-transform: translateY(0) rotate(0);
	-ms-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-bottom_to_top .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-bottom_to_top .ult-ih-info {
	-webkit-transform: translateY(100%) rotate(180deg);
	-ms-transform: translateY(100%) rotate(180deg);
	transform: translateY(100%) rotate(180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12 .ult-ih-image-block {
	opacity: 1;
	z-index: 1;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12 .ult-ih-info {
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12:hover .ult-ih-image-block {
	opacity: 0;
	z-index: -1;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12:hover .ult-ih-info {
	opacity: 1;
	z-index: 1;
	visibility: visible;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-left_to_right:hover .ult-ih-image-block {
	-webkit-transform: translateX(100%) rotate(180deg);
	-ms-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-left_to_right:hover .ult-ih-info {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-left_to_right .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-left_to_right .ult-ih-image-block {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-left_to_right .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-left_to_right .ult-ih-info {
	-webkit-transform: translateX(100%) rotate(180deg);
	-ms-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-right_to_left:hover .ult-ih-image-block {
	-webkit-transform: translateX(-100%) rotate(-180deg);
	-ms-transform: translateX(-100%) rotate(-180deg);
	transform: translateX(-100%) rotate(-180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-right_to_left:hover .ult-ih-info {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-right_to_left .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-right_to_left .ult-ih-image-block {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-right_to_left .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-right_to_left .ult-ih-info {
	-webkit-transform: translateX(-100%) rotate(-180deg);
	-ms-transform: translateX(-100%) rotate(-180deg);
	transform: translateX(-100%) rotate(-180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-top_to_bottom:hover .ult-ih-image-block {
	-webkit-transform: translateY(-100%) rotate(-180deg);
	-ms-transform: translateY(-100%) rotate(-180deg);
	transform: translateY(-100%) rotate(-180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-top_to_bottom:hover .ult-ih-info {
	-webkit-transform: translateY(0) rotate(0);
	-ms-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-top_to_bottom .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-top_to_bottom .ult-ih-image-block {
	-webkit-transform: translateY(0) rotate(0);
	-ms-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-top_to_bottom .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-top_to_bottom .ult-ih-info {
	-webkit-transform: translateY(-100%) rotate(-180deg);
	-ms-transform: translateY(-100%) rotate(-180deg);
	transform: translateY(-100%) rotate(-180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-bottom_to_top:hover .ult-ih-image-block {
	-webkit-transform: translateY(100%) rotate(180deg);
	-ms-transform: translateY(100%) rotate(180deg);
	transform: translateY(100%) rotate(180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-bottom_to_top:hover .ult-ih-info {
	-webkit-transform: translateY(0) rotate(0);
	-ms-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-bottom_to_top .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-bottom_to_top .ult-ih-image-block {
	-webkit-transform: translateY(0) rotate(0);
	-ms-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect12.ult-ih-bottom_to_top .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect12.ult-ih-bottom_to_top .ult-ih-info {
	-webkit-transform: translateY(100%) rotate(180deg);
	-ms-transform: translateY(100%) rotate(180deg);
	transform: translateY(100%) rotate(180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect13 .ult-ih-info {
	opacity: 0;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13 .ult-ih-info .ult-ih-heading, .ult-ih-item.ult-ih-square.ult-ih-effect13 .ult-ih-info .ult-ih-heading {
	visibility: hidden;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13 .ult-ih-info .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect13 .ult-ih-info .ult-ih-description {
	visibility: hidden;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect13:hover .ult-ih-info {
	opacity: 1;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13:hover .ult-ih-heading, .ult-ih-item.ult-ih-square.ult-ih-effect13:hover .ult-ih-heading {
	visibility: visible;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13:hover .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect13:hover .ult-ih-description {
	visibility: visible;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-right_to_left .ult-ih-info .ult-ih-heading, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-right_to_left .ult-ih-info .ult-ih-heading {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-right_to_left .ult-ih-info .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-right_to_left .ult-ih-info .ult-ih-description {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-right_to_left:hover .ult-ih-heading, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-right_to_left:hover .ult-ih-heading {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-right_to_left:hover .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-right_to_left:hover .ult-ih-description {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-left_to_right .ult-ih-info .ult-ih-heading, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-left_to_right .ult-ih-info .ult-ih-heading {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-left_to_right .ult-ih-info .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-left_to_right .ult-ih-info .ult-ih-description {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-left_to_right:hover .ult-ih-heading, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-left_to_right:hover .ult-ih-heading {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-left_to_right:hover .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-left_to_right:hover .ult-ih-description {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-top_to_bottom .ult-ih-info .ult-ih-heading, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-top_to_bottom .ult-ih-info .ult-ih-heading {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-top_to_bottom .ult-ih-info .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-top_to_bottom .ult-ih-info .ult-ih-description {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-top_to_bottom:hover .ult-ih-heading, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-top_to_bottom:hover .ult-ih-heading {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-top_to_bottom:hover .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-top_to_bottom:hover .ult-ih-description {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-bottom_to_top .ult-ih-info .ult-ih-heading, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-bottom_to_top .ult-ih-info .ult-ih-heading {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-bottom_to_top .ult-ih-info .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-bottom_to_top .ult-ih-info .ult-ih-description {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-bottom_to_top:hover .ult-ih-heading, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-bottom_to_top:hover .ult-ih-heading {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect13.ult-ih-bottom_to_top:hover .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect13.ult-ih-bottom_to_top:hover .ult-ih-description {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14, .ult-ih-item.ult-ih-square.ult-ih-effect14 {
	-webkit-perspective: 900px;
	perspective: 900px;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect14 .ult-ih-image-block {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect14 .ult-ih-info {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .35s ease-in-out .3s;
	transition: all .35s ease-in-out .3s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect14:hover .ult-ih-image-block {
	opacity: 0;
	visibility: hidden;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect14:hover .ult-ih-info {
	visibility: visible;
	opacity: 1;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-left_to_right .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-left_to_right .ult-ih-image-block {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-left_to_right .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-left_to_right .ult-ih-info {
	-webkit-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-left_to_right:hover .ult-ih-image-block {
	-webkit-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-left_to_right:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-left_to_right:hover .ult-ih-info {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-right_to_left .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-right_to_left .ult-ih-image-block {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-right_to_left .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-right_to_left .ult-ih-info {
	-webkit-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-right_to_left:hover .ult-ih-image-block {
	-webkit-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-right_to_left:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-right_to_left:hover .ult-ih-info {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-top_to_bottom .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-top_to_bottom .ult-ih-image-block {
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-top_to_bottom .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-top_to_bottom .ult-ih-info {
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-top_to_bottom:hover .ult-ih-image-block {
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-top_to_bottom:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-top_to_bottom:hover .ult-ih-info {
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-bottom_to_top .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-bottom_to_top .ult-ih-image-block {
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-bottom_to_top .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-bottom_to_top .ult-ih-info {
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-bottom_to_top:hover .ult-ih-image-block {
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect14.ult-ih-bottom_to_top:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect14.ult-ih-bottom_to_top:hover .ult-ih-info {
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect15:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect15:hover .ult-ih-image-block {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.5) rotate(720deg);
	-ms-transform: scale(.5) rotate(720deg);
	transform: scale(.5) rotate(720deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect15:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect15:hover .ult-ih-info {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect15 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect15 .ult-ih-image-block {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect15 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect15 .ult-ih-info {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.5) rotate(-720deg);
	-ms-transform: scale(.5) rotate(-720deg);
	transform: scale(.5) rotate(-720deg);
	-webkit-transition: all .35s ease-in-out .3s;
	transition: all .35s ease-in-out .3s;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect16 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect16 .ult-ih-image-block {
	z-index: 11;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect16 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect16 .ult-ih-info {
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect16 .ult-ih-info .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect16 .ult-ih-info .ult-ih-description {
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect16.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect16.ult-ih-left_to_right:hover .ult-ih-image-block {
	-webkit-transform: rotate(-170deg);
	-ms-transform: rotate(-170deg);
	transform: rotate(-170deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect16.ult-ih-left_to_right .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect16.ult-ih-left_to_right .ult-ih-image-block {
	-webkit-transform-origin: 95% 50%;
	-ms-transform-origin: 95% 50%;
	transform-origin: 95% 50%;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect16.ult-ih-left_to_right .ult-ih-image-block:after, .ult-ih-item.ult-ih-square.ult-ih-effect16.ult-ih-left_to_right .ult-ih-image-block:after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	left: 95%;
	margin: -4px 0 0 -4px;
	background: rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .9);
	box-shadow: 0 0 1px rgba(255, 255, 255, .9);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect16.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect16.ult-ih-right_to_left:hover .ult-ih-image-block {
	-webkit-transform: rotate(170deg);
	-ms-transform: rotate(170deg);
	transform: rotate(170deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect16.ult-ih-right_to_left .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect16.ult-ih-right_to_left .ult-ih-image-block {
	-webkit-transform-origin: 5% 50%;
	-ms-transform-origin: 5% 50%;
	transform-origin: 5% 50%;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect16.ult-ih-right_to_left .ult-ih-image-block:after, .ult-ih-item.ult-ih-square.ult-ih-effect16.ult-ih-right_to_left .ult-ih-image-block:after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	left: 5%;
	margin: -4px 0 0 -4px;
	background: rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .9);
	box-shadow: 0 0 1px rgba(255, 255, 255, .9);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect17 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect17 .ult-ih-info {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect17 .ult-ih-info .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect17 .ult-ih-info .ult-ih-description {
	opacity: 0;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect17:hover .ult-ih-image-block:before, .ult-ih-item.ult-ih-square.ult-ih-effect17:hover .ult-ih-image-block:before {
	-webkit-box-shadow: inset 0 0 0 500px inherit, inset 0 0 0 16px rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 0 500px rgba(0, 0, 0, .6), inset 0 0 0 16px rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 0 500px inherit, inset 0 0 0 16px rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 0 500px rgba(0, 0, 0, .6), inset 0 0 0 16px rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .1);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect17:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect17:hover .ult-ih-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect17:hover .ult-ih-info .ult-ih-description, .ult-ih-item.ult-ih-square.ult-ih-effect17:hover .ult-ih-info .ult-ih-description {
	opacity: 1;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect18 .ult-ih-info .ult-ih-info-back {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ult-ih-item.ult-ih-square.ult-ih-effect18 .ult-ih-info .ult-ih-info-back {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect18, .ult-ih-item.ult-ih-square.ult-ih-effect18 {
	-webkit-perspective: 900px;
	perspective: 900px;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect18 .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect18 .ult-ih-image-block {
	z-index: 11;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect18 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect18 .ult-ih-info {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect18 .ult-ih-info .ult-ih-info-back, .ult-ih-item.ult-ih-square.ult-ih-effect18 .ult-ih-info .ult-ih-info-back {
	opacity: 1;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect18.ult-ih-bottom_to_top:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect18.ult-ih-bottom_to_top:hover .ult-ih-image-block {
	-webkit-transform: rotate3d(1, 0, 0, 180deg);
	-ms-transform: rotate3d(1, 0, 0, 180deg);
	transform: rotate3d(1, 0, 0, 180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect18.ult-ih-bottom_to_top .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect18.ult-ih-bottom_to_top .ult-ih-image-block {
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect18.ult-ih-top_to_bottom:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect18.ult-ih-top_to_bottom:hover .ult-ih-image-block {
	-webkit-transform: rotate3d(1, 0, 0, -180deg);
	-ms-transform: rotate3d(1, 0, 0, -180deg);
	transform: rotate3d(1, 0, 0, -180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect18.ult-ih-top_to_bottom .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect18.ult-ih-top_to_bottom .ult-ih-image-block {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect18.ult-ih-left_to_right:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect18.ult-ih-left_to_right:hover .ult-ih-image-block {
	-webkit-transform: rotate3d(0, 1, 0, 180deg);
	-ms-transform: rotate3d(0, 1, 0, 180deg);
	transform: rotate3d(0, 1, 0, 180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect18.ult-ih-left_to_right .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect18.ult-ih-left_to_right .ult-ih-image-block {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect18.ult-ih-right_to_left:hover .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect18.ult-ih-right_to_left:hover .ult-ih-image-block {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	-ms-transform: rotate3d(0, 1, 0, -180deg);
	transform: rotate3d(0, 1, 0, -180deg);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect18.ult-ih-right_to_left .ult-ih-image-block, .ult-ih-item.ult-ih-square.ult-ih-effect18.ult-ih-right_to_left .ult-ih-image-block {
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.ult-ih-item.ult-ih-circle.ult-ih-effect19:hover .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect19:hover .ult-ih-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-ih-item.ult-ih-circle.ult-ih-effect19 .ult-ih-info, .ult-ih-item.ult-ih-square.ult-ih-effect19 .ult-ih-info {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ult-easy-separator-wrapper {
	position: absolute;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ult-easy-separator-wrapper.ult-top-easy-separator {
	top: 0;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ult-easy-separator-wrapper.ult-bottom-easy-separator {
	top: auto;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.ult-easy-separator-wrapper.ult-left-img {
	left: 0;
	right: auto;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.ult-easy-separator-wrapper.ult-right-img {
	right: 0;
	left: auto;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.ult-easy-separator-wrapper .ult-easy-separator-img {
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 100%;
	width: 100%;
}

.ult-easy-separator-no-default.ult-bottom-easy-separator, .ult-easy-separator-no-default.ult-top-easy-separator {
	-webkit-transform: translate(-50%, 0) !important;
	-ms-transform: translate(-50%, 0) !important;
	transform: translate(-50%, 0) !important;
}

.ult-easy-separator-inner-wrapper {
	position: relative;
}

.ult-easy-separator-inner-wrapper a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99;
	text-decoration: none;
	border: none;
	text-shadow: none;
	top: 0;
	left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.ultb3-box {
	width: 100%;
	display: block;
	position: relative;
	background: #f2f2f2;
	overflow: hidden;
}

img.ultb3-img {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: none;
	width: auto !important;
	float: none;
	margin: 0 auto;
	display: block;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.ultb3-box-overlay {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.ultb3-info {
	padding: 25px;
	position: relative;
	z-index: 5;
}

.ultb3-info.ib3-info-center {
	text-align: center;
}

.ultb3-info.ib3-info-right {
	text-align: right;
}

img.ultb3-img.ultb3-img-top-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

img.ultb3-img.ultb3-img-top-right {
	left: auto;
	right: 0;
}

img.ultb3-img.ultb3-img-center-left {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

img.ultb3-img.ultb3-img-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

img.ultb3-img.ultb3-img-center-right {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: auto;
	right: 0;
}

img.ultb3-img.ultb3-img-bottom-center, img.ultb3-img.ultb3-img-bottom-left, img.ultb3-img.ultb3-img-bottom-right {
	top: auto;
	bottom: 0;
}

img.ultb3-img.ultb3-img-bottom-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

img.ultb3-img.ultb3-img-bottom-right {
	right: 0;
	left: auto;
}

.ultb3-box .ultb3-title {
	font-size: 40px;
	color: #252525;
	line-height: 1.35em;
	margin-bottom: 5px;
}

.ultb3-desc {
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

a.ultb3-btn {
	display: inline-block;
	color: #0483d9;
	text-align: center;
	font-size: 20px;
	padding: 15px 25px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #0483d9;
	position: relative;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}

a.ultb3-btn i {
	position: absolute;
	left: auto;
	right: 25px;
	top: 50%;
	opacity: 0;
	width: auto;
	height: auto;
	font-size: inherit !important;
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

a.ultb3-btn:hover i {
	right: 20px;
	opacity: 1;
}

a.ultb3-btn:hover {
	padding-right: 45px;
}

a.ultb3-btn:active, a.ultb3-btn:focus, a.ultb3-btn:hover, a.ultb3-btn:visited {
	text-decoration: none;
	color: inherit;
	outline: 0;
}

.ultb3-hover-1 .ultb3-img.ultb3-img-top-center, .ultb3-hover-1 .ultb3-img.ultb3-img-top-left, .ultb3-hover-1 .ultb3-img.ultb3-img-top-right {
	top: -50px;
}

.ultb3-hover-1:hover .ultb3-img.ultb3-img-top-center, .ultb3-hover-1:hover .ultb3-img.ultb3-img-top-left, .ultb3-hover-1:hover .ultb3-img.ultb3-img-top-right {
	top: 0;
}

.ultb3-hover-1 .ultb3-img.ultb3-img-center-left {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ultb3-hover-1:hover .ultb3-img.ultb3-img-center-left {
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
}

.ultb3-hover-1 .ultb3-img.ultb3-img-center {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ultb3-hover-1:hover .ultb3-img.ultb3-img-center {
	-webkit-transform: translate(-50%, -25%);
	-ms-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
}

.ultb3-hover-1 .ultb3-img.ultb3-img-center-right {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ultb3-hover-1:hover .ultb3-img.ultb3-img-center-right {
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
}

.ultb3-hover-1 .ultb3-img.ultb3-img-bottom-center, .ultb3-hover-1 .ultb3-img.ultb3-img-bottom-left, .ultb3-hover-1 .ultb3-img.ultb3-img-bottom-right {
	bottom: 0;
}

.ultb3-hover-1:hover .ultb3-img.ultb3-img-bottom-center, .ultb3-hover-1:hover .ultb3-img.ultb3-img-bottom-left, .ultb3-hover-1:hover .ultb3-img.ultb3-img-bottom-right {
	bottom: -50px;
}

.ultb3-hover-2 .ultb3-img.ultb3-img-top-center, .ultb3-hover-2 .ultb3-img.ultb3-img-top-left, .ultb3-hover-2 .ultb3-img.ultb3-img-top-right {
	top: 0;
}

.ultb3-hover-2:hover .ultb3-img.ultb3-img-top-center, .ultb3-hover-2:hover .ultb3-img.ultb3-img-top-left, .ultb3-hover-2:hover .ultb3-img.ultb3-img-top-right {
	top: -50px;
}

.ultb3-hover-2 .ultb3-img.ultb3-img-center-left {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ultb3-hover-2:hover .ultb3-img.ultb3-img-center-left {
	-webkit-transform: translateY(-75%);
	-ms-transform: translateY(-75%);
	transform: translateY(-75%);
}

.ultb3-hover-2 .ultb3-img.ultb3-img-center {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ultb3-hover-2:hover .ultb3-img.ultb3-img-center {
	-webkit-transform: translate(-50%, -75%);
	-ms-transform: translate(-50%, -75%);
	transform: translate(-50%, -75%);
}

.ultb3-hover-2 .ultb3-img.ultb3-img-center-right {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ultb3-hover-2:hover .ultb3-img.ultb3-img-center-right {
	-webkit-transform: translateY(-75%);
	-ms-transform: translateY(-75%);
	transform: translateY(-75%);
}

.ultb3-hover-2 .ultb3-img.ultb3-img-bottom-center, .ultb3-hover-2 .ultb3-img.ultb3-img-bottom-left, .ultb3-hover-2 .ultb3-img.ultb3-img-bottom-right {
	bottom: -50px;
}

.ultb3-hover-2:hover .ultb3-img.ultb3-img-bottom-center, .ultb3-hover-2:hover .ultb3-img.ultb3-img-bottom-left, .ultb3-hover-2:hover .ultb3-img.ultb3-img-bottom-right {
	bottom: 0;
}

.ultb3-hover-3 .ultb3-img.ultb3-img-center-left, .ultb3-hover-3 .ultb3-img.ultb3-img-top-left {
	left: 0;
}

.ultb3-hover-3:hover .ultb3-img.ultb3-img-center-left, .ultb3-hover-3:hover .ultb3-img.ultb3-img-top-left {
	left: -50px;
}

.ultb3-hover-3 .ultb3-img.ultb3-img-top-center {
	-webkit-transform: translateX(-25%);
	-ms-transform: translateX(-25%);
	transform: translateX(-25%);
}

.ultb3-hover-3:hover .ultb3-img.ultb3-img-top-center {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ultb3-hover-3 .ultb3-img.ultb3-img-bottom-right, .ultb3-hover-3 .ultb3-img.ultb3-img-top-right {
	right: -50px;
}

.ultb3-hover-3:hover .ultb3-img.ultb3-img-bottom-right, .ultb3-hover-3:hover .ultb3-img.ultb3-img-top-right {
	right: 0;
}

.ultb3-hover-3 .ultb3-img.ultb3-img-center {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ultb3-hover-3:hover .ultb3-img.ultb3-img-center {
	-webkit-transform: translate(-75%, -50%);
	-ms-transform: translate(-75%, -50%);
	transform: translate(-75%, -50%);
}

.ultb3-hover-3 .ultb3-img.ultb3-img-center-right {
	-webkit-transform: translate(25%, -50%);
	-ms-transform: translate(25%, -50%);
	transform: translate(25%, -50%);
}

.ultb3-hover-3:hover .ultb3-img.ultb3-img-center-right {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ultb3-hover-3 .ultb3-img.ultb3-img-bottom-left {
	left: 0;
}

.ultb3-hover-3:hover .ultb3-img.ultb3-img-bottom-left {
	left: -50px;
}

.ultb3-hover-3 .ultb3-img.ultb3-img-bottom-center {
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.ultb3-hover-3:hover .ultb3-img.ultb3-img-bottom-center {
	-webkit-transform: translate(-75%);
	-ms-transform: translate(-75%);
	transform: translate(-75%);
}

.ultb3-hover-4 .ultb3-img.ultb3-img-center-left, .ultb3-hover-4 .ultb3-img.ultb3-img-top-left {
	left: -50px;
}

.ultb3-hover-4:hover .ultb3-img.ultb3-img-center-left, .ultb3-hover-4:hover .ultb3-img.ultb3-img-top-left {
	left: 0;
}

.ultb3-hover-4 .ultb3-img.ultb3-img-top-center {
	-webkit-transform: translateX(-75%);
	-ms-transform: translateX(-75%);
	transform: translateX(-75%);
}

.ultb3-hover-4:hover .ultb3-img.ultb3-img-top-center {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ultb3-hover-4 .ultb3-img.ultb3-img-bottom-right, .ultb3-hover-4 .ultb3-img.ultb3-img-top-right {
	right: 0;
}

.ultb3-hover-4:hover .ultb3-img.ultb3-img-bottom-right, .ultb3-hover-4:hover .ultb3-img.ultb3-img-top-right {
	right: -50px;
}

.ultb3-hover-4 .ultb3-img.ultb3-img-center {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ultb3-hover-4:hover .ultb3-img.ultb3-img-center {
	-webkit-transform: translate(-25%, -50%);
	-ms-transform: translate(-25%, -50%);
	transform: translate(-25%, -50%);
}

.ultb3-hover-4 .ultb3-img.ultb3-img-center-right {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ultb3-hover-4:hover .ultb3-img.ultb3-img-center-right {
	-webkit-transform: translate(25%, -50%);
	-ms-transform: translate(25%, -50%);
	transform: translate(25%, -50%);
}

.ultb3-hover-4 .ultb3-img.ultb3-img-bottom-left {
	left: -50px;
}

.ultb3-hover-4:hover .ultb3-img.ultb3-img-bottom-left {
	left: 0;
}

.ultb3-hover-4 .ultb3-img.ultb3-img-bottom-center {
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.ultb3-hover-4:hover .ultb3-img.ultb3-img-bottom-center {
	transform: translate(-25%);
	-webkit-transform: translate(-25%);
	-moz-transform: translate(-25%);
	-ms-transform: translate(-25%);
	-o-transform: translate(-25%);
}

.ultb3-hover-5 .ultb3-img.ultb3-img-top-left {
	left: 0;
}

.ultb3-hover-5 .ultb3-img.ultb3-img-top-right {
	right: 0;
}

.ultb3-hover-5 .ultb3-img.ultb3-img-top-left, .ultb3-hover-5 .ultb3-img.ultb3-img-top-right {
	top: 0;
}

.ultb3-hover-5:hover .ultb3-img.ultb3-img-top-left, .ultb3-hover-5:hover .ultb3-img.ultb3-img-top-right {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ultb3-hover-5 .ultb3-img.ultb3-img-top-center {
	top: 0;
	left: 50%;
}

.ultb3-hover-5:hover .ultb3-img.ultb3-img-top-center {
	top: -50px;
	-webkit-transform: translateX(-50%) scale(1.1);
	-ms-transform: translateX(-50%) scale(1.1);
	transform: translateX(-50%) scale(1.1);
}

.ultb3-hover-5 .ultb3-img.ultb3-img-center-left {
	left: 0;
	top: 50%;
}

.ultb3-hover-5:hover .ultb3-img.ultb3-img-center-left {
	left: -50px;
	-webkit-transform: translateY(-50%) scale(1.1);
	-ms-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
}

.ultb3-hover-5 .ultb3-img.ultb3-img-center-right {
	right: 0;
	top: 50%;
}

.ultb3-hover-5:hover .ultb3-img.ultb3-img-center-right {
	right: -50px;
	-webkit-transform: translateY(-50%) scale(1.1);
	-ms-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
}

.ultb3-hover-5 .ultb3-img.ultb3-img-center {
	top: 50%;
	left: 50%;
}

.ultb3-hover-5:hover .ultb3-img.ultb3-img-center {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}

.ultb3-hover-5 .ultb3-img.ultb3-img-bottom-left {
	left: 0;
}

.ultb3-hover-5 .ultb3-img.ultb3-img-bottom-right {
	right: 0;
}

.ultb3-hover-5 .ultb3-img.ultb3-img-bottom-left, .ultb3-hover-5 .ultb3-img.ultb3-img-bottom-right {
	bottom: 0;
}

.ultb3-hover-5:hover .ultb3-img.ultb3-img-bottom-left, .ultb3-hover-5:hover .ultb3-img.ultb3-img-bottom-right {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ultb3-hover-5 .ultb3-img.ultb3-img-bottom-center {
	bottom: 0;
	left: 50%;
}

.ultb3-hover-5:hover .ultb3-img.ultb3-img-bottom-center {
	bottom: -50px;
	-webkit-transform: translateX(-50%) scale(1.1);
	-ms-transform: translateX(-50%) scale(1.1);
	transform: translateX(-50%) scale(1.1);
}

.ultb3-hover-6 .ultb3-img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ultb3-hover-6:hover .ultb3-img {
	-webkit-transform: scale(2.5);
	-ms-transform: scale(2.5);
	transform: scale(2.5);
	opacity: 0;
}

.aio-icon-component, .wpb_column>.wpb_wrapper .aio-icon-component {
	margin-bottom: 35px;
}

.aio-icon-component .aio-icon, .aio-icon-component .img-icon {
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.aio-icon-header h3.aio-icon-title {
	margin: 0;
	display: block;
	font-size: 16px;
	line-height: 1.2em;
}

.aio-icon-description {
	width: 100%;
	display: block;
	margin-top: 0;
}

.aio-icon-header+.aio-icon-description {
	margin-top: 10px;
}

.aio-icon-read {
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

a.aio-icon-box-link {
	text-decoration: none;
	border: none;
	display: block;
}

.default-icon .aio-icon-default {
	display: table-cell;
	vertical-align: middle;
}

.default-icon .aio-icon-default .aio-icon, .default-icon .aio-icon-default .aio-icon-img {
	margin-right: 15px;
}

.default-icon .aio-icon-header {
	display: table-cell;
	vertical-align: middle;
}

.top-icon .aio-icon, .top-icon .aio-icon-description, .top-icon .aio-icon-header, .top-icon .aio-icon-img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.top-icon .aio-icon-header h3.aio-icon-title {
	margin: 25px 0 15px;
}

.top-icon .aio-icon-description {
	margin-top: 15px;
}

.top-icon .aio-icon-header+.aio-icon-description {
	margin-top: 0;
}

.aio-icon-box.left-icon {
	display: inline-block;
}

.left-icon .aio-icon-left {
	display: table-cell;
	vertical-align: top;
}

.left-icon .aio-icon-left .aio-icon, .left-icon .aio-icon-left .aio-icon-img {
	margin-right: 15px;
}

.left-icon .aio-ibd-block {
	display: table-cell;
	vertical-align: middle;
}

.left-icon .aio-icon-description, .left-icon .aio-icon-header {
	float: left;
	width: 100%;
}

.square_box-icon .aio-icon, .square_box-icon .aio-icon-description, .square_box-icon .aio-icon-header, .square_box-icon .aio-icon-img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.square_box-icon .aio-icon-img {
	display: block !important;
}

.square_box-icon .aio-icon-description, .square_box-icon .aio-icon-header {
	padding: 0 5%;
}

.square_box-icon .aio-icon-description {
	padding-bottom: 1em;
}

.square_box-icon .aio-icon-header h3.aio-icon-title {
	margin: 15px 0 15px;
}

.square_box-icon .aio-icon-square_box .aio-icon, .square_box-icon .aio-icon-square_box .aio-icon-img {
	position: absolute;
	right: 0;
	left: 0;
}

.square_box-icon .aio-icon-square_box {
	height: 100%;
	width: 100%;
	position: relative;
	display: block;
}

.aio-icon-box.top-icon {
	text-align: center;
}

.style_2 .aio-icon-box .aio-icon, .style_2 .aio-icon-box .img-icon {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.style_2 .aio-icon-box:hover .aio-icon, .style_2 .aio-icon-box:hover .img-icon {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.style_3 .aio-icon-box .aio-icon, .style_3 .aio-icon-box .img-icon {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.style_3 .aio-icon-box:hover .aio-icon, .style_3 .aio-icon-box:hover .img-icon {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.style_2 .aio-icon-box .aio-icon.animated, .style_2 .aio-icon-box .img-icon.animated, .style_3 .aio-icon-box .aio-icon.animated, .style_3 .aio-icon-box .img-icon.animated {
	-webkit-animation-fill-mode: initial;
	animation-fill-mode: initial;
}

.aio-icon-box.right-icon {
	display: inline-block;
	width: 100%;
}

.right-icon .aio-icon-right {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.right-icon .aio-icon-right .aio-icon, .right-icon .aio-icon-right .aio-icon-img {
	margin-left: 15px;
}

.right-icon .aio-ibd-block {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.right-icon .aio-ibd-block, .right-icon .aio-ibd-block *, .right-icon .aio-icon-description, .right-icon .aio-icon-header h3.aio-icon-title {
	text-align: right;
}

.right-icon .aio-icon-description, .right-icon .aio-icon-header {
	float: right;
	width: 100%;
}

.heading-right-icon .aio-icon-heading-right {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.aio-icon-heading-right+.aio-icon-description {
	margin-top: 10px;
}

.heading-right-icon .aio-icon-heading-right .aio-icon, .heading-right-icon .aio-icon-heading-right .aio-icon-img {
	margin-left: 15px;
}

.heading-right-icon .aio-icon-header {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.heading-right-icon .aio-icon-description, .heading-right-icon .aio-icon-description *, .heading-right-icon .aio-icon-header .aio-icon-title {
	text-align: right;
}

.info-c-full .info-c-full-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.info-circle-icons {
	cursor: pointer;
}

.info-circle-icons {
	text-align: center;
}

.info-wrapper {
	padding-top: 1px;
}

.info-circle-wrapper {
	width: 100%;
}

.info-circle-wrapper .smile_icon_list.left li .icon_description {
	margin-left: 1.2em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 10px 10px 15px;
}

.info-c-full-br .info-circle-img-icon, .info-c-semi-br .info-circle-img-icon {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	vertical-align: baseline;
}

.info-c-full-br .icon-circle-list .info-circle-img-icon, .info-c-semi-br .icon-circle-list .info-circle-img-icon {
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 100%;
	width: 1em;
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: top;
}

.info-c-full-br, .info-c-semi-br {
	max-width: 80%;
	position: relative;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: auto;
	border: 1px solid transparent;
}

.info-c-full-br .info-c-full {
	text-align: center;
	width: 60%;
	height: 60%;
	margin: 20%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden !important;
}

.clipped-info-circle .info-c-full-br .info-c-full {
	overflow: visible;
}

.info-circle-def {
	display: table;
	width: 100%;
	height: 100%;
}

.info-circle-sub-def {
	display: table-cell;
	vertical-align: middle;
}

.info-c-full i {
	line-height: 1;
	width: 1.5em;
	height: 1.5em;
}

.info-c-full h3 {
	margin: 0;
	text-align: center;
	color: inherit;
}

.info-c-full {
	padding: 20px;
}

.info-circle-text {
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 90%;
	margin: 0 auto;
}

.info-c-full-br .icon-circle-list .info-details {
	display: none;
}

.info-c-full-br .icon-circle-list .info-circle-icons {
	height: 2em;
	width: 2em;
	list-style: none;
	position: absolute;
	opacity: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.info-c-full-br .icon-circle-list {
	position: absolute;
	top: 50%;
	left: 50%;
}

.info-c-semi-br.br-dash-out {
	border-style: dashed;
	border-width: 2px;
	position: relative;
}

.info-c-semi {
	border: 2px solid green;
	margin: 50px;
	text-align: center;
	line-height: 200px;
}

.info-c-semi-br .icon-circle-list .info-circle-icons img {
	width: 64px;
	max-width: 100%;
}

.info-c-semi-br .icon-circle-list .info-circle-icons span {
	display: none;
}

.info-c-semi-br .icon-circle-list .info-circle-icons {
	list-style: none;
	position: absolute;
	margin: -32px;
}

.info-c-semi-br .icon-circle-list {
	position: absolute;
	top: 200px;
	left: 200px;
}

.info-circle-responsive .smile_icon_list_wrap {
	display: none;
}

.info-circle-wrapper .icon-circle-list {
	background-color: transparent !important;
}

.icon-circle-list .info-circle-link {
	position: relative;
	width: 100%;
	height: 100%;
}

.icon-circle-list a.info-circle-href {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	border-bottom: none;
	z-index: 99999;
}

.info-circle-buzz-out {
	-webkit-animation-name: circle_buzz_out;
	animation-name: circle_buzz_out;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes circle_buzz_out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes circle_buzz_out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		-ms-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		-ms-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		-ms-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		-ms-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		-ms-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		-ms-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		-ms-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		-ms-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		-ms-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		-ms-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

.info-circle-pulse {
	-webkit-animation-name: circle_pulse;
	animation-name: circle_pulse;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes circle_pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes circle_pulse {
	25% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	75% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}
}

.info-circle-push {
	-webkit-animation-name: circle_push;
	animation-name: circle_push;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes circle_push {
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes circle_push {
	50% {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.info-circle-pop {
	-webkit-animation-name: circle_pop;
	animation-name: circle_pop;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes circle_pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes circle_pop {
	50% {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.smile_icon_list.ic-resp-img li.icon_list_item {
	min-height: .5em !important;
}

.smile_icon_list.ic-resp-img li .icon_list_icon {
	width: 2em;
	height: 2em;
	line-height: 2em;
}

.smile_icon_list.ic-resp-img li .icon_list_icon img {
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 100%;
	width: 1em;
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: top;
}

.info-circle-wrapper .smile_icon_list.left.ic-resp-img li .icon_description {
	margin-left: .85em !important;
}

.info-circle-wrapper .smile_icon_list.left.ic-resp-img li .icon_description {
	height: 2em;
}

.info-circle-responsive .smile_icon_list.left li .icon_list_icon {
	margin-right: 1em;
}

.info-circle-icons * {
	line-height: inherit;
}

.ult-banner-block, .wpb_row .wpb_column .wpb_wrapper .ult-banner-block {
	width: 100%;
	margin-bottom: 35px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-block;
	z-index: 1;
}

.ult-banner-block img {
	width: 100%;
	max-width: 100% !important;
	display: block;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding: 0;
	margin: 0;
	border: none;
}

.ult-banner-block .bb-top-title {
	color: #fff;
	margin: 0;
	padding: .7em 15px;
	display: block;
	font-size: 15px;
	line-height: 1.2;
	text-align: left;
	position: relative;
	width: 100%;
	z-index: 99;
	opacity: 1;
}

.ult-banner-block .title-left {
	text-align: left;
}

.ult-banner-block .title-center {
	text-align: center;
}

.ult-banner-block .bb-top-title i {
	float: right;
	font-size: 1em;
	line-height: 1.2;
	padding-right: 0;
}

.ult-banner-block .mask {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.ult-banner-block .bb-back-icon {
	display: block;
	margin: 25px auto 0;
	text-align: center;
	line-height: 1;
	font-size: 3em;
}

.ult-banner-block p {
	margin: 0;
}

.ult-banner-block .mask .bb-description, .ult-banner-block .mask p {
	color: inherit;
	text-align: center;
	padding: 15px 1.5em 0;
	margin-bottom: 0;
	display: block;
	line-height: 1.5em;
}

.ult-banner-block .mask .bb-description {
	color: inherit;
	padding-top: 2em;
}

.ult-banner-block .mask .bb-description p {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
}

a.bb-link {
	text-decoration: none;
	cursor: pointer;
}

.ult-banner-block a.bb-link {
	display: table;
	position: relative;
	color: #fff;
	background-color: #1e73be;
	margin: 15px auto 0;
	padding: .3em .6em;
	text-decoration: none;
	cursor: pointer;
}

.ult-banner-block.ult-bb-box a.bb-link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	color: transparent !important;
	background-color: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none;
	cursor: pointer;
}

.ult-banner-block:hover .mask.solid-background {
	opacity: 1;
	background: #000;
}

.ult-banner-block:hover .mask.opaque-background {
	background: rgba(0, 0, 0, .45);
}

.ult-banner-block.ult-banner-block-custom-height img {
	width: auto;
	max-width: none !important;
	height: 100%;
	position: absolute;
	right: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ult-banner-block.ult-banner-block-custom-height .bb-top-title {
	position: absolute;
	bottom: 0;
}

.banner-style01 .mask {
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .2s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.banner-style01:hover .mask {
	opacity: 1;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.banner-style02 .mask {
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .2s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.banner-style02:hover .mask {
	opacity: 1;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.banner-style03 .mask {
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .2s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.banner-style03:hover .mask {
	opacity: 1;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.banner-style04 .mask {
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .2s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.banner-style04:hover .mask {
	opacity: 1;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.banner-style11 img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.ult-banner-block-custom-height.banner-style11 img {
	-webkit-transform: translateX(-50%) scale(1.05);
	-ms-transform: translateX(-50%) scale(1.05);
	transform: translateX(-50%) scale(1.05);
}

.banner-style11:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-banner-block-custom-height.banner-style11:hover img {
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}

.banner-style11:hover .mask {
	opacity: 1;
}

.banner-style11 a, .banner-style11 p {
	opacity: 0;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.banner-style11:hover a, .banner-style11:hover p {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.banner-style12 img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.ult-banner-block-custom-height.banner-style12 img {
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}

.banner-style12:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.ult-banner-block-custom-height.banner-style12:hover img {
	-webkit-transform: translateX(-50%) scale(1.05);
	-ms-transform: translateX(-50%) scale(1.05);
	transform: translateX(-50%) scale(1.05);
}

.banner-style12:hover .mask {
	opacity: 1;
}

.banner-style12 a, .banner-style12 p {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.banner-style12:hover a, .banner-style12:hover p {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.banner-style13 img {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.banner-style13:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.ult-banner-block-custom-height.banner-style13:hover img {
	-webkit-transform: translateX(-50%) scale(1.05);
	-ms-transform: translateX(-50%) scale(1.05);
	transform: translateX(-50%) scale(1.05);
}

.banner-style13:hover .mask {
	opacity: 1;
}

.banner-style13 .mask p {
	-ms-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all .2s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.banner-style13:hover .mask p {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.banner-style21 .mask, .banner-style21 .mask:hover {
	opacity: 1;
}

.banner-style21 .mask {
	-ms-transform: translate(-100%, -100px) rotate(-180deg);
	-webkit-transform: translate(-100%, -100px) rotate(-180deg);
	transform: translate(-100%, -100px) rotate(-180deg);
}

.banner-style21:hover .mask {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.banner-style21 .bb-back-icon {
	-webkit-transform: translateX(-100%) rotate(-360deg);
	-ms-transform: translateX(-100%) rotate(-360deg);
	transform: translateX(-100%) rotate(-360deg);
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.banner-style21:hover .bb-back-icon {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.banner-style21 .mask p {
	-webkit-transform: translateX(-100%) rotate(-90deg);
	-ms-transform: translateX(-100%) rotate(-90deg);
	transform: translateX(-100%) rotate(-90deg);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.banner-style21:hover .mask p {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.banner-style21 .mask a {
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.banner-style21:hover .mask a {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.banner-style22 .mask, .banner-style22 .mask:hover {
	opacity: 1;
}

.banner-style22 .mask {
	-ms-transform: translate(100%, -100px) rotate(180deg);
	-webkit-transform: translate(100%, -100px) rotate(180deg);
	transform: translate(100%, -100px) rotate(180deg);
}

.banner-style22:hover .mask {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.banner-style22 .bb-back-icon {
	-webkit-transform: translateX(100%) rotate(360deg);
	-ms-transform: translateX(100%) rotate(360deg);
	transform: translateX(100%) rotate(360deg);
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.banner-style22:hover .bb-back-icon {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.banner-style22 .mask p {
	-webkit-transform: translateX(100%) rotate(90deg);
	-ms-transform: translateX(100%) rotate(90deg);
	transform: translateX(100%) rotate(90deg);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.banner-style22:hover .mask p {
	-webkit-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.banner-style22 .mask a {
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.banner-style22:hover .mask a {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.banner-style31:hover .mask.opaque-background, .banner-style32:hover .mask.opaque-background, .banner-style33:hover .mask.opaque-background, .banner-style34:hover .mask.opaque-background {
	background: #414141;
}

.banner-style31 {
	display: block;
}

.banner-style31 img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.banner-style31:hover img {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ult-banner-block-custom-height.banner-style31:hover img {
	-webkit-transform: translateX(-50%) translateY(-100%);
	-ms-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%);
}

.banner-style31 .mask {
	opacity: 1;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.banner-style31:hover .mask {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.banner-style32 {
	display: block;
}

.banner-style32 img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.banner-style32:hover img {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.ult-banner-block-custom-height.banner-style32:hover img {
	-webkit-transform: translateX(-50%) translateY(100%);
	-ms-transform: translateX(-50%) translateY(100%);
	transform: translateX(-50%) translateY(100%);
}

.banner-style32 .mask {
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.banner-style32:hover .mask {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.banner-style33 {
	display: block;
}

.banner-style33 img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.banner-style33:hover img {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.banner-style33 .mask {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.banner-style33:hover .mask {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.banner-style34 {
	display: block;
}

.banner-style34 img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.banner-style34:hover img {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.banner-style34 .mask {
	opacity: 1;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.banner-style34:hover .mask {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

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

button.overlay-show, button.overlay-show-boxes, button.overlay-show-cornershape, button.overlay-show-genie, div.ult-overlay-close, img.overlay-show, img.overlay-show-boxes, img.overlay-show-cornershape, img.overlay-show-genie, span.overlay-show {
	cursor: pointer;
}

.btn-modal {
	display: block;
	margin: 2px;
	padding: 8px 13px;
	font-size: 14px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn-modal-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.btn-modal-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.btn-modal-md {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.btn-modal-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.btn-modal:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

button.ult-align-center {
	margin: 0 auto;
	display: block;
}

button.ult-align-left {
	float: left;
}

button.ult-align-right {
	float: right;
}

img.ult-modal-img {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	max-width: 100%;
	display: block;
}

img.ult-modal-inside-img {
	width: 48px;
	vertical-align: middle;
	padding: 5px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

img.ult-align-center {
	margin: 0 auto;
}

img.ult-align-left {
	float: left;
}

img.ult-align-right {
	float: right;
}

span.ult-align-left {
	text-align: left;
}

span.ult-align-center {
	text-align: center;
	display: table;
	margin: 0 auto;
}

span.ult-align-right {
	display: block;
	text-align: right;
}

.ult-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(28, 28, 28, .9);
	z-index: 9999;
	z-index: 16777271;
	visibility: hidden;
}

.ult_modal-auto-top.ult-open {
	display: block;
	overflow: auto;
	overflow-y: scroll;
}

.ult-overlay-close {
	width: 80px;
	height: 80px;
	position: fixed;
	overflow: hidden;
	border: 0;
	text-indent: 200%;
	color: transparent;
	outline: 0;
	z-index: 9999;
}

.ult-overlay-close-inside {
	width: 100%;
	height: 100%;
	background: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/optimized/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/Ultimate_VC_Addons/assets/img/cross.png") no-repeat center center;
}

.ult-overlay-close-inside.nitro-lazy {
	background-image: none !important;
}

.ult-overlay-close.top-right {
	right: 35px;
	top: 35px;
}

.ult-overlay-close.top-left {
	left: 35px;
	top: 35px;
}

.ult-overlay-close.popup-top-right {
	left: 100%;
	bottom: 100%;
}

.ult-overlay-close.popup-top-left {
	bottom: 100%;
	right: 100%;
}

.ult-overlay-close.popup-edge-top-right {
	left: auto;
}

.ult-overlay-close.popup-edge-top-left {
	right: auto;
}

.ult-overlay .ult-overlay-close:active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.ult_modal {
	width: 400px;
	max-width: 100%;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	z-index: 99;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	-ms-perspective: 1200px;
	perspective: 1200px;
}

.ult_modal-auto-top .ult_modal {
	margin: 35px auto;
	top: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.ult_modal-content {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 7px #404040;
	-o-box-shadow: 0 0 7px #404040;
	-ms-box-shadow: 0 0 7px #404040;
	box-shadow: 0 0 7px #404040;
	overflow: hidden;
}

.ult_modal-header {
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	background: #fff;
}

.ult_modal-header>.modal-icon {
	font-size: 2em;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

h3.ult_modal-title {
	color: inherit;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 10px 20px;
	font-size: 1em;
	line-height: 1.5em;
}

.ult_modal-body {
	padding: 15px 20px;
	background: #fff;
	max-width: 100%;
	overflow: hidden;
	line-height: 1.5em;
}

.ult_modal-body p {
	margin-bottom: 1em;
}

.ult_modal-body img {
	max-width: 100%;
}

.ult-overlay iframe, .ult-overlay object {
	opacity: 0;
	position: absolute;
	z-index: -99999;
	max-width: 100%;
}

.ult-overlay.ult-open iframe, .ult-overlay.ult-open object {
	opacity: 1;
	position: relative;
	z-index: 9999;
	z-index: 16777271;
}

.ult_modal.ult-small {
	width: 35%;
}

.ult_modal.ult-medium {
	width: 60%;
}

.ult_modal.ult-container {
	width: 96%;
}

.ult_modal.ult-block {
	width: auto;
	max-width: 90%;
	display: table;
}

.overlay-fade {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s, visibility .5s;
	transition: opacity .5s, visibility .5s;
}

.overlay-fade.ult-open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.overlay-fade .ult_modal-content {
	opacity: .4;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.overlay-fade.ult-open .ult_modal-content {
	opacity: 1;
}

.overlay-fade.ult-close .ult_modal-content {
	-webkit-transform: translateY(25%);
	-ms-transform: translateY(25%);
	transform: translateY(25%);
}

.overlay-corner {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px) translateX(50px);
	-ms-transform: translateY(50px) translateX(50px);
	transform: translateY(50px) translateX(50px);
	-webkit-transition: opacity .5s, -webkit-transform .5s, visibility .5s;
	-webkit-transition: opacity .5s, visibility .5s, -webkit-transform .5s;
	transition: opacity .5s, visibility .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s, visibility .5s;
	transition: opacity .5s, transform .5s, visibility .5s, -webkit-transform .5s;
}

.overlay-corner.ult-open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

.overlay-cornerbottomleft, .overlay-cornerbottomright, .overlay-cornertopleft, .overlay-cornertopright {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s, -webkit-transform .5s, visibility .5s;
	-webkit-transition: opacity .5s, visibility .5s, -webkit-transform .5s;
	transition: opacity .5s, visibility .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s, visibility .5s;
	transition: opacity .5s, transform .5s, visibility .5s, -webkit-transform .5s;
}

.overlay-cornerbottomleft.ult-open, .overlay-cornerbottomright.ult-open, .overlay-cornertopleft.ult-open, .overlay-cornertopright.ult-open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

.overlay-cornerbottomright {
	-webkit-transform: translateY(200px) translateX(200px);
	-ms-transform: translateY(200px) translateX(200px);
	transform: translateY(200px) translateX(200px);
}

.overlay-cornerbottomleft {
	-webkit-transform: translateY(200px) translateX(-200px);
	-ms-transform: translateY(200px) translateX(-200px);
	transform: translateY(200px) translateX(-200px);
}

.overlay-cornertopleft {
	-webkit-transform: translateY(-200px) translateX(-200px);
	-ms-transform: translateY(-200px) translateX(-200px);
	transform: translateY(-200px) translateX(-200px);
}

.overlay-cornertopright {
	-webkit-transform: translateY(-200px) translateX(200px);
	-ms-transform: translateY(-200px) translateX(200px);
	transform: translateY(-200px) translateX(200px);
}

.overlay-slidedown, .overlay-slideleft, .overlay-slideright, .overlay-slideup {
	visibility: hidden;
	-webkit-transition: -webkit-transform .4s ease-in-out, visibility .4s;
	-webkit-transition: visibility .4s, -webkit-transform .4s ease-in-out;
	transition: visibility .4s, -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out, visibility .4s;
	transition: transform .4s ease-in-out, visibility .4s, -webkit-transform .4s ease-in-out;
}

.overlay-slidedown.ult-open, .overlay-slideleft.ult-open, .overlay-slideright.ult-open, .overlay-slideup.ult-open {
	visibility: visible;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.overlay-slidedown {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.overlay-slidedown.ult-open {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.overlay-slideup {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.overlay-slideup.ult-open {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.overlay-slideleft {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.overlay-slideleft.ult-open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.overlay-slideright {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.overlay-slideright.ult-open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.overlay-zoomin, .overlay-zoomout {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform .2s, opacity .2s, visibility .2s;
	-webkit-transition: opacity .2s, visibility .2s, -webkit-transform .2s;
	transition: opacity .2s, visibility .2s, -webkit-transform .2s;
	transition: transform .2s, opacity .2s, visibility .2s;
	transition: transform .2s, opacity .2s, visibility .2s, -webkit-transform .2s;
}

.overlay-zoomin.ult-open, .overlay-zoomout.ult-open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, -webkit-transform .4s;
	transition: transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s, -webkit-transform .4s;
}

.overlay-zoomin {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.overlay-zoomout {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.overlay-doorhorizontal {
	visibility: hidden;
	width: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width .5s .3s, visibility .8s;
	transition: width .5s .3s, visibility .8s;
}

.overlay-doorhorizontal.ult-open {
	visibility: visible;
	width: 100%;
	-webkit-transition: width .5s;
	transition: width .5s;
}

.overlay-doorhorizontal .ult-overlay-close, .overlay-doorhorizontal .ult_modal-content {
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.overlay-doorhorizontal.ult-open .ult-overlay-close, .overlay-doorhorizontal.ult-open .ult_modal-content {
	opacity: 1;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.overlay-doorhorizontal.ult-close .ult-overlay-close, .overlay-doorhorizontal.ult-close .ult_modal-content {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.overlay-doorvertical {
	visibility: hidden;
	width: 100%;
	height: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: height .5s .3s, visibility .8s;
	transition: height .5s .3s, visibility .8s;
}

.overlay-doorvertical.ult-open {
	visibility: visible;
	height: 100%;
	-webkit-transition: height .5s;
	transition: height .5s;
}

.overlay-doorvertical .ult-overlay-close, .overlay-doorvertical .ult_modal-content {
	opacity: 0;
	-webkit-transition: opacity .3s .5s;
	transition: opacity .3s .5s;
}

.overlay-doorvertical.ult-open .ult-overlay-close, .overlay-doorvertical.ult-open .ult_modal-content {
	opacity: 1;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.overlay-doorvertical.ult-close .ult-overlay-close, .overlay-doorvertical.ult-close .ult_modal-content {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.overlay-cornershape {
	background: 0 0;
	visibility: hidden;
	-webkit-transition: visibility .5s;
	transition: visibility .5s;
}

.overlay-cornershape.ult-open {
	visibility: visible;
	-webkit-transition: none;
	transition: none;
}

.overlay-cornershape svg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlay-cornershape .overlay-path {
	fill: rgba(28, 28, 28, .9);
}

.overlay-cornershape .ult-overlay-close, .overlay-cornershape .ult_modal-content {
	opacity: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.overlay-cornershape.ult-open .ult-overlay-close, .overlay-cornershape.ult-open .ult_modal-content {
	opacity: 1;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.overlay-cornershape.ult-close .ult-overlay-close, .overlay-cornershape.ult-close .ult_modal-content {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.overlay-boxes {
	background: 0 0;
	visibility: hidden;
	-webkit-transition: visibility .8s;
	transition: visibility .8s;
}

.overlay-boxes.ult-open {
	visibility: visible;
	-webkit-transition: none;
	transition: none;
}

.overlay-boxes svg {
	position: absolute;
	top: 0;
	left: 0;
}

.overlay-boxes svg path {
	fill: #1c1c1c;
	display: none;
}

.overlay-boxes .ult-overlay-close, .overlay-boxes .ult_modal-content {
	opacity: 0;
	-webkit-transition: opacity .5s .8s;
	transition: opacity .5s .8s;
}

.overlay-boxes.ult-open .ult-overlay-close, .overlay-boxes.ult-open .ult_modal-content {
	opacity: 1;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.overlay-boxes.ult-close .ult-overlay-close, .overlay-boxes.ult-close .ult_modal-content {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.overlay-boxes {
	background: 0 0;
	visibility: hidden;
	-webkit-transition: visibility .8s;
	transition: visibility .8s;
}

.overlay-boxes.ult-open {
	visibility: visible;
	-webkit-transition: none;
	transition: none;
}

.overlay-boxes svg {
	position: absolute;
	top: 0;
	left: 0;
}

.overlay-boxes svg path {
	fill: #1c1c1c;
	display: none;
}

.overlay-boxes .ult-overlay-close {
	opacity: 0;
	-webkit-transition: opacity .5s .8s;
	transition: opacity .5s .8s;
}

.overlay-boxes.ult-open .ult-overlay-close {
	opacity: 1;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.overlay-boxes.ult-close .ult-overlay-close {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.overlay-simplegenie {
	visibility: hidden;
	-webkit-transform: translateY(60%) scale(0);
	-ms-transform: translateY(60%) scale(0);
	transform: translateY(60%) scale(0);
	-webkit-transition: -webkit-transform .4s, visibility .4s;
	-webkit-transition: visibility .4s, -webkit-transform .4s;
	transition: visibility .4s, -webkit-transform .4s;
	transition: transform .4s, visibility .4s;
	transition: transform .4s, visibility .4s, -webkit-transform .4s;
}

.overlay-simplegenie.ult-open {
	visibility: visible;
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}

.overlay-genie {
	background: 0 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s .2s, visibility .6s;
	transition: opacity .3s .2s, visibility .6s;
}

.overlay-genie.ult-open {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.overlay-genie svg {
	position: fixed;
	top: 0;
	left: 0;
}

.overlay-genie .overlay-path {
	fill: rgba(28, 28, 28, .9);
}

.overlay-genie .ult_modal-content {
	opacity: 0;
	-webkit-transform: scale(.8) translateY(-48%);
	-ms-transform: scale(.8) translateY(-48%);
	transform: scale(.8) translateY(-48%);
	-webkit-transition: opacity .3s .3s, -webkit-transform .3s .3s;
	transition: opacity .3s .3s, -webkit-transform .3s .3s;
	transition: opacity .3s .3s, transform .3s .3s;
	transition: opacity .3s .3s, transform .3s .3s, -webkit-transform .3s .3s;
}

.overlay-genie .ult-overlay-close {
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.overlay-genie.ult-open .ult-overlay-close, .overlay-genie.ult-open .ult_modal-content {
	opacity: 1;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.overlay-genie.ult-open .ult_modal-content {
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.overlay-genie.ult-close .ult-overlay-close, .overlay-genie.ult-close .ult_modal-content {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.ult_modal div.ult_modal-body>iframe {
	display: none;
}

.ult-open>.ult_modal div.ult_modal-body>iframe {
	display: block;
}

div.ult_modal-body .fluid-width-video-wrapper {
	padding: 0 !important;
}

@media (max-width:767px) {
	.ult_modal.ult-container, .ult_modal.ult-medium, .ult_modal.ult-small {
		width: 80%;
	}
	
	.ult_modal.ult-block {
		max-width: 80%;
	}
	
	.ult-overlay-close {
		width: 24px;
		height: 24px;
		right: 5px;
		top: 5px;
	}
}

.ult_pricing_table_wrap {
	min-width: 100%;
}

.wpb_column .wpb_wrapper .ult_pricing_table_wrap, .wpb_column .wpb_wrapper .ult_pricing_table_wrap:last-child {
	display: block;
	margin-bottom: 35px;
	float: left;
}

.ult_price_body_block, .ult_price_description_block, .ult_price_features, .ult_price_link, .ult_pricing_heading, .ult_pricing_table {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	display: block;
	position: relative;
}

.ult_pricing_table {
	list-style-type: none;
	font-size: 13px;
	text-align: center;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ult_pricing_table .ult_pricing_heading {
	padding: 20px 0;
}

.ult_pricing_table .ult_pricing_heading .price-heading {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;
	color: inherit;
}

.ult_pricing_table .ult_pricing_heading .price-subheading {
	padding: 0;
	margin: 4px 20px 15px;
	font-size: 12px;
	font-weight: 400;
	color: inherit;
}

.ult_pricing_table .ult_price_body, .wpb_column>.wpb_wrapper>.ult_pricing_table_wrap .ult_pricing_table .ult_price_body {
	display: table;
	margin: 15px auto;
}

.ult_price_body .ult_price {
	vertical-align: middle;
	display: table-cell;
	word-break: break-all;
}

.ult_price_body .ult_price .ult_price_figure {
	display: block;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 400;
}

.ult_price_body .ult_price .ult_price_term {
	font-size: 11px;
	font-weight: 400;
	display: block;
}

.ult_pricing_table .ult_price_features {
	padding: 15px 15px 0 15px;
	margin: 0;
}

.ult_pricing_table .ult_price_features ul {
	color: inherit;
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px;
}

.ult_pricing_table .ult_price_features ul li {
	color: inherit;
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
	line-height: 1.5em;
	text-decoration: none;
}

.ult_pricing_table a {
	text-decoration: none !important;
	cursor: pointer;
}

.ult_pricing_table .ult_price_description_block .ult_price_description {
	list-style-type: none;
	padding: 15px;
	margin: 0;
	line-height: 1.5em;
}

.ult_pricing_table .ult_price_link {
	padding: 0 0 15px 0;
}

.ult_pricing_table .ult_price_link .ult_price_action_button {
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
	line-height: 1em;
	padding: 9px 20px;
}

.ult_pricing_table_wrap .ult_price_features img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.ult_clr {
	clear: both;
}

.ult_featured .ult_pricing_table {
	position: relative;
	z-index: 9;
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.ult_pricing_table:hover {
	-webkit-box-shadow: 0 0 7px rgba(167, 167, 167, .5);
	box-shadow: 0 0 7px rgba(167, 167, 167, .5);
}

.ult_info_table.ult_design_1 .ult_pricing_table .ult_price_body {
	border: 0;
	width: auto;
	height: auto;
}

.ult_info_table .ult_pricing_table .ult_price_body .aio-icon.none {
	display: block;
	margin: 0 auto;
}

.ult_design_1 .ult_pricing_table {
	background: #444;
	background: -webkit-linear-gradient(#666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: linear-gradient(#666, #333);
	color: #fff;
}

.ult_design_1 .ult_pricing_table a {
	color: inherit;
}

.ult_design_1 .ult_pricing_table .ult_price_body {
	font-size: 16px;
	width: 6em;
	height: 6em;
	padding: 0;
	line-height: 1em;
	border: 2px solid;
	-webkit-border-radius: 500%;
	border-radius: 500%;
}

.ult_design_1 .ult_pricing_table .ult_price_link {
	background: #333;
}

.ult_design_1 .ult_pricing_table .ult_price_link .ult_price_action_button {
	color: #fff;
	background: #000;
	background: #444;
	background: -webkit-linear-gradient(#666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: linear-gradient(#666, #333);
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.ult_design_1.ult-cs-black .ult_pricing_table, .ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button {
	background: #333;
	background: -webkit-linear-gradient(#666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: linear-gradient(#666, #333);
}

.ult_design_1.ult-cs-red .ult_pricing_table, .ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button {
	background: #df4130;
	background: -webkit-linear-gradient(#f04735, #df4130);
	background: -webkit-gradient(linear, left top, left bottom, from(#f04735), to(#df4130));
	background: linear-gradient(#f04735, #df4130);
}

.ult_design_1.ult-cs-blue .ult_pricing_table, .ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button {
	background: #2867b6;
	background: -webkit-linear-gradient(#3274c7, #2867b6);
	background: -webkit-gradient(linear, left top, left bottom, from(#3274c7), to(#2867b6));
	background: linear-gradient(#3274c7, #2867b6);
}

.ult_design_1.ult-cs-yellow .ult_pricing_table, .ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button {
	background: #f9b84a;
	background: -webkit-linear-gradient(#f1c40f, #f1a90f);
	background: -webkit-gradient(linear, left top, left bottom, from(#f1c40f), to(#f1a90f));
	background: linear-gradient(#f1c40f, #f1a90f);
}

.ult_design_1.ult-cs-green .ult_pricing_table, .ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button {
	background: #17924b;
	background: -webkit-linear-gradient(#24bb64, #17924b);
	background: -webkit-gradient(linear, left top, left bottom, from(#24bb64), to(#17924b));
	background: linear-gradient(#24bb64, #17924b);
}

.ult_design_1.ult-cs-gray .ult_pricing_table, .ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button {
	color: #5d5d5d;
	background: #d9dee0;
	background: -webkit-linear-gradient(#e3e4e6, #d9dee0);
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e4e6), to(#d9dee0));
	background: linear-gradient(#e3e4e6, #d9dee0);
}

.ult_design_2 .ult_pricing_table {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -webkit-linear-gradient(#fff, #f0f0f0);
	background: linear-gradient(#fff, #f0f0f0);
	color: #6f6f6f;
}

.ult_design_2 .ult_pricing_table a {
	color: inherit;
}

.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_2 .ult_pricing_table .ult_pricing_heading {
	background: #0f9000;
	background: -webkit-linear-gradient(#0f9000, #076800);
	background: -webkit-gradient(linear, left top, left bottom, from(#0f9000), to(#076800));
	background: linear-gradient(#0f9000, #076800);
	color: #fff;
}

.ult_design_2 .ult_pricing_table .ult_pricing_heading .price-subheading {
	padding: 0;
	margin: 0 20px;
	font-size: 12px;
}

.ult_design_2 .ult_price_body_block {
	background: #fbfbfb;
	border-bottom: 4px double #dcdcdc;
	color: #6f6f6f;
}

.ult_design_2 .ult_pricing_table .ult_price_body {
	font-size: 48px;
}

.ult_design_2 .ult_pricing_table .ult_price_features ul li {
	border-bottom: 1px dashed #999;
	line-height: 2em;
	margin-left: 30px;
	margin-right: 30px;
}

.ult_design_2 .ult_pricing_table .ult_price_features ul li:last-child {
	border-bottom: 0;
}

.ult_design_2 .ult_pricing_table .ult_price_link {
	padding: 0;
}

.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button {
	color: #fff;
	background: #000;
	background: #0f9000;
	background: -webkit-linear-gradient(#0f9000, #076800);
	background: -webkit-gradient(linear, left top, left bottom, from(#0f9000), to(#076800));
	background: linear-gradient(#0f9000, #076800);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 7px;
	position: absolute;
	right: -8px;
	bottom: -12px;
}

.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -6px;
	right: 0;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #1a1a1a;
}

.ult_design_2.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_2.ult-cs-black .ult_pricing_table .ult_pricing_heading {
	background: #333;
	background: -webkit-linear-gradient(#666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: linear-gradient(#666, #333);
}

.ult_design_2.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button:after {
	border-left: 8px solid #1a1818;
}

.ult_design_2.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_2.ult-cs-red .ult_pricing_table .ult_pricing_heading {
	background: #df4130;
	background: -webkit-linear-gradient(#f04735, #df4130);
	background: -webkit-gradient(linear, left top, left bottom, from(#f04735), to(#df4130));
	background: linear-gradient(#f04735, #df4130);
}

.ult_design_2.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button:after {
	border-left: 8px solid #ac3900;
}

.ult_design_2.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_2.ult-cs-blue .ult_pricing_table .ult_pricing_heading {
	background: #2867b6;
	background: -webkit-linear-gradient(#3274c7, #2867b6);
	background: -webkit-gradient(linear, left top, left bottom, from(#3274c7), to(#2867b6));
	background: linear-gradient(#3274c7, #2867b6);
}

.ult_design_2.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button:after {
	border-left: 8px solid #0555ba;
}

.ult_design_2.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_2.ult-cs-yellow .ult_pricing_table .ult_pricing_heading {
	background: #f9b84a;
	background: -webkit-linear-gradient(#f1c40f, #f1a90f);
	background: -webkit-gradient(linear, left top, left bottom, from(#f1c40f), to(#f1a90f));
	background: linear-gradient(#f1c40f, #f1a90f);
}

.ult_design_2.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button:after {
	border-left: 8px solid #ce5e0b;
}

.ult_design_2.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_2.ult-cs-green .ult_pricing_table .ult_pricing_heading {
	background: #17924b;
	background: -webkit-linear-gradient(#24bb64, #17924b);
	background: -webkit-gradient(linear, left top, left bottom, from(#24bb64), to(#17924b));
	background: linear-gradient(#24bb64, #17924b);
}

.ult_design_2.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button:after {
	border-left: 8px solid #037433;
}

.ult_design_2.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_2.ult-cs-gray .ult_pricing_table .ult_pricing_heading {
	color: #5d5d5d;
	background: #d9dee0;
	background: -webkit-linear-gradient(#e3e4e6, #d9dee0);
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e4e6), to(#d9dee0));
	background: linear-gradient(#e3e4e6, #d9dee0);
}

.ult_design_2.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button:after {
	border-left: 8px solid #bdbdbd;
}

.ult_design_3 .ult_pricing_table {
	background: #262626;
	background: -webkit-linear-gradient(#262626, #000);
	background: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#000));
	background: linear-gradient(#262626, #000);
	color: #fff;
}

.ult_design_3 .ult_pricing_table a {
	color: inherit;
}

.ult_design_3 .ult_price_body_block {
	background: #353535;
}

.ult_design_3 .ult_pricing_table .ult_price_body, .wpb_column>.wpb_wrapper>.ult_pricing_table_wrap.ult_design_3 .ult_pricing_table .ult_price_body {
	margin: 25px auto;
	font-size: 40px;
}

.ult_design_3 .ult_pricing_table .ult_price_link .ult_price_action_button {
	color: #fff;
	background: #000;
	background: #666;
	background: -webkit-linear-gradient(#666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: linear-gradient(#666, #333);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

.ult_design_3.ult-cs-black .ult_pricing_table {
	background: #333;
	background: -webkit-linear-gradient(#666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: linear-gradient(#666, #333);
}

.ult_design_3.ult-cs-red .ult_pricing_table {
	background: #df4130;
	background: -webkit-linear-gradient(#f04735, #df4130);
	background: -webkit-gradient(linear, left top, left bottom, from(#f04735), to(#df4130));
	background: linear-gradient(#f04735, #df4130);
}

.ult_design_3.ult-cs-blue .ult_pricing_table {
	background: #2867b6;
	background: -webkit-linear-gradient(#3274c7, #2867b6);
	background: -webkit-gradient(linear, left top, left bottom, from(#3274c7), to(#2867b6));
	background: linear-gradient(#3274c7, #2867b6);
}

.ult_design_3.ult-cs-yellow .ult_pricing_table {
	background: #f9b84a;
	background: -webkit-linear-gradient(#f1c40f, #f1a90f);
	background: -webkit-gradient(linear, left top, left bottom, from(#f1c40f), to(#f1a90f));
	background: linear-gradient(#f1c40f, #f1a90f);
}

.ult_design_3.ult-cs-green .ult_pricing_table {
	background: #17924b;
	background: -webkit-linear-gradient(#24bb64, #17924b);
	background: -webkit-gradient(linear, left top, left bottom, from(#24bb64), to(#17924b));
	background: linear-gradient(#24bb64, #17924b);
}

.ult_design_3.ult-cs-gray .ult_pricing_table {
	color: #5d5d5d;
	background: #d9dee0;
	background: -webkit-linear-gradient(#e3e4e6, #d9dee0);
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e4e6), to(#d9dee0));
	background: linear-gradient(#e3e4e6, #d9dee0);
}

.ult_design_3.ult-cs-gray .ult_price_body_block {
	color: #fff;
}

.ult_design_4 .ult_pricing_table {
	background: #f9f9f9;
	color: #777;
	border-top: 5px solid #b9ce06;
	border-bottom: 5px solid #ddd;
}

.ult_design_4 .ult_pricing_table a {
	color: inherit;
}

.ult_design_4 .ult_pricing_table .ult_price_body_block {
	top: -3px;
	border-bottom: 2px solid #e5e5e5;
}

.ult_design_4 .ult_pricing_table .ult_price_body {
	font-size: 48px;
}

.ult_design_4 .ult_pricing_table .ult_pricing_heading+.ult_price_body_block .ult_price_body, .wpb_column>.wpb_wrapper>.ult_pricing_table_wrap.ult_design_4 .ult_pricing_table .ult_pricing_heading+.ult_price_body_block .ult_price_body {
	margin: -5px auto 15px;
}

.ult_design_4 .ult_pricing_table .ult_price_features ul li {
	border-bottom: 1px solid #ededed;
	line-height: 2em;
	margin-left: 30px;
	margin-right: 30px;
}

.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button {
	color: #fff;
	background: #b9ce06;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

.ult_design_4.ult-cs-black .ult_pricing_table {
	border-top: 5px solid #333;
}

.ult_design_4.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button {
	background: #333;
}

.ult_design_4.ult-cs-red .ult_pricing_table {
	border-top: 5px solid #df4130;
}

.ult_design_4.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button {
	background: #df4130;
}

.ult_design_4.ult-cs-blue .ult_pricing_table {
	border-top: 5px solid #2867b6;
}

.ult_design_4.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button {
	background: #2867b6;
}

.ult_design_4.ult-cs-yellow .ult_pricing_table {
	border-top: 5px solid #f1a90f;
}

.ult_design_4.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button {
	background: #f1a90f;
}

.ult_design_4.ult-cs-green .ult_pricing_table {
	border-top: 5px solid #17924b;
}

.ult_design_4.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button {
	background: #17924b;
}

.ult_design_4.ult-cs-gray .ult_pricing_table {
	border-top: 5px solid #d9dee0;
}

.ult_design_4.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button {
	background: #d9dee0;
	color: #5d5d5d;
}

.ult_design_5 .ult_pricing_table {
	background: #f7f7f7;
	color: #777;
	border-bottom: 5px solid #ddd;
}

.ult_design_5 .ult_pricing_table a {
	color: inherit;
}

.ult_design_5 .ult_pricing_table .ult_price_body_block, .ult_design_5 .ult_pricing_table .ult_pricing_heading {
	background: #fac635;
	color: #fff;
}

.ult_design_5 .ult_pricing_table .ult_price_body_block {
	top: -3px;
}

.ult_design_5 .ult_pricing_table .ult_price_body {
	font-size: 48px;
}

.ult_design_5 .ult_pricing_table .ult_pricing_heading+.ult_price_body_block .ult_price_body, .wpb_column>.wpb_wrapper>.ult_pricing_table_wrap.ult_design_5 .ult_pricing_table .ult_pricing_heading+.ult_price_body_block .ult_price_body {
	margin: -5px auto 15px;
}

.ult_design_5 .ult_pricing_table .ult_price_features ul li {
	border-bottom: 1px solid #ededed;
	line-height: 2em;
	margin-left: 30px;
	margin-right: 30px;
}

.ult_design_5 .ult_pricing_table .ult_price_link .ult_price_action_button {
	color: #fff;
	background: #555;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

.ult_design_5.ult-cs-black .ult_pricing_table .ult_price_body_block, .ult_design_5.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_5.ult-cs-black .ult_pricing_table .ult_pricing_heading {
	background: #333;
}

.ult_design_5.ult-cs-red .ult_pricing_table .ult_price_body_block, .ult_design_5.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_5.ult-cs-red .ult_pricing_table .ult_pricing_heading {
	background: #df4130;
}

.ult_design_5.ult-cs-blue .ult_pricing_table .ult_price_body_block, .ult_design_5.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_5.ult-cs-blue .ult_pricing_table .ult_pricing_heading {
	background: #2867b6;
}

.ult_design_5.ult-cs-yellow .ult_pricing_table .ult_price_body_block, .ult_design_5.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_5.ult-cs-yellow .ult_pricing_table .ult_pricing_heading {
	background: #f9b84a;
}

.ult_design_5.ult-cs-green .ult_pricing_table .ult_price_body_block, .ult_design_5.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_5.ult-cs-green .ult_pricing_table .ult_pricing_heading {
	background: #17924b;
}

.ult_design_5.ult-cs-gray .ult_pricing_table .ult_price_body_block, .ult_design_5.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_5.ult-cs-gray .ult_pricing_table .ult_pricing_heading {
	background: #d9dee0;
	color: #5d5d5d;
}

.ult_design_6 .ult_pricing_table {
	background: #fff;
	color: #777;
	border: 1px solid #efefef;
}

.ult_design_6 .ult_pricing_table a {
	color: inherit;
}

.ult_design_6 .ult_pricing_table .ult_price_body_block, .ult_design_6 .ult_pricing_table .ult_pricing_heading {
	background: #322d68;
	color: #fff;
}

.ult_design_6 .ult_pricing_table .ult_price_body_block {
	height: 3em;
	margin-bottom: 3em;
	font-size: 16px;
}

.ult_design_6 .ult_pricing_table .ult_price_body {
	font-size: 16px;
	width: 6em;
	height: 6em;
	padding: 0;
	line-height: 1em;
	border: 2px solid #f0f0f0;
	-webkit-border-radius: 500%;
	border-radius: 500%;
	margin: 0 auto !important;
	position: relative;
	top: 0;
	background: #fff;
	color: #777;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-o-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-ms-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

.ult_design_6 .ult_pricing_table .ult_price_link .ult_price_action_button {
	color: #fff;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #444;
	background: -webkit-linear-gradient(#666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: linear-gradient(#666, #333);
}

.ult_design_6.ult_featured .ult_price_body_block {
	margin-top: -5px;
}

.ult_design_6.ult-cs-black .ult_pricing_table .ult_price_body_block, .ult_design_6.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_6.ult-cs-black .ult_pricing_table .ult_pricing_heading {
	background: #333;
}

.ult_design_6.ult-cs-red .ult_pricing_table .ult_price_body_block, .ult_design_6.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_6.ult-cs-red .ult_pricing_table .ult_pricing_heading {
	background: #df4130;
}

.ult_design_6.ult-cs-blue .ult_pricing_table .ult_price_body_block, .ult_design_6.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_6.ult-cs-blue .ult_pricing_table .ult_pricing_heading {
	background: #2867b6;
}

.ult_design_6.ult-cs-yellow .ult_pricing_table .ult_price_body_block, .ult_design_6.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_6.ult-cs-yellow .ult_pricing_table .ult_pricing_heading {
	background: #f9b84a;
}

.ult_design_6.ult-cs-green .ult_pricing_table .ult_price_body_block, .ult_design_6.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_6.ult-cs-green .ult_pricing_table .ult_pricing_heading {
	background: #17924b;
}

.ult_design_6.ult-cs-gray .ult_pricing_table .ult_price_body_block, .ult_design_6.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button, .ult_design_6.ult-cs-gray .ult_pricing_table .ult_pricing_heading {
	background: #d9dee0;
	color: #5d5d5d;
}

.ult_design_2 .ult_price_table_ht .ult_price_link {
	position: relative;
}

.ult_design_2 .info_min_ht .ult_price_link {
	position: relative;
}

.ult_design_1 .ult_pricing_table .ult_price_link {
	padding-top: 15px;
}

a.ult_price_action_button {
	border: none;
}

.ult-rs-wrapper .ui-slider {
	position: relative;
	text-align: left;
}

.ult-rs-wrapper .ui-corner-all, .ult-rs-wrapper .ui-corner-bottom, .ult-rs-wrapper .ui-corner-br, .ult-rs-wrapper .ui-corner-right {
	-webkit-border-bottom-right-radius: 1em;
	border-bottom-right-radius: 1em;
}

.ult-rs-wrapper .ui-corner-all, .ult-rs-wrapper .ui-corner-bl, .ult-rs-wrapper .ui-corner-bottom, .ult-rs-wrapper .ui-corner-left {
	-webkit-border-bottom-left-radius: 1em;
	border-bottom-left-radius: 1em;
}

.ult-rs-wrapper .ui-corner-all, .ult-rs-wrapper .ui-corner-right, .ult-rs-wrapper .ui-corner-top, .ult-rs-wrapper .ui-corner-tr {
	-webkit-border-top-right-radius: 1em;
	border-top-right-radius: 1em;
}

.ult-rs-wrapper .ui-corner-all, .ult-rs-wrapper .ui-corner-left, .ult-rs-wrapper .ui-corner-tl, .ult-rs-wrapper .ui-corner-top {
	-webkit-border-top-left-radius: 1em;
	border-top-left-radius: 1em;
}

.ult-rs-wrapper .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ult-rs-wrapper .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
}

.ult-rs-wrapper {
	margin: 35px auto;
}

#ult-range-slider {
	position: relative;
	padding: 10px 75px 35px;
	margin-top: 35px;
	overflow: hidden;
}

.ult-rs-wrapper .ult-rslider {
	font-size: 8px;
	margin: 65px auto 0;
	max-width: 100%;
	width: 100%;
	height: 1em;
	border: none;
	cursor: pointer;
}

.ult-rs-wrapper .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 1;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #3bf7d1;
	width: 4em;
	height: 4em;
	border: solid .28em #fff;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .25);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .25);
	cursor: pointer;
	outline: 0;
}

.ult-tooltip {
	display: block;
	visibility: hidden;
	position: absolute;
	text-align: center;
	background: #fff;
	padding: 15px;
	font-size: 16px;
	margin-top: -25px !important;
	left: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateX(-50%) translateY(-100%);
	-ms-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%);
}

.ult-tooltip-border {
	border: 2px solid #30eae9;
}

.ult-tooltip:after, .ult-tooltip:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ult-tooltip:after {
	border-color: rgba(136, 183, 213, 0);
	border-width: 7px;
	margin-left: -7px;
	top: 99%;
}

.ult-arrow:after {
	border-top-color: #fff;
}

.ult-tooltip:before {
	border-color: rgba(194, 225, 245, 0);
}

.ult-arrow:before {
	border-top-color: #30eae9;
	border-width: 9px;
	margin-left: -9px;
}

.ui-slider-wrapper {
	position: relative;
}

.ui-slider-wrapper .ui-slider-horizontal {
	width: 100%;
}

.ui-slider-labels {
	position: absolute;
	border: 1px solid transparent;
}

.ui-slider-label-ticks {
	border: 1px solid transparent;
	position: absolute;
	white-space: nowrap;
}

.ui-slider-label-ticks span {
	font-size: .9em;
	min-width: 1.2em;
}

.ult-rs-wrapper .ui-slider-labels .ui-slider-label-ticks:first-child {
	-webkit-transform: translate(-20%, -50%);
	-ms-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
}

.ult-rs-wrapper .ui-slider-labels .ui-slider-label-ticks:last-child {
	-webkit-transform: translate(-80%, -50%);
	-ms-transform: translate(-80%, -50%);
	transform: translate(-80%, -50%);
}

.ui-slider-wrapper.horizontal {
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}

.horizontal .ui-slider-labels {
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.horizontal .ui-slider-label-ticks {
	font-size: 8px;
	width: 1.8em;
	height: 1.8em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.horizontal .ui-slider-label-ticks span {
	position: relative;
	display: none;
	margin-left: -1.2em;
	top: .8em;
}

.ult-tooltip-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.ult-active {
	display: block;
}

.ult-description {
	display: none;
	padding: 35px;
	text-align: center;
	font-size: 22px;
	max-width: 85%;
	width: 85%;
	margin-left: auto !important;
	margin-right: auto !important;
}

.ult-ribbon-wrap {
	text-align: center;
}

.ult-ribbon.auto {
	width: auto;
	max-width: -webkit-calc(100% - 7em);
	max-width: calc(100% - 7em);
}

.ult-ribbon.full {
	width: 100%;
	max-width: -webkit-calc(100% - 7em);
	max-width: calc(100% - 7em);
}

.ult-ribbon.custom {
	max-width: -webkit-calc(100% - 7em);
	max-width: calc(100% - 7em);
}

.ult-ribbon-wrap .ult-ribbon {
	position: relative;
	padding: 0;
	margin: 1.5em 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	display: inline-block;
	z-index: 0;
}

.ult-ribbon .ult-ribbon-text {
	background: #0274be;
}

.ult-ribbon .ult-left-ribb {
	content: "";
	bottom: -1em;
	position: absolute;
	display: block;
	left: -3.5em;
	border-right-width: 3em;
	border-left-width: 1.5em;
	border-left-color: transparent;
}

.ult-ribbon .ult-right-ribb {
	content: "";
	bottom: -1em;
	position: absolute;
	display: block;
	right: -3.5em;
	border-left-width: 3em;
	border-right-width: 1.5em;
	border-right-color: transparent;
}

.ult-left-ribb.yes {
	-webkit-box-shadow: rgba(0, 0, 0, .5) 2px 2px 2px;
	box-shadow: rgba(0, 0, 0, .5) 2px 2px 2px;
}

.ult-right-ribb.yes {
	-webkit-box-shadow: rgba(0, 0, 0, .5) -2px 2px 2px;
	box-shadow: rgba(0, 0, 0, .5) -2px 2px 2px;
}

.ult-left-ribb, .ult-right-ribb {
	z-index: -1;
	border: 1em solid #0274be;
}

.ult-ribbon-text:before {
	content: "";
	bottom: -1em;
	position: absolute;
	display: block;
	left: 0;
	border-width: 1em 0 0 1em;
	border-style: solid;
	border-color: #3a3a3a transparent transparent transparent;
}

.ult-ribbon-text:after {
	content: "";
	bottom: -1em;
	position: absolute;
	display: block;
	right: 0;
	border-width: 1em 1em 0 0;
	border-style: solid;
	border-color: #3a3a3a transparent transparent transparent;
}

.ult-ribbon .ult-ribbon-text {
	position: relative;
	padding: .5em 1.75em;
	z-index: 3;
	display: block;
}

.ult-ribbon .ult-left-ribb i, .ult-ribbon .ult-right-ribb i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 4;
}

.ult-ribbon .ult-left-ribb i {
	left: .5em;
}

.ult-ribbon .ult-right-ribb i {
	right: .5em;
}

.ult-ribbon .ult-ribbon-stitches-bottom, .ult-ribbon .ult-ribbon-stitches-top {
	position: absolute;
	left: 0;
	width: 100%;
}

.ult-ribbon .ult-ribbon-stitches-top {
	top: 0;
	margin-top: 2px;
	border-top: 1px dashed rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	box-shadow: 0 0 2px rgba(255, 255, 255, .5);
}

.ult-ribbon .ult-ribbon-stitches-bottom {
	bottom: 0;
	margin-bottom: 2px;
	border-top: 1px dashed rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	box-shadow: 0 0 2px rgba(255, 255, 255, .3);
}

.ult-ribbon-stitches-top {
	margin-top: 2px;
	border-top: 1px dashed rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	box-shadow: 0 0 2px rgba(255, 255, 255, .5);
}

.ult-ribbon-stitches-bottom {
	margin-bottom: 2px;
	border-top: 1px dashed rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	box-shadow: 0 0 2px rgba(255, 255, 255, .3);
}

.ult-ribbon-wrap.no i {
	text-shadow: none;
}

@media (max-width:767px) {
	.ult-ribbon-text.small:after, .ult-ribbon-text.small:before {
		display: none;
	}
	
	.ult-ribbon .ult-left-ribb.small, .ult-ribbon .ult-right-ribb.small {
		display: none;
	}
	
	.ult-ribbon-wrap .ult-ribbon.auto.media-width {
		width: auto;
		max-width: 100%;
	}
	
	.ult-ribbon-wrap .ult-ribbon.full.media-width {
		width: 100%;
		max-width: 100%;
	}
	
	.ult-ribbon-wrap .ult-ribbon.custom.media-width {
		max-width: 100%;
	}
}

@media (max-width:1024px) {
	.ult-ribbon-text.medium:after, .ult-ribbon-text.medium:before {
		display: none;
	}
	
	.ult-ribbon .ult-left-ribb.medium, .ult-ribbon .ult-right-ribb.medium {
		display: none;
	}
}

.ult-carousel-wrapper {
	margin-bottom: 35px;
	padding-bottom: 20px;
}

.ult-carousel-wrapper {
	visibility: hidden;
}

.slick-initialized {
	visibility: visible;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-loading .slick-list {
	background: #fff url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/optimized/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/Ultimate_VC_Addons/assets/min-css/./ajax-loader.gif") center center no-repeat;
}

.slick-loading .slick-list.nitro-lazy {
	background-image: none !important;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slide, .slick-slide img, .slick-slider .slick-list, .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:after, .slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-next, .slick-prev {
	position: absolute;
	display: block;
	height: 1em;
	width: 1em;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: 0;
}

.slick-next:active, .slick-next:focus, .slick-next:hover, .slick-prev:active, .slick-prev:focus, .slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25;
}

.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -15px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -15px;
	-webkit-tranform: rotate(-180deg);
	-moz-tranform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.slick-next {
	right: -15px;
}

[dir=rtl] .slick-next {
	left: -15px;
	right: auto;
	-webkit-tranform: rotate(-180deg);
	-moz-tranform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.ult-carousel-wrapper.ult_full_width button.slick-next {
	right: 25px;
}

.ult-carousel-wrapper.ult_full_width button.slick-prev {
	left: 25px;
}

[dir=rtl] .ult-carousel-wrapper.ult_full_width button.slick-next {
	left: 25px;
}

[dir=rtl] .ult-carousel-wrapper.ult_full_width button.slick-prev {
	right: 25px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75;
}

.ult-carousel-wrapper .slick-dots li i {
	opacity: .5;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ult-carousel-wrapper .slick-dots li:hover i {
	opacity: 1;
}

.ult-carousel-wrapper .slick-dots li.slick-active i {
	opacity: 1;
}

button.slick-next:active, button.slick-prev:active {
	background: initial;
	border: initial;
	padding: initial;
}

.ult-item-wrap>.wpb_button, .ult-item-wrap>.wpb_content_element, .ult-item-wrap>.wpb_row, .ult-item-wrap>div, .ult-item-wrap>ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}

ul.slick-dots {
	margin: 0;
	padding: 10px 0;
}

.slick-dots {
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.ult-carousel-wrapper button {
	z-index: 1;
}

.ult-carousel-wrapper button.circle-bg, .ult-carousel-wrapper button.circle-border {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.7em;
}

.ult-carousel-wrapper button.square-bg, .ult-carousel-wrapper button.square-border {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	width: 1.5em;
	height: 1.5em;
}

.ult-carousel-wrapper.ult_vertical {
	padding: 50px 0;
}

.ult-carousel-wrapper.ult_vertical .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.ult-carousel-wrapper.ult_vertical button.slick-next, .ult-carousel-wrapper.ult_vertical button.slick-prev {
	left: 50%;
	margin: 0;
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}

.ult-carousel-wrapper.ult_vertical button.slick-prev {
	top: -45px;
}

.ult-carousel-wrapper.ult_vertical button.slick-next {
	top: auto;
	bottom: -40px;
}

.ult-carousel-wrapper.ult_vertical ul.slick-dots {
	z-index: 99;
	bottom: -30px;
}

button.slick-next.circle-border i, button.slick-prev.circle-border i {
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.stats-desc>div.counter_prefix, div.stats-desc>div.counter_suffix {
	display: inline;
}

.stats-block, .wpb_row .wpb_column .wpb_wrapper .stats-block {
	display: block;
	margin-bottom: 35px;
}

.stats-block .stats-number {
	font-size: 26px;
	line-height: 1.3em;
	font-weight: 500;
	display: inline;
}

.stats-block .stats-text {
	font-size: 18px;
	width: 100%;
	text-align: inherit;
}

.stats-left .aio-icon-left {
	display: table-cell;
	padding-right: 15px;
}

.stats-left .stats-desc {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: auto;
}

.stats-top .aio-icon-top, .stats-top .stats-desc {
	width: 100%;
	display: block;
	text-align: center;
}

.stats-top .aio-icon, .stats-top .img-icon {
	margin: 0 auto;
}

.stats-top .aio-icon-img {
	margin: 0 auto;
}

.stats-top .stats-number {
	padding: 8px 0;
}

.stats-right.stats-block {
	display: inline-block;
	width: 100%;
}

.stats-right .aio-icon-right {
	display: table-cell;
	padding-left: 15px;
}

.stats-right .stats-desc {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

.stats-block.stats-left, .stats-block.stats-right {
	direction: ltr;
}

.ult-sticky-section>:first-child, .ult-sticky-section>:first-child :first-child {
	margin-top: 0 !important;
}

.ult-sticky-section>:last-child, .ult-sticky-section>:last-child :last-child {
	margin-bottom: 0 !important;
}

.ult-sticky {
	z-index: 99999;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.ult-sticky.ult-stick {
	position: fixed;
	z-index: 99999;
}

.ult-sticky.ult-stick-full-width {
	position: fixed;
	left: 0;
	z-index: 99999;
}

.ult-sticky-anchor.ult_stick_to_row {
	z-index: 99990;
}

.ult_s_container {
	position: relative;
}

.aio-icon-component i, .align-icon i, .flip-box-wrap i, .info-circle-wrapper i, .smile-icon-timeline-wrap i, .smile_icon_list_wrap i, .stats-block i, .uavc-icons i, .uavc-list-icon i, .ubtn i, .ult-animation i, .ult-banner-block i, .ult-new-ib i, .ult-overlay i, .ult-vc-seperator i, .ult_countdown i, .ult_pricing_table_wrap i, .ultb3-box i, .ultimate-call-to-action i, .ultimate-google-trends i, .ultimate-map-wrapper i, .uvc-heading i, .uvc-type-wrap i {
	font-size: inherit;
	line-height: inherit;
}

.aio-icon-component, .aio-icon-component *, .align-icon, .align-icon *, .flip-box-wrap, .flip-box-wrap *, .info-circle-wrapper, .info-circle-wrapper *, .smile-icon-timeline-wrap, .smile-icon-timeline-wrap *, .smile_icon_list_wrap, .smile_icon_list_wrap *, .stats-block, .stats-block *, .uavc-icons, .uavc-icons *, .uavc-list-icon, .uavc-list-icon *, .ubtn, .ubtn *, .ubtn-ctn-center, .ubtn-link, .ult-animation, .ult-animation *, .ult-banner-block, .ult-banner-block *, .ult-new-ib, .ult-new-ib *, .ult-overlay, .ult-overlay *, .ult_countdown, .ult_countdown *, .ult_pricing_table_wrap, .ult_pricing_table_wrap *, .ultimate-google-trends, .ultimate-google-trends *, .ultimate-map-wrapper, .ultimate-map-wrapper *, .uvc-heading, .uvc-heading * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.upb_video_class, .vc_row, .wpb_column, .wpb_row {
	position: relative;
}

.aio-icon, .vc_row .aio-icon {
	display: inline-block;
	font-size: 32px;
	height: 2em;
	width: 2em;
	text-align: center;
	line-height: 2em;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.aio-icon.none {
	display: inline-block;
	font-size: 32px;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1em;
}

.aio-icon.circle {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.aio-icon.hexagon:before {
	content: "";
	position: absolute;
	top: -1em;
	left: 0;
	border-left: 1.5em solid transparent;
	border-right: 1.5em solid transparent;
	border-bottom: 1em solid;
	border-bottom-color: inherit;
}

.aio-icon.hexagon {
	position: relative;
	width: 3em;
	height: 1.5em;
	line-height: 1.5em;
	margin: 1.2em 0;
}

.aio-icon.hexagon:after {
	content: "";
	position: absolute;
	bottom: -1em;
	left: 0;
	border-left: 1.5em solid transparent;
	border-right: 1.5em solid transparent;
	border-top: 1em solid;
	border-top-color: inherit;
}

.aio-icon-img.uavc-hexagon img {
	display: inline-block;
	top: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.aio-icon-img.uavc-hexagon {
	position: relative;
	width: 3em;
	height: 1.5em;
	line-height: 1.5em;
	margin-top: 1.1em;
	margin-bottom: 1.1em;
}

.aio-icon-img.uavc-hexagon:after {
	content: "";
	position: absolute;
	bottom: -1em;
	left: 0;
	border-left: 1.5em solid transparent;
	border-right: 1.5em solid transparent;
	border-top: 1em solid;
	border-top-color: inherit;
}

.aio-icon-img.uavc-hexagon:before {
	content: "";
	position: absolute;
	top: -1em;
	left: 0;
	border-left: 1.5em solid transparent;
	border-right: 1.5em solid transparent;
	border-bottom: 1em solid;
	border-bottom-color: inherit;
}

.aio-icon-img {
	display: inline-block;
	font-size: 48px;
	width: 1em;
	max-width: 100%;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.aio-icon-img.uavc-circle {
	width: 1em;
	min-height: 1em;
	background: rgba(214, 214, 214, .44);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: .5em;
}

.aio-icon-img.uavc-square {
	width: 1em;
	min-height: 1em;
	background: rgba(214, 214, 214, .44);
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: .5em;
}

.aio-icon-img .img-icon {
	width: 1em;
	max-width: 100% !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	display: block;
	font-size: inherit;
}

.aio-tooltip {
	display: inline-block;
	text-align: center;
	width: auto;
	max-width: 100%;
}

.smile_icon_list {
	list-style: none !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.smile_icon_list li.icon_list_item {
	padding: 0 !important;
	list-style: none !important;
	clear: both !important;
	position: relative !important;
	min-height: 1em !important;
	margin: 0 0 30px !important;
	line-height: 100%;
	overflow: visible;
}

.smile_icon_list li.icon_list_item:last-child {
	margin: 0 !important;
}

a.ulimate-info-list-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 9;
	width: 100%;
	height: 100%;
}

.smile_icon_list li .icon_list_icon {
	font-size: 24px;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	float: left;
	background: #fff;
	z-index: 9;
	position: relative;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.smile_icon_list .list-img-icon {
	display: block;
	margin: 0 auto;
	max-height: 100% !important;
	max-width: 100% !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	top: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.smile_icon_list li .icon_description h3 {
	font-size: 17px;
	line-height: 1.846153846;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	clear: none !important;
}

.smile_icon_list li .icon_description h3 a {
	text-decoration: none;
}

.smile_icon_list li .icon_description .info-list-heading {
	font-size: 17px;
	line-height: 1.846153846;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	clear: none !important;
}

.smile_icon_list li .icon_description .info-list-heading a {
	text-decoration: none;
}

.smile_icon_list li .icon_description p {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit !important;
	line-height: inherit;
	color: inherit !important;
}

.smile_icon_list li .icon_description p:last-child {
	margin-bottom: 0;
}

.smile_icon_list li .icon_description div.icon_description_text {
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: 13px;
	line-height: 18px;
}

.smile_icon_list li .icon_description span.icon_description_text {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 14px;
	line-height: 1.714285714;
	display: block;
}

.smile_icon_list li .icon_list_connector {
	height: 100%;
	position: absolute;
	top: .5em;
	z-index: 1;
}

.info-circle-wrapper.info-circle-responsive .smile_icon_list li .icon_list_connector {
	top: 1em;
}

.smile_icon_list li:last-child .icon_list_connector {
	display: none;
}

.smile_icon_list.no_bg .icon_list_icon {
	border: 2px solid #0183cc;
	color: #0183cc;
}

.smile_icon_list.square .icon_list_icon {
	border-color: inherit;
}

.smile_icon_list.circle .icon_list_icon {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-color: inherit;
	overflow: hidden;
}

.smile_icon_list.with_bg .icon_list_icon {
	background: #0183cc;
	color: #fff;
}

.smile_icon_list.left li .icon_list_connector {
	left: .5em;
	border-right-width: 1px;
	border-right-style: dashed;
}

.smile_icon_list.left li.ult-info-circle-img .icon_list_connector {
	left: .34em;
	top: .5em;
}

.smile_icon_list.left li .icon_description {
	margin-left: 3em;
	padding-left: 25px;
	height: 3em;
	vertical-align: middle;
	display: table-cell;
}

.smile_icon_list.right {
	text-align: right;
}

.smile_icon_list.right li .icon_list_icon {
	float: right;
	position: relative;
}

.smile_icon_list.right li .icon_list_connector {
	right: .5em;
	border-left-width: 1px;
	border-left-style: dashed;
}

.smile_icon_list.right li .icon_description {
	margin-left: 3em;
	height: 3em;
	vertical-align: middle;
	display: table-cell;
}

.smile_icon_list.right li .icon_description {
	margin-right: 3em;
	padding-right: 25px;
}

.smile_icon_list.top, .smile_icon_list.top:after, .smile_icon_list.top:before {
	content: " ";
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.smile_icon_list.top {
	display: block;
}

.smile_icon_list.top li {
	display: table-cell;
	width: 1%;
	float: none;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.smile_icon_list.top li .icon_list_icon {
	margin: 0 auto;
	float: none;
}

.smile_icon_list.top li .icon_description {
	text-align: center;
	margin: 15px;
	padding-bottom: 0;
}

.smile_icon_list.top li .icon_list_connector {
	position: absolute;
	top: .5em;
	left: 50%;
	width: 100%;
	height: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	margin-left: 0;
}

.info-wrapper .smile_icon_list li .icon_description .responsive-font-class * {
	font-size: 13px;
	line-height: 1.64em;
	color: inherit;
}

@media only screen and (max-width:768px) {
	.smile_icon_list_wrap .smile_icon_list.top {
		display: inline-block;
		width: 100%;
	}
	
	.smile_icon_list.top li.icon_list_item {
		display: block;
		width: 100%;
		float: left;
	}
	
	.smile_icon_list.top li .icon_list_connector {
		display: none;
	}
}

.hexagon li .icon_list_icon:before {
	content: "";
	position: absolute;
	top: -1em;
	left: 0;
	border-left: 1.5em solid transparent;
	border-right: 1.5em solid transparent;
	border-bottom: 1em solid;
	border-bottom-color: inherit !important;
}

.hexagon li .icon_list_icon {
	width: 3em !important;
	height: 1.5em !important;
	line-height: 1.5em !important;
	background: #0183cc;
	border-color: #0183cc;
	color: #fff;
	position: relative;
	top: 1em;
	overflow: inherit;
}

.hexagon li .icon_list_icon:after {
	content: "";
	position: absolute;
	bottom: -1em;
	left: 0;
	border-left: 1.5em solid transparent;
	border-right: 1.5em solid transparent;
	border-top: 1em solid;
	border-top-color: inherit !important;
}

.smile_icon_list.top.hexagon .icon_list_icon {
	position: relative;
	margin-bottom: 2em;
}

.smile_icon_list.top.hexagon .icon_list_connector {
	top: .55em;
}

.full-width-content.wpb-js-composer .site-inner {
	overflow: visible !important;
}

.smile_icon_list.circle {
	float: none;
	border: 0;
	width: auto;
	margin: 0;
	cursor: inherit;
}

.ult-animation * {
	-webkit-backface-visibility: hidden;
}

.ult-animation.ult-animate-viewport {
	-webkit-transition: opacity .9s linear;
	transition: opacity .9s linear;
}

.uavc-list-icon ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 0 30px !important;
	position: relative !important;
}

.uavc-list-icon ul:last-child {
	margin: 0 !important;
}

.uavc-list-icon li {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
	clear: both !important;
	line-height: 1.6em;
	overflow: visible;
}

.uavc-list-content {
	display: table;
	width: 100%;
	margin-bottom: 7px;
}

.uavc-list-content .aio-icon {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.uavc-list-content span.uavc-list-desc {
	display: table-cell;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	width: 100%;
}

.uavc-icons, .wpb_column .wpb_wrapper .uavc-icons {
	display: block;
	margin-bottom: 35px;
	line-height: 1;
}

.uavc-icons-left.uavc-icons {
	text-align: left;
}

.uavc-icons-center.uavc-icons {
	text-align: center;
}

.uavc-icons-right.uavc-icons {
	text-align: right;
}

.aio-icon i {
	line-height: inherit;
}

.ultimate_google_map img {
	max-width: initial !important;
}

.vc_element.element-ultimate_icons {
	float: left;
	padding-left: 75%;
}

.vc_ultimate_icons a.vc_control-btn.vc_control-btn-append {
	margin-top: 20px;
	margin-left: 50%;
	z-index: 33000000;
}

.smile_icon_list.left li .icon_description {
	line-height: 1em;
}

.vc_element.element-info_list {
	padding-top: 20%;
	float: left;
	padding-left: 20%;
}

.vc_element.element-ultimate_icon_list {
	margin-top: 20%;
	margin-left: 50%;
}

.vc_ultimate_icon_list a.vc_control-btn.vc_control-btn-append {
	margin-left: 85%;
}

.vc_element.element-icon_timeline {
	display: block;
	float: left;
	padding-left: 50%;
}

.vc_element.element-ultimate_carousel {
	padding-top: 20%;
}

.vc_element.element-ult_ihover {
	margin-top: 20%;
}

.vc_element.element-ult_hotspot {
	margin-top: 20%;
}

.aio-icon-description div, .aio-icon-description p, .ifb-flip-box-section-content div, .ifb-flip-box-section-content p, .info-circle-text div, .info-circle-text p, .timeline-header>div div, .timeline-header>div p, .uavc-list-desc div, .uavc-list-desc p, .ult-tooltipster-content div, .ult-tooltipster-content p, .ult_modal-body div, .ult_modal-body p, .ult_price_features div, .ult_price_features p, .ultimate-vticker div, .ultimate-vticker p, .uvc-ctaction-data, .uvc-ctaction-data div, .uvc-ctaction-data p, .uvc-sub-heading div, .uvc-sub-heading p {
	font-family: inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important;
	font-style: inherit !important;
	color: inherit !important;
	line-height: inherit !important;
}

.ultimate-ticker-prefix, .ultimate-ticker-suffix {
	font-size: inherit;
	line-height: inherit;
}

.strip_highlight_text div, .strip_highlight_text p, .strip_main_text div, .strip_main_text p, .ubtn-text, .ulsb-strip>h4 div, .ulsb-strip>h4 p, span.middle-text div, span.middle-text p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	color: inherit;
	line-height: inherit;
}

a.ult_colorlink div, a.ult_colorlink p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
}

li.ult_tab_li>a.ult_a span {
	color: inherit;
}

[class*=x-icon-], [data-x-icon] {
	line-height: inherit;
}

.info-wrapper.ult-adjust-bottom-margin, .smile_icon_list_wrap.ult-adjust-bottom-margin, .uavc-list-icon-wrapper.ult-adjust-bottom-margin, .ubtn-ctn-center, .ubtn-ctn-left, .ubtn-ctn-right, .ubtn-img-container, .ult-banner-block.ult-adjust-bottom-margin, .ult-modal-input-wrapper.ult-adjust-bottom-margin, .ult_dual_button.ult-adjust-bottom-margin, .ultb3-box.ult-adjust-bottom-margin, .ultimate-call-to-action.ult-adjust-bottom-margin, .ultimate-google-trends.ult-adjust-bottom-margin, .ultimate-map-wrapper.ult-adjust-bottom-margin, .uvc-type-wrap.ult-adjust-bottom-margin, html .ult-ih-container.ult-adjust-bottom-margin, html .ult_exp_section_layer.ult-adjust-bottom-margin, html .ult_hotspot_container.ult-adjust-bottom-margin, html .ult_main_cl.ult-adjust-bottom-margin {
	margin-bottom: 35px;
}

.ultimate-map-wrapper {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

html .vc_col-has-fill a.ubtn-link.ult-adjust-bottom-margin .ubtn.ult-adjust-bottom-margin {
	margin-bottom: 0;
}

.smile_icon_list.right>li {
	text-align: right;
	text-align: -webkit-right;
	text-align: -moz-right;
}

.smile_icon_list.right .icon_list_item {
	display: block;
}

.vc_row-no-padding .ult-carousel-wrapper .slick-next {
	right: 0;
}

.vc_row-no-padding .ult-carousel-wrapper .slick-prev {
	left: 0;
}

.ulsb-container {
	position: relative;
	width: 150px;
	height: 400px;
	margin: 30px auto 0 auto;
}

.ulsb-container .ulsb-strip {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	background: #fff;
	height: 400px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	background-image: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/optimized/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/Ultimate_VC_Addons/assets/images/fabric.png");
	-webkit-transform-origin: 25% 90%;
	-ms-transform-origin: 25% 90%;
	transform-origin: 25% 90%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 11px 11px 18px rgba(0, 0, 0, .4);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 11px 11px 18px rgba(0, 0, 0, .4);
}

.ulsb-container .ulsb-strip.nitro-lazy {
	background-image: none !important;
}

.ulsb-container .ulsb-strip:nth-child(1) {
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 1px 1px 1px rgba(0, 0, 0, .1);
}

.ulsb-container .ulsb-strip:nth-child(2) {
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 2px 2px 1px rgba(0, 0, 0, .1);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 2px 2px 1px rgba(0, 0, 0, .1);
}

.ulsb-container .ulsb-strip:nth-child(3) {
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 3px 3px 2px rgba(0, 0, 0, .2);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 3px 3px 2px rgba(0, 0, 0, .2);
}

.ulsb-container .ulsb-strip:nth-child(4) {
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 4px 4px 4px rgba(0, 0, 0, .2);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 4px 4px 4px rgba(0, 0, 0, .2);
}

.ulsb-container .ulsb-strip:nth-child(5) {
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 5px 5px 6px rgba(0, 0, 0, .3);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 5px 5px 6px rgba(0, 0, 0, .3);
}

.ulsb-container .ulsb-strip:nth-child(6) {
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 6px 6px 8px rgba(0, 0, 0, .3);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 6px 6px 8px rgba(0, 0, 0, .3);
}

.ulsb-container .ulsb-strip:nth-child(7) {
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 7px 7px 10px rgba(0, 0, 0, .4);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 7px 7px 10px rgba(0, 0, 0, .4);
}

.ulsb-container .ulsb-strip:nth-child(8) {
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 8px 8px 12px rgba(0, 0, 0, .4);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 8px 8px 12px rgba(0, 0, 0, .4);
}

.ulsb-container .ulsb-strip:nth-child(9) {
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 9px 9px 14px rgba(0, 0, 0, .4);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 9px 9px 14px rgba(0, 0, 0, .4);
}

.ulsb-container .ulsb-strip:nth-child(10) {
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 10px 10px 16px rgba(0, 0, 0, .4);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 10px 10px 16px rgba(0, 0, 0, .4);
}

.ulsb-container .ulsb-strip:nth-child(11) {
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 11px 11px 18px rgba(0, 0, 0, .4);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 11px 11px 18px rgba(0, 0, 0, .4);
}

.ulsb-container .ulsb-strip:last-child {
	background: #645b5c url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/optimized/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/Ultimate_VC_Addons/assets/images/cover.jpg") repeat center center;
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .2), 12px 12px 20px rgba(0, 0, 0, .6), inset 2px 2px 0 rgba(255, 255, 255, .1);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .2), 12px 12px 20px rgba(0, 0, 0, .6), inset 2px 2px 0 rgba(255, 255, 255, .1);
}

.ulsb-container .ulsb-strip:last-child.nitro-lazy {
	background-image: none !important;
}

.ulsb-container .ulsb-strip:last-child:after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ddd;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ddd), color-stop(48%, #58535e), color-stop(100%, #889396));
	background: -webkit-linear-gradient(-45deg, #ddd 0, #58535e 48%, #889396 100%);
	background: -webkit-linear-gradient(315deg, #ddd 0, #58535e 48%, #889396 100%);
	background: linear-gradient(135deg, #ddd 0, #58535e 48%, #889396 100%);
	-webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, .5), 1px 1px 1px rgba(255, 255, 255, .1);
	box-shadow: -1px -1px 1px rgba(0, 0, 0, .5), 1px 1px 1px rgba(255, 255, 255, .1);
}

.ulsb-container .ulsb-strip h4 {
	color: rgba(255, 255, 255, .9);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3em;
	border-top: 1px dashed rgba(0, 0, 0, .1);
	border-bottom: 1px dashed rgba(0, 0, 0, .1);
	margin: 5px;
	padding: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ulsb-container .ulsb-strip:last-child h4 {
	background: rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .1);
	box-shadow: 0 1px 1px rgba(255, 255, 255, .1);
}

.ulsb-container .ulsb-strip:last-child h5 {
	font-size: 35px;
	white-space: nowrap;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1.3em;
	width: 100%;
	height: -webkit-calc(100% - 75px);
	height: calc(100% - 75px);
	color: #111;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, .1);
	text-transform: uppercase;
}

.ulsb-container .ulsb-strip:last-child h5 span {
	-webkit-transform: rotate(-90deg) translateX(0) translateY(-50%);
	-ms-transform: rotate(-90deg) translateX(0) translateY(-50%);
	transform: rotate(-90deg) translateX(0) translateY(-50%);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	left: 100%;
	right: 0;
	bottom: 0;
	text-align: right;
	display: block;
}

.ulsb-container.ulsb-style-2 .ulsb-strip:last-child h5 {
	-webkit-transform: rotateZ(90deg) translateX(58%) translateY(-105%);
	-ms-transform: rotateZ(90deg) translateX(58%) translateY(-105%);
	transform: rotateZ(90deg) translateX(58%) translateY(-105%);
}

.ulsb-container .ulsb-icon {
	display: inline-block;
	height: auto;
	width: 100%;
	margin: 20px auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ulsb-container.ulsb-responsive {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	margin: 10px 0 30px;
	padding: 0;
}

.ulsb-container.ulsb-responsive .ulsb-strip {
	position: relative;
	width: 130px;
	height: 400px;
	float: left;
	margin: 0 15px 15px 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 2px 2px 5px rgba(0, 0, 0, .4);
	box-shadow: -1px -1px 3px rgba(0, 0, 0, .1), 2px 2px 5px rgba(0, 0, 0, .4);
}

.ulsb-container.ulsb-responsive .ulsb-strip:last-child:after {
	content: none;
}

.ult-tabto-accordion {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: relative;
}

.ult-tabto-accordion dd, .ult-tabto-accordion dl {
	margin: 0 !important;
	padding: 0;
}

.ult-tabto-accordion .extraborder {
	display: block;
	height: 1em;
	width: 100%;
	margin-top: -1px;
	background-color: #ccc;
}

.ult-tabto-accordion dt>a {
	margin: 0;
	text-align: center;
	font-weight: 700;
	font-size: 1em;
	padding: 7px;
	display: block;
	text-decoration: none;
	color: #666;
	-webkit-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}

.ult-tabto-accordion dt>a:visited {
	color: #fff;
}

.ult-tabto-accordion dt>a:focus {
	outline: 0;
}

.ult-tabto-accordion dd {
	background-color: none;
	height: auto;
	line-height: 1.5em;
}

.ult-tabto-accordion dd>.ult-tabto-acontent {
	font-size: 1em;
	padding: 1em 2em;
}

.ult-tabto-accordion dd p {
	padding: 0;
	margin: 8px 0;
}

.ult-tabto-actitle {
	background-color: #efefef;
	background-repeat: repeat;
}

.ult-tabto-actitle.withBorder {
	border-bottom: inherit;
}

.ult-tabto-actitle:hover {
	color: #fff;
	background-color: #999;
}

i.accordion-icon {
	font-size: 1.5em;
	line-height: 1.5em;
	height: 1.5em;
	display: inline-block;
	margin-top: -4px;
	float: left;
	-webkit-transition: -webkit-transform .75s ease-in-out;
	transition: -webkit-transform .75s ease-in-out;
	transition: transform .75s ease-in-out;
	transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out;
}

.ult-tabto-actitle.ult-tabto-actitleActive i.accordion-icon:before {
	content: "-";
	padding-left: .2em;
	padding-right: .1em;
}

.ult-tabto-actitle i.accordion-icon:before {
	content: "+";
}

.ult-tabto-actitleActive {
	color: #fff;
	background-color: #999;
}

.ult-tabto-accordion .ult-tabto-accordionItem {
	height: auto;
	overflow: auto;
}

.ult_acordian-text {
	line-height: 1em !important;
	font-size: 15px;
	margin: 10px;
}

span.ult_tab_main.ult_ac_mainIcon {
	display: inline-table;
}

span.ult_tab_main.ult_ac_main.ult_top.Icon {
	display: inline-block;
}

span.ult_tab_main.ult_ac_main.ult_noacordicnIcon {
	display: inline-table;
}

.ult-tabto-accordion .ult-tabto-accordionItem {
	max-height: 80em;
	-webkit-transition: max-height .5s;
	transition: max-height .5s;
}

.ult-tabto-accordion .ult-tabto-accolapsed {
	max-height: 0;
}

.cq-animateIn {
	-webkit-animation-name: accordionIn;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 0s;
	-moz-animation-name: normal;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-moz-animation-delay: 0s;
	animation-name: accordionIn;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0s;
}

.cq-animateOut {
	-webkit-animation-name: accordionOut;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 0s;
	-moz-animation-name: accordionOut;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-moz-animation-delay: 0s;
	animation-name: accordionOut;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0s;
}

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

@keyframes accordionIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

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

@keyframes accordionOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.ult-ac-slideup {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 1s;
	transition: max-height 1s;
}

.ult-ac-slidedown {
	-webkit-transition: max-height 1s;
	transition: max-height 1s;
	max-height: 100%;
}

.fadeout {
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity: 0;
}

.fadein {
	opacity: 1;
}

a.ult-tabto-actitle.withBorder.ult_a span.ult_tab_main {
	display: inline-table;
}

a.ult-tabto-actitle.withBorder.ult_a .ult_tab_icon, a.ult-tabto-actitle.withBorder.ult_a span.ult_tab_main .ult_tab_icon {
	vertical-align: middle;
	font-size: 20px;
}

a.ult-tabto-actitle.withBorder.ult_a .aio-icon.none.icon-top {
	display: table-row;
}

.ult_tabs, .ult_tabs *, .ult_tabs .aio-icon {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult_tabs {
	clear: both;
	position: relative;
	width: 100%;
	padding: 0;
	margin: auto auto 35px auto;
}

a.ult_a {
	text-align: center;
	text-transform: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	outline: 0;
}

.ult_tabitemname {
	position: relative;
	display: none;
	margin: 0;
	padding: 12px 15px;
	color: inherit;
	overflow: hidden;
}

.ult_tabmenu.style1, .ult_tabmenu.style2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -moz-box;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: wrap;
	-moz-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-justify-content: left;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: left;
	-moz-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}

span.ult_tab_section {
	display: table-cell;
	vertical-align: middle;
}

.ult_tabmenu.style1 li.ult_tab_li {
	display: inline-block;
	position: relative;
	float: left;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.ult_tabmenu.style1 li.ult_tab_li:not(:first-child) {
	border-left: none !important;
}

.ult_tabmenu.style1 a.ult_a {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	float: left;
	display: block;
	outline: 0;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.ult_tabmenu.style2 li.ult_tab_li {
	float: left;
	margin: 0;
	padding: 0;
}

.ult_tabmenu.style2 li.ult_tab_li a {
	position: relative;
	display: block;
	margin-top: 40px;
	padding: 8px 20px 6px;
	font-family: inherit;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: inherit;
	background: inherit;
	-webkit-box-shadow: 4px 8px 16px 2px rgba(0, 0, 0, .2);
	box-shadow: 4px 8px 16px 2px rgba(0, 0, 0, .2);
	border: 0 solid #000;
	-webkit-transition: padding .3s ease, margin .3s ease, background-color .3s, box-shadow 3s;
	-webkit-transition: padding .3s ease, margin .3s ease, background-color .3s, -webkit-box-shadow 3s;
	transition: padding .3s ease, margin .3s ease, background-color .3s, -webkit-box-shadow 3s;
	transition: padding .3s ease, margin .3s ease, background-color .3s, box-shadow 3s;
	transition: padding .3s ease, margin .3s ease, background-color .3s, box-shadow 3s, -webkit-box-shadow 3s;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.ult_tabmenu.style2 li.ult_tab_li:first-child a {
	z-index: 3;
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
}

.ult_tabmenu.style2 li.ult_tab_li:nth-child(2) a {
	z-index: 2;
}

ul.ult_tabmenu.style2 span.ult-span-text {
	line-height: 1em;
}

.ult_tabmenu.style2 liult_tab_li:last-child a {
	z-index: 1;
	-webkit-box-shadow: 2px 8px 16px -2px rgba(0, 0, 0, .2);
	box-shadow: 2px 8px 16px -2px rgba(0, 0, 0, .2);
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
}

.ult_tabmenu.style2 li.ult_tab_li a:hover {
	margin-top: 32px;
	padding: 12px 20px 10px;
}

.ult_tabmenu.style2 li.current a {
	margin-top: 32px;
	padding: 12px 20px 10px;
	background: #545f60;
	z-index: 4;
	outline: 0;
}

.ult_tabcontent.style2 {
	margin: 0;
	padding: 10px 8px;
}

.ult_tabmenu.style3 {
	text-align: center;
	font-weight: inherit;
	line-height: 100%;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -moz-box;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: wrap;
	-moz-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ult_tabmenu.style3>li.ult_tab_li {
	display: inline-block;
	background: inherit;
	position: relative;
	line-height: inherit;
	margin: 0;
}

.ult_tabmenu.style3>li.ult_tab_li a {
	display: inline-block;
	background: 0 0;
	color: #fff;
	font-size: inherit;
	text-decoration: none;
	padding: 10px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.ult_tabmenu.style3>li.current {
	background: #4fc1e9;
}

.ult_tabmenu.style3 li.ult_tab_li:first-child {
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
}

.ult_tabmenu.style3 li.ult_tab_li:last-child {
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
}

.ult_tabmenu.style3>li.current:after, .ult_tabmenu.style3>li.current:before {
	opacity: 1;
}

.ult_tabmenu.style3>li.ult_tab_li:before {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
	top: 50%;
	bottom: 0;
	left: 5px;
	right: 5px;
	-webkit-border-radius: 100px/10px;
	border-radius: 100px/10px;
}

.ult_tabmenu.style3>li.ult_tab_li a:focus, .ult_tabmenu.style3>li.ult_tab_li:focus {
	outline: 0;
}

.ult_tabmenu.style3>li.ult_tab_li a span {
	position: relative;
}

.ult_tab_main {
	display: table;
}

.ult_tabmenu .aio-icon {
	vertical-align: middle;
	margin: 10px;
}

span.ult-span-text {
	vertical-align: middle;
	line-height: 1em;
}

.ult_tabmenu .icon-top {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ult_tabmenu>li.ult_tab_li .ult_tab_icon, .ult_tabmenu>li.ult_tab_li span.ult-span-text {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ult_tabmenu.style3 li.ult_tab_li:not(:first-child) {
	border-left: none !important;
}

ul.ult_tabmenu.style1.Style_4 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -moz-box;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: wrap;
	-moz-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.ult_tabmenu.style1.Style_4 a.ult_a {
	width: 100%;
	display: inline-block;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

li.ult_tab_li.ult_tab_style_4 {
	display: block;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

li.ult_tab_style_4 {
	border: inherit;
}

.ult_tabmenu .style_4_top {
	padding-bottom: 10px;
}

li.ult_tab_style_4:not(:first-child) {
	border-left: none !important;
}

ul.ult_tabmenu.style1.Style_4 span.ult_tab_main {
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

ul.ult_tabmenu.style1.Style_5 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -moz-box;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: wrap;
	-moz-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.ult_tabmenu.style1.Style_5 a.ult_a {
	width: 100%;
	display: inline-block;
	position: relative;
	border-left: 1px solid rgba(188, 188, 188, .33) !important;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

li.ult_tab_li.ult_tab_style_5 .ult-span-text, ul.ult_tabmenu.style1.Style_5 .ult_tab_icon {
	-webkit-transition: -webkit-transform .3s, all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out, -webkit-transform .3s;
	transition: all .3s ease-in-out, -webkit-transform .3s;
	transition: transform .3s, all .3s ease-in-out;
	transition: transform .3s, all .3s ease-in-out, -webkit-transform .3s;
}

li.ult_tab_li.ult_tab_style_5:last-child {
	border-right: 1px solid rgba(188, 188, 188, .33);
}

li.ult_tab_li.ult_tab_style_5 {
	display: block;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

ul.ult_tabmenu.style1.Style_5 span.ult_tab_main {
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 100%;
}

.ult_tab_style_5 .ult_top span.ult-span-text {
	padding-bottom: 15px;
}

li.ult_tab_style_5 a.ult_a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -5px;
	width: 115%;
	border-color: inherit;
	border-width: 3px;
	border-style: solid;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translate3d(0, 150%, 0);
	transform: translate3d(0, 150%, 0);
}

li.ult_tab_style_5.current a.ult_a:after {
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

ul.ult_tabmenu.style1.Style_6 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -moz-box;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: wrap;
	-moz-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.ult_tabmenu.style1.Style_6 a.ult_a {
	width: 100%;
	display: inline-block;
	position: relative;
	border-left: 1px solid rgba(188, 188, 188, .33) !important;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

li.ult_tab_li.ult_tab_style_6 .ult-span-text, ul.ult_tabmenu.style1.Style_6 .ult_tab_icon {
	-webkit-transition: -webkit-transform .3s, all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out, -webkit-transform .3s;
	transition: all .3s ease-in-out, -webkit-transform .3s;
	transition: transform .3s, all .3s ease-in-out;
	transition: transform .3s, all .3s ease-in-out, -webkit-transform .3s;
}

li.ult_tab_li.ult_tab_style_6:last-child {
	border-right: 1px solid rgba(188, 188, 188, .33);
}

li.ult_tab_li.ult_tab_style_6 {
	display: block;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

ul.ult_tabmenu.style1.Style_6 span.ult_tab_main {
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 100%;
}

.ult_tab_style_6 .ult_top span.ult-span-text {
	padding-bottom: 15px;
}

li.ult_tab_style_6 a.ult_a:after {
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	width: 115%;
	border-color: inherit;
	border-width: 3px;
	border-style: solid;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translate3d(0, 150%, 0);
	transform: translate3d(0, 150%, 0);
	display: none;
}

li.ult_tab_style_6.current a.ult_a:after {
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult_acord {
	display: none;
}

span.aio-icon.none.icon-top.ult_tab_iconTop {
	margin-top: 0;
}

@media screen and (min-width:300px) and (max-width:450px) {
	span.ult-span-text {
		line-height: 2.5em;
		font-size: 1em !important;
		margin: 5px;
	}
	
	.ult_tabs .ult_tabcontent {
		font-size: .85em;
	}
	
	.ult_resptop_icon {
		top: 50% !important;
	}
	
	span.ult_tab_main.Icon .icon-top {
		display: table-cell !important;
	}
	
	span.ult_tab_main.Icon .ult-span-text {
		display: none;
	}
	
	span.ult_tab_main.Title .aio-icon {
		display: none !important;
	}
	
	.ult_tabmenu.style3 {
		text-align: left;
	}
	
	.ult_tabmenu.style3>li.ult_tab_li {
		padding: 0;
	}
	
	.ult_tabmenu.style1 a.ult_a {
		padding: 5px;
	}
	
	.ult_tabmenu.style3>li.ult_tab_li a {
		padding: 5px;
		line-height: 1em;
	}
	
	.ult_tabmenu .icon_top_link {
		padding: 5px !important;
	}
	
	span.ult_tab_main.ult_top {
		position: relative !important;
	}
	
	span.ult-span-text.no_icon.ult_tab_display_text {
		display: inline-block;
	}
	
	li.ult_tab_li.ult_tab_style_4 .aio-icon.none {
		padding-left: 0;
	}
	
	ul.ult_tabmenu.style1.Style_5 a.ult_a {
		padding: 5px 0;
	}
	
	span.ult_tab_main.Both .aio-icon.none {
		margin: 5px;
	}
	
	span.ult_tab_main.Both span.ult-span-text {
		margin-right: 10px;
	}
	
	.ult_tabmenu.style2 li.ult_tab_li a {
		padding: 6px 10px;
	}
	
	.ult_tabmenu.style2 li.current a {
		padding: 10px;
	}
	
	.ult_tabmenu.style2 li.ult_tab_li a:hover {
		margin-top: 32px;
		padding: 10px;
	}
	
	.ult_tabmenu .aio-icon {
		font-size: 15px !important;
	}
	
	.ult_tab_resp_ult_top span.ult-span-text {
		font-size: 12px !important;
	}
	
	.Icon .aio-icon.none.ult_tab_iconleft, .Icon .aio-icon.none.ult_tab_iconright {
		margin: 10px;
	}
	
	span.aio-icon.none.icon-top.ult_tab_iconTop {
		margin: 10px auto 0;
	}
}

@media screen and (min-width:450px) and (max-width:650px) {
	span.ult-span-text {
		line-height: 2.5em;
		font-size: 1em;
	}
	
	.ult_tabmenu .aio-icon {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.ult_tabs .ult_tabcontent {
		font-size: .85em;
	}
	
	.ult_resptop_icon {
		top: 50% !important;
	}
	
	span.ult_tab_main.Icon .icon-top {
		display: table-cell !important;
	}
	
	span.ult_tab_main.Icon .ult-span-text {
		display: none;
	}
	
	span.ult_tab_main.Title .aio-icon {
		display: none !important;
	}
	
	.ult_tabmenu.style3 {
		text-align: left;
	}
	
	.ult_tabmenu.style3>li.ult_tab_li {
		padding: 0;
	}
	
	.ult_tabmenu.style1 a.ult_a {
		padding: 3px 5px;
	}
	
	.ult_tabmenu.style2 a.ult_a {
		padding: 8px 5px 0;
	}
	
	.ult_tabmenu.style3>li.ult_tab_li a {
		padding: 8px;
		line-height: 1em;
	}
	
	.ult_tabmenu .icon_top_link {
		padding: 5px !important;
	}
	
	span.ult_tab_main.ult_top {
		top: 0 !important;
		position: relative !important;
	}
	
	span.ult-span-text.no_icon.ult_tab_display_text {
		display: inline-block;
	}
	
	li.ult_tab_li.ult_tab_style_4 .aio-icon.none {
		padding-left: 0;
	}
	
	span.ult_tab_main.Both .aio-icon.none {
		margin: 5px;
	}
	
	span.ult_tab_main.Both span.ult-span-text {
		margin-right: 10px;
	}
	
	.ult_tabmenu .aio-icon {
		font-size: 15px !important;
	}
	
	.ult_tab_resp_ult_top span.ult-span-text {
		font-size: 12px !important;
	}
	
	.Icon .aio-icon.none.ult_tab_iconleft, .Icon .aio-icon.none.ult_tab_iconright {
		margin: 10px;
	}
	
	span.aio-icon.none.icon-top.ult_tab_iconTop {
		margin: 10px auto 0;
	}
}

span.ult_tab_main.ult_top span.ult-span-text {
	display: table-row;
}

ul.ult_tabmenu.style2 .ult_top span.ult-span-text {
	line-height: 1.85em;
}

.aio-icon.none.ult_tab_iconright {
	margin: 0 0 0 10px;
}

.aio-icon.none.ult_tab_iconleft {
	margin: 0 10px 0 0;
}

.ult_tabmenu .icon_bottom_link {
	padding: 10px 25px 3px !important;
}

a.ult_a:focus {
	outline: 0;
}

.scaleTabname {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(.05);
	-ms-transform: scale(.05);
	transform: scale(.05);
}

.scaleTabname2 {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult_owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.ult_tabs .ult_tab_min_contain.tabanimate {
	overflow: hidden;
	width: 100%;
	left: 0;
	display: block;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	transform: translate3d(0, 0, 0);
	-webkit-transform-origin: 590px 50% 0;
	-webkit-perspective-origin: 590px 50%;
	perspective-origin: 590px 50%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.ult_owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}

.ult_owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.ult_owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}

.ult_owl-backSlideright-out {
	-webkit-animation: backSlideOutRight 1s both ease;
	animation: backSlideOutRight 1s both ease;
}

.ult_owl-backSlideright-in {
	-webkit-animation: backSlideInRight 1s both ease;
	animation: backSlideInRight 1s both ease;
}

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

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

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}
	
	100%, 75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
		transform: translateZ(-500px);
	}
	
	100%, 75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
		transform: translateZ(-500px) translateX(-200%);
	}
}

@-webkit-keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}
	
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	}
}

@keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
		transform: translateZ(-500px) translateX(200%);
	}
	
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
		transform: translateZ(-500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0);
	}
}

@-webkit-keyframes backSlideOutRight {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}
	
	100%, 75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}
}

@keyframes backSlideOutRight {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
		transform: translateZ(-500px);
	}
	
	100%, 75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
		transform: translateZ(-500px) translateX(200%);
	}
}

@-webkit-keyframes backSlideInRight {
	0%, 25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
	
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	}
}

@keyframes backSlideInRight {
	0%, 25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
		transform: translateZ(-500px) translateX(-200%);
	}
	
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
		transform: translateZ(-500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0);
	}
}

.ult-team-member-image {
	overflow: hidden;
	position: relative;
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-team-member-image img {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ult-team-member-bio-wrap {
	text-align: center;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-team-member-image-overlay.ult-team_img_hover {
	position: absolute;
	background-image: url("https://cdn-djgaa.nitrocdn.com/reuojSlNmmjYAcyacYVwXOIzJWhZTiNX/assets/images/optimized/rev-6572daf/www.wollongongmusic.com.au/wp-content/plugins/Ultimate_VC_Addons/assets/img/ov-plus.png");
	width: 83px;
	height: 83px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(100, 100, 100, .6);
	font-family: fontAwesome;
	font-size: 60px;
	color: #373737;
	font-weight: 300;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s linear;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s linear;
	transition: all .2s ease-in-out;
	z-index: 9999;
}

.ult-team-member-image-overlay.ult-team_img_hover.nitro-lazy {
	background-image: none !important;
}

.ult-team-member-wrap:hover .ult-team-member-image .ult-team-member-image-overlay.ult-team_img_hover {
	width: 101%;
	height: 101%;
	z-index: 9;
	-webkit-box-shadow: inset 10px 10px 160px 20px inherit;
	box-shadow: inset 10px 10px 160px 20px inherit;
	visibility: visible;
	opacity: 1;
}

.ult-team-member-image.ult-team_img_hover:before {
	width: 100%;
	position: absolute;
	height: 100%;
	content: "";
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: inset 10px 10px 160px 20px inherit;
	box-shadow: inset 10px 10px 160px 20px inherit;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.ult-team-member-wrap:hover>.ult-team-member-image.ult-team_img_hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ult-team-member-wrap:hover>.ult-team-member-image.ult-team_img_hover:after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ult-social-icon {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ult-style-1.ult-team-member-bio-wrap, .ult-style-2.ult-team-member-bio-wrap, .ult-style-3.ult-team-member-bio-wrap {
	padding: 25px 10px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-style-1 .ult-team-member-name-wrap, .ult-style-2 .ult-team-member-name-wrap, .ult-style-3 .ult-team-member-name-wrap {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-style-1 .ult-team-member-name-wrap .ult-team-member-name, .ult-style-2 .ult-team-member-name-wrap .ult-team-member-name, .ult-style-3 .ult-team-member-name-wrap .ult-team-member-name {
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	margin: 25px 0 5px 0;
	display: block;
	font-weight: 700;
}

.ult-style-1 .ult-team-member-position, .ult-style-2 .ult-team-member-position, .ult-style-3 .ult-team-member-position {
	padding-bottom: 0;
	font-size: 12px;
	color: #777;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-style-1 hr, .ult-style-2 hr, .ult-style-3 hr {
	margin-left: auto;
	margin-right: auto;
}

.ult-style-1 .ult-team-divider, .ult-style-2 .ult-team-divider, .ult-style-3 .ult-team-divider {
	padding-top: 2px;
	margin-top: 15px;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-style-1 .ult-team-member-description, .ult-style-2 .ult-team-member-description {
	margin: 20px 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
}

.ult-style-1 .ult-team-member-description p, .ult-style-2 .ult-team-member-description p, .ult-style-3 .ult-team-member-description p {
	margin-bottom: 20px;
}

.ult-style-2 .ult-team-member-description p {
	margin-bottom: 5px;
}

.ult-style-3 .ult-team-member-description {
	position: absolute;
	opacity: 0;
	margin: 20px 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #303030;
	width: 100%;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.ult-style-3:hover .ult-team-member-description {
	opacity: 1;
}

.ult-style-3 .ult-team-member-image img {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.ult-style-3:hover .ult-team-member-image img {
	opacity: .1;
}

.ult-style-1 .ult-social-buttons a.ult-team.ult-social-icon, .ult-style-2 .ult-social-buttons a.ult-team.ult-social-icon, .ult-style-3 .ult-social-buttons a.ult-team.ult-social-icon {
	margin-right: .5em;
	font-size: 16px;
	text-decoration: none;
}

.ult-team-member-wrap .ult-social-buttons a.ult-team {
	color: #aaa;
}

.ult-team-member-wrap .ult-social-buttons a.ult-team:hover {
	color: #797979;
}

.ult-style-1 .ult-social-buttons a.ult-team.ult-social-icon:first-child, .ult-style-2 .ult-social-buttons a.ult-team.ult-social-icon:first-child, .ult-style-3 .ult-social-buttons a.ult-team.ult-social-icon:first-child {
	margin-left: 0 !important;
}

.ult-style-1 .ult-social-buttons a.ult-team.ult-social-icon:last-child, .ult-style-2 .ult-social-buttons a.ult-team.ult-social-icon:last-child, .ult-style-3 .ult-social-buttons a.ult-team.ult-social-icon:last-child {
	margin-right: 0 !important;
}

.ult-style-1 .ult-team-member-image img.ult-team-grayscale, .ult-style-3 .ult-team-member-image img.ult-team-grayscale {
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	ms-backface-visibility: hidden;
}

.ult-style-3 .ult-team-member-image {
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-style-1:hover .ult-team-member-image img.ult-team-grayscale, .ult-style-3:hover .ult-team-member-image img.ult-team-grayscale {
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	-webkit-filter: normal;
	-webkit-filter: grayscale(0);
	filter: normal;
	filter: grayscale(0);
}

.ult-style-2 {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-style-2 .ult-team-member-image {
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-style-2 .ult-team-member-image img {
	opacity: .65;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.ult-style-2:hover .ult-team-member-image img {
	opacity: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	transition: all .5s ease;
}

.ult-style-2 .ult-team-member-bio-wrap {
	padding: 0;
}

.ult-style-2 .ult-team-member-bio-wrap .ult-team-member-name-wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.ult-style-2 .ult-team-member-bio-wrap .ult-team_description_slide {
	position: absolute;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	top: 100%;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ult-style-2:hover .ult-team-member-bio-wrap .ult-team-member-name-wrap {
	top: -100%;
}

.ult-style-2:hover .ult-team-member-bio-wrap .ult-team_description_slide {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.ult-style-2:hover .ult-team-member-bio-wrap .ult-team_description_slide.ult-desc-set-top {
	top: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.ult-style-3:hover .ult-team-member-image .ult-team-member-description {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.ult-style-3:hover .ult-team-member-image .ult-team-member-description.ult-desc-set-top {
	top: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.ult-team-member-wrap, .wpb_column>.wpb_wrapper .ult-team-member-wrap {
	margin-bottom: 35px;
}

.ult-team-member-wrap .ult-team-member-image a, .ult-team-member-wrap a {
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.ult-style-2 .ult-team-member-description {
	margin: 10px 0 10px;
}

.smile-icon-timeline-wrap {
	margin-bottom: 35px;
	margin-top: 20px;
	display: block;
	position: relative;
	z-index: 9;
	max-width: 100%;
}

.timeline-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}

.timeline-wrapper:last-child {
	padding-bottom: 0;
}

.timeline-line {
	position: absolute;
	left: 50%;
	margin-left: 0;
	height: 100%;
	border-right: 1px solid #d0d0d0;
	z-index: -1;
}

.timeline-line span:first-child {
	content: "";
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #de5034;
	position: absolute;
	left: -4px;
}

.timeline-line span:last-child {
	content: "";
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #de5034;
	position: absolute;
	bottom: 0;
	left: -4px;
}

.smile-icon-timeline-wrap .timeline-separator-text {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.timeline-separator-text .sep-text {
	display: inline-block;
	padding: 2px 7px;
	line-height: 1.5em;
	z-index: 99;
	position: relative;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #de5034;
	color: #fff;
}

.smile-icon-timeline-wrap .timeline-feature-item {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fcfcfc;
}

.timeline-wrapper .timeline-feature-item.feat-item {
	margin-bottom: 20px;
}

.smile-icon-timeline-wrap .timeline-feature-item.feat-top {
	margin-bottom: 40px;
}

.timeline-wrapper .timeline-block {
	width: -webkit-calc(50% - 19px);
	width: calc(50% - 19px);
	margin-bottom: 20px;
	position: relative;
	display: block;
	table-layout: fixed;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fcfcfc;
}

.jstime .timeline-block.timeline-post-right {
	margin-left: 40px !important;
}

.timeline-wrapper .timeline-block.timeline-post-right:not(:first-child) {
	margin-top: 20px;
}

.timeline-wrapper .timeline-block.timeline-post-right:last-child {
	margin-top: 20px;
}

.wpb_column .wpb_wrapper .smile-icon-timeline-wrap .timeline-wrapper .timeline-block {
	margin-bottom: 20px;
}

.timeline-block .timeline-header-block, .timeline-block .timeline-icon-block {
	display: block;
	position: relative;
	vertical-align: middle;
}

.timeline-block .timeline-header-block {
	width: 100%;
}

.timeline-block .timeline-header {
	display: table-cell;
	position: relative;
	vertical-align: top;
	width: 100%;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.timeline-block .timeline-header h3, .timeline-header-block .timeline-header h3 {
	font-size: 15px;
	line-height: 1.5em;
	margin: 0 0 7px;
	display: block;
}

.timeline-block .timeline-header-block .timeline-header, .timeline-feature-item .timeline-header-block .timeline-header {
	font-size: 13px;
	display: inline-block;
}

.timeline-block .timeline-header-block .timeline-header p, .timeline-feature-item .timeline-header-block .timeline-header p {
	margin-bottom: 5px;
}

.timeline-block .timeline-header-block .timeline-header iframe, .timeline-block .timeline-header-block .timeline-header img, .timeline-block .timeline-header-block .timeline-header object, .timeline-feature-item .timeline-header-block .timeline-header iframe, .timeline-feature-item .timeline-header-block .timeline-header img, .timeline-feature-item .timeline-header-block .timeline-header object {
	line-height: 0;
	display: inline-block;
	vertical-align: top;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	max-width: 100%;
}

.timeline-clear {
	clear: both;
}

.timeline-feature-item .timeline-dot, .timeline-wrapper .timeline-dot {
	width: 1px;
	height: 1px;
	background-color: #de5034;
	border: 4px solid #fff;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	position: absolute;
	top: 32px;
	display: block;
	padding: 3px;
}

.timeline-post-left .timeline-dot {
	right: -28px;
}

.timeline-post-right .timeline-dot {
	left: -26px;
}

.feat-item .feat-dot {
	top: -30px;
	left: 50%;
	position: absolute;
}

.feat-item .feat-dot.feat-top {
	top: auto;
	bottom: -25px;
}

.feat-item .timeline-dot {
	left: -6px;
	position: relative;
	top: 0;
}

.ult-timeline-arrow {
	position: absolute;
	height: 0;
	width: 1px;
}

.ult-timeline-arrow l, .ult-timeline-arrow s {
	border-color: rgba(255, 255, 255, 0) #d0d0d0;
	border-style: solid;
	display: block;
	position: relative;
	top: 0;
}

.ult-timeline-arrow l {
	top: -16.5px;
}

.timeline-post-right .ult-timeline-arrow {
	top: 30px;
}

.timeline-post-right .ult-timeline-arrow {
	left: -10px;
}

.timeline-post-right .ult-timeline-arrow l, .timeline-post-right .ult-timeline-arrow s {
	border-width: 9px 10px 9px 0;
}

.timeline-post-right .ult-timeline-arrow l {
	border-right-color: #fcfcfc;
	left: 1px;
}

.timeline-post-left .ult-timeline-arrow {
	top: 30px;
}

.timeline-post-left .ult-timeline-arrow {
	right: -1px;
}

.timeline-post-left .ult-timeline-arrow l, .timeline-post-left .ult-timeline-arrow s {
	border-width: 9px 0 9px 10px;
}

.timeline-post-left .ult-timeline-arrow l {
	border-left-color: #fcfcfc;
	right: 1px;
}

.feat-item .ult-timeline-arrow {
	position: absolute;
	height: 0;
	width: 1px;
	top: -9px;
	left: 50%;
}

.feat-item .ult-timeline-arrow.feat-top {
	top: auto;
	bottom: 0;
}

.feat-item .ult-timeline-arrow l, .feat-item .ult-timeline-arrow s {
	border-width: 0 10px 9px 10px;
	border-color: #d0d0d0 rgba(255, 255, 255, 0);
	border-style: solid;
	display: block;
	position: relative;
	top: 0;
	left: -9px;
}

.feat-item .ult-timeline-arrow.feat-top l, .feat-item .ult-timeline-arrow.feat-top s {
	border-width: 8px 10px 0 10px;
}

.feat-item .ult-timeline-arrow.feat-top s {
	top: 1px;
}

.feat-item .ult-timeline-arrow l {
	border-bottom-color: #fff;
	top: -8px;
	right: 0;
}

.timeline-post-left .timeline-header {
	text-align: right;
}

.timeline-post-left .ult-timeline-icon .aio-icon {
	position: relative;
}

.timeline-post-left .ult-timeline-icon .aio-icon-img, .timeline-post-left .ult-timeline-icon .aio-icon.none {
	position: relative;
}

.timeline-post-right .timeline-header {
	text-align: left;
}

.timeline-post-right .ult-timeline-icon .aio-icon {
	position: relative;
}

.timeline-post-right .ult-timeline-icon .aio-icon-img, .timeline-post-right .ult-timeline-icon .aio-icon.none {
	position: relative;
}

.timeline-feature-item.feat-item .timeline-header {
	display: block;
	padding: 15px;
}

.timeline-feature-item.feat-item .timeline-icon-block {
	display: block;
	width: 100%;
}

.timeline-feature-item.feat-item .ult-timeline-icon {
	margin: 0 auto;
}

.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon-img {
	margin-left: auto;
	margin-right: auto;
}

.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon, .timeline-feature-item.feat-item .ult-timeline-icon .aio-icon-img {
	margin-top: 15px;
}

.smile-icon-timeline-wrap.timeline-custom-width {
	margin-left: auto;
	margin-right: auto;
}

.timeline-custom-width .timeline-block .timeline-header {
	width: 100%;
}

.timeline-custom-width .timeline-left .timeline-post-left {
	float: right;
}

.timeline-custom-width .timeline-right .timeline-post-right {
	float: left;
}

.tl-animation-slide-out .timeline-dot, .tl-animation-slide-out .timeline-post-left, .tl-animation-slide-out .timeline-post-right {
	-webkit-transition: -webkit-transform 150ms linear;
	transition: -webkit-transform 150ms linear;
	transition: transform 150ms linear;
	transition: transform 150ms linear, -webkit-transform 150ms linear;
}

.tl-animation-slide-out .timeline-post-right:hover {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

.tl-animation-slide-out .timeline-post-right:hover .timeline-dot {
	-webkit-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	transform: translateX(-3px);
}

.tl-animation-slide-out .timeline-post-left:hover {
	-webkit-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	transform: translateX(-3px);
}

.tl-animation-slide-out .timeline-post-left:hover .timeline-dot {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

.tl-animation-slide-up .feat-item, .tl-animation-slide-up .timeline-block {
	-webkit-transition: -webkit-transform 150ms linear;
	transition: -webkit-transform 150ms linear;
	transition: transform 150ms linear;
	transition: transform 150ms linear, -webkit-transform 150ms linear;
}

.tl-animation-slide-up .feat-item:hover, .tl-animation-slide-up .timeline-block:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.tl-animation-slide-down .feat-item, .tl-animation-slide-down .timeline-block {
	-webkit-transition: -webkit-transform 150ms linear;
	transition: -webkit-transform 150ms linear;
	transition: transform 150ms linear;
	transition: transform 150ms linear, -webkit-transform 150ms linear;
}

.tl-animation-slide-down .feat-item:hover, .tl-animation-slide-down .timeline-block:hover {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.tl-animation-shadow .feat-item, .tl-animation-shadow .timeline-block {
	-webkit-transition: box-shadow .3s linear;
	-webkit-transition: -webkit-box-shadow .3s linear;
	transition: -webkit-box-shadow .3s linear;
	transition: box-shadow .3s linear;
	transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
}

.tl-animation-shadow .feat-item, .tl-animation-shadow .timeline-block {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tl-animation-shadow .feat-item:hover, .tl-animation-shadow .timeline-block:hover {
	-webkit-box-shadow: 0 0 3px #626262;
	box-shadow: 0 0 3px #626262;
}

.timeline-block a, a .timeline-block {
	text-decoration: none;
}

.time-clash-left, .time-clash-right {
	margin-top: 17px;
}

.timeline-block button, .timeline-block input, .timeline-block input.wpcf7-form-control, .timeline-block select, .timeline-block textarea {
	max-width: 100% !important;
}

.tl-desc-a {
	text-decoration: none;
}

.ult-link-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

@media (max-width:767px) {
	.smile-icon-timeline-wrap {
		max-width: 100%;
	}
	
	.smile-icon-timeline-wrap .timeline-feature-item {
		margin-right: 0 !important;
	}
	
	.smile-icon-timeline-wrap .timeline-line {
		left: 50% !important;
		margin-left: 0 !important;
	}
	
	.smile-icon-timeline-wrap .timeline-block, .smile-icon-timeline-wrap .timeline-separator-text {
		width: 100%;
		max-width: 100%;
	}
	
	.jstime .timeline-block.timeline-post-right {
		margin-left: 0 !important;
	}
	
	.smile-icon-timeline-wrap .timeline-dot, .smile-icon-timeline-wrap .ult-timeline-arrow {
		display: none;
	}
	
	.timeline-block .timeline-header {
		display: block;
		text-align: left;
	}
	
	.timeline-block.timeline-post-left .timeline-icon-block {
		padding: 5px 0 5px 15px;
	}
	
	.timeline-block.timeline-post-right .timeline-icon-block {
		padding: 5px 15px 5px 0;
	}
	
	.timeline-post-left .ult-timeline-icon .aio-icon, .timeline-post-left .ult-timeline-icon .aio-icon-img, .timeline-post-left .ult-timeline-icon .aio-icon.none {
		left: 0;
	}
	
	.timeline-post-right .ult-timeline-icon .aio-icon, .timeline-post-right .ult-timeline-icon .aio-icon-img, .timeline-post-right .ult-timeline-icon .aio-icon.none {
		right: 0;
	}
}

.smile-icon-timeline-wrap.csstime .timeline-wrapper .timeline-block {
	width: -webkit-calc(50% - 19px);
	width: calc(50% - 19px);
}

.csstime .timeline-line {
	margin-left: 0;
}

@media (max-width:767px) {
	.smile-icon-timeline-wrap.csstime .timeline-wrapper .timeline-block {
		width: 100%;
	}
}

.bsf_tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	visibility: visible;
	opacity: 0;
}

.bsf_tooltip.in {
	opacity: .9;
}

.bsf_tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.bsf_tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.bsf_tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.bsf_tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.bsf_tooltip-inner {
	max-width: 200px;
	padding: 5px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #3b3b3b;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.bsf_tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.bsf_tooltip.top .bsf_tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #3b3b3b;
}

.bsf_tooltip.top-left .bsf_tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #3b3b3b;
}

.bsf_tooltip.top-right .bsf_tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #3b3b3b;
}

.bsf_tooltip.right .bsf_tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #3b3b3b;
}

.bsf_tooltip.left .bsf_tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #3b3b3b;
}

.bsf_tooltip.bottom .bsf_tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #3b3b3b;
}

.bsf_tooltip.bottom-left .bsf_tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #3b3b3b;
}

.bsf_tooltip.bottom-right .bsf_tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #3b3b3b;
}

.bsf_tooltip.fade {
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.bsf_tooltip.fade.in {
	opacity: 1;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.ult-video {
	margin: 20px;
}

.ultv-aspect-ratio-4_3 .ultv-video__outer-wrap {
	padding-bottom: 75%;
}

.ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
	padding-bottom: 56.25%;
}

.ultv-aspect-ratio-3_2 .ultv-video__outer-wrap {
	padding-bottom: 66.6666%;
}

.ultv-video__outer-wrap {
	position: relative;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	cursor: pointer;
}

.ultv-video__outer-wrap img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.ultv-video__play-icon {
	left: 50%;
	top: 50%;
	position: absolute;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-transition: text-shadow ease .2s, color ease .2s;
	transition: text-shadow ease .2s, color ease .2s;
	z-index: 5;
}

.ultv-video__outer-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: 0 0;
}

.ultv-vimeo-wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin: 10px;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	margin-right: 4.6em;
}

.ultv-vimeo-portrait {
	width: 60px;
	height: 60px;
	background: rgba(23, 35, 34, .75);
	margin-right: 1px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	-moz-box-flex: 1;
	flex: 1 0 auto;
	padding: 0;
}

.ultv-vimeo-portrait img {
	width: 50px;
	height: 50px;
	margin: 5px;
	padding: 0;
	border: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ultv-vimeo-headers {
	font-size: 10px;
}

.ultv-vimeo-byline {
	font-size: 1.2em !important;
	font-weight: 400;
	color: #fff;
	margin-top: .1em;
	padding: .2em .5em;
	background: rgba(23, 35, 34, .75);
	text-transform: none;
	line-height: normal;
	letter-spacing: normal;
}

.ultv-vimeo-title {
	max-width: 100%;
	font-size: 2em !important;
	font-weight: 700;
	margin: 0;
	padding: .1em .2em;
	background: rgba(23, 35, 34, .75);
	display: inline-block;
	text-transform: none;
	line-height: normal;
	letter-spacing: normal;
}

.ultv-video__outer-wrap:active .ubb-animation-sink, .ultv-video__outer-wrap:focus .ultv-animation-sink, .ultv-video__outer-wrap:hover .ultv-animation-sink {
	top: -webkit-calc(50% + 8px);
	top: calc(50% + 8px);
}

.ultv-video__outer-wrap .ultv-animation-sink {
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.ultv-video__outer-wrap .ultv-animation-float {
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.ultv-video__outer-wrap:before {
	content: "";
	z-index: 2;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.ultv-video__outer-wrap:active .ultv-animation-float, .ultv-video__outer-wrap:focus .ultv-animation-float, .ultv-video__outer-wrap:hover .ultv-animation-float {
	top: -webkit-calc(50% - 8px);
	top: calc(50% - 8px);
}

.ultv-video__outer-wrap:active .ultv-animation-wobble-vertical, .ultv-video__outer-wrap:focus .ultv-animation-wobble-vertical, .ultv-video__outer-wrap:hover .ultv-animation-wobble-vertical {
	-webkit-animation-name: uael-wobble-vertical;
	animation-name: ultv-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes ultv-wobble-vertical {
	16.65% {
		top: -webkit-calc(50% + 8px);
		top: calc(50% + 8px);
	}
	
	33.3% {
		top: -webkit-calc(50% - 6px);
		top: calc(50% - 6px);
	}
	
	49.95% {
		top: -webkit-calc(50% + 4px);
		top: calc(50% + 4px);
	}
	
	66.6% {
		top: -webkit-calc(50% - 2px);
		top: calc(50% - 2px);
	}
	
	83.25% {
		top: -webkit-calc(50% + 1px);
		top: calc(50% + 1px);
	}
	
	100% {
		top: 50%;
	}
}

@keyframes ultv-wobble-vertical {
	16.65% {
		top: -webkit-calc(50% + 8px);
		top: calc(50% + 8px);
	}
	
	33.3% {
		top: -webkit-calc(50% - 6px);
		top: calc(50% - 6px);
	}
	
	49.95% {
		top: -webkit-calc(50% + 4px);
		top: calc(50% + 4px);
	}
	
	66.6% {
		top: -webkit-calc(50% - 2px);
		top: calc(50% - 2px);
	}
	
	83.25% {
		top: -webkit-calc(50% + 1px);
		top: calc(50% + 1px);
	}
	
	100% {
		top: 50%;
	}
}

.ultv-subscribe-bar {
	js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 10px;
}

.ultv-subscribe-bar-prefix {
	margin-right: 10px;
}

.ultv-subscribe-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.ultv-video__outer-wrap:hover .ultv-video__play-icon .ultv-youtube-icon-bg {
	fill: #cc181e;
}

.ultv-video__outer-wrap:hover .ultv-video__play-icon .ultv-vimeo-icon-bg {
	fill: rgba(0, 173, 239, .9);
}

.ultv-subscribe-responsive-desktop .ultv-subscribe-bar {
	display: block;
	text-align: center;
}

.ultv-subscribe-responsive-desktop .ultv-subscribe-bar-prefix {
	margin-right: 0;
	margin-bottom: 8px;
}

.ultv-subscribe-responsive-desktop .ultv-subscribe-content {
	display: block;
}

@media only screen and (max-width:992px) {
	.ultv-subscribe-responsive-tablet .ultv-subscribe-bar {
		display: block;
		text-align: center;
	}
	
	.ultv-subscribe-responsive-tablet .ultv-subscribe-bar-prefix {
		margin-right: 0;
		margin-bottom: 8px;
	}
	
	.ultv-subscribe-responsive-tablet .ultv-subscribe-content {
		display: block;
	}
}

@media only screen and (max-width:767px) {
	.ultv-subscribe-responsive-mobile .ultv-subscribe-bar {
		display: block;
		text-align: center;
	}
	
	.ultv-subscribe-responsive-mobile .ultv-subscribe-bar-prefix {
		margin-right: 0;
		margin-bottom: 8px;
	}
	
	.ultv-subscribe-responsive-mobile .ultv-subscribe-content {
		display: block;
	}
}

.ult-video-banner, .wpb_column>.wpb_wrapper>.ult-video-banner {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	margin: 0 auto 35px;
	text-align: center;
	cursor: pointer;
	max-width: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.entry-content .ult-video-banner video, .ult-video-banner video {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	display: block;
}

.ult-video-banner .ult-video-banner-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 15px;
	color: #fff;
	font-size: 1em;
	-webkit-backface-visvdoility: hidden;
	backface-visvdoility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: auto;
	min-height: 25%;
	height: 100%;
	max-height: 100%;
	text-align: left;
	width: 100%;
}

.ult-vdo-effect h2 {
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
}

.ult-vdo-effect.ult-vb-touch-start .ult-video-banner-content, .ult-vdo-effect.ult-vb-touch-start h2 {
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}

.ult-video-banner .ult-video-banner-content, .ult-video-banner h2 {
	letter-spacing: normal;
	padding: 0;
	margin: 0;
}

.ult-video-banner h2 {
	font-size: 20px;
	line-height: 1.35em;
	z-index: 1;
	overflow: hidden;
	font-weight: 700;
	color: #fff;
}

.ult-vdo-effect .ult-video-banner-content {
	margin-top: 10px;
	opacity: 1;
	z-index: 1;
	-webkit-transition: opacity .2s, -webkit-transform .35s;
	transition: opacity .2s, -webkit-transform .35s;
	transition: opacity .2s, transform .35s;
	transition: opacity .2s, transform .35s, -webkit-transform .35s;
}

.ult-vdo-effect .ult-video-banner-content, .ult-vdo-effect h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-vdo-effect.ult-vb-touch-start .ult-video-banner-content {
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
}

.ult-vdo-effect.ult-vb-touch-start .ult-video-banner-content {
	opacity: 0;
}

.ult-video-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
}

.ult-video-banner .ult-video-banner-content {
	font-size: 13px;
	line-height: 1.6em;
}

.ult-video-banner .ult-video-banner-content p, .ult-video-banner .ult-video-banner-content ul li {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.ult-vdo-effect-style1 .ult-video-banner-desc {
	top: auto;
	bottom: 0;
	min-height: 25%;
	height: auto;
	max-height: 100%;
	text-align: left;
}

.ult-vdo-effect-style1 h2 {
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
}

.ult-vdo-effect-style1.ult-vb-touch-start .ult-video-banner-content, .ult-vdo-effect-style1.ult-vb-touch-start h2 {
	-webkit-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}

.ult-vdo-effect-style1 .ult-video-banner-content {
	margin-top: 10px;
	opacity: 1;
	z-index: 1;
	-webkit-transition: opacity .2s, -webkit-transform .35s;
	transition: opacity .2s, -webkit-transform .35s;
	transition: opacity .2s, transform .35s;
	transition: opacity .2s, transform .35s, -webkit-transform .35s;
}

.ult-vdo-effect-style1 .ult-video-banner-content, .ult-vdo-effect-style1 h2 {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-vdo-effect-style1.ult-vb-touch-start .ult-video-banner-content {
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
}

.ult-vdo-effect-style1.ult-vb-touch-start .ult-video-banner-content {
	opacity: 0;
}

.ult-vdo-effect-style2 h2:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-vdo-effect-style2.ult-vb-touch-start h2 {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-vdo-effect-style2.ult-vb-touch-start h2:after {
	-webkit-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.ult-vdo-effect-style2.ult-vb-touch-start .ult-video-banner-content {
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.ult-vdo-effect-style2 .ult-video-banner-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	overflow: hidden;
}

.ult-vdo-effect-style3 .ult-video-banner-desc {
	padding: 45px;
}

.ult-vdo-effect-style3.ult-vb-touch-start .ult-video-banner-content, .ult-vdo-effect-style3.ult-vb-touch-start .ult-video-banner-desc::before {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.ult-vdo-effect-style3 .ult-video-banner-content, .ult-vdo-effect-style3 .ult-video-banner-desc:before {
	opacity: 1;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-vdo-effect-style3 .ult-video-banner-desc::before {
	position: absolute;
	content: "";
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
}

.ult-vdo-effect-style3 .ult-video-banner-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.ult-vdo-effect-style4.ult-vb-touch-start .ult-video-banner-desc:before {
	opacity: 1;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}

.ult-vdo-effect-style4.ult-vb-touch-start .ult-video-banner-desc:after {
	opacity: 1;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.ult-vdo-effect-style4 .ult-video-banner-desc::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-vdo-effect-style4 .ult-video-banner-desc:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-vdo-effect-style4 .ult-video-banner-desc::after, .ult-vdo-effect-style4 .ult-video-banner-desc::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: "";
	opacity: 1;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.ult-vdo-effect-style4 h2 {
	padding: 45px 35px 30px;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

.ult-vdo-effect-style4.ult-vb-touch-start h2 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-vdo-effect-style4.ult-vb-touch-start .ult-video-banner-content {
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	opacity: 0;
}

.ult-vdo-effect-style4 .ult-video-banner-content {
	padding: 20px 45px;
	opacity: 1;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-vdo-effect-style4 .ult-video-banner-desc {
	text-align: center;
}

.ult-vdo-effect-style5.ult-vb-touch-start h2:after, .ult-vdo-effect-style7.ult-vb-touch-start .ult-video-banner-content {
	opacity: 0;
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

.ult-vdo-effect-style5 h2:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-vdo-effect-style5 h2 {
	overflow: visible;
}

.ult-vdo-effect-style5 .ult-video-banner-desc {
	top: 0;
	text-align: right;
}

.ult-vdo-effect-style5 .ult-video-banner-content {
	margin-top: 30px;
}

.ult-vdo-effect-style5 .ult-video-banner-desc {
	height: auto;
	width: 100%;
}

.ult-vdo-effect-style6 .ult-video-banner-desc {
	padding: 45px;
}

.ult-vdo-effect-style6.ult-vb-touch-start .ult-video-banner-content, .ult-vdo-effect-style6.ult-vb-touch-start .ult-video-banner-desc:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-vdo-effect-style6 .ult-video-banner-content, .ult-vdo-effect-style6 .ult-video-banner-desc:before {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.ult-vdo-effect-style6 .ult-video-banner-desc:before {
	position: absolute;
	content: "";
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-vdo-effect-style6 .ult-video-banner-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.ult-vdo-effect-style6 h2 {
	padding: 10px 0 15px 0;
}

.ult-vdo-effect-style6.ult-vb-touch-start h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-vdo-effect-style6.ult-vb-touch-start .ult-video-banner-desc:before {
	opacity: 0;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.ult-vdo-effect-style6.ult-vb-touch-start .ult-video-banner-content {
	opacity: 0;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.ult-vdo-effect-style6 .ult-video-banner-content {
	margin: 0 auto;
	max-width: 90%;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}

.ult-vdo-effect-style6 .ult-video-banner-content {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.ult-vdo-effect-style7 .ult-video-banner-desc {
	padding: 45px;
}

.ult-vdo-effect-style7.ult-vb-touch-start .ult-video-banner-content, .ult-vdo-effect-style7.ult-vb-touch-start .ult-video-banner-desc:before {
	opacity: 1;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.ult-vdo-effect-style7 .ult-video-banner-content, .ult-vdo-effect-style7 .ult-video-banner-desc:before {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.ult-vdo-effect-style7 .ult-video-banner-desc:before {
	position: absolute;
	content: "";
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-vdo-effect-style7 .ult-video-banner-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.ult-vdo-effect-style7.ult-vb-touch-start h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-vdo-effect-style7.ult-vb-touch-start .ult-video-banner-desc:before {
	opacity: 0;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ult-vdo-effect-style7.ult-vb-touch-start .ult-video-banner-content {
	opacity: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-vdo-effect-style7 .ult-video-banner-content {
	margin: 0 auto;
	max-width: 90%;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}

.ult-vdo-effect-style7 .ult-video-banner-content {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.ult-vdo-effect-style8.ult-vb-touch-start video {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-vdo-effect-style8 video {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ult-vdo-effect-style8 video {
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, -60px, 0);
	transform: translate3d(0, -60px, 0);
}

.ult-vdo-effect-style8 video {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.ult-vdo-effect-style8 .ult-video-banner-desc {
	padding: 0;
	width: 100%;
}

.ult-vdo-effect-style8 .ult-video-banner-desc h2 {
	padding: 15px 15px 0 15px;
}

.ult-vdo-effect-style8 .ult-video-banner-desc .ult-video-banner-content {
	padding: 25px 15px 15px 15px;
	background: rgba(0, 0, 0, .3);
}

.ult-vdo-effect-style9 video {
	-webkit-transform: scale3d(.95, .92, 1);
	transform: scale3d(.95, .92, 1);
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	z-index: 1;
	position: inherit;
	background: rgba(0, 0, 0, .8);
}

.ult-vdo-effect-style9.ult-vb-touch-start video {
	opacity: .95;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.ult-vdo-effect-style9 .ult-video-banner-desc {
	text-align: center;
	top: 0;
}

.ult-vdo-effect-style9.ult-vb-touch-start h2 {
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}

.ult-vdo-effect-style9.ult-vb-touch-start .ult-video-banner-content {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-vdo-effect-style10 .ult-video-banner-desc {
	padding: 45px;
}

.ult-vdo-effect-style10.ult-vb-touch-start .ult-video-banner-content, .ult-vdo-effect-style10.ult-vb-touch-start .ult-video-banner-desc:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-vdo-effect-style10 .ult-video-banner-content, .ult-vdo-effect-style10 .ult-video-banner-desc:before {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.ult-vdo-effect-style10 .ult-video-banner-desc:before {
	position: absolute;
	content: "";
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	opacity: 1;
	background: rgba(0, 0, 0, .8);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ult-vdo-effect-style10 .ult-video-banner-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.ult-vdo-effect-style10 h2 {
	padding: 10px 0 15px 0;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.ult-vdo-effect-style10.ult-vb-touch-start h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ult-vdo-effect-style10.ult-vb-touch-start .ult-video-banner-desc:before {
	opacity: 0;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.ult-vdo-effect-style10.ult-vb-touch-start .ult-video-banner-content {
	opacity: 0;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.ult-vdo-effect-style10 .ult-video-banner-content {
	margin: 0 auto;
	max-width: 90%;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}

.ult-vdo-effect-style10 .ult-video-banner-content {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

[class^="ultsl-"], [class*=" ultsl-"] {
	font-family: "ult-silk";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	outline: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ultsl-arrow-right:before {
	content: "";
}

.ultsl-arrow-left:before {
	content: "";
}

.ultsl-arrow-right2:before {
	content: "";
}

.ultsl-arrow-left2:before {
	content: "";
}

.ultsl-arrow-right3:before {
	content: "";
}

.ultsl-arrow-left3:before {
	content: "";
}

.ultsl-checkbox-unchecked:before {
	content: "";
}

.ultsl-checkbox-partial:before {
	content: "";
}

.ultsl-radio-checked:before {
	content: "";
}

.ultsl-radio-unchecked:before {
	content: "";
}

.ultsl-record:before {
	content: "";
}

.ultsl-stop:before {
	content: "";
}

.ultsl-arrow-left4:before {
	content: "";
}

.ultsl-arrow-right4:before {
	content: "";
}

.ultsl-arrow-left5:before {
	content: "";
}

.ultsl-arrow-right5:before {
	content: "";
}

.ultsl-arrow-left6:before {
	content: "";
}

.ultsl-arrow-right6:before {
	content: "";
}

[class^="ult-vid-cntrl"], [class*=" ult-vid-cntrl"] {
	font-family: "ult-vid-cntrl";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ult-vid-cntrlplay:before {
	content: "";
}

.ult-vid-cntrlpause:before {
	content: "";
}

/** Positioning CSS **/
#callnowbutton {
	display: none;
}

@media screen and (max-width:650px) {
	#callnowbutton:not(.cnb-displaymode), #callnowbutton.cnb-displaymode-mobile-only {
		display: block;
		position: fixed;
		text-decoration: none;
	}
	
	#callnowbutton.cnb-full.cnb-displaymode-mobile-only {
		display: flex;
	}
}

@media screen and (min-width:650px) {
	#callnowbutton.cnb-displaymode-desktop-only {
		display: block;
		position: fixed;
		text-decoration: none;
	}
	
	#callnowbutton.cnb-full.cnb-displaymode-desktop-only {
		display: flex;
	}
}

@media screen {
	#callnowbutton.cnb-displaymode-always {
		display: block;
		position: fixed;
		text-decoration: none;
	}
	
	#callnowbutton.cnb-full.cnb-displaymode-always {
		display: flex;
	}
}

/** Layout CSS **/
#callnowbutton.cnb-full {
	justify-content: center;
	align-items: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .18);
	width: 100%;
	left: 0;
	height: 60px;
}

.cnb-full.cnb-full-bottom {
	bottom: 0;
}

.cnb-full.cnb-full-top {
	top: 0;
}

#callnowbutton.cnb-single {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
	background-position: center;
	background-size: 35px 35px;
	background-repeat: no-repeat;
}

.cnb-single.cnb-middle {
	bottom: 15px;
	left: 50%;
	margin-left: -28px;
}

.cnb-single.cnb-left {
	bottom: 15px;
	left: 20px;
}

.cnb-single.cnb-right {
	bottom: 15px;
	right: 20px;
}

.cnb-single.cnb-mleft {
	top: 50%;
	margin-top: -28px;
	left: 20px;
}

.cnb-single.cnb-mright {
	top: 50%;
	margin-top: -28px;
	right: 20px;
}

.cnb-single.cnb-tleft {
	top: 15px;
	left: 20px;
}

.cnb-single.cnb-tmiddle {
	top: 15px;
	left: 50%;
	margin-left: -28px;
}

.cnb-single.cnb-tright {
	top: 15px;
	right: 20px;
}

/* Don't show a label with top and bottom middle positions */
#callnowbutton.cnb-single.cnb-middle span, #callnowbutton.cnb-single.cnb-tmiddle span {
	display: none;
}

.cnb-single.cnb-left span, .cnb-single.cnb-mleft span, .cnb-single.cnb-tleft span {
	left: 68px;
}

.cnb-single.cnb-right span, .cnb-single.cnb-mright span, .cnb-single.cnb-tright span {
	right: 68px;
}

.cnb-single.cnb-text span {
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	width: auto;
	background-color: rgba(70, 70, 70, .9);
	position: absolute;
	border-radius: 2px;
	font-family: helvetica, arial, sans-serif;
	padding: 6px 8px;
	font-size: 13px;
	font-weight: 700;
	color: #ececec;
	top: 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	word-break: keep-all;
	line-height: 1em;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}

.cnb-single:not(.cnb-text) span {
	display: none;
}

.cnb-full.cnb-text {
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 120%;
	overflow: hidden;
	white-space: nowrap;
}

.cnb-full.cnb-zoom-110 img, .cnb-full.cnb-zoom-120 img, .cnb-full.cnb-zoom-130 img {
	transform-origin: right;
}

.cnb-single.cnb-zoom-70, .cnb-full.cnb-zoom-70 img {
	transform: scale(.7);
}

.cnb-single.cnb-zoom-80, .cnb-full.cnb-zoom-80 img {
	transform: scale(.8);
}

.cnb-single.cnb-zoom-90, .cnb-full.cnb-zoom-90 img {
	transform: scale(.9);
}

.cnb-single.cnb-zoom-110, .cnb-full.cnb-zoom-110 img {
	transform: scale(1.1);
}

.cnb-single.cnb-zoom-120, .cnb-full.cnb-zoom-120 img {
	transform: scale(1.2);
}

.cnb-single.cnb-zoom-130, .cnb-full.cnb-zoom-130 img {
	transform: scale(1.3);
}

.cnb-full.cnb-zoom-70 span {
	font-size: 70%;
}

.cnb-full.cnb-zoom-80 span {
	font-size: 80%;
}

.cnb-full.cnb-zoom-90 span {
	font-size: 90%;
}

.cnb-full.cnb-zoom-110 span {
	font-size: 110%;
}

.cnb-full.cnb-zoom-120 span {
	font-size: 120%;
}

.cnb-full.cnb-zoom-130 span {
	font-size: 130%;
}

.cnb-zindex-10 {
	z-index: 2147483647;
}

.cnb-zindex-9 {
	z-index: 214748365;
}

.cnb-zindex-8 {
	z-index: 21474836;
}

.cnb-zindex-7 {
	z-index: 2147484;
}

.cnb-zindex-6 {
	z-index: 214748;
}

.cnb-zindex-5 {
	z-index: 21475;
}

.cnb-zindex-4 {
	z-index: 2147;
}

.cnb-zindex-3 {
	z-index: 215;
}

.cnb-zindex-2 {
	z-index: 21;
}

.cnb-zindex-1 {
	z-index: 2;
}
