/* =========================================================================== */


/*
- General
- Title
- Typed Text
- Media Box
- Message Box
- Empty Space
- Divider
- Buttons
- Arrow Buttons
- Slogan
- Single Icon
- Icon Box
- SVG Icons
- Social Share
- Language Selector
- Search
- Image Sizes ( square - landscape - portrait )
- Isotope
--- Isotope Filters
- Gallery
- Call Out
- Advanced Promo
- Socials
- Team
- DropCap
- Pricing Tables
- Pie Charts
- Progress Bars
- Counters
- Video
- Modal
- Carousel & Sliders
--- Carousel & Slider Animations
--- Content Sliders (Portfolio - Blog - Woo)
- Testimonial
- Vc Tabs
- Vc Accordion
- Accordion
- Tabs
- Single Image
- Image Text
- Double Image Text
- Blog Settings
--- Blog Meta
--- Blog Sticky
--- Blog Audio Format
--- Blog Quote & Link Format
--- Blog Large Media
--- Blog Small Media
--- Blog Grid
--- Blog Shadow Style
--- Blog Leader
--- Blog Gallery Format
--- Blog Carousel
- Portfolio Fildisi Style
- Slider & Carousel Navigations
- Countdown
- Gutenberg
--- Block Quote
--- Block Pullquote
--- Block Separator
--- Block  Archives/ Categories / Latest Posts
--- Block Gallery
- Widget
--- Widget Categories
--- Widget Archive
--- Widget Pages
--- Widget Recent Post
--- Widget Custom Menu
--- Widget Calendar
--- Widget RSS
--- Widget Tagcloud
--- Widget Meta
--- Widget Recent Comments
--- Latest Portfolio (EUT WIDGET)
--- Widget Contact Info (EUT WIDGET)
--- Widget Latest News (EUT WIDGET)
--- Widget Latest Comments (EUT WIDGET)
--- Widget Instagram Feed (EUT WIDGET)
--- Widget Latest Social (EUT WIDGET)
--- Widget Promote Post (EUT WIDGET)
--- Widget Image Banner (EUT WIDGET)
--- Widget Sticky Widget (EUT WIDGET)
--- Widget Polylang
*/


/* =========================================================================== */




/* =============================================================================
- General
============================================================================= */
.eut-element {
	position: relative;
	z-index: 1;
}


/* =============================================================================
- Title
============================================================================= */
.eut-title > span {
	display: inline-block;
}

.eut-title-line {
	width: 50px;
	height: 3px;
	display: block;
	clear: both;
	margin-top: 18px;
}

.eut-align-center .eut-title-line,
.eut-align-center.eut-title-line {
	margin-left: auto;
	margin-right: auto;
}

.eut-align-left .eut-title-line,
.eut-align-left.eut-title-line {
	margin-right: auto;
}

.eut-align-right .eut-title-line,
.eut-align-right.eut-title-line {
	margin-left: auto;
}

/* =============================================================================
- Typed Text
============================================================================= */
.eut-typed-text .eut-animated-text {
	height: 1em;
	display: inline-block;
	vertical-align: top;
}

/* =============================================================================
- Media Box
============================================================================= */
.eut-box .eut-media {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.eut-box .eut-media .eut-box-media-title {
	position: absolute;
	bottom: -0.200em;
	left: -0.100em;
	margin-bottom: 0;
	line-height: 1.000em;
	z-index: 3;
	color: #ffffff;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-box:hover .eut-media .eut-box-media-title {
	left: -150%;
}

.eut-box .eut-box-content .eut-read-more {
	display: inline-block;
}

.eut-box .eut-media img {
	opacity: 0;
}

.eut-box .eut-media .eut-map img {
	opacity: 1;
}

.eut-box .eut-box-content p {
	margin-bottom: 0px;
}

.eut-box .eut-box-content .eut-box-title {
	line-height: 1.400em;
	margin-bottom: 16px;
}

.eut-box .eut-box-content p + .eut-read-more {
	margin-top: 30px;
}

/* Media Icon */
.eut-media-box-icon {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: -15px;
	right: -15px;
	background-color: #333;
	z-index: 10;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.eut-media-box-icon i {
	font-size: 26px;
	line-height: inherit;
	width: inherit;
	height: inherit;
}


/* =============================================================================
- Message Box
============================================================================= */
.eut-message {
	padding: 25px;
	position: relative;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	border: 1px solid rgba(0,0,0,0.1);
}

.eut-message .eut-message-icon {
	float: left;
	font-size: 2.250em;
	line-height: 1.200em;
	margin-right: 25px;
}

.eut-message .eut-message-icon.eut-small {
	font-size: 20px;
	line-height: 24px;
}

.eut-message p {
	margin-bottom: 0;
	font-size: 0.9em;
	line-height: 24px;
	overflow: hidden;
}

.eut-message .eut-close {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: inherit;
	text-align: right;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.eut-message .eut-close:after,
.eut-message .eut-close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
	background-color: #ffffff;
}

.eut-message .eut-close:after {
	width: 10px;
	height: 2px;
	margin-left: -5px;
	margin-top: -1px;
}

.eut-message .eut-close:before {
	width: 2px;
	height: 10px;
	margin-left: -1px;
	margin-top: -5px;
}

@media only screen and (max-width: 767px) {

	.eut-message .eut-message-icon {
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
		display: block;
	}

}

/* =============================================================================
- Empty Space
============================================================================= */
.eut-empty-space {
	margin-bottom: 0;
}

/* =============================================================================
- Divider
============================================================================= */
hr {
	margin-bottom: 30px;
	display: block;
	border: none;
	border-top: 1px solid;
}

.eut-hr.eut-element,
.eut-divider {
	margin-bottom: 0;
	display: block;
	border: none;
	clear: both;
	font-size: 0;
}

.eut-divider {
	line-height: 1;
}

/* Line Divider */
.eut-divider .eut-line-divider {
	border-top: 1px solid;
}

/* Dashed Divider */
.eut-divider .eut-dashed-line-divider {
	border-top: 1px dashed;
}

/* Double Line */
.eut-divider .eut-double-line-divider {
	height: 5px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

/* Double Line */
.eut-divider .eut-top-line-divider {
	height: auto;
	border-bottom: 1px solid;
	text-align: right;
}

/* Custom Divider */
.eut-divider .eut-custom-divider {
	display: inline-block;
	vertical-align: middle;
	clear: both;
}

/* .eut-divider .eut-custom-divider.eut-align-left {
	margin-left: 0;
	margin-right: auto;
}

.eut-divider .eut-custom-divider.eut-align-center {
	margin-left: auto;
	margin-right: auto;
}

.eut-divider .eut-custom-divider.eut-align-right {
	margin-left: auto;
	margin-right: 0;
}
 */

.eut-divider .eut-divider-backtotop {
	display: inline-block;
	cursor: pointer;
	margin-bottom: 15px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}

.eut-divider .eut-divider-backtotop:after {
	content: "\f106";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: 5px;
	position: relative;
	top: -1px;
}


/* =============================================================================
- Buttons
============================================================================= */
a.eut-btn,
#eut-theme-wrapper button:not(.eut-custom-btn):not(.vc_general):not(.tribe-events-c-subscribe-dropdown__button-text):not(.tribe-events-calendar-month__day-cell--mobile):not(.tribe-events-c-top-bar__datepicker-button):not(.tribe-events-c-nav__next):not(.tribe-events-c-nav__prev),
#eut-theme-wrapper button[type="button"]:not(.eut-custom-btn),
#eut-theme-wrapper button[type="submit"]:not(.eut-custom-btn),
#eut-theme-wrapper button[type="reset"]:not(.eut-custom-btn),
#eut-theme-wrapper input[type="button"]:not(.eut-custom-btn),
#eut-theme-wrapper input[type="submit"]:not(.eut-custom-btn),
#eut-theme-wrapper input[type="reset"]:not(.eut-custom-btn),
.woocommerce #eut-theme-wrapper #respond input#submit,
.woocommerce #eut-theme-wrapper a.button,
.woocommerce #eut-theme-wrapper button.button,
.woocommerce #eut-theme-wrapper input.button {
	display: inline-block;
	padding: 1.250em 2.500em;
	line-height: 1.4;
	position: relative;
	-webkit-border-radius: 0;
	border-radius: 0;
	z-index: 2;
	vertical-align: top;
	margin-top: 3px;
	margin-bottom: 3px;
	outline: 0;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	box-sizing: border-box;
	word-wrap: break-word;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	-webkit-transition : color .5s ease, background-color .5s ease, border-color .5s ease;
	-moz-transition    : color .5s ease, background-color .5s ease, border-color .5s ease;
	-o-transition      : color .5s ease, background-color .5s ease, border-color .5s ease;
	-ms-transition     : color .5s ease, background-color .5s ease, border-color .5s ease;
	transition         : color .5s ease, background-color .5s ease, border-color .5s ease;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

a.eut-btn.eut-btn-line {
	border: 2px solid;
	background-color: transparent;
	background-image: none;
}

.eut-fullwidth-btn {
	width: 100%;
}

/* Underline Button */
a.eut-btn.eut-btn-underline {
	padding: 2px 0px 1.000em 0px;
}

.eut-btn-bottom-line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition:    width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition:      width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition:         width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

a.eut-btn.eut-btn-underline:hover .eut-btn-bottom-line {
	width: 100%;
}

/* Button with icon */
a.eut-btn i {
	display: inline-block;
	margin-right: 0.923em;
	padding: 2px;
	vertical-align: middle;
	-webkit-transform: translate(0, 0);
	-moz-transform:    translate(0, 0);
	-ms-transform:     translate(0, 0);
	-o-transform:      translate(0, 0);
	transform:         translate(0, 0);
	-webkit-transition : -webkit-transform .3s;
	-moz-transition    : -moz-transform .3s;
	-ms-transition     : -ms-transform .3s;
	-o-transition      : -o-transform .3s;
	transition         : transform .3s;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

a.eut-btn:hover i {
	-webkit-transform: translate(-10px, 0);
	-moz-transform:    translate(-10px, 0);
	-ms-transform:     translate(-10px, 0);
	-o-transform:      translate(-10px, 0);
	transform:         translate(-10px, 0);
}

/* Button Margins */
.eut-align-left .eut-btn {
	margin-right: 30px;
}

.eut-align-center .eut-btn {
	margin-left: 15px;
	margin-right: 15px;
}

.eut-align-right .eut-btn {
	margin-left: 30px;
}

/* Tablet (landscape) ----------- */
@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.eut-tablet-align-left .eut-btn {
		margin-right: 30px;
		margin-left: auto;
	}
	.eut-tablet-align-right .eut-btn {
		margin-right: auto;
		margin-left: 30px;
	}
	.eut-tablet-align-center .eut-btn {
		margin-left: 15px;
		margin-right: 15px;
	}
}

/* Tablet (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.eut-tablet-sm-align-left .eut-btn {
		margin-right: 30px;
		margin-left: auto;
	}
	.eut-tablet-sm-align-right .eut-btn {
		margin-right: auto;
		margin-left: 30px;
	}
	.eut-tablet-sm-align-center .eut-btn {
		margin-left: 15px;
		margin-right: 15px;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 767px) {
	.eut-mobile-align-left .eut-btn {
		margin-right: 30px;
		margin-left: auto;
	}
	.eut-mobile-align-right .eut-btn {
		margin-right: auto;
		margin-left: 30px;
	}
	.eut-mobile-align-center .eut-btn {
		margin-left: 15px;
		margin-right: 15px;
	}
}

#eut-theme-wrapper .eut-fullwidth-btn.eut-btn {
	margin: 0;
	padding: 0 1.538em;
	line-height: 90px;
}

#eut-theme-wrapper .eut-fullwidth-btn.eut-btn.eut-fluid-btn-medium {
	line-height: 120px;
}

#eut-theme-wrapper .eut-fullwidth-btn.eut-btn.eut-fluid-btn-tall {
	line-height: 180px;
}

/* Fluid Button */
.eut-fluid-button a.eut-btn {
	width: 100%;
	margin: 0;
}

@media only screen and (max-width: 1200px) {
	#eut-theme-wrapper .eut-fullwidth-btn.eut-btn {
		line-height: 50px;
	}

	#eut-theme-wrapper .eut-fullwidth-btn.eut-btn.eut-fluid-btn-medium {
		line-height: 80px;
	}

	#eut-theme-wrapper .eut-fullwidth-btn.eut-btn.eut-fluid-btn-tall {
		line-height: 100px;
	}
}

@media only screen and (max-width: 767px) {
	#eut-theme-wrapper .eut-fullwidth-btn.eut-btn {
		line-height: 40px;
	}

	#eut-theme-wrapper .eut-fullwidth-btn.eut-btn.eut-fluid-btn-medium {
		line-height: 50px;
	}

	#eut-theme-wrapper .eut-fullwidth-btn.eut-btn.eut-fluid-btn-tall {
		line-height: 80px;
	}
}


/* =============================================================================
- Arrow Buttons
============================================================================= */
.eut-arrow-btn {

}

/* =============================================================================
- Slogan
============================================================================= */
.eut-slogan p {
	margin-bottom: 28px;
}

.eut-slogan p:last-child {
	margin-bottom: 0;
}

/* Layout 01 */
.eut-slogan.eut-layout-1 .eut-slogan-title {
	margin-bottom: 16px;
}

/* Layout 02 */
.eut-slogan.eut-layout-2 .eut-slogan-title {
	margin-bottom: -0.400em;
	line-height: 1.4;
	opacity: 0.08;
}

.eut-slogan.eut-layout-2 .eut-subtitle,
.eut-slogan.eut-layout-2 p,
.eut-slogan.eut-layout-2 .eut-btn-wrapper {
	padding: 0 6%;
}


/* =============================================================================
- Single Icon
============================================================================= */
.eut-single-icon .eut-wrapper-icon {
	border: 1px solid transparent;
	display: inline-block;
}

.eut-single-icon .eut-wrapper-icon.eut-outline {
	border: 1px solid;
}

/* Icons With Shape */
.eut-single-icon.eut-with-shape .eut-wrapper-icon {
	width: 2.500em;
	height: 2.500em;
	line-height: 2.500em;
	display: inline-block;
	text-align: center;
}

/* Svg with Shape */
.eut-single-icon.eut-with-shape .eut-svg-icon {
	width: 1.500em;
	line-height: 1.450em;
	display: inline-block;
	vertical-align: 3px;
}

/* Icons With Out Shape */
.eut-single-icon .eut-no-shape.eut-wrapper-icon {
	width: 1.000em;
	height: 1.000em;
	line-height: 1.000em;
	display: inline-block;
	position: relative;
}

/* Svg without Shape */
.eut-single-icon .eut-no-shape.eut-wrapper-icon .eut-svg-icon {
	width: 1.000em;
}

/* Small Icons With Out Shape */
.eut-single-icon.eut-small .eut-no-shape.eut-wrapper-icon,
.eut-single-icon.eut-small .eut-image-icon {
	font-size: 32px;
}

/* Small Icons With Shape */
.eut-single-icon.eut-small.eut-with-shape .eut-wrapper-icon {
	font-size: 24px;
}

/* Medium Icons With Out Shape */
.eut-single-icon.eut-medium .eut-no-shape.eut-wrapper-icon,
.eut-single-icon.eut-medium .eut-image-icon {
	font-size: 48px;
}

/* Medium Icons With Shape */
.eut-single-icon.eut-medium.eut-with-shape .eut-wrapper-icon {
	font-size: 32px;
}

/* Large Icons With Out Shape */
.eut-single-icon.eut-large .eut-no-shape.eut-wrapper-icon,
.eut-single-icon.eut-large .eut-image-icon {
	font-size: 60px;
}

/* Large Icons With Shape */
.eut-single-icon.eut-large.eut-with-shape .eut-wrapper-icon {
	font-size: 40px;
}

/* Extra Large Icons With Out Shape */
.eut-single-icon.eut-extra-large .eut-no-shape.eut-wrapper-icon,
.eut-single-icon.eut-extra-large .eut-image-icon {
	font-size: 90px;
}

/* Extra Large Icons With Shape */
.eut-single-icon.eut-extra-large.eut-with-shape .eut-wrapper-icon {
	font-size: 60px;
}

.eut-single-icon .eut-image-icon img {
	width: auto;
	height: 1.000em;
	display: block;
}

/* Icon Animation */
.eut-hover-effect .eut-wrapper-icon {
	position: relative;
}

.eut-hover-effect .eut-wrapper-icon:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: inherit;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-animation-duration: .6s;
	-moz-animation-duration: .6s;
	-o-animation-duration: .6s;
	animation-duration: .6s;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;

	-webkit-animation-name: icon_box_animation;
	-moz-animation-name: icon_box_animation;
	-o-animation-name: icon_box_animation;
	animation-name: icon_box_animation;

	display: none;
}

.eut-wrapper-icon.eut-circle:after {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.eut-wrapper-icon.eut-round:after {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.eut-hover-effect .eut-wrapper-icon.eut-outline:after {
	background-color: transparent;
	border: 1px solid;
	border-color: inherit;
	top: -1px;
	left: -1px;
}

@-webkit-keyframes icon_box_animation {
	0% { opacity: 1; -webkit-transform: scale(1); }
	100% { opacity: 0; -webkit-transform: scale(1.4); }
}

@-moz-keyframes icon_box_animation {
	0% { opacity: 1;  -moz-transform: scale(1); }
	100% { opacity: 0;  -moz-transform: scale(1.4); }
}

@-o-keyframes icon_box_animation {
	0% { opacity: 1; -o-transform: scale(1); }
	100% { opacity: 0; -o-transform: scale(1.4); }
}

@keyframes icon_box_animation {
	0% { opacity: 1; transform: scale(1); }
	100% { opacity: 0; transform: scale(1.4); }
}

.eut-hover-effect:hover .eut-wrapper-icon:after {
	display: block;
}


/* =============================================================================
- Icon Box
============================================================================= */
.eut-box-icon:after {
	display: table;
	content: " ";
}

.eut-box-icon:after {
	clear: both;
}

.eut-box-icon.eut-side-icon .eut-box-content {
	overflow: hidden;
	position: relative;
}

.eut-box-icon a,
.eut-box-icon a:hover {
	display: block;
	clear: both;
	color: inherit;
}

.eut-box-icon.eut-advanced-hover {
	visibility: hidden;
}

/* Icon Box Sizes */
.eut-box-icon.eut-extra-small .eut-wrapper-icon,
.eut-box-icon.eut-extra-small .eut-image-icon,
.eut-box-icon.eut-side-icon.eut-extra-small .eut-box-title-wrapper {
	font-size: 16px;
}

.eut-box-icon.eut-small .eut-wrapper-icon,
.eut-box-icon.eut-small .eut-image-icon,
.eut-box-icon.eut-side-icon.eut-small .eut-box-title-wrapper {
	font-size: 24px;
}

.eut-box-icon.eut-medium .eut-wrapper-icon,
.eut-box-icon.eut-medium .eut-image-icon,
.eut-box-icon.eut-side-icon.eut-medium .eut-box-title-wrapper {
	font-size: 36px;
}

.eut-box-icon.eut-large .eut-wrapper-icon,
.eut-box-icon.eut-large .eut-image-icon,
.eut-box-icon.eut-side-icon.eut-large .eut-box-title-wrapper {
	font-size: 48px;
}

.eut-box-icon.eut-extra-large .eut-wrapper-icon,
.eut-box-icon.eut-extra-large .eut-image-icon,
.eut-box-icon.eut-side-icon.eut-extra-large .eut-box-title-wrapper {
	font-size: 90px;
}

/* Side Icon */
.eut-box-icon.eut-side-icon.eut-align-left .eut-wrapper-icon,
.eut-box-icon.eut-side-icon.eut-align-left .eut-image-icon {
	float: left;
	margin-right: 10px;
	line-height: 1.000em;
}

.eut-box-icon.eut-side-icon.eut-align-right .eut-wrapper-icon,
.eut-box-icon.eut-side-icon.eut-align-right .eut-image-icon {
	float: right;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 1.000em;
}

.eut-box-icon.eut-side-icon .eut-box-title-wrapper {
	margin-bottom: 10px;
}

.eut-box-icon.eut-side-icon .eut-box-title {
	line-height: 1.000em;
}


/* Top Icon */
.eut-box-icon.eut-top-icon .eut-wrapper-icon,
.eut-box-icon.eut-top-icon .eut-image-icon {
	display: inline-block;
	vertical-align: top;
	line-height: 1.000em;
	margin-bottom: 24px;
}

.eut-box-icon.eut-top-icon .eut-box-title-wrapper {
	margin-bottom: 8px;
}

.eut-box-icon.eut-top-icon .eut-box-title-wrapper:last-child {
	margin-bottom: 0;
}


.eut-box-icon .eut-wrapper-icon i {
	width: 1.500em;
	line-height: inherit;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-size: inherit;
}

/* Icon Box Title */
.eut-box-icon .eut-box-title-wrapper {
	height: 1.000em;
	display: table;
	width: 100%;
}

.eut-box-icon .eut-box-title {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

/* Icon Box Shape */
.eut-box-icon.eut-with-shape.eut-top-icon .eut-wrapper-icon,
.eut-box-icon.eut-with-shape.eut-side-icon .eut-wrapper-icon {
	width: 2.500em;
	height: 2.500em;
	line-height: 2.500em;
	text-align: center;
}

.eut-box-icon.eut-with-shape:not(.eut-top-icon) .eut-box-title-wrapper {
	height: 2.500em;
}

.eut-box-icon.eut-with-shape .eut-outline {
	border: 1px solid;
}

/* Icons Box Image */
.eut-box-icon.eut-top-icon img {
	height: 2.500em;
	width: auto;
}

.eut-box-icon img {
	width: 2.500em;
	height: auto;
	display: block;
}

/* Icons Box Svg */
.eut-box-icon .eut-wrapper-icon .eut-svg-icon {
	width: 1.000em;
	height: 1.000em;
}

/* =============================================================================
- SVG Icons
============================================================================= */
.eut-svg-icon svg,
.eut-svg-icon path {
	stroke: inherit !important;
	display: inline-block;
	vertical-align: top;
}


/* =============================================================================
- Social Share
============================================================================= */
.eut-element.eut-social ul  {
	margin: 0 auto -8px auto;
	list-style: none;
	display: inline-block;
}

.eut-element.eut-social ul li {
	display: inline-block;
	margin: 10px;
	position: relative;
}

.eut-element.eut-social ul li a {
	display: block;
	width: 2.188em;
	height: 2.188em;
	line-height: 2.188em;
	text-align: center;
	font-size: 1em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.eut-element.eut-social ul li a i {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	padding: 3px;
}

.eut-element.eut-social ul li a:hover i {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.eut-element.eut-social ul li a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.eut-element.eut-social ul li a.eut-with-shape.eut-outline {
	border: 1px solid;
	background-color: transparent;
}

@-webkit-keyframes pulse {
	from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
	50% { -webkit-transform: scale3d(1.4, 1.4, 1.4); transform: scale3d(1.4, 1.4, 1.4); }
	to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@keyframes pulse {
	from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
	50% { -webkit-transform: scale3d(1.4, 1.4, 1.4); transform: scale3d(1.4, 1.4, 1.4); }
	to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

/* Icons With Shape */
.eut-element.eut-social ul li a.eut-with-shape {
	width: 2.500em;
	height: 2.500em;
	line-height: 2.500em;
	display: inline-block;
	text-align: center;
}

/* Icons With Out Shape */
.eut-element.eut-social ul li a.eut-no-shape {
	width: 1.000em;
	height: 1.000em;
	line-height: 1.000em;
	display: inline-block;
	text-align: center;
}

.eut-element.eut-social ul li a.eut-no-shape.eut-social-share-googleplus {
	width: 1.300em;
}

/* Small Icons */
.eut-element.eut-social ul li a.eut-small  {
	font-size: 24px;
}

/* Medium Icons */
.eut-element.eut-social ul li a.eut-medium {
	font-size: 36px;
}

/* Large Icons */
.eut-element.eut-social ul li a.eut-large {
	font-size: 48px;
}

.eut-element.eut-social.eut-align-left li {
	margin-left: 0;
}

.eut-element.eut-social.eut-align-right li {
	margin-right: 0;
}

.eut-element.eut-social li a span.eut-like-counter {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	background-color: #202020;
	color: #ffffff;
	min-width: 30px;
	text-align: center;
	padding: 6px 8px;
	position: absolute;
	bottom: 180%;
	left: 50%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform:    translate(-50%, 0);
	-ms-transform:     translate(-50%, 0);
	-o-transform:      translate(-50%, 0);
	transform:         translate(-50%, 0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.eut-element.eut-social li a span.eut-like-counter:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 5px solid #202020;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
}

.eut-element.eut-social li a:hover span.eut-like-counter {
	bottom: 120%;
	visibility: visible;
	opacity: 1;
}

/* =============================================================================
- Language Selector
============================================================================= */

.eut-language-element ul {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0;
}

.eut-language-element ul li {
	display: inline-block;
}

.eut-language-element ul li a {
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	margin: 10px;
	border: 2px solid;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: inherit;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

/* =============================================================================
- Search
============================================================================= */

.eut-search-element .eut-search {
	max-width: 100%;
	position: relative;
	text-align: center;
}

.eut-search-element .eut-search input[type='text'] {
	background: none;
	padding: 0 20px;
	border: none;
	line-height: 1.2 !important;
	height: auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}

.eut-search-element .eut-search .eut-search-input-wrapper {
	position: relative;
}


/* =============================================================================
- Image Sizes ( square - landscape - portrait )
============================================================================= */
.eut-image-square img {
	width: 100%;
	height: auto;
	max-width: none;
}

.eut-isotope:not(.eut-isotope-column-1) .eut-image-landscape img {
	width: 100%;
	height: auto;
	max-width: none;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform:    translate(0, -50%);
	-ms-transform:     translate(0, -50%);
	-o-transform:      translate(0, -50%);
	transform:         translate(0, -50%);
}

.eut-isotope:not(.eut-isotope-column-1) .eut-image-portrait img {
	width: auto;
	height: 100%;
	max-width: none;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform:    translate(-50%, 0);
	-ms-transform:     translate(-50%, 0);
	-o-transform:      translate(-50%, 0);
	transform:         translate(-50%, 0);
}


/* =============================================================================
- Isotope
============================================================================= */
.eut-isotope-container {
	opacity: 0;
}

.eut-isotope.eut-with-gap .eut-isotope-item {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}

/* Full width with gaps */
.eut-section.eut-fullwidth .eut-isotope.eut-with-gap {
	padding: 0 40px;
}

/* Animated Istope */
.eut-isotope-item-inner.eut-fade-in,
.eut-isotope-item-inner.eut-fade-in-up,
.eut-isotope-item-inner.eut-fade-in-down,
.eut-isotope-item-inner.eut-fade-in-left,
.eut-isotope-item-inner.eut-fade-in-right,
.eut-isotope-item-inner.eut-zoom-in {
	opacity: 0;
	-webkit-animation-duration:.5s;
	-moz-animation-duration:.5s;
	-ms-animation-duration:.5s;
	-o-animation-duration:.5s;
	animation-duration:.5s;
}

html.ie9 .eut-isotope-item-inner.eut-fade-in,
html.ie9 .eut-isotope-item-inner.eut-fade-in-up,
html.ie9 .eut-isotope-item-inner.eut-fade-in-down,
html.ie9 .eut-isotope-item-inner.eut-fade-in-left,
html.ie9 .eut-isotope-item-inner.eut-fade-in-right,
html.ie9 .eut-isotope-item-inner.eut-zoom-in {
	opacity: 1;
}


/* =============================================================================
--- Isotope Filters
============================================================================= */
.eut-filter {
	margin-bottom: 60px;
}

.eut-filter ul {
	margin: 0;
	list-style: none;
	-webkit-touch-callout: none;
	-webkit-user-select  : none;
	-khtml-user-select   : none;
	-moz-user-select     : none;
	-ms-user-select      : none;
	user-select          : none;
}

.eut-filter ul li {
	display: inline-block;
	font-size: 13px;
	cursor: pointer;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-section.eut-fullwidth .eut-isotope:not(.eut-with-gap) .eut-filter {
	padding-left: 40px;
	padding-right: 40px;
}

/* Simply Style */
.eut-filter.eut-filter-style-simple ul li {
	opacity: 0.5;
}

.eut-filter.eut-filter-style-simple ul li:after {
	content: '/';
	margin: 0 0.455em;
	opacity: 0.5;
}

.eut-filter.eut-filter-style-simple ul li:last-child:after {
	display: none;
}

.eut-filter.eut-filter-style-simple ul li:hover,
.eut-filter.eut-filter-style-simple ul li.selected {
	opacity: 1;
}

/* Button Style */
.eut-filter.eut-filter-style-button ul li {
	line-height: 40px;
}

.eut-filter.eut-filter-style-button.eut-align-center ul li {
	margin: 0px 10px;
}

.eut-filter.eut-filter-style-button.eut-align-left ul li {
	margin: 0px 20px 0px 0px;
}

.eut-filter.eut-filter-style-button.eut-align-right ul li {
	margin: 0px 0px 0px 20px;
}

.eut-filter.eut-filter-style-button ul li.selected {
	background-color: #000000;
	color: #ffffff;
	padding: 0px 20px;
}

.eut-filter.eut-filter-style-button.eut-filter-shape-round ul li.selected {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.eut-filter.eut-filter-style-button.eut-filter-shape-extra-round ul li.selected {
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

/* Classic Style */
.eut-filter.eut-filter-style-classic ul li:hover,
.eut-filter.eut-filter-style-classic ul li.selected {
	opacity: 1;
}

.eut-filter.eut-filter-style-classic ul li {
	margin-right: 18px;
	opacity: 0.5;
}

.eut-filter.eut-filter-style-classic ul li:last-child {
    margin-right: 0;
}

/* =============================================================================
- Gallery
============================================================================= */
.eut-gallery-item > a {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-gallery-item figure .eut-title {
	margin-bottom: 3px;
}

.eut-gallery-item figure .eut-caption {
	margin-bottom: 0;
	font-size: 14px;
}

/* Style 1 & 3 */
.eut-gallery-item figure.eut-hover-style-1 figcaption,
.eut-gallery-item figure.eut-hover-style-3 figcaption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	z-index: 3;
}

.eut-gallery-item figure.eut-hover-style-1 .eut-gallery-content,
.eut-gallery-item figure.eut-hover-style-3 .eut-gallery-content {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.eut-gallery-item figure.eut-hover-style-1 .eut-title:last-child,
.eut-gallery-item figure.eut-hover-style-3 .eut-title:last-child {
	margin-bottom: 0;
}

/* Style 2 */
.eut-gallery-item figure.eut-hover-style-2 .eut-gallery-content {
	text-align: center;
	margin-top: 30px;
}

.eut-gallery-item figure.eut-hover-style-2 .eut-title {
	margin-bottom: 0.3em;
	-webkit-transition : color .3s;
	-moz-transition    : color .3s;
	-ms-transition     : color .3s;
	-o-transition      : color .3s;
	transition         : color .3s;
}

.eut-gallery-item figure.eut-hover-style-2 .eut-title:last-child {
	margin-bottom: 0;
}

/* Animation Hover Style 1 */
.eut-gallery-item figure.eut-hover-style-1 .eut-title,
.eut-gallery-item figure.eut-hover-style-1 .eut-caption {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform:    translateY(50px);
	-ms-transform:     translateY(50px);
	-o-transform:      translateY(50px);
	transform:         translateY(50px);
	-webkit-transition : -webkit-transform .2s, opacity .2s;
	-moz-transition    : -moz-transform .2s, opacity .2s;
	-ms-transition     : -ms-transform .2s, opacity .2s;
	-o-transition      : -o-transform .2s, opacity .2s;
	transition         : transform .2s, opacity .2s;
	-webkit-transition-delay: 0;
	-moz-transition-delay:    0;
	-ms-transition-delay:     0;
	-o-transition-delay:      0;
	transition-delay:         0;
}

.eut-gallery-item figure.eut-hover-style-1.hover .eut-title,
.eut-gallery-item figure.eut-hover-style-1.hover .eut-caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

.eut-gallery-item figure.eut-hover-style-1.hover .eut-caption {
	opacity: 0.7;
	-webkit-transition-delay: .1s;
	-moz-transition-delay:    .1s;
	-ms-transition-delay:     .1s;
	-o-transition-delay:      .1s;
	transition-delay:         .1s;
}


/* Animation Hover Style 3 */
.eut-gallery-item figure.eut-hover-style-3 .eut-title,
.eut-gallery-item figure.eut-hover-style-3 .eut-caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
	-webkit-transition : -webkit-transform .2s, opacity .2s;
	-moz-transition    : -moz-transform .2s, opacity .2s;
	-ms-transition     : -ms-transform .2s, opacity .2s;
	-o-transition      : -o-transform .2s, opacity .2s;
	transition         : transform .2s, opacity .2s;
	-webkit-transition-delay: 0;
	-moz-transition-delay:    0;
	-ms-transition-delay:     0;
	-o-transition-delay:      0;
	transition-delay:         0;
}

.eut-gallery-item figure.eut-hover-style-3.hover .eut-title,
.eut-gallery-item figure.eut-hover-style-3.hover .eut-caption {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform:    translateY(50px);
	-ms-transform:     translateY(50px);
	-o-transform:      translateY(50px);
	transform:         translateY(50px);
}

.eut-gallery-item figure.eut-hover-style-3 .eut-caption {
	opacity: 0.7;
}


/* =============================================================================
- Call Out
============================================================================= */
.eut-callout.eut-btn-right {
	position: relative;
	display: table;
}

.eut-callout.eut-btn-right .eut-callout-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-right: 30px;
}

.eut-callout.eut-btn-right .eut-button-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: 25%;
	text-align: right;
	white-space: nowrap;
}

.eut-callout.eut-btn-bottom .eut-button-wrapper {
	margin: 30px 0 0 0;
}

.eut-callout .eut-callout-content {
	margin-bottom: 0;
}

.eut-callout .eut-callout-content + p {
	margin-top: 0.45em;
}


/* =============================================================================
- Advanced Promo
============================================================================= */
.eut-section.eut-pointer-cursor {
	cursor: pointer;
	overflow: hidden;
	-webkit-transition : padding .3s;
	-moz-transition    : padding .3s;
	-ms-transition     : padding .3s;
	-o-transition      : padding .3s;
	transition         : padding .3s;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}
.eut-expandable-info .eut-expandable-info-space {
	height: 30px;
}

.eut-expandable-info img {
	display: inline-block;
	vertical-align: top;
}

.eut-expandable-info .eut-expandable-info-content {
	display: none;
	opacity: 0;
	-webkit-transition : opacity .5s, -webkit-transform .3s;
	-moz-transition    : opacity .5s, -moz-transform .3s;
	-ms-transition     : opacity .5s, -ms-transform .3s;
	-o-transition      : opacity .5s, -o-transform .3s;
	transition         : opacity .5s, transform .3s;
	-webkit-transform: translate(0, 200px);
	-moz-transform:    translate(0, 200px);
	-ms-transform:     translate(0, 200px);
	-o-transform:      translate(0, 200px);
	transform:         translate(0, 200px);
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-expandable-info .eut-expandable-info-content.show {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform:    translate(0, 0);
	-ms-transform:     translate(0, 0);
	-o-transform:      translate(0, 0);
	transform:         translate(0, 0);
}


/* =============================================================================
- Socials
============================================================================= */
ul.eut-socials {
	margin: 0;
	list-style: none;
}

ul.eut-socials li {
	display: inline-block;
	margin: 5px;
}

ul.eut-socials li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* Tooltip */
ul.eut-socials li a .eut-tooltip {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	background-color: #202020;
	color: #ffffff;
	min-width: 30px;
	text-align: center;
	padding: 6px 8px;
	position: absolute;
	bottom: 180%;
	left: 50%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform:    translate(-50%, 0);
	-ms-transform:     translate(-50%, 0);
	-o-transform:      translate(-50%, 0);
	transform:         translate(-50%, 0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition   : all .3s;
	-ms-transition    : all .3s;
	-o-transition     : all .3s;
	transition        : all .3s;
}

ul.eut-socials li a .eut-tooltip:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 5px solid #202020;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
}

ul.eut-socials li a:hover .eut-tooltip {
	bottom: 120%;
	visibility: visible;
	opacity: 1;
}


/* =============================================================================
- Team
============================================================================= */
.eut-team .eut-team-identity {
	line-height: 1.4;
}

.eut-team .eut-team-identity + .eut-team-name {
	line-height: 1.4;
	margin-top: 3px;
}

.eut-team .eut-team-name {
	line-height: 1.4;
	margin-bottom: 0;
}

.eut-team .eut-team-url {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

/* Layout 01 */
.eut-team.eut-layout-1 figure {
	position: relative;
	margin-bottom: 30px;
}

.eut-team.eut-layout-1 figcaption {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
}

.eut-team.eut-layout-1 .eut-team-social {
	list-style: none;
	margin: 0;
	word-spacing: -0.26em;
}

.eut-team.eut-layout-1 .eut-team-social li {
	display: inline-block;
	margin: 1px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.eut-team.eut-layout-1 .hover .eut-team-social li {
	opacity: 1;
	visibility: visible;
	z-index: 5;
	position: relative;
}

.eut-team.eut-layout-1 .hover .eut-team-social li:nth-child(2) {
	-webkit-transition-delay: .2s;
	-moz-transition-delay:    .2s;
	-ms-transition-delay:     .2s;
	-o-transition-delay:      .2s;
	transition-delay:         .2s;
}

.eut-team.eut-layout-1 .hover .eut-team-social li:nth-child(3) {
	-webkit-transition-delay: .4s;
	-moz-transition-delay:    .4s;
	-ms-transition-delay:     .4s;
	-o-transition-delay:      .4s;
	transition-delay:         .4s;
}

.eut-team.eut-layout-1 .hover .eut-team-social li:nth-child(4) {
	-webkit-transition-delay: .6s;
	-moz-transition-delay:    .6s;
	-ms-transition-delay:     .6s;
	-o-transition-delay:      .6s;
	transition-delay:         .6s;
}

.eut-team.eut-layout-1 .hover .eut-team-social li:nth-child(5) {
	-webkit-transition-delay: .8s;
	-moz-transition-delay:    .8s;
	-ms-transition-delay:     .8s;
	-o-transition-delay:      .8s;
	transition-delay:         .8s;
}

.eut-team.eut-layout-1 .hover .eut-team-social li:nth-child(6) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay:    1s;
	-ms-transition-delay:     1s;
	-o-transition-delay:      1s;
	transition-delay:         1s;
}

.eut-team.eut-layout-1 .hover .eut-team-social li:nth-child(7) {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay:    1.2s;
	-ms-transition-delay:     1.2s;
	-o-transition-delay:      1.2s;
	transition-delay:         1.2s;
}

.eut-team.eut-layout-1 .eut-team-social li a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	position: relative;
	z-index: 3;
	color: #DCDCDC;
	background-color: #ffffff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* Layout 02 */
.eut-team.eut-layout-2:before,
.eut-team.eut-layout-2:after {
	display: table;
	content: " ";
}

.eut-team.eut-layout-2:after {
	clear: both;
}

.eut-team.eut-layout-2 .eut-team-name {
	line-height: 1.4;
	margin-bottom: 13px;
}

.eut-team.eut-layout-2 .eut-team-description {
	width: 40%;
	position: absolute;
	padding: 3%;
	top: 35%;
	z-index: 4;
}

.eut-team.eut-layout-2 .eut-team-social {
	list-style: none;
	margin: 0;
	word-spacing: -0.26em;
	position: absolute;
	top: 0;
}

.eut-team.eut-layout-2 .eut-team-social li {
	margin-bottom: 10px;
}

.eut-team.eut-layout-2 .eut-team-social li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	position: relative;
	z-index: 3;
	color: inherit;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* Responsive Socials */
.eut-team.eut-layout-2 .eut-responsive-team-socials {
	word-spacing: -0.26em;
	position: static;
	margin: 0 !important;
	display: none;
}

.eut-team.eut-layout-2 .eut-responsive-team-socials li {
	display: inline-block;
	margin: 0px 10px 0px 0px;
}

.eut-team.eut-layout-2 .eut-responsive-team-socials li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	position: relative;
	z-index: 3;
	color: inherit;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


.eut-team.eut-layout-2 figure {
	position: relative;
	float: none;
}

.eut-team.eut-layout-2 figure img {
	width: auto;
	max-width: 100%;
}

/* Align Left */
.eut-team.eut-layout-2.eut-align-left figure {
	position: relative;
	float: right;
	margin-right: 30%;
}

.eut-team.eut-layout-2.eut-align-left .eut-team-description {
	right: 0;
}

.eut-team.eut-layout-2.eut-align-left .eut-team-social {
	left: 70%;
	margin-left: 20px;
}

/* Align Right */
.eut-team.eut-layout-2.eut-align-right figure {
	position: relative;
	float: left;
	margin-left: 30%;
}

.eut-team.eut-layout-2.eut-align-right .eut-team-description {
	left: 0;
}

.eut-team.eut-layout-2.eut-align-right .eut-team-social {
	right: 70%;
	margin-right: 20px;
}


@media only screen and (max-width: 767px) {

.eut-team.eut-layout-2.eut-align-right figure,
.eut-team.eut-layout-2.eut-align-left figure {
	float: none;
	margin-right: 0;
	margin-left: 0;
}

.eut-team-social {
	display: none;
}

.eut-team.eut-layout-2 figure img {
	max-width: none;
	width: 100%;
	display: block;
}

.eut-team.eut-layout-2 .eut-team-description {
	position: static;
	width: 100%;
	padding: 30px;
}

.eut-team.eut-layout-2 .eut-responsive-team-socials {
	display: block;
}

}


/* =============================================================================
- DropCap
============================================================================= */
.eut-dropcap.eut-element span {
	float: left;
	font-size: 3.889em;
	padding: 0px 18px 0px 0px;
	margin-bottom: 0;
}

.eut-dropcap span.eut-style-2 {
	font-size: 2.222em;
	line-height: 1.625em;
	width: 1.600em;
	height: 1.600em;
	text-align: center;
	margin-right: 0.375em;
	padding: 0;
	color: #ffffff;
}


/* =============================================================================
- Pricing Tables
============================================================================= */
#eut-theme-wrapper .eut-pricing-table {
	padding: 17%;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.eut-pricing-table ul {
	list-style: none;
	margin: 0 0 10% 0;
}

.eut-pricing-table ul li {
	line-height: 30px;
	position: relative;
}

.eut-pricing-table ul li:first-child {
	padding-top: 0;
}

.eut-pricing-table .eut-pricing-title {
	margin-bottom: 6px;
}

.eut-pricing-table .eut-pricing-header,
.eut-pricing-table .eut-price {
	margin-bottom: 30px;
}

.eut-pricing-table .eut-price span,
.eut-pricing-table .eut-price .eut-interval {
	display: inline-block;
	vertical-align: middle;
}

.eut-pricing-table .eut-btn {
	margin: 30px 0px 0px 0px;
}


/* =============================================================================
- Pie Charts
============================================================================= */
.eut-pie-chart {
	text-align: center;
}

.eut-chart-number {
	position: relative;
}

.eut-chart-number canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.eut-chart-number {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto 18px auto;
}

.eut-pie-chart.eut-small .eut-chart-number {
	font-size: 18px;
}

.eut-pie-chart.eut-large .eut-chart-number {
	font-size: 32px;
}

.eut-chart-number:last-child {
	margin-bottom: 0;
}

.eut-pie-chart .eut-counter{
	float: none;
	margin: 0;
}

.eut-pie-chart .eut-title {
	display: block;
	margin-bottom: 12px;
}


/* =============================================================================
- Progress Bars
============================================================================= */
.eut-progress-bars.eut-line-round .eut-bar {
	-webkit-border-radius: 200px;
	border-radius: 200px;
}

.eut-progress-bar {
	margin-bottom: 20px;
}

.eut-bar-line {
	width: 0px;
	height: 35px;
}

/* Style 1 */
.eut-progress-bars.eut-style-1 .eut-bar {
	display:block;
	overflow: hidden;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.1);
}

.eut-progress-bars.eut-style-1 .eut-bar-title {
	position: absolute;
	top: 50%;
	left: 0px;
	line-height: 1;
	color: #fff !important;
	margin-left: 30px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.eut-progress-bars.eut-style-1 .eut-percentage {
	position: absolute;
	top: 50%;
	left: 0px;
	line-height: 1;
	color: #fff;
	margin-left: -50px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


/* Style 2 */
.eut-progress-bars.eut-style-2 .eut-bar {
	display:block;
	z-index: 1;
	margin-top: 6px;
	background-color: rgba(0, 0, 0, 0.1);
}

.eut-progress-bars.eut-style-2 .eut-percentage {
	float: right;
}

.eut-progress-bars.eut-line-round.eut-style-2 .eut-bar-line {
	-webkit-border-radius: 200px 0 0 200px;
	border-radius: 200px 0 0 200px;
}


/* =============================================================================
- Counters
============================================================================= */
.eut-counter .eut-counter-icon {
	margin-bottom: 12px;
}

.eut-counter .eut-counter-icon i.eut-extra-large,
.eut-counter .eut-counter-icon.eut-extra-large {
	font-size: 90px;
	line-height: 90px;
}

.eut-counter .eut-counter-icon i.eut-large,
.eut-counter .eut-counter-icon.eut-large {
	font-size: 72px;
	line-height: 72px;
}

.eut-counter .eut-counter-icon i.eut-medium,
.eut-counter .eut-counter-icon.eut-medium {
	font-size: 48px;
	line-height: 48px;
}

.eut-counter .eut-counter-icon i.eut-small,
.eut-counter .eut-counter-icon.eut-small {
	font-size: 32px;
	line-height: 32px;
}

.eut-counter .eut-counter-icon .eut-svg-icon,
.eut-counter .eut-counter-icon img {
	display: inline-block;
	width: auto;
	height: 1.000em;
}

.eut-counter .eut-counter-item {
	margin-bottom: 6px;
	line-height: 1.2;
}

.eut-counter .eut-counter-title {
	margin-bottom: 0;
}


/* =============================================================================
- Video
============================================================================= */
.eut-embed-video {
  max-width: 100% !important;
  height: auto !important;
}

/* =============================================================================
- Modal
============================================================================= */
.eut-modal-dialog {
	margin: 20px auto;
	padding: 40px 40px;
	position:relative;
}

.eut-modal-dialog.eut-content-small {
	max-width: 400px;
}

.eut-modal-dialog.eut-content-medium {
	max-width: 600px;
}

.eut-modal-dialog.eut-content-large {
	max-width: 1170px;
}

/* =============================================================================
- Carousel & Sliders
============================================================================= */
/* Feature Slider */
#eut-feature-slider .eut-slider-item {
	position: absolute;
}

#eut-feature-slider .eut-slider-item:first-child {
	position: relative;
}

#eut-feature-slider.owl-loaded .eut-slider-item {
	position: relative;
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

#eut-feature-section .owl-carousel {
	z-index: auto;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.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(0px, 0px, 0px);
}

.eut-parallax-wrapper .eut-slider-item-wrapper.active {
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.eut-slider-item-wrapper {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

/* Slider Element */
.eut-slider {
	visibility: hidden;
}

.eut-slider-element img {
	margin: 0 auto;
	display: block;
}

/* Carousel */
.eut-carousel-element {
	visibility: hidden;
}

.eut-carousel-item-wrapper {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.eut-carousel-item {
	position: relative;
	z-index: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.eut-carousel .owl-dots {
	margin-top: 30px;
	text-align: center;
}

/* =============================================================================
--- Carousel & Slider Animations
============================================================================= */
.owl-carousel .active{
	z-index: 3;
}

.owl-carousel .owl-animated-out {
	z-index: 10 !important;
}


/* fade */
.carousel-fade-out {
  -webkit-animation: carousel_fadeOut .5s both;
  -moz-animation: carousel_fadeOut .5s both;
  animation: carousel_fadeOut .5s both;
}
.carousel-fade-in {
  -webkit-animation: carousel_fadeIn .5s both;
  -moz-animation: carousel_fadeIn .5s both;
  animation: carousel_fadeIn .5s both;
}
/* backSlide */
.carousel-backSlide-out {
  -webkit-animation: carousel_backSlideOut 1s both;
  -moz-animation: carousel_backSlideOut 1s both;
  animation: carousel_backSlideOut 1s both;
}
.carousel-backSlide-in {
  -webkit-animation: carousel_backSlideIn 1s both;
  -moz-animation: carousel_backSlideIn 1s both;
  animation: carousel_backSlideIn 1s both;
}
/* goDown */
.carousel-goDown-out {
  -webkit-animation: carousel_scaleToFade .7s both;
  -moz-animation: carousel_scaleToFade .7s both;
  animation: carousel_scaleToFade .7s both;
}
.carousel-goDown-in {
  -webkit-animation: carousel_goDown .6s both;
  -moz-animation: carousel_goDown .6s both;
  animation: carousel_goDown .6s both;
}


/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes carousel_fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes carousel_fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes carousel_fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes carousel_fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes carousel_fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes carousel_fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}

@-webkit-keyframes carousel_backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes carousel_backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes carousel_backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px) scale(.8); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%) scale(.8); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%) scale(.8); }
}

@-webkit-keyframes carousel_backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%) scale(.8); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) scale(.8); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0) scale(1); }
}
@-moz-keyframes carousel_backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%) scale(.8); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) scale(.8); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0) scale(1); }
}
@keyframes carousel_backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%) scale(.8); }
  75% { opacity: .5; transform: translateZ(-500px) scale(.8); }
  100% { opacity: 1; transform: translateZ(0) translateX(0) scale(1); }
}

@-webkit-keyframes carousel_scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes carousel_scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes carousel_scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes carousel_goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes carousel_goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes carousel_goDown {
  from { transform: translateY(-100%); }
}


/* =============================================================================
--- Content Sliders (Portfolio - Blog - Woo)
============================================================================= */
.eut-content-slider .eut-media {
	width: 70%;
}

.eut-content-slider .eut-slider-content {
	width: 40%;
	position: absolute;
	top: 25%;
	right: 0;
	padding: 3%;
	z-index: 3;
	margin-right: 40px;
}

.eut-content-slider .eut-title {
	line-height: 1.4;
	margin-bottom: 16px;
}

.eut-content-slider.eut-blog-slider .eut-title {
	margin-bottom: 6px;
}

.eut-content-slider.eut-blog-slider .eut-post-meta {
	margin-bottom: 12px;
}

.eut-content-slider .eut-read-more {
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
}

.eut-content-slider .owl-controls {
	display: none;
}

.eut-content-slider .eut-slide-counter {
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 9;
}

.eut-content-slider .eut-slide-counter li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: relative;
	cursor: pointer;
}

.eut-content-slider .eut-slide-counter li:after {
	content: '';
	width: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid;
	display: none;
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;

	-webkit-animation-name: slide_couter_animation;
	-moz-animation-name: slide_couter_animation;
	-o-animation-name: slide_couter_animation;
	animation-name: slide_couter_animation;
}

.eut-content-slider .eut-slide-counter li.active:after {
	display: block;
}

@-webkit-keyframes slide_couter_animation {
	0% { width: 0; opacity: 0; }
	100% { width: 80px; opacity: 1; }
}

@-moz-keyframes slide_couter_animation {
	0% { width: 0; opacity: 0; }
	100% { width: 80px; opacity: 1; }
}

@-o-keyframes slide_couter_animation {
	0% { width: 0; opacity: 0; }
	100% { width: 80px; opacity: 1; }
}

@keyframes slide_couter_animation {
	0% { width: 0; opacity: 0; }
	100% { width: 80px; opacity: 1; }
}

@media only screen and (max-width: 767px) {
	.eut-content-slider .eut-media {
		width: 100%;
	}

	.eut-content-slider .eut-media img {
		width: 100%;
	}

	#eut-theme-wrapper .eut-slider.eut-content-slider .eut-slider-content {
		position: static;
		width: 100%;
		padding: 30px;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 50px 0px rgba(0,0,0,0);
	}

	.eut-slider.eut-content-slider .owl-controls {
		display: inline-block;
		position: relative;
		bottom: 0;
		margin-top: 30px;
	}

	.eut-slider.eut-layout-2 .eut-carousel-navigation {
		display: none;
	}
}


/* =============================================================================
- Testimonial
============================================================================= */
.eut-testimonial-item-wrapper {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.eut-testimonial-element {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.eut-testimonial-element p {
	margin-bottom: 20px;
}

.eut-testimonial-element .eut-identity {
	opacity: 0.6;
}

/* Layout 01 */
.eut-testimonial.eut-layout-1 .eut-testimonial-thumb img {
	width: 100px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.eut-testimonial.eut-layout-1.eut-align-left .eut-testimonial-thumb img {
	margin-left: 0;
}

.eut-testimonial.eut-layout-1.eut-align-right .eut-testimonial-thumb img {
	margin-right: 0;
}

.eut-testimonial.eut-layout-1 .eut-testimonial-content {
	margin-bottom: 30px;
}

/* Layout 02 */
.eut-testimonial.eut-layout-2 .eut-testimonial-thumb {
	float: right;
	margin-right: 30%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.eut-testimonial.eut-layout-2 .eut-testimonial-thumb {
		float: none;
	}
}
.eut-testimonial.eut-layout-2 .eut-testimonial-thumb img {
	display: block;
}

.eut-testimonial.eut-layout-2 .eut-testimonial-icon {
	position: absolute;
	top: 50%;
	right: 40%;
	margin-top: -30px;
	margin-right: 10px;
	font-size: 24px;
	z-index: 4;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.eut-testimonial.eut-layout-2 .eut-testimonial-content {
	width: 40%;
	position: absolute;
	top: 25%;
	right: 0;
	padding: 8%;
	z-index: 3;
	margin-right: 40px;
}

.eut-testimonial.eut-layout-2 .owl-controls {
	display: inline-block;
	position: absolute;
	top: 40%;
	right: 0;
	margin-left: 30px;
	z-index: 2;
}

.eut-testimonial.eut-layout-2 .owl-controls .owl-dot {
	display: block;
}

.eut-testimonial.eut-layout-2 .owl-controls .owl-dot span {
	margin: 10px;
}

@media only screen and (max-width: 767px) {
	.eut-testimonial.eut-layout-2 .eut-testimonial-thumb {
		float: none;
		margin-right: 0;
	}

	.eut-testimonial.eut-layout-2 .eut-testimonial-thumb img {
		max-width: none;
		width: 100%;
	}

	#eut-theme-wrapper .eut-testimonial.eut-layout-2 .eut-testimonial-content {
		position: static;
		padding: 30px;
		width: 100%;
		margin: 0;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 50px 0px rgba(0,0,0,0);
	}

	.eut-testimonial-icon {
		display: none;
	}

	.eut-testimonial.eut-layout-2 .owl-controls {
		display: inline-block;
		position: relative;
		top: 0;
		right: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform:    translateX(-50%);
		-ms-transform:     translateX(-50%);
		-o-transform:      translateX(-50%);
		transform:         translateX(-50%);
		margin-left: 0;
		z-index: 2;
		margin-top: 30px;
	}

	.eut-testimonial.eut-layout-2 .owl-controls .owl-dot {
		display: inline-block;
	}
}



/* Layout 03 */
#eut-theme-wrapper .eut-testimonial.eut-layout-3,
#eut-theme-wrapper .eut-testimonial.eut-layout-3 .eut-isotope,
#eut-theme-wrapper .eut-testimonial.eut-layout-3 .eut-isotope-container {
	overflow: visible;
}
.eut-testimonial.eut-layout-3 .eut-testimonial-element.eut-bg-white,
.eut-testimonial.eut-layout-3 .eut-testimonial-element.eut-bg-black {
	padding: 8%;
}

.eut-testimonial.eut-layout-3 .eut-testimonial-element.eut-bg-none {
	margin-bottom: 30px;
}

.eut-testimonial.eut-layout-3 .eut-testimonial-author {
	display: table;
	width: 100%;
	padding-top: 24px;
	position: relative;
}

.eut-testimonial.eut-layout-3 .eut-testimonial-author:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid;
	opacity: 0.4;
}

.eut-testimonial.eut-layout-3 .eut-testimonial-thumb {
	display: table-cell;
	width: 40px;
}

.eut-testimonial.eut-layout-3 .eut-testimonial-thumb img {
	width: 40px;
	margin-bottom: 0;
	display: block;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.eut-testimonial.eut-layout-3 .eut-testimonial-name {
	display: table-cell;
	vertical-align: middle;
}

.eut-testimonial.eut-layout-3 .eut-testimonial-thumb + .eut-testimonial-name {
	padding-left: 15px;
}


/* Styling Pagination */
.owl-controls .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-controls .owl-dot span {
	display: block;
	opacity: 0.3;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	background-color: #000000;
	border: 4px solid;
}

.owl-controls .owl-dot.active span,
.owl-controls .owl-dot:hover span {
	opacity: 1;
	background-color: transparent !important;
	border: 1px solid;
}


/* =============================================================================
- Owl Carousel
============================================================================= */



/* =============================================================================
- Vc Tabs
============================================================================= */
#eut-main-content .vc_tta.vc_general .vc_tta-tab > a {
	border: none;
	padding: 14px 0;
	margin-right: 20px;
}

#eut-main-content .vc_tta.vc_general .vc_tta-tab:last-child > a {
	margin-right: 0;
}


#eut-main-content .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container,
#eut-main-content .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
	overflow: visible;
}

#eut-main-content .vc_tta.vc_general .vc_tta-tab.vc_active > a:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
    top: 100%;
    margin-top: -10px;
	display: block;
}

.vc_tta-tabs-position-top .vc_tta-tabs-list {
	text-align: center;
}

#eut-main-content .vc_tta.vc_tta-tabs-position-top.vc_general .vc_tta-panel-body {
	padding: 14px 0;
}

#eut-main-content .vc_tta.vc_tta-tabs-position-left.vc_general .vc_tta-panel-body {
	padding: 8px 14px;
}


/* =============================================================================
- Vc Accordion
============================================================================= */
.vc_tta-panel .vc_tta-controls-icon {
	opacity: 0.5;
}

.vc_tta-panel.vc_active .vc_tta-controls-icon {
	opacity: 1;
}

#eut-theme-wrapper .vc_tta.vc_general .vc_tta-panel-title {
	line-height: 1.5em;
}

.vc_tta.vc_general .vc_tta-panel-title {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}

#eut-theme-wrapper .vc_tta.vc_general .vc_tta-panel-title > a {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000000;
}

/* =============================================================================
- Accordion
============================================================================= */
.eut-accordion-wrapper {
	list-style: none;
	margin: 0;
}

.eut-accordion-wrapper > li {
	position: relative;
	margin-bottom: 8px;
}

.eut-accordion-wrapper > li .eut-title-wrapper {
	line-height: 1.4em;
}

.eut-accordion-wrapper > li:last-child {
	margin-bottom: 0;
}

.eut-accordion .eut-accordion-content {
	display: none;
	padding: 30px;
	line-height: 24px;
}

.eut-accordion .eut-accordion-content.active {
	display: block;
}

.eut-accordion .active > .eut-accordion-content  {
	display: block;
}

.eut-title-wrapper {
	position: relative;
	cursor: pointer;
	padding: 20px 40px;
}

.eut-accordion .eut-title {
	position: relative;
	margin-bottom: 0;
	line-height: 1.4em;
	display: inline-block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}

.eut-accordion-arrow.eut-position-default,
.eut-accordion-arrow.eut-position-left {
	left: 15px;
}

.eut-accordion-arrow.eut-position-right {
	right: 15px;
}

.eut-accordion-arrow {
	position: absolute;
	top: 50%;
	height: 20px;
	margin-top: -10px;
	z-index: 2;
	color: inherit;
	opacity: 0.4;
}

.eut-accordion .active .eut-accordion-arrow {
	opacity: 0.7;
}

.eut-accordion-arrow i {
	display: block;
	text-align: center;
	line-height: 20px;
}

.eut-accordion .eut-accordion-triangle.eut-position-right  {
	-webkit-transform: rotate(180deg);
	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.eut-accordion .active .eut-accordion-triangle  {
	-webkit-transform: rotate(90deg);
	-moz-transform:    rotate(90deg);
	-ms-transform:     rotate(90deg);
	-o-transform:      rotate(90deg);
	transform:         rotate(90deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.eut-accordion .active .eut-accordion-plus {
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.eut-accordion .active .eut-accordion-chevron {
	-webkit-transform: rotate(180deg);
	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.eut-accordion-icon {
	color: inherit;
	margin-right: 10px;
}

.eut-accordion-icon.eut-position-right {
	margin-left: 10px;
	margin-right: 0;
}

/* =============================================================================
- Tabs
============================================================================= */

.eut-tabs-title .eut-tab-title {
	cursor: pointer;
	padding: 14px 0;
	margin: 0 10px;
	position: relative;
	display: inline-block;
	line-height: 1.4em;
	text-align: center;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}

.eut-tabs-title .eut-tab-title .eut-title {
	position: relative;
}

.eut-tabs-title .eut-tab-icon {
	margin-bottom: 18px;
}

.eut-tabs-title .eut-tab-title.active {
	cursor: default;
}

.eut-tabs-title .eut-tab-title.active .eut-title:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -5px;
	display: block;
}

.eut-tabs-wrapper {
	overflow: hidden;
	margin-top: 12px;
}

.eut-tab-content {
	/*display: none;*/
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.eut-tab-content .eut-element {
	margin-top: 0px;
}

.eut-element .eut-tab-content p {
	margin-top: 0px;
}

.eut-tab-content.active {
	/*display: block;*/
	visibility: visible;
	height: auto;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;

	-webkit-animation-name: tab_animation;
	-moz-animation-name: tab_animation;
	-o-animation-name: tab_animation;
	animation-name: tab_animation;
}

@-webkit-keyframes tab_animation {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes tab_animation {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

/* Vertical Tabs */
.eut-vertical-tab .eut-tabs-title {
	display: block;
}

.eut-vertical-tab .eut-tab-title {
	display: block;
	text-align: inherit;
}

.eut-vertical-tab .eut-tabs-title.eut-position-left {
	float: left;
	padding-right: 30px;
}
.eut-vertical-tab .eut-tabs-title.eut-position-right {
	float: right;
	padding-left: 30px;
}

/* Tabs title width */
.eut-vertical-tab .eut-tabs-title.eut-width-xs{
	width: 10%;
	min-width: 50px;
}

.eut-vertical-tab .eut-tabs-title.eut-width-sm {
	width: 20%;
	min-width: 120px;
}

.eut-vertical-tab .eut-tabs-title.eut-width-md {
	width: 30%;
	min-width: 120px;
}

.eut-vertical-tab .eut-tabs-title.eut-width-lg {
	width: 50%;
	min-width: 120px;
}

.eut-vertical-tab .eut-tabs-title.eut-width-xl {
	width: 70%;
	min-width: 120px;
}

.eut-vertical-tab .eut-tabs-title li {
	float: none;
	margin-right: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 18px;
}

.eut-tabs-title .eut-tab-icon {
	margin-bottom: 0;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.eut-tab-icon.eut-position-right {
	margin-left: 10px;
	margin-right: 0;
}

.eut-tabs-title .eut-title {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	line-height: 1.400em;
}

.eut-tab-section .eut-tab-title {
	display: none;
	text-align: center;
	position: relative;
	cursor: pointer;
	padding: 20px 40px;
	background-color: #fff;
	margin-bottom: 8px;
	color: #000000;
/* 	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1); */
}

.eut-tab-section:last-child .eut-tab-title {
	margin-bottom: 0;
}

.eut-tab-section .eut-tab-title .eut-title {
	display: inline-block;
	line-height: 1.400em;
}

.eut-tab-section .eut-tab-title .eut-tab-icon {
	float: left;
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {

	.eut-horizontal-tab .eut-tabs-title,
	.eut-vertical-tab .eut-tabs-title {
		display: none;
	}
	.eut-tab-section .eut-tab-title {
		display: block;
	}

	.eut-vertical-tab .eut-tab-content {
		margin-top: 30px;
	}

	.eut-tab-content {
		margin-bottom: 30px;
	}

	.eut-tab-section:last-child .eut-tab-content {
		margin-bottom: 0;
	}

	.eut-tabs-wrapper {
		overflow: visible;
	}
}

/* =============================================================================
- Single Image
============================================================================= */
.eut-image img {
	opacity: 0;
}

img.eut-full-image,
.eut-full-image img {
	width: 100%;
}

.eut-image-auto-width img {
	width: auto;
}

.eut-image.eut-align-left img,
img.eut-align-left {
	float:left;
	margin: 0px;
	z-index: 1;
}

.eut-image.eut-align-right img,
img.eut-align-right {
	float:right;
	margin: 0px;
	z-index: 1;
}

.eut-image.eut-align-center img,
img.eut-align-center {
	display: block;
	margin: 0px auto;
	z-index: 1;
}

.eut-image {
	position: relative;
}

.eut-image-wrapper {
	position: relative;
	display: inline-block;
	position: relative;
	vertical-align: top;
	overflow: hidden;
}

.eut-image.eut-hover-item .eut-image-wrapper {
	display: block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .eut-image .eut-image-wrapper  {
        display: block;
    }
}

/* Video Link */
.eut-media a.eut-video-popup {
	display:block;
}

.eut-media .eut-icon-video {
	position: absolute;
	width: 62px;
	height: 62px;
	left: 50%;
	top: 50%;
	margin-top: -31px;
	margin-left: -31px;
	z-index: 5;
	background-color: rgba(0,0,0,0.7);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

a:hover .eut-icon-video {
	color: inherit;
}

/* Image Expan Size */
#eut-theme-wrapper .eut-image.eut-full-image img {
	float: none;
	width: 100%;
}

.eut-image.eut-image-space-100 .eut-image-wrapper {
	width: 100%;
	display: block;
}

.eut-image.eut-image-space-125 .eut-image-wrapper {
	width: 125%;
	display: block;
}

.eut-image.eut-align-center.eut-image-space-125 .eut-image-wrapper,
.eut-align-center .eut-image.eut-align-inherit.eut-image-space-125 .eut-image-wrapper {
	margin-left: -12.5%
}

.eut-image.eut-align-right.eut-image-space-125 .eut-image-wrapper,
.eut-align-right .eut-image.eut-align-inherit.eut-image-space-125 .eut-image-wrapper {
	margin-left: -25%
}

.eut-image.eut-image-space-150 .eut-image-wrapper {
	width: 150%;
	display: block;
}
.eut-image.eut-align-center.eut-image-space-150 .eut-image-wrapper,
.eut-align-center .eut-image.eut-align-inherit.eut-image-space-150 .eut-image-wrapper {
	margin-left: -25%
}
.eut-image.eut-align-right.eut-image-space-150 .eut-image-wrapper,
.eut-align-right .eut-image.eut-align-inherit.eut-image-space-150 .eut-image-wrapper {
	margin-left: -50%
}

.eut-image.eut-image-space-175 .eut-image-wrapper {
	width: 175%;
	display: block;
}
.eut-image.eut-align-center.eut-image-space-175 .eut-image-wrapper,
.eut-align-center .eut-image.eut-align-inherit.eut-image-space-175 .eut-image-wrapper {
	margin-left: -37.5%
}
.eut-image.eut-align-right.eut-image-space-175 .eut-image-wrapper,
.eut-align-right .eut-image.eut-align-inherit.eut-image-space-175 .eut-image-wrapper {
	margin-left: -75%
}

.eut-image.eut-image-space-200 .eut-image-wrapper {
	width: 200%;
	display: block;
}
.eut-image.eut-align-center.eut-image-space-200 .eut-image-wrapper,
.eut-align-center .eut-image.eut-align-inherit.eut-image-space-200 .eut-image-wrapper {
	margin-left: -50%
}
.eut-image.eut-align-right.eut-image-space-200 .eut-image-wrapper,
.eut-align-right .eut-image.eut-align-inherit.eut-image-space-200 .eut-image-wrapper {
	margin-left: -100%
}

.eut-image.eut-image-space-225 .eut-image-wrapper {
	width: 225%;
	display: block;
}
.eut-image.eut-align-center.eut-image-space-225 .eut-image-wrapper,
.eut-align-center .eut-image.eut-align-inherit.eut-image-space-225 .eut-image-wrapper {
	margin-left: -62.5%
}
.eut-image.eut-align-right.eut-image-space-225 .eut-image-wrapper,
.eut-align-right .eut-image.eut-align-inherit.eut-image-space-225 .eut-image-wrapper {
	margin-left: -125%
}

.eut-image.eut-image-space-250 .eut-image-wrapper {
	width: 250%;
	display: block;
}
.eut-image.eut-align-center.eut-image-space-250 .eut-image-wrapper,
.eut-align-center .eut-image.eut-align-inherit.eut-image-space-250 .eut-image-wrapper {
	margin-left: -75%
}
.eut-image.eut-align-right.eut-image-space-250 .eut-image-wrapper,
.eut-align-right .eut-image.eut-align-inherit.eut-image-space-250 .eut-image-wrapper {
	margin-left: -150%
}

@media only screen and (max-width: 1200px) {
	#eut-theme-wrapper .eut-tablet-column-1 .eut-image.eut-full-image .eut-image-wrapper {
		width: 100%;
		margin-left: auto;
	}
}

@media only screen and (max-width: 959px) {
	#eut-theme-wrapper .eut-tablet-sm-column-1 .eut-image.eut-full-image .eut-image-wrapper {
		width: 100%;
		margin-left: auto;
	}
}

@media only screen and (max-width: 767px) {
	#eut-theme-wrapper .eut-image.eut-full-image .eut-image-wrapper {
		width: 100%;
		margin-left: auto;
	}
}

/* =============================================================================
- Image Text
============================================================================= */
.eut-image-text:before,
.eut-image-text:after {
    display: table;
    content: " ";
}

.eut-image-text:after {
    clear: both;
}

.eut-image-text .eut-image img {
	display: block;
}

.eut-image-text .eut-video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

.eut-image-text .eut-title {
	line-height: 1.4;
	margin-bottom: 16px;
}

/* Layout 01 */
.eut-image-text.eut-layout-1 img {
	width: 100%;
}

.eut-image-text.eut-layout-1 {
	visibility: hidden;
}

.eut-image-text.eut-layout-1 .eut-image,
.eut-image-text.eut-layout-1 .eut-content {
	width: 50%;
}

.eut-section.eut-fullwidth .eut-image-text.eut-layout-1 .eut-content {
	padding-left: 8%;
	padding-right: 8%;
}

.eut-image-text.eut-layout-1 .eut-content.eut-position-right {
	padding-left: 8%;
}

.eut-image-text.eut-layout-1 .eut-content.eut-position-left {
	padding-right: 8%;
}

/* Layout 02 */
.eut-image-text.eut-layout-2 {
	position: relative;
}

.eut-image-text.eut-layout-2 .eut-image {
	position: relative;
	z-index: 2;
}

.eut-image-text.eut-layout-2 .eut-content {
	width: 40%;
	position: absolute;
	top: 25%;
	z-index: 3;
	padding: 3%;
}

/* Align Left */
.eut-image-text.eut-layout-2.eut-align-left .eut-image {
	margin-right: 30%;
	float: right;
}

.eut-image-text.eut-layout-2.eut-align-left .eut-content {
	right: 0;
}

/* Align Right */
.eut-image-text.eut-layout-2.eut-align-right .eut-image {
	margin-left: 30%;
	float: left;
}

.eut-image-text.eut-layout-2.eut-align-right .eut-content {
	left: 0;
}

@media only screen and (max-width: 767px) {

	.eut-image-text.eut-layout-1 .eut-image {
		margin-bottom: 30px;
	}

	.eut-image-text.eut-layout-1 .eut-image,
	.eut-image-text.eut-layout-1 .eut-content {
		width: auto;
		float: none;
		text-align: left;
	}

	.eut-image-text.eut-layout-1 .eut-content.eut-position-right {
		padding-left: 0;
	}

	.eut-image-text.eut-layout-1 .eut-content.eut-position-left {
		padding-right: 0;
	}

	.eut-section.eut-fullwidth .eut-image-text.eut-layout-1 .eut-content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.eut-flexible-carousel .eut-image-text.eut-layout-1 .eut-content {
		margin-bottom: 30px;
	}

	.eut-image-text.eut-layout-1 .eut-content {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.eut-image-text .eut-content {
		margin-bottom: 30px;
	}

}

@media only screen and (max-width: 1023px) {
	.eut-body .eut-image-text.eut-layout-2 .eut-image {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

	.eut-image-text.eut-layout-2 .eut-content {
		width: auto;
		position: static;
		padding: 30px;
	}

	.eut-image-text.eut-layout-2 .eut-content.eut-position-left {
		left: 15px;
		right: 15px;
	}

	.eut-image-text.eut-layout-2 .eut-content {
		margin-bottom: 30px;
	}

}

/* =============================================================================
- Double Image Text
============================================================================= */
.eut-double-image-text {
	position: relative;
}
.eut-double-image-text:before,
.eut-double-image-text:after {
    display: table;
    content: " ";
}

.eut-double-image-text:after {
    clear: both;
}

.eut-double-image-text .eut-image img {
	display: block;
}

.eut-double-image-text .eut-video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

.eut-double-image-text .eut-title {
	line-height: 1.4;
	margin-bottom: 16px;
}

.eut-double-image-text .eut-image.eut-first-image {
	position: relative;
	z-index: 2;
}

.eut-double-image-text .eut-image.eut-second-image {
	max-width: 150%;
	position: relative;
	top: 60px;
}

.eut-double-image-text .eut-content {
	width: 40%;
	position: absolute;
	top: 2%;
	z-index: 3;
	padding: 3%;
}

/* Align Left */
.eut-double-image-text.eut-align-left .eut-image.eut-first-image {
	float: right;
	margin-right: 40%;
}

.eut-double-image-text.eut-align-left .eut-image.eut-second-image {
	margin-left: -50%;
}

.eut-double-image-text.eut-align-left .eut-content {
	right: 0;
}

/* Align Right */
.eut-double-image-text.eut-align-right .eut-image.eut-first-image {
	float: left;
	margin-left: 40%;
}

.eut-double-image-text.eut-align-right .eut-image.eut-second-image {
	margin-right: -50%;
}

.eut-double-image-text.eut-align-right .eut-content {
	left: 0;
}

@media only screen and (max-width: 767px) {
	.eut-double-image-text.eut-align-left .eut-image.eut-first-image,
	.eut-double-image-text.eut-align-right .eut-image.eut-first-image {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

	.eut-double-image-text .eut-image img {
		width: 100%;
		max-width: none;
	}

	.eut-double-image-text .eut-content {
		position: static;
		width: 100%;
		padding: 0;
		margin-top: 30px;
		text-align: left;
	}

	.eut-double-image-text.eut-align-right .eut-image.eut-second-image,
	.eut-double-image-text.eut-align-left .eut-image.eut-second-image {
		position: static;
		margin-right: 0;
		margin-left: 0;
		margin-top: 30px;
	}
}


/* =============================================================================
- Blog Settings
============================================================================= */

.eut-blog-columns .eut-media img,
.eut-blog-small .eut-media img,
.eut-blog .eut-slider-element img {
	width: 100%;
}

.eut-blog .eut-media,
.eut-blog .eut-blog-item-inner {
	position: relative;
}

.eut-blog .eut-item-url {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}

.eut-blog .eut-media img {
	display: block;
}

.eut-blog .eut-post-title {
	margin-bottom: 18px;
	line-height: 1.4;
}

.eut-read-more,
.more-link {
	color: inherit;
}

.eut-read-more,
.more-link,
.eut-post-title {
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}


/* =============================================================================
--- Blog Meta
============================================================================= */
.eut-title-meta-content {
	margin-top: 18px;
	line-height: 1.636em;
}

.eut-post-meta {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px 0;
	list-style: none;
	line-height: 14px;
	font-size: 12px;
}

.eut-post-meta:before,
.eut-post-meta:after {
	display: table;
	content: " ";
}

.eut-post-meta:after {
	clear: both;
}

.eut-post-meta li {
	float: left;
	vertical-align: middle;
	text-transform: capitalize;
	font-size: 11px;
}

.eut-post-meta li:after {
	content: '/';
	opacity: 0.3;
	margin: 0 5px;
}

.eut-post-meta li:last-child:after {
	display: none;
}


/* =============================================================================
--- Blog Sticky
============================================================================= */

/* =============================================================================
--- Blog Style 2
============================================================================= */
.eut-blog .eut-blog-item.eut-style-2 .eut-blog-item-inner {
	position: relative;
	text-align: center;
}

.eut-blog .eut-blog-item.eut-style-2 .eut-media {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.eut-blog .eut-blog-item.eut-style-2 .eut-post-content-wrapper {
	display: table;
	width: 100%;
	height: inherit;
	padding: 12%;
}

.eut-blog .eut-blog-item.eut-style-2 .eut-post-content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 4;
	color: #ffffff;
}

.eut-blog .eut-blog-item.eut-style-2 .eut-post-title {
	color: #ffffff;
	line-height: 1.4em;
}

.eut-blog .eut-blog-item.eut-style-2:not(.format-quote):not(.format-link) .eut-post-title {
	margin-bottom: 0;
	line-height: 1.4;
}

.eut-blog .eut-blog-item.eut-style-2 p {
	opacity: 0.7;
}

.eut-blog .eut-blog-item.eut-style-2:not(.format-quote):not(.format-link) p,
.eut-blog .eut-blog-item.eut-style-2 .eut-read-more {
	display: none;
}

/* =============================================================================
--- Blog Audio Format
============================================================================= */
#eut-theme-wrapper .wp-audio-shortcode button[type="button"] {
	background-color: transparent !important;
	padding: 0;
	margin-top: 6px;
	margin-bottom: 0;
}

/* =============================================================================
--- Blog Quote & Link Format
============================================================================= */
.eut-blog .eut-blog-item.format-quote a.eut-post-link,
.eut-blog .eut-blog-item.format-link a.eut-post-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 6;
}

.eut-post-icon {
	display: block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 26px;
	background-color: #ffffff;
	color: #000000;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-post-icon i {
	font-size: 30px;
	line-height: 60px;
}

.eut-post-icon .eut-animated-circle {
	position: absolute;
	top: -2px;
	left: -2px;
}

.eut-animated-circle {
	stroke-dasharray: 360;
	stroke-dashoffset: -182;
}


.eut-blog .eut-blog-item.format-link .eut-post-url,
.eut-blog .eut-blog-item.format-quote .eut-quote-writer {
	margin-top: 30px;
	line-height: 16px;
	font-size: 12px;
}

.eut-blog-columns .eut-blog-item.format-link .eut-post-url {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
}

/* Single */
#eut-single-quote .eut-post-content,
#eut-single-link .eut-post-content {
	position: relative;
	z-index: 5;
	display: block;
	padding: 17%;
	text-align: center;
	color: #ffffff;
}

#eut-single-quote, #eut-single-link {
    margin-bottom: 2.5rem;
    position: relative;
}

#eut-single-quote .eut-media, #eut-single-link .eut-media {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* =============================================================================
--- Blog Large Media
============================================================================= */
.eut-blog-large .eut-blog-item {
	margin-bottom: 60px;
}

.eut-blog-large .eut-blog-item:last-child {
	margin-bottom: 0;
}

.eut-blog-large .eut-blog-item .eut-post-content {
	padding: 5% 12%;
}

@media only screen and (max-width: 767px) {
	.eut-blog-large .eut-blog-item .eut-post-content {
		padding: 5% 0;
	}
}

.eut-blog-large .eut-blog-item:last-child .eut-post-content {
	padding-bottom: 0;
}

/* =============================================================================
--- Blog Small Media
============================================================================= */

.eut-blog-small .eut-blog-item {
	margin-bottom: 60px;
	display: block;
}

.eut-blog-small .eut-blog-item-inner {
	word-spacing: -0.26em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eut-blog-small .eut-blog-item:not(.eut-style-2) .eut-media,
.eut-blog-small .eut-blog-item:not(.eut-style-2) .eut-post-content-wrapper {
	width: 50%;
}

.eut-blog-small .eut-post-content-wrapper {
	padding-left: 30px;
	word-spacing: normal;
}

@media only screen and (max-width: 767px) {
	.eut-blog-small .eut-blog-item-inner {
		display: block;
	}
	.eut-blog-small .eut-blog-item:not(.eut-style-2) .eut-media,
	.eut-blog-small .eut-blog-item:not(.eut-style-2) .eut-post-content-wrapper {
		width: 100%;
	}

	.eut-blog-small .eut-post-content-wrapper {
		padding-left: 0;
		margin-top: 30px;
		word-spacing: normal;
	}
}

/* =============================================================================
--- Blog Grid
============================================================================= */

.eut-blog-columns .eut-blog-item:not(.eut-style-2) .eut-media {
	margin-bottom: 36px;
}

/* Layout 02 */
.eut-blog-columns.eut-layout-2 .eut-blog-item-inner {
	position: relative;
}

.eut-blog-columns.eut-layout-2 .eut-media {
	margin-bottom: 0;
}

.eut-blog-columns.eut-layout-2 .eut-post-url {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.eut-blog-columns.eut-layout-2 .eut-post-url:after {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	opacity: 1;
	z-index: 1;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	background: linear-gradient(to top, rgba(0,0,0, 0.4) 0%, rgba(0,0, 0, 0.2) 25%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(to top, rgba(0,0,0, 0.4) 0%, rgba(0,0, 0, 0.2) 25%, rgba(0,0,0,0) 100%);
}

.eut-blog-columns.eut-layout-2 .eut-post-content {
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	bottom: 0;
	z-index: 5;
	padding: 10%;
	color: #ffffff;
}

/* Masonry Style 02 */
.eut-blog-masonry .eut-blog-item.eut-style-2 .eut-post-content-wrapper {
	min-height: 500px;
}


/* =============================================================================
--- Blog Shadow Style
============================================================================= */
.eut-blog-columns.eut-with-shadow .eut-blog-item .eut-blog-item-inner {
	background-color: #ffffff;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}

.eut-blog-columns.eut-with-shadow .eut-blog-item {
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}


.eut-blog-columns.eut-with-shadow .eut-blog-item:hover .eut-blog-item-inner {
	-webkit-box-shadow: 0px 8px 35px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 8px 35px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 8px 35px 0px rgba(0,0,0,0.13);
}

.eut-blog-columns.eut-with-shadow .eut-blog-item:not(.eut-style-2) .eut-media {
	margin-bottom: 0;
}

.eut-blog-columns.eut-with-shadow .eut-blog-item:not(.eut-style-2) .eut-post-content-wrapper {
	padding: 36px;
}

/* =============================================================================
--- Blog Leader
============================================================================= */
.eut-blog-leader:before,
.eut-blog-leader:after {
	display: table;
	content: " ";
}

.eut-blog-leader:after {
	clear: both;
}

.eut-blog-leader .eut-media img {
	width: 100%;
	height: auto;
	max-width: none;
	display: block;
	opacity: 0;
}

.eut-blog-leader .eut-post-content .eut-post-header,
.eut-blog-leader .eut-post-content p,
.eut-blog-leader .eut-post-content .eut-post-meta-wrapper {
	position: relative;
	z-index: 5;
}

.eut-blog-leader .eut-post-leader .eut-post-title,
.eut-blog-leader .eut-post-list .eut-post-title {
	line-height: 1.400em;
	margin-bottom: 6px;
}

.eut-blog-leader .eut-post-list .eut-blog-item {
	margin-bottom: 30px;
}

.eut-blog-leader .eut-post-list .eut-blog-item:last-child {
	margin-bottom: 0;
}

.eut-blog-leader .eut-post-list .eut-post-content p {
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 3.143em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.eut-blog-leader .eut-post-meta-wrapper {
	border-bottom: none;
	padding: 15px 0 0 0;
	margin-top: 0;
}

/* Layout 1 */
.eut-blog-leader.eut-layout-1 {
	margin-left: -15px;
	margin-right: -15px;
}

.eut-blog-leader.eut-layout-1 .eut-post-leader,
.eut-blog-leader.eut-layout-1 .eut-post-list {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.eut-blog-leader.eut-layout-1 .eut-post-list .eut-blog-item-inner {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	position: relative;
	z-index: 5;
}

.eut-blog-leader.eut-layout-1 .eut-post-leader .eut-media {
	margin-bottom: 30px;
}

.eut-blog-leader.eut-layout-1 .eut-post-list .eut-media {
	display: table-cell;
	width: 50%;
	padding-right: 20px;
	vertical-align: middle;
}

.rtl .eut-blog-leader.eut-layout-1 .eut-post-list .eut-media {
	padding-right: 0;
	padding-left: 20px;
}

.eut-blog-leader.eut-layout-1 .eut-post-list .eut-media + .eut-post-content {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

/* Fildisi Style Layout 1 */
.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader .eut-media {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader .eut-post-content {
	padding: 8%;
}

.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader .eut-media  {
	margin-bottom: 0;
}

.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader .eut-blog-item {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader .eut-blog-item-inner  {
	display: table-cell;
	vertical-align: middle;
}


.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader {
	visibility: hidden;
}

/* Leader Post Only */
.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader.eut-post-leader-only {
	float: none;
	position: relative;
	width: 100%;
}

.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader .eut-post-content {
	padding: 17%;
}

.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader .eut-post-date,
.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader .eut-post-title,
.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader p,
.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader .eut-post-meta li {
	color: #ffffff;
}

.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader.eut-with-primary-bg .eut-post-title:hover {
	color: #ffffff !important;
}

.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader.eut-with-primary-bg .eut-post-title:after {
	background-color: #ffffff !important;
}

.eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader .eut-post-meta li {
	opacity: 0.8;
}

#eut-theme-wrapper .eut-blog-leader.eut-layout-1.eut-fildisi-style .eut-post-leader .eut-post-meta-wrapper {
	position: absolute;
	bottom: 0;
	padding: 15px;
	left: 0;
	width: 100%;
	color: #ffffff;
}

/* With Side Header or sidebar */
.eut-boxed #eut-theme-wrapper.eut-header-side .eut-blog-leader.eut-layout-1,
#eut-theme-wrapper .eut-right-sidebar .eut-blog-leader.eut-layout-1,
#eut-theme-wrapper .eut-left-sidebar .eut-blog-leader.eut-layout-1 {
	margin-left: 0;
	margin-right: 0;
}

.eut-boxed #eut-theme-wrapper.eut-header-side .eut-blog-leader.eut-layout-1 .eut-post-leader,
.eut-boxed #eut-theme-wrapper.eut-header-side .eut-blog-leader.eut-layout-1 .eut-post-list,
#eut-theme-wrapper .eut-right-sidebar .eut-blog-leader.eut-layout-1 .eut-post-leader,
#eut-theme-wrapper .eut-right-sidebar .eut-blog-leader.eut-layout-1 .eut-post-list,
#eut-theme-wrapper .eut-left-sidebar .eut-blog-leader.eut-layout-1 .eut-post-leader,
#eut-theme-wrapper .eut-left-sidebar .eut-blog-leader.eut-layout-1 .eut-post-list {
	float: none;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
}

@media only screen and (max-width: 1023px) {

	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 {
		margin-left: 0;
		margin-right: 0;
	}

	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 .eut-post-leader,
	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 .eut-post-list {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
		position: relative;
	}

}

@media only screen and (max-width: 767px) {

	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 .eut-post-list .eut-post-content .eut-post-title {
		margin-bottom: 0;
	}

	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 .eut-post-list .eut-post-content .eut-post-title:after,
	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 .eut-post-list .eut-post-content p,
	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 .eut-post-list .eut-post-content .eut-post-meta-wrapper {
		display: none;
	}

}

/* =============================================================================
--- Blog Gallery Format
============================================================================= */
ul.eut-post-gallery {
	list-style: none;
	display: block;
	vertical-align: top;
}

ul.eut-post-gallery li {
	float: left;
}

ul.eut-post-gallery li img {
	max-width: none;
	width: 100%;
}

ul.eut-post-gallery li a {
	display: block;
	overflow: hidden;
}

/* =============================================================================
--- Blog Carousel
============================================================================= */
.eut-blog-carousel .eut-post-item {
	position: relative;
}

.eut-blog-carousel .eut-post-item .eut-media img {
	width: 100%;
}

.eut-carousel-style-1 .eut-blog-carousel .eut-media {
	margin-bottom: 36px;
}

.eut-carousel-style-2 .eut-blog-carousel .eut-post-content-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

.eut-carousel-style-2 .eut-blog-carousel .eut-post-content {
	display: table;
	width: 100%;
	height: 100%;
}

.eut-carousel-style-2 .eut-blog-carousel .eut-post-container {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5%;
	-webkit-transition : all .4s;
	-moz-transition    : all .4s;
	-ms-transition     : all .4s;
	-o-transition      : all .4s;
	transition         : all .4s;
	-webkit-transform: translateY(20px);
	-moz-transform:    translateY(20px);
	-ms-transform:     translateY(20px);
	-o-transform:      translateY(20px);
	transform:         translateY(20px);
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-carousel-style-2 .eut-blog-carousel .eut-carousel-item:hover .eut-post-container {
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

.eut-carousel-style-2 .eut-blog-carousel .eut-post-date {
	line-height: 2.000em;
	margin-bottom: 5px;
}

.eut-carousel-style-2 .eut-blog-carousel ul.eut-post-meta {
	display: inline-block;
	opacity: 0;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-transform: translateY(200%);
	-moz-transform:    translateY(200%);
	-ms-transform:     translateY(200%);
	-o-transform:      translateY(200%);
	transform:         translateY(200%);
}

.eut-carousel-style-2 .eut-blog-carousel .eut-carousel-item:hover ul.eut-post-meta {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

.eut-carousel-style-2 .eut-blog-carousel .eut-post-meta li {
	opacity: 1;
}

/* =============================================================================
- Portfolio Custom Overview
============================================================================= */
.eut-portfolio-item.eut-bg-overview .eut-content {
	position: absolute;
	padding: 30px;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}

.eut-portfolio-item.eut-bg-overview .eut-title,
.eut-portfolio-item.eut-bg-overview .eut-description {
	opacity: 1;
	-webkit-transition : all 0.3s cubic-bezier(.05,.8,.5,1);
	-moz-transition    : all 0.3s cubic-bezier(.05,.8,.5,1);
	-ms-transition     : all 0.3s cubic-bezier(.05,.8,.5,1);
	-o-transition      : all 0.3s cubic-bezier(.05,.8,.5,1);
	transition         : all 0.3s cubic-bezier(.05,.8,.5,1);
}

.eut-portfolio-item.eut-bg-overview .hover .eut-title,
.eut-portfolio-item.eut-bg-overview .hover .eut-description {
	opacity: 0;
	-webkit-transform: translateY(-120px);
	-moz-transform:    translateY(-120px);
	-ms-transform:     translateY(-120px);
	-o-transform:      translateY(-120px);
	transform:         translateY(-120px);
}

.eut-portfolio-item.eut-bg-overview .hover .eut-description {
	-webkit-transition-delay: .1s;
	-moz-transition-delay:    .1s;
	-ms-transition-delay:     .1s;
	-o-transition-delay:      .1s;
	transition-delay:         .1s;
}

.eut-portfolio-item.eut-bg-overview .eut-media img {
	opacity: 0.05 !important;
	-webkit-transition : all 0.3s cubic-bezier(.05,.8,.5,1);
	-moz-transition    : all 0.3s cubic-bezier(.05,.8,.5,1);
	-ms-transition     : all 0.3s cubic-bezier(.05,.8,.5,1);
	-o-transition      : all 0.3s cubic-bezier(.05,.8,.5,1);
	transition         : all 0.3s cubic-bezier(.05,.8,.5,1);
}


.eut-portfolio-item.eut-bg-overview .eut-media.hover img {
	opacity: 1 !important;
	-webkit-transition-delay: .3s;
	-moz-transition-delay:    .3s;
	-ms-transition-delay:     .3s;
	-o-transition-delay:      .3s;
	transition-delay:         .3s;
}


/* =============================================================================
- Portfolio Fildisi Style
============================================================================= */
.eut-portfolio-fildisi-style .eut-portfolio-item {
	position: relative;
	margin-bottom: 20%;
	z-index: 4;
}

.eut-portfolio-fildisi-style .eut-portfolio-item:last-child {
	margin-bottom: 0;
}

.eut-portfolio-fildisi-style .eut-portfolio-item:before,
.eut-portfolio-fildisi-style .eut-portfolio-item:after {
	display: table;
	content: " ";
}

.eut-portfolio-fildisi-style .eut-portfolio-item:after {
	clear: both;
}

.eut-portfolio-fildisi-style {
	position: relative;
}

.eut-item-url {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.eut-portfolio-fildisi-style:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	border-left: 1px dashed;
	opacity: 0.4;
	z-index: 3;
}

.eut-portfolio-fildisi-style .eut-title {
    line-height: 1.4;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1900px) {
	.eut-portfolio-fildisi-style.eut-loop-mode .eut-media img {
		max-height: 650px;
	}
}

/* Align Left */
.eut-portfolio-fildisi-style .eut-media {
	position: relative;
	float: right;
	margin-right: 30%;
}

.eut-portfolio-fildisi-style .eut-media img {
	display: block;
	max-width: 100%;
	width: auto;
}

.eut-portfolio-fildisi-style .eut-content {
	position: absolute;
	width: 40%;
	padding: 3%;
	top: 50%;
	right: 0;
	z-index: 5;
}

.eut-portfolio-fildisi-style .eut-description {
	margin-bottom: 30px;
}

/* Align Right */
.eut-portfolio-fildisi-style .eut-portfolio-item:nth-child(2n) .eut-media {
	float: left;
	margin-right: auto;
	margin-left: 30%;
}

.eut-portfolio-fildisi-style .eut-portfolio-item:nth-child(2n) .eut-media img {
	margin: 0 auto 0 0;
}

.eut-portfolio-fildisi-style .eut-portfolio-item:nth-child(2n) .eut-content {
	right: auto;
	left: 0;
}

/* LikesCounter */
.eut-portfolio-fildisi-style .eut-portfolio-item .eut-like-counter {
	position: absolute;
	top: 40%;
	left: 70%;
	margin-left: 30px;
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform:    translateY(200%);
	-ms-transform:     translateY(200%);
	-o-transform:      translateY(200%);
	transform:         translateY(200%);
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-portfolio-fildisi-style .eut-portfolio-item:nth-child(2n) .eut-like-counter {
	left: auto;
	right: 70%;
	margin-right: 30px;
}

.eut-portfolio-fildisi-style .eut-portfolio-item.active .eut-like-counter {
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-moz-transform:    translateY(-100%);
	-ms-transform:     translateY(-100%);
	-o-transform:      translateY(-100%);
	transform:         translateY(-100%);
}

.eut-portfolio-fildisi-style .eut-portfolio-item .eut-like-counter i {
	font-size: 32px;
	margin-bottom: 6px;
	padding: 2px;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.3;
	-webkit-animation: like_counter_animation 1.5s infinite;
	-moz-animation: like_counter_animation 1.5s infinite;
	-o-animation: like_counter_animation 1.5s infinite;
	animation: like_counter_animation 1.5s infinite;
}

.eut-portfolio-fildisi-style .eut-portfolio-item .eut-like-counter span {
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform:    translateY(200%);
	-ms-transform:     translateY(200%);
	-o-transform:      translateY(200%);
	transform:         translateY(200%);
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-ms-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

.eut-portfolio-fildisi-style .eut-portfolio-item.active .eut-like-counter span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

@media only screen and (max-width: 767px) {
	.eut-portfolio-fildisi-style .eut-media,
	.eut-portfolio-fildisi-style .eut-portfolio-item:nth-child(2n) .eut-media {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.eut-portfolio-fildisi-style .eut-media img {
		max-width: none;
		width: 100%;
	}

	.eut-portfolio-fildisi-style .eut-content {
		position: static;
		width: 100%;
		padding: 30px;
	}
}

/* =============================================================================
- Slider & Carousel Navigations
============================================================================= */
.eut-carousel-buttons div {
	font-size: 24px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 10;
	font-size: 24px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}

.eut-carousel-buttons div i {
	font-size: inherit;
	line-height: inherit;
}

.eut-carousel-buttons .eut-carousel-prev {
	left: 0;
}

.eut-carousel-buttons .eut-carousel-next {
	right: 0;
}

/* Navigation Colors */
.eut-light .eut-carousel-buttons div {
	color: #ffffff;
	opacity: 0.6;
}

.eut-default .eut-carousel-buttons div,
.eut-dark .eut-carousel-buttons div {
	color: #000000;
	opacity: 0.3;
}

/* Navigation Hover */
.eut-carousel-buttons div:hover {
	opacity: 1;
}


/* Carousel Info */
.eut-carousel-info-wrapper {
	margin-bottom: 30px;
	position: relative;
}

.eut-carousel-info .eut-title {
    line-height: 1.4;
    margin-bottom: 6px;
}

.eut-carousel-info .eut-title:last-child {
	margin-bottom: 0;
}

.eut-section.eut-fullwidth .eut-carousel-info-wrapper {
	padding: 0 15px;
}

.eut-carousel-info-wrapper:before,
.eut-carousel-info-wrapper:after {
	display: table;
	content: " ";
}

.eut-carousel-info-wrapper:after {
	clear: both;
}

/* Carousel Layout 1 */
.eut-section:not(.eut-fullwidth) .eut-carousel .eut-carousel-buttons .eut-carousel-prev {
	left: -60px;
}

.eut-section:not(.eut-fullwidth) .eut-carousel .eut-carousel-buttons .eut-carousel-next {
	right: -60px;
}


/* Carousel Layout 2 */
.eut-carousel.eut-layout-2 .eut-carousel-buttons div {
	position: static;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

/* Align Left */
.eut-carousel.eut-layout-2 .eut-align-left .eut-carousel-info {
	float: left;
	max-width: 50%;
}

.eut-carousel.eut-layout-2 .eut-align-left .eut-carousel-navigation {
	float: left;
	position: absolute;
	top: 50%;
	right: 0;
}

/* Align Right */
.eut-carousel.eut-layout-2 .eut-align-right .eut-carousel-info {
	float: right;
}

.eut-carousel.eut-layout-2 .eut-align-right .eut-carousel-navigation {
	float: left;
	position: absolute;
	top: 50%;
	left: 0;
}

/* Align center */
.eut-carousel.eut-layout-2 .eut-align-center .eut-carousel-info {
	float: none;
	max-width: 100%;
}

.eut-carousel.eut-layout-2 .eut-align-center .eut-carousel-navigation {
	float: none;
}

.eut-carousel.eut-layout-2 .eut-align-center .eut-carousel-info + .eut-carousel-navigation {
	margin-top: 30px;
}

/* Slider Layout 2 */
.eut-slider.eut-layout-2 .eut-carousel-navigation {
	position: absolute;
	z-index: 6;
	zoom: 1;
	cursor: pointer;
	text-align: center;
	top: 10%;
	right: 0;
	margin-right: 40px;
}

.eut-slider.eut-layout-2 .eut-carousel-buttons div {
	position: static;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

/* Slider Pagintaiotn */
#eut-feature-section .owl-controls,
.eut-slider .owl-controls {
	position: absolute;
	bottom: 2%;
	left: 50%;
	z-index: 10;
	-webkit-transform: translateX(-50%);
	-moz-transform:    translateX(-50%);
	-ms-transform:     translateX(-50%);
	-o-transform:      translateX(-50%);
	transform:         translateX(-50%);
}

#eut-feature-section .owl-controls.eut-light,
.eut-slider .eut-light .owl-controls {
	color: #ffffff;
}


/* =============================================================================
- Countdown
============================================================================= */
.eut-countdown {
	text-align: center;
}

.eut-countdown .eut-countdown-item {
	display: inline-block;
	position: relative;
	text-align: center;
	margin-bottom: 0;
	padding: 0 3%;
}

.eut-countdown .eut-countdown-item .eut-number {
	min-width: 1.667em;
}

.eut-countdown .eut-countdown-item .eut-number {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.eut-countdown .eut-countdown-item {
		display: block;
		margin-bottom: 30px;
		padding: 0;
	}

	.eut-countdown .eut-countdown-item:last-child {
		margin-bottom: 0;
	}
}

/* Style 01 */
.eut-countdown.eut-style-1 .eut-countdown-item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-right: 1px solid;
	width: 1px;
	height: 100%;
	opacity: 0.2;
}

@media only screen and (max-width: 767px) {
	.eut-countdown.eut-style-1 .eut-countdown-item {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.eut-countdown.eut-style-1 .eut-countdown-item:before {
		content: '';
		position: absolute;
		top: auto;
		bottom: 0;
		border-right: none;
		border-top: 1px solid;
		width: 100%;
		height: 1px;
	}
}

.eut-countdown.eut-style-1 .eut-countdown-item:last-child:before {
	display: none;
}

.eut-countdown.eut-style-1 .eut-countdown-item span {
	display: block;
	margin-top: 5px;
}

/* Style 02 */
.eut-countdown.eut-style-2 .eut-countdown-item .eut-number {
	display: inline-block;
	vertical-align: middle;
}

.eut-countdown.eut-style-2 .eut-countdown-item span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

/* Style 03 */
.eut-countdown.eut-style-3 .eut-countdown-item {
	margin: 0 3px;
	padding: 15px 30px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	background-color: #ffffff;
}

.eut-countdown.eut-style-3 .eut-countdown-item span {
	display: block;
	margin-top: 5px;
}

/* =============================================================================
- Gutenberg
============================================================================= */

/* =============================================================================
--- Block Quote
============================================================================= */
.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before {
	content: '';
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
}

.wp-block-quote cite,
.wp-block-quote footer {
	font-size: 13px;
	font-style: italic;
}

/* =============================================================================
--- Block Pullquote
============================================================================= */

.wp-block-pullquote {
	border: none;
}
blockquote.wp-block-pullquote:before,
.wp-block-pullquote blockquote:before {
	content: '';
}

blockquote.wp-block-pullquote,
.wp-block-pullquote blockquote {
    opacity: 1;
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6;
}

blockquote.wp-block-pullquote.is-style-solid-color p,
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 32px;
}

blockquote.wp-block-pullquote.alignleft p,
blockquote.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
    font-size: 20px;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	font-size: 13px;
	font-style: italic;
}

/* =============================================================================
--- Block Separator
============================================================================= */

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

/* =============================================================================
--- Block  Archives/ Categories / Latest Posts
============================================================================= */
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	margin: 0 0 28px 0;
	list-style: none;
}

.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
	margin-bottom: 6px;
	text-align: left;
	overflow: hidden;
}

.wp-block-archives, li ul,
.wp-block-categories li ul,
.wp-block-latest-posts li ul {
	padding-left: 10px;
}

.wp-block-archives li:last-child,
.wp-block-categories li:last-child,
.wp-block-latest-posts li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* =============================================================================
--- Block Gallery
============================================================================= */

.wp-block-gallery {
	margin: 0 0 28px 0;
}


/* =============================================================================
- Widget
============================================================================= */
.widget,
.widgets {
	font-size: 13px;
	line-height: 1.846em;
	margin-bottom: 3.846em;
}

.widget:last-child,
.widgets:last-child {
	margin-bottom: 0;
}

.eut-widget-title {
	margin-bottom: 20px;
}

/* Widget in vc column */
#eut-content-area .wpb_content_element {
    margin-bottom: 40px;
}

#eut-content-area .wpb_content_element .widget,
#eut-content-area .wpb_content_element .widgets,
#eut-content-area .wpb_content_element:last-child {
    margin-bottom: 0;
}

.eut-widget .eut-media {
	overflow: hidden;
}

/* =============================================================================
--- Widget Categories
============================================================================= */
.widget.widget_categories label {
	display: none;
}

.widget.widget_categories ul {
	margin: 0;
	list-style: none;
}

.widget.widget_categories li {
	margin-bottom: 6px;
	border-color: inherit;
	text-align: right;
	overflow: hidden;
}

.widget.widget_categories li ul {
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
	border-color: inherit;
}

.widget.widget_categories li ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget.widget_categories li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget.widget_categories li a {
	float: left;
	color: inherit;
}

/* =============================================================================
--- Widget Archive
============================================================================= */
.widget.widget_archive label {
	display: none;
}

.widget.widget_archive ul {
	margin: 0;
	list-style: none;
}

.widget.widget_archive li {
	margin-bottom: 6px;
	border-color: inherit;
	text-align: right;
	overflow: hidden;
}

.widget.widget_archive li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget.widget_archive li a {
	float: left;
	color: inherit;
}


/* =============================================================================
--- Widget Pages
============================================================================= */
.widget.widget_pages ul {
	margin: 0;
	list-style: none;
}

.widget.widget_pages li {
	margin-bottom: 6px;
	border-color: inherit;
}

.widget.widget_pages li ul {
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
	border-color: inherit;
}

.widget.widget_pages li ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget.widget_pages li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget.widget_pages li a {
	color: inherit;
}

/* =============================================================================
--- Widget Recent Post
============================================================================= */
.widget.widget_recent_entries ul {
	margin: 0;
	list-style: none;
}

.widget.widget_recent_entries li {
	margin-bottom: 18px;
}

.widget.widget_recent_entries li:last-child {
	margin-bottom: 0;
}

.widget.widget_recent_entries li span.post-date {
	display: block;
    line-height: 2em;
    margin-bottom: 0;
    opacity: 0.5;
}

.widget.widget_recent_entries li a {
	color: inherit;
	line-height: 1.571em;
}

/* =============================================================================
--- Widget Custom Menu
============================================================================= */
.widget.widget_nav_menu ul {
	margin: 0;
	list-style: none;
}

.widget.widget_nav_menu li {
	margin-bottom: 6px;
}

.widget.widget_nav_menu li ul {
	padding-left: 10px;
	margin-bottom: 6px;
	border-color: inherit;
}

.widget.widget_nav_menu li ul li {
	margin-bottom: 6px;
}

.widget.widget_nav_menu li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget.widget_nav_menu li a {
	color: inherit;
}

/* =============================================================================
--- Widget Calendar
============================================================================= */
.widget.widget_calendar {
	position: relative;
}

.widget.widget_calendar table,
.widget.widget_calendar thead,
.widget.widget_calendar tbody,
.widget.widget_calendar tfoot,
.widget.widget_calendar tr,
.widget.widget_calendar td,
.widget.widget_calendar th {
	border-color: inherit !important;
}

.widget.widget_calendar table {
	width: 100%;
	border-collapse:collapse;
}

.widget.widget_calendar a {
	color: inherit;
}

.widget.widget_calendar table tbody td {
	padding: 4px;
	font-size: 11px;
}

.widget.widget_calendar table th {
	text-align: center;
	padding: 10px 0;
	width: 14.28%;
}

.widget.widget_calendar caption {
	margin-bottom: 10px;
	text-align: left;
}

/* =============================================================================
--- Widget RSS
============================================================================= */
.widget.widget_rss ul {
	margin: 0;
	list-style: none;
}

.widget.widget_rss li {
	margin-bottom: 20px;
	border-color: inherit;
}

.widget.widget_rss li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget .rss-date {
	display: block;
	margin-bottom: 5px;
}

.widget.widget_rss .eut-widget-title img {
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
}

.widget.widget_rss a.rsswidget {
	color: inherit;
}

.widget.widget_rss .rss-date,
.widget.widget_rss cite {
	opacity: 0.5;
}

/* =============================================================================
--- Widget Tagcloud
============================================================================= */
.widget.widget_tag_cloud .tagcloud {
	font-size: 0;
	border-color: inherit;
}

/* =============================================================================
--- Widget Meta
============================================================================= */
.widget.widget_meta ul {
	margin: 0;
	list-style: none;
}

.widget.widget_meta li {
	margin-bottom: 6px;
}

.widget.widget_meta li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget.widget_meta li a {
	color: inherit;
}

/* =============================================================================
--- Widget Recent Comments
============================================================================= */
.widget.widget_recent_comments ul {
	margin: 0;
	list-style: none;
}

.widget.widget_recent_comments li {
	margin-bottom: 6px;
}

.widget.widget_recent_comments li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget.widget_recent_comments li a {
	color: inherit;
}

/* =============================================================================
--- Latest Portfolio (EUT WIDGET)
============================================================================= */
.eut-widget.eut-latest-portfolio ul {
	margin: 0;
	list-style: none;
	margin: -0.231em;
	position: relative;
}

.eut-widget.eut-latest-portfolio ul:before,
.eut-widget.eut-latest-portfolio ul:after {
	display: table;
	content: " ";
}
.eut-widget.eut-latest-portfolio ul:after {
	clear: both;
}

.eut-widget.eut-latest-portfolio ul li {
	float: left;
	width: 25%;
	max-width: 90px;
}

.eut-widget.eut-latest-portfolio ul li a {
	display: block;
	padding: 0.231em;
}

.eut-widget.eut-latest-portfolio li .eut-bg-wrapper .eut-bg-image {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.eut-widget.eut-latest-portfolio ul li img {
	display: none;
}

/* =============================================================================
--- Widget Contact Info (EUT WIDGET)
============================================================================= */
.eut-widget.eut-contact-info ul {
	margin: 0;
	list-style: none;
}

.eut-widget.eut-contact-info li {
	margin-bottom: 6px;
}

.eut-widget.eut-contact-info li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.eut-widget.eut-contact-info li i {
	margin-right: 20px;
	float: left;
	line-height: inherit;
	opacity: 0.5;
}

.eut-widget.eut-contact-info li .eut-info-content {
	overflow: hidden;
}

.eut-widget.eut-contact-info li a {
	color: inherit;
}

/* =============================================================================
--- Widget Latest News (EUT WIDGET)
============================================================================= */
.eut-widget.eut-latest-news ul {
	margin: 0;
	list-style: none;
}

.eut-widget.eut-latest-news li {
	margin-bottom: 18px;
	display: table;
	width: 100%;
}

.eut-widget.eut-latest-news li:last-child {
	margin-bottom: 0;
}

.eut-widget.eut-latest-news li .eut-post-thumb {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.eut-widget.eut-latest-news li a.eut-title {
	line-height: 1.714em;
	display: block;
	text-overflow: ellipsis;
	overflow:hidden;
	max-height: 3.428em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	color: inherit;
}

.eut-widget.eut-latest-news li img {
	display: none;
}

.eut-widget.eut-latest-news li .eut-bg-wrapper .eut-bg-image {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.eut-widget.eut-latest-news li .eut-news-content {
	display: table-cell;
	vertical-align: middle;
}

.eut-widget.eut-latest-news li a.eut-post-thumb + .eut-news-content {
	padding-left: 20px;
}

.eut-widget.eut-latest-news .eut-latest-news-date {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
	opacity: 0.5;
}

/* =============================================================================
--- Widget Latest Comments (EUT WIDGET)
============================================================================= */
.eut-widget.eut-comments ul {
	margin: 0;
	list-style: none;
}

.eut-widget.eut-comments li {
	margin-bottom: 20px;
	border-color: inherit;
}

.eut-widget.eut-comments li img {
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: left;
}

.eut-widget.eut-comments li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.eut-widget.eut-comments li a.eut-title {
	display: block;
	line-height: 1.571em;
}

.eut-widget.eut-comments li a {
	color: inherit;
}

.eut-widget.eut-comments li .eut-comment-content {
	overflow: hidden;
	vertical-align: middle;
}

.eut-widget.eut-comments li img + .eut-comment-content {
	padding-left: 20px;
}

.eut-widget.eut-comments .eut-comment-date {
	line-height: 2em;
	margin-bottom: 0;
	opacity: 0.5;
}

/* =============================================================================
--- Widget Instagram Feed (EUT WIDGET)
============================================================================= */
.eut-widget.eut-instagram-feed {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.eut-widget.eut-instagram-feed ul {
	margin: 0;
	list-style: none;
	overflow: hidden;
	margin: -2px;
}

.eut-widget.eut-instagram-feed li {
	padding: 2px;
	position: relative;
	float: left;
	width: 33.33333333%;
	max-width: 150px;
	min-width: 50px;
}

.eut-widget.eut-instagram-feed li a {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: #000000;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	opacity: 0;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.eut-widget.eut-instagram-feed li a:hover {
	opacity: 0.6;
}

.eut-widget.eut-instagram-feed li img {
	display: none;
}

.eut-widget.eut-instagram-feed li .eut-bg-wrapper,
.eut-widget.eut-instagram-feed li .eut-bg-image {
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.eut-widget.eut-instagram-feed li .eut-item-wrapper {
	position: relative;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

/* =============================================================================
--- Widget Latest Social (EUT WIDGET)
============================================================================= */
.eut-widget.eut-social {
	overflow: hidden;
}

.eut-widget.eut-social ul {
	margin: 0;
	list-style: none;
	font-size: 0;
}

.eut-widget.eut-social li {
	font-size: 13px;
	display: inline-block;
	margin: 0px 10px 10px 0;
}

.eut-widget.eut-social li a {
	display: inline-block;
	width: inherit;
	height: inherit;
	line-height: inherit;
	text-align: center;
	font-size: 16px;
	color: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.eut-widget.eut-social li a.eut-outline {
	border: 1px solid;
	border-color: inherit;
}

/* Small Size */
.eut-widget.eut-social li a.eut-small {
	font-size: 1.125em;
}

.eut-widget.eut-social li a.eut-small.eut-outline,
.eut-widget.eut-social li a.eut-small.eut-simple {
	width: 2.188em;
	height: 2.188em;
	line-height: 2.188em;
	font-size: 1em;
}

/* Medium Size */
.eut-widget.eut-social li a.eut-medium {
	font-size: 1.500em;
}

.eut-widget.eut-social li a.eut-medium.eut-outline,
.eut-widget.eut-social li a.eut-medium.eut-simple {
	width: 2.778em;
	height: 2.778em;
	line-height: 2.778em;
	font-size: 1.125em;
}

/* Large Size */
.eut-widget.eut-social li a.eut-large {
	font-size: 2.000em;
}

.eut-widget.eut-social li a.eut-large.eut-outline,
.eut-widget.eut-social li a.eut-large.eut-simple {
	width: 3.500em;
	height: 3.500em;
	line-height: 3.500em;
	font-size: 1.250em;
}

/* =============================================================================
--- Widget Promote Post (EUT WIDGET)
============================================================================= */
.eut-widget.eut-promote-post a.eut-post-link {
	position: relative;
	display: block;
}

.eut-promote-content {
	color: #ffffff;
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	width: 100%;
	padding: 7%;
	z-index: 6;
	-webkit-transition : all .2s ease-in-out;
	-moz-transition    : all .2s ease-in-out;
	-ms-transition     : all .2s ease-in-out;
	-o-transition      : all .2s ease-in-out;
	transition         : all .2s ease-in-out;
}

.eut-widget.eut-promote-post .eut-post-meta-wrapper {
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	z-index: 6;
	padding: 7%;
	border: none;
	-webkit-transition : all .2s ease-in-out;
	-moz-transition    : all .2s ease-in-out;
	-ms-transition     : all .2s ease-in-out;
	-o-transition      : all .2s ease-in-out;
	transition         : all .2s ease-in-out;
	-webkit-transform: translateY(150%);
	-moz-transform:    translateY(150%);
	-ms-transform:     translateY(150%);
	-o-transform:      translateY(150%);
	transform:         translateY(150%);
}

.eut-widget.eut-promote-post .hover .eut-post-meta-wrapper {
	-webkit-transform: translateY(0%);
	-moz-transform:    translateY(0%);
	-ms-transform:     translateY(0%);
	-o-transform:      translateY(0%);
	transform:         translateY(0%);
}

.eut-widget.eut-promote-post .eut-post-meta-wrapper li {
	opacity: 1;
	color: #ffffff;
}

.eut-promote-content .eut-promote-date {
	-webkit-transition : all .2s ease-in-out;
	-moz-transition    : all .2s ease-in-out;
	-ms-transition     : all .2s ease-in-out;
	-o-transition      : all .2s ease-in-out;
	transition         : all .2s ease-in-out;
}

.hover .eut-promote-content {
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}

.hover .eut-promote-content .eut-promote-date {
	-webkit-transform: translateY(50%);
	-moz-transform:    translateY(50%);
	-ms-transform:     translateY(50%);
	-o-transform:      translateY(50%);
	transform:         translateY(50%);
	opacity: 0;
}

/* =============================================================================
--- Widget Image Banner (EUT WIDGET)
============================================================================= */
.eut-widget.eut-image-banner img {
	display: block;
	max-width: none;
	width: 100%;
}

.eut-widget .eut-image-banner-content {
	margin-top: 30px;
}

/* =============================================================================
--- Widget Sticky Widget (EUT WIDGET)
============================================================================= */
.eut-widget.eut-sticky-widget {
	margin-bottom: 0;
}

/* =============================================================================
--- Widget Polylang
============================================================================= */
.eut-widget.widget_polylang ul {
	margin: 0;
	list-style: none;
}

.eut-widget.widget_polylang ul li {
	margin-bottom: 10px;
}

.eut-widget.widget_polylang ul li img{
	margin-top: -2px;
	margin-right: 5px;
}