<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =========================================================================== */


/*

- Typography
- Inputs
- Top Bar
- Main Header
--- Responsive Header
--- Sticky Header
--- Simple Sticky Header
--- Anemos Sticky Header
--- Responsive Sticky Header
--- Side Header
- Logo
- Main Menu
--- Main Menu Types
--- Mega Menu
--- Responsive Menu
--- Slide or Toggle Menu
- Header Elements
- Responsive Header Elements
- Page Title &amp; Feature Section
--- Page Title &amp; Feature Section Positions
--- Page Title &amp; Feature Section Content Wrapper
--- Feature Section Buttons
--- Feature Section Graphic
--- Feature Animation Content
- Title Line Divider
- Single Post
--- Single Post Title
--- Single Post Media
--- Single Post Default Meta
--- Single Post Sticky Meta
--- Single Post Categories
--- Single Post Tags
--- Single Post Sticky Navigation
--- Single Post Default Navigation
--- Single Post Sticky Socials
--- Single Post Default Socials
--- Single Post Author
--- Single Post Related
--- Single Post Responsive Related
--- Single Post Comments
--- Single Post Comment Form
--- Single Post Quote &amp; Link Format
- Pagination
- Breadcrumbs
- Page With Sidebar
- Hidden Area ( Side Area &amp; Responsive Menu )
- Close Button
- Page Modal
--- Search Modal
--- Socials Modal
--- Language Modal
--- Login Modal
- Contact Form Styles
--- NewsLetter Style
- Anchor Menu
- Main Content
- Bottom Bar
- Footer
--- Footer Bar
- Background Image
- Background Image Sizes
- Background Video
- Background Overlay
- Page Overlay
- Hover Overlay
- Hover Zoom Effect
- Main Loader
- Zoom Effect
- Go to Section
- Back to Top
- Header Back to Top
- Basic Shapes ( Round - Extra Round - Circle )
- Euthemians Icon Library
- Video Icon
- Magnific Popup
- Animations
- Full Page
- Grid Settings
--- Section Settings
--- Row Settings
--- Columns
--- Columns Gap
--- Grid Responsive
- GDPR Privacy
--- GDPR Privacy Popup
--- GDPR Privacy Switcher

*/

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




/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

html, body {
	overflow-x: hidden;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**
* 2.0 - Basic Typography
* ----------------------------------------------------------------------------
*/

html {
	font-size: 16px;
}

@media only screen and (max-width: 1200px) {
	html {
		font-size: 10px;
	}
}

@media only screen and (max-width: 767px) {
	html {
		font-size: 8px;
	}
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

p {
	position: relative;
	margin-bottom: 30px;
}

p:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

p.eut-pull-left,
p.eut-pull-right {
	position: relative;
	width: 40%;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 30px;
	opacity: 0.7;
}

p.eut-pull-left {
	position: relative;
	float: left;
	margin-left: -30px;
	padding: 30px 30px 30px 0;
}

p.eut-pull-right {
	position: relative;
	float: right;
	margin-right: -30px;
	padding: 30px 0 30px 30px;
}

@media only screen and (max-width: 767px) {
	p.eut-pull-left,
	p.eut-pull-right {
		float: none;
		margin: 0 0 30px 0;
		width: 100%;
		padding: 0;
	}
}


p.eut-dropcap:first-letter {
	float: left;
	font-size: 3.889em;
	padding: 0px 18px 0px 0px;
	margin-bottom: 0;
}

/*	Links  */

a {
	text-decoration: none;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

/* More Link*/

.more-link {
	display: block;
	margin-top: 10px;
}

/*	List  */

ul {
	list-style: disc;
}

ul ul {
    list-style-type: circle;
}

ol {
	list-style: decimal;
}

ul,
ol {
	margin-bottom: 28px;
	margin-left:20px;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left:20px;
}

/*	Blockquote  */

blockquote {
	margin-bottom: 3.313rem;
}

p + blockquote {
	margin-top: 3.313rem;
}

hr + blockquote {
	margin-top: 2.813rem
}

blockquote &gt; p:before {
	font-family: Georgia, "Times New Roman", Times, serif;
	content: "\201C";
	line-height: 0;
	vertical-align: -0.200em;
	margin-right: 0.100em;
	margin-left: -0.400em;
	font-size: 1.667em;
}

.eut-quote-text,
blockquote p {
	line-height: 1.6;
	font-size: 1.667em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Other elements */

cite,
em,
var,
address,
dfn {
	font-style: italic;
}

address {
	margin-bottom: 30px;
}

dl {
	margin-bottom: 30px;
}
dt {
	font-family: inherit;
}

dd {
	padding-left: 15px;
}

.sticky {
	position: relative;
}
.bypostauthor {
	position: relative;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: "Courier New", Courier, monospace;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	display: block;
	clear: both;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	overflow-x: auto;
	height: auto;
	margin: 30px 0;
	color: #525455;
	background-color: #EDF0F3;
	background-color: rgba(225,227,229,0.25);
}

sup{
	vertical-align: super;
	font-size: smaller;
}

sub{
	vertical-align: sub;
	font-size: smaller;
}

strong {
	font-weight: bold;
}

cite,
code {
	letter-spacing: 0.300em;
}

/**
 * 3.0 - Aligns
 * ----------------------------------------------------------------------------
 */

.eut-align-left {
	text-align: left;
}

.eut-align-right {
	text-align: right;
}

.eut-align-center {
	text-align: center;
}

.alignleft,
img.alignleft {
	float: left;
	margin: 0.571em 2.143em 1.875em 0px;
}

.alignright,
img.alignright {
	float: right;
	margin: 0.571em 0 1.875em 2.143em;
}

.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

img.eut-pull-left {
    float: left;
    margin-left: -30px;
    padding: 15px 0;
}

img.eut-pull-right {
    float: right;
    margin-right: -30px;
    padding: 15px 0;
}


/**
* Inputs
* ----------------------------------------------------------------------------
*/
.input-text,
input[type="text"],
input[type="input"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
select {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
	box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
	position: relative;
	z-index: 2;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
}

fieldset {

}

legend {
	white-space: normal;
}


/**
* Buttons
* ----------------------------------------------------------------------------
*/
input[type=submit] {
	-webkit-appearance: none;
}


input[type="submit"],
.eut-btn {
	display: inline-block;
	border: none;
	cursor: pointer;
}

 /**
 * 10.0 - Tables
 * ----------------------------------------------------------------------------
 */
table {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid;
	border-collapse: collapse;
	cursor: default;
}

tr {
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	border-bottom: 1px solid;
}

td,
th {
	padding: 10px 20px 10px 20px;
	line-height: 1.5;
	border-right: 1px solid;
	text-align: center;
}

th:last-child {
	border: none;
}

/* Responsive images. */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	max-width: 100%;
	height: auto;
}


.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	display: block;
}

.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Embeds and iframes */

embed,
iframe,
object,
video {
	max-width: 100%;
	display: block;
}

p &gt; embed,
p &gt; iframe,
p &gt; object,
span &gt; embed,
span &gt; iframe,
span &gt; object {
	margin-bottom: 0;
}

/* Image Captions*/

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	display: block;
	font-size: 0.8em;
	opacity: 0.54;
	font-style: italic;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 30px;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin: 10px 5px !important;
    padding: 0 !important;
    position: absolute !important;
    height: 20px !important;
    width: 20px !important;
    border: 0 !important;
    line-height: 16px;
    text-indent: 2px;
    background-color: transparent !important;
}

/* Gallery */
.gallery {
	margin: 0 -15px !important;
}
.gallery dl {
	margin-top: 0 !important;
}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	padding: 0 15px;
	border: none !important;
}

.gallery-caption {
	padding-left: 15px;
	padding-right: 15px;
}

/* Visibility &amp; Accessibility
============================================================================= */
.eut-hidden {
	display: none;
}

.eut-structured-data {
	display: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	display: block;
	height: auto;
	left: 5px;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Aligns &amp; Float
============================================================================= */
.eut-vertical-top {
	vertical-align: top;
}

.eut-vertical-middle {
	vertical-align: middle;
}

.eut-vertical-bottom {
	vertical-align: bottom;
}

.eut-float-left {
	float: left;
}

.eut-float-right {
	float: right;
}

.eut-float-none {
	float: none;
}


/* Positions
============================================================================= */
.eut-position-left {
	float: left;
}

.eut-position-right {
	float: right;
}

.eut-position-center {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1;
}

.eut-position-center .eut-wrapper {
	display: inline-block;
	vertical-align: top;
}



/* With Scroll
============================================================================= */
.eut-with-scroll {
	overflow-y: hidden;
}


/* Margins &amp; Paddings
============================================================================= */
.eut-margin-top-sm {
	margin-top: 2.500rem;
}

.eut-margin-bottom-sm {
	margin-bottom: 2.500rem;
}

.eut-margin-top-md {
	margin-top: 5.000rem;
}

.eut-margin-bottom-md {
	margin-bottom: 5.000rem;
}

.eut-padding-top-sm {
	padding-top: 2.500rem;
}

.eut-padding-bottom-sm {
	padding-bottom: 2.500rem;
}

.eut-padding-top-md {
	padding-top: 5.000rem;
}

.eut-padding-bottom-md {
	padding-bottom: 5.000rem;
}

/* Borders
============================================================================= */
.eut-border-top {
	border-top: 1px solid;
}

.eut-border-bottom {
	border-bottom: 1px solid;
}

.eut-border-left {
	border-left: 1px solid;
}

.eut-border-right {
	border-right: 1px solid;
}

/* =============================================================================
Special Styles
============================================================================= */
.eut-circle-arrow:before {
	content: '\e901';
	font-family: 'euthemians';
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
}


/* =============================================================================
- Typography
============================================================================= */
h1,h2,h3,h4,h5,h6,
.eut-h1,
.eut-h2,
.eut-h3,
.eut-h4,
.eut-h5,
.eut-h6,
.eut-subtitle,
.eut-subtitle-text {
	margin-bottom: 0.692em;
}

.eut-small-title {
	font-size: 18px;
	line-height: 24px;
}

.eut-small-text {
	line-height: 1.2;
}

.eut-list-divider {
	font-size: 0;
}
.eut-list-divider li {
	margin: 0 !important;
	display: inline-block;
	vertical-align: middle;
}

.eut-list-divider li:after {
	content: '/';
	margin: 0 0.455em;
	opacity: 0.5;
}

.eut-list-divider li:last-child:after {
	display: none;
}

#eut-content .alignfull,
#eut-content .alignwide {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
	width: auto;
}

@media only screen and ( min-width: 1024px ) {

	#eut-content .alignwide {
		margin-left  : -12%;
		margin-right : -12%;
		max-width    : none;
	}
	#eut-content.eut-left-sidebar .alignwide {
		margin-left  : 0;
		margin-right : -12%;
	}
	#eut-content.eut-right-sidebar .alignwide {
		margin-left  : -12%;
		margin-right : 0;
	}
	#eut-content.eut-left-sidebar .alignfull {
		margin-left  : 0;
		margin-right : calc( -100vw / 2 + 100% / 2 );
	}
	#eut-content.eut-right-sidebar .alignfull {
		margin-left  : calc( -100vw / 2 + 100% / 2 );
		margin-right : 0;
	}
}


/* =============================================================================
- Inputs
============================================================================= */
#eut-theme-wrapper input[type="text"],
#eut-theme-wrapper input[type="input"],
#eut-theme-wrapper input[type="password"],
#eut-theme-wrapper input[type="number"],
#eut-theme-wrapper input[type="email"],
#eut-theme-wrapper input[type="number"],
#eut-theme-wrapper input[type="url"],
#eut-theme-wrapper input[type="tel"],
#eut-theme-wrapper input[type="search"],
#eut-theme-wrapper input[type="date"],
#eut-theme-wrapper textarea,
#eut-theme-wrapper select,
#eut-theme-wrapper .select2-choice {
	-webkit-appearance: none;
	-moz-appearance:    none;
	border: 1px solid;
	padding: 12px 20px;
	outline: none;
	color: inherit;
	margin: 0;
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
	background: transparent;
	border-radius: 0;
	border-color: inherit;
	min-height: 50px;
}

#eut-theme-wrapper input[type="number"] {
    -moz-appearance:textfield;
}

#eut-theme-wrapper input::-webkit-outer-spin-button,
#eut-theme-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#eut-theme-wrapper input[type="text"]:focus,
#eut-theme-wrapper input[type="password"]:focus,
#eut-theme-wrapper input[type="email"]:focus,
#eut-theme-wrapper input[type="number"]:focus,
#eut-theme-wrapper input[type="url"]:focus,
#eut-theme-wrapper input[type="tel"]:focus,
#eut-theme-wrapper input[type="search"]:focus,
#eut-theme-wrapper input[type="date"]:focus,
#eut-theme-wrapper textarea:focus {
	color: inherit;
}

/* Date Input */
#eut-theme-wrapper input[type="date"] {
	line-height: 15px;
}

::-webkit-inner-spin-button {
	display: none;
}

#eut-theme-wrapper .select2-choice {
	padding: 5px 14px;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.5;
}

:-moz-placeholder { /* Firefox 18- */
	color: inherit;
	opacity: 0.5;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: inherit;
	opacity: 0.5;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.5;
}

#eut-theme-wrapper select  {
	background-image: url(../images/graphics/select-icon.png);
	background-position: center right;
	background-repeat: no-repeat;
	text-indent: 0;
	min-height: 30px;
}

#eut-theme-wrapper select[multiple] {
	background-image: none;
}

/* Search */
.eut-search {
	position: relative;
	display: block;
	max-width: 430px;
	margin: 0 auto;
}

#eut-theme-wrapper .eut-search input[type='text'] {
	width: 100%;
	height: 50px;
	padding-right: 50px;
	margin-bottom: 0;
}

#eut-theme-wrapper .eut-search button[type='submit'] {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	position: absolute;
	border: none;
	top: 4px;
	right: 6px;
	padding: 0;
	cursor: pointer;
	z-index: 3;
	outline: 0;
	margin-top: 2px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

#eut-theme-wrapper .eut-search button[type='submit'] i {
	font-size: inherit;
	line-height: inherit;
}


/* =============================================================================
- Top Bar
============================================================================= */
#eut-top-bar {
	position: relative;
	z-index: 1000;
}

#eut-top-bar ul {
	margin: 0;
	list-style: none;
	line-height: 1.2;
}

#eut-top-bar ul p {
	font-size: 13px;
	line-height: 1.2;
}

#eut-top-bar .eut-top-bar-menu {
	font-size: 10px;
}

#eut-top-bar ul.eut-left-side {
	float: left;
	text-align: left;
	width: 50%;
}

#eut-top-bar ul.eut-right-side {
	float: right;
	text-align: right;
	width: 50%;
}

#eut-top-bar ul li.eut-topbar-item,
#eut-top-bar ul li.eut-topbar-item li,
#eut-top-bar ul li.eut-topbar-item &gt; a {
	display: inline-block;
	vertical-align: middle;
}

#eut-top-bar ul.eut-left-side li.eut-topbar-item {
	margin-right: 15px;
}

#eut-top-bar ul.eut-left-side li.eut-topbar-item ul li {
	margin-right: 15px;
}

#eut-top-bar ul.eut-left-side li.eut-topbar-item:last-child,
#eut-top-bar ul.eut-left-side li.eut-topbar-item ul li:last-child {
	margin-right: 0;
}

#eut-top-bar ul.eut-right-side li.eut-topbar-item {
	margin-left: 15px;
}

#eut-top-bar ul.eut-right-side li.eut-topbar-item ul li {
	margin-left: 15px;
}

#eut-top-bar ul.eut-right-side li.eut-topbar-item:first-child,
#eut-top-bar ul.eut-right-side li.eut-topbar-item ul li:first-child {
	margin-left: 0;
}

#eut-top-bar.eut-fullwidth .eut-container {
	padding-left: 15px;
	padding-right: 15px;
}

/* Language */
#eut-top-bar .eut-language &gt; li {
	position: relative;
	font-size: 10px;
}

#eut-top-bar .eut-language &gt; li &gt; ul {
	position: absolute;
	z-index: 5;
	min-width: 160px;
	padding: 10px 0;
	top: 100%;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);

	-webkit-animation-duration: .15s;
	-moz-animation-duration: .15s;
	-o-animation-duration: .15s;
	animation-duration: .15s;

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

	-webkit-animation-name: menu_animation;
	-moz-animation-name: menu_animation;
	-o-animation-name: menu_animation;
	animation-name: menu_animation;
	display: none;
}

#eut-top-bar .eut-language &gt; li:hover &gt; ul {
	display: block;
}

#eut-top-bar .eut-left-side .eut-language &gt; li &gt; ul {
	left: -15px;
}

#eut-top-bar .eut-right-side .eut-language &gt; li &gt; ul {
	right: -15px;
}

#eut-top-bar .eut-language img,
#eut-top-bar .eut-language span {
	vertical-align: middle;
	display: inline-block;
}

#eut-top-bar .eut-language img {
	margin-right: 5px;
	margin-top: -4px;
}

#eut-top-bar .eut-language &gt; li &gt; ul li {
	display: block;
}

#eut-top-bar .eut-language &gt; li &gt; ul li a {
	display: block;
	padding: 15px;
}

/* Menu */
#eut-top-bar .eut-top-bar-menu li {
	position: relative;
}

#eut-top-bar .eut-top-bar-menu ul.sub-menu {
	position: absolute;
	z-index: 5;
	min-width: 180px;
	padding: 10px 0;
	top: 100%;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);

	-webkit-animation-duration: .15s;
	-moz-animation-duration: .15s;
	-o-animation-duration: .15s;
	animation-duration: .15s;

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

	-webkit-animation-name: menu_animation;
	-moz-animation-name: menu_animation;
	-o-animation-name: menu_animation;
	animation-name: menu_animation;
	display: none;
}

#eut-top-bar .eut-top-bar-menu &gt; ul &gt; li:hover &gt; ul.sub-menu {
	display: block;
}


#eut-top-bar .eut-left-side .eut-top-bar-menu ul.sub-menu {
	left: -15px;
}

#eut-top-bar .eut-right-side .eut-top-bar-menu ul.sub-menu {
	right: -15px;
}

#eut-top-bar .eut-top-bar-menu ul.sub-menu li {
	display: block;
}

#eut-top-bar .eut-top-bar-menu ul.sub-menu li:after {
	display: none;
}

#eut-top-bar .eut-top-bar-menu ul.sub-menu li a {
	display: block;
	padding: 15px;
}

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

	#eut-top-bar ul.eut-left-side,
	#eut-top-bar ul.eut-right-side {
		float: none;
		width: auto;
		text-align: center;
	}
	#eut-top-bar ul li.eut-topbar-item + li.eut-topbar-item {
		margin-top: 5px;
	}

}


/* =============================================================================
- Main Header
============================================================================= */
#eut-header {
	position: relative;
	z-index: 9998;
}

/* Full Width Header */
#eut-header.eut-fullwidth #eut-main-header:not(.eut-side-default) .eut-container,
#eut-header.eut-fullwidth #eut-responsive-header .eut-container {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

#eut-header.eut-fullwidth #eut-main-header.eut-header-default .eut-container {
	position: static;
}

@media only screen and (max-width: 1200px) {
	#eut-main-header.eut-header-default .eut-container {
		position: static;
	}
}

#eut-main-header {
	width: 100%;
	top: 0;
	left: auto;
	position: relative;
	z-index: 4;
	border-bottom: 1px solid;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}


#eut-bottom-header {
	border-top: 1px solid;
	width: 100%;
	top: 0;
	left: auto;
	position: relative;
	z-index: 4;
}


/* =============================================================================
--- Responsive Header
============================================================================= */
#eut-responsive-header {
	display: none;
}

#eut-responsive-header &gt; .eut-wrapper {
	width: 100%;
	top: 0;
	left: auto;
	position: relative;
	z-index: 4;
	border-bottom: 1px solid;
}


/* =============================================================================
--- Sticky Header
============================================================================= */
#eut-header.eut-fixed #eut-main-header.eut-header-default:not(.eut-anemos-sticky),
#eut-header.eut-fixed #eut-main-header.eut-header-logo-top:not(.eut-anemos-sticky) {
	position: fixed;
}

#eut-header.eut-fixed #eut-main-header.eut-header-default,
#eut-header.eut-fixed #eut-main-header .eut-logo,
#eut-header.eut-fixed #eut-main-header #eut-main-menu .eut-wrapper &gt; ul &gt; li &gt; a,
#eut-header.eut-fixed #eut-main-header .eut-header-element &gt; a,
#eut-header.eut-fixed .eut-no-assigned-menu {
	-webkit-transition: height .3s, color .3s, background-color .3s, line-height .3s, -webkit-transform .5s;
	-moz-transition:    height .3s, color .3s, background-color .3s, line-height .3s, -moz-transform .5s;
	-ms-transition:     height .3s, color .3s, background-color .3s, line-height .3s, -ms-transform .5s;
	-o-transition:      height .3s, color .3s, background-color .3s, line-height .3s, -o-transform .5s;
	transition:         height .3s, color .3s, background-color .3s, line-height .3s, transform .5s;
}

#eut-header.eut-fixed #eut-main-header.eut-header-logo-top {
	-webkit-transition: height .3s, color .3s, background-color .3s, line-height .3s, -webkit-transform .3s;
	-moz-transition:    height .3s, color .3s, background-color .3s, line-height .3s, -moz-transform .3s;
	-ms-transition:     height .3s, color .3s, background-color .3s, line-height .3s, -ms-transform .3s;
	-o-transition:      height .3s, color .3s, background-color .3s, line-height .3s, -o-transform .3s;
	transition:         height .3s, color .3s, background-color .3s, line-height .3s, transform .3s;
}

@media screen and (min-width: 1201px) {
	#eut-header.eut-sticky-header #eut-main-header.eut-header-default,
	#eut-header.eut-sticky-header #eut-main-header #eut-bottom-header {
		-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.20);
		box-shadow: 0px 0px 25px rgba(0,0,0,0.20);
	}
}

/* Wp Bar */
body.admin-bar #eut-header.eut-sticky-header #eut-main-header,
body.admin-bar #eut-header.eut-sticky-header #eut-bottom-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar #eut-header.eut-sticky-header #eut-main-header,
	body.admin-bar #eut-header.eut-sticky-header #eut-bottom-header {
		top: 46px;
	}
}

#eut-body.eut-boxed #eut-header.eut-sticky-header #eut-main-header.eut-header-default,
#eut-body.eut-boxed #eut-header.eut-sticky-header #eut-main-header #eut-bottom-header {
	max-width: 1220px;
}


/* =============================================================================
--- Anemos Sticky Header
============================================================================= */
#eut-anemos-sticky-header {
	position: fixed;
	width: 100%;
	left: auto;
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.20);
	-webkit-transition: -webkit-transform .5s;
	-moz-transition:    -moz-transform .5s;
	-ms-transition:     -ms-transform .5s;
	-o-transition:      -o-transform .5s;
	transition:         transform .5s;
}

@media only screen and (max-width: 1023px) {
	#eut-anemos-sticky-header {
		display: none;
	}
}

#eut-anemos-sticky-header .eut-container {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	position: static;
}

#eut-anemos-sticky-header .eut-logo .eut-wrapper img.eut-sticky {
    display: block;
}

#eut-anemos-sticky-menu .eut-menu &gt; li {
	visibility: hidden;
}

#eut-anemos-sticky-menu .eut-menu &gt; li &gt; a {
	-webkit-transition : all .2s ease-out;
	-moz-transition    : all .2s ease-out;
	-ms-transition     : all .2s ease-out;
	-o-transition      : all .2s ease-out;
	transition         : all .2s ease-out;
	-webkit-transform: translateY(-100%);
	-moz-transform:    translateY(-100%);
	-ms-transform:     translateY(-100%);
	-o-transform:      translateY(-100%);
	transform:         translateY(-100%);
}

#eut-anemos-sticky-menu .eut-menu &gt; li.show &gt; a {
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

#eut-anemos-sticky-menu .eut-menu &gt; li.show {
	visibility: visible;
}

/* Page Title */
#eut-anemos-sticky-header .eut-logo + .eut-page-title-wrapper {
	border-left: 1px solid;
	margin-left: 1.875rem;
	padding-left: 1.875rem;
	position: relative;
	z-index: 2;
}

#eut-anemos-sticky-header .eut-page-title-wrapper .eut-title {
	position: absolute !important;
	white-space: nowrap;
	width: 100%;
	height: 100%;
}

#eut-anemos-sticky-header .eut-page-title-wrapper {
	-webkit-transition : all .2s ease-out;
	-moz-transition    : all .2s ease-out;
	-ms-transition     : all .2s ease-out;
	-o-transition      : all .2s ease-out;
	transition         : all .2s ease-out;
}

#eut-anemos-sticky-header .eut-page-title-wrapper.eut-hide {
	-webkit-transform: translateY(-100%);
	-moz-transform:    translateY(-100%);
	-ms-transform:     translateY(-100%);
	-o-transform:      translateY(-100%);
	transform:         translateY(-100%);
}

/* Progressbar */
.eut-reading-progress {
	position: absolute;
	height: 3px;
	background-color: #25A197;
	top: 0;
	left: 0;
	z-index: 5;
}

/* Menu Toggle Button */
.eut-toggle-anemos-sticky-menu {
	overflow: hidden;
}

.eut-toggle-anemos-sticky-menu i {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition : all .2s ease-out;
	-moz-transition    : all .2s ease-out;
	-ms-transition     : all .2s ease-out;
	-o-transition      : all .2s ease-out;
	transition         : all .2s ease-out;
}

.eut-toggle-anemos-sticky-menu i.eut-icon-close {
	opacity: 0;
	-webkit-transform: translateY(-300%);
	-moz-transform:    translateY(-300%);
	-ms-transform:     translateY(-300%);
	-o-transform:      translateY(-300%);
	transform:         translateY(-300%);
}

.eut-toggle-anemos-sticky-menu.eut-hide i.eut-icon-close {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

.eut-toggle-anemos-sticky-menu.eut-hide i.eut-icon-menu {
	opacity: 0;
	-webkit-transform: translateY(300%);
	-moz-transform:    translateY(300%);
	-ms-transform:     translateY(300%);
	-o-transform:      translateY(300%);
	transform:         translateY(300%);
}


/* =============================================================================
--- Responsive Sticky Header
============================================================================= */
#eut-responsive-header.eut-sticky-animate &gt; .eut-wrapper {
	-webkit-transition: height .3s, color .3s, background-color .3s, line-height .3s, -webkit-transform .5s;
	-moz-transition:    height .3s, color .3s, background-color .3s, line-height .3s, -moz-transform .5s;
	-ms-transition:     height .3s, color .3s, background-color .3s, line-height .3s, -ms-transform .5s;
	-o-transition:      height .3s, color .3s, background-color .3s, line-height .3s, -o-transform .5s;
	transition:         height .3s, color .3s, background-color .3s, line-height .3s, transform .5s;
}

#eut-responsive-header.eut-fixed &gt; .eut-wrapper {
	position: fixed;
}

#eut-body.eut-boxed #eut-responsive-header.eut-fixed &gt; .eut-wrapper {
	max-width: 90%;
}

/* =============================================================================
--- Side Header
============================================================================= */
@media only screen and (min-width: 960px) {

	#eut-theme-wrapper.eut-header-side .eut-container,
	#eut-theme-wrapper.eut-header-side #eut-content.eut-left-sidebar .eut-content-wrapper,
	#eut-theme-wrapper.eut-header-side #eut-content.eut-right-sidebar .eut-content-wrapper {
		width: 90%;
		max-width: 1170px;
	}

}

#eut-theme-wrapper.eut-header-side .eut-header-element {
	float: none;
	display: inline-block;
}

#eut-main-header.eut-header-side {
	position: fixed;
	width: 280px;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 100;
	overflow: hidden;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

#eut-main-header.eut-header-side .eut-main-header-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 95%;
	height: calc(100% - 120px);
	padding-right: 30px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 5;
}

#eut-main-header.eut-header-side .eut-wrapper {
	position: relative;
	z-index: 5;
}



#eut-main-header.eut-header-side ul.eut-menu li.eut-hidden-menu-item ul {
    display: block;
}

#eut-main-header.eut-header-side .eut-main-menu .eut-menu-no-link &gt; a {
	cursor: pointer;
}


/* Logo  Aligns */
#eut-main-header.eut-header-side .eut-logo {
	float: none;
}

#eut-main-header.eut-header-side .eut-logo .eut-wrapper {
	position: relative;
	display: inline-block;
}

#eut-main-header.eut-header-side .eut-logo.eut-position-left {
	float: none;
	text-align: left;
}

#eut-main-header.eut-header-side .eut-logo.eut-position-right {
	float: none;
	text-align: right;
}

#eut-main-header.eut-header-side .eut-logo.eut-position-center {
	position: relative;
	height: auto;
	z-index: 10
}


/* Boxed */
body.eut-boxed #eut-theme-wrapper.eut-header-side #eut-main-header.eut-header-side {
	left: auto;
	margin-left: -280px;
}

body.eut-boxed #eut-theme-wrapper.eut-header-side .eut-container {
	max-width: 80%;
}

#eut-main-header.eut-header-side .eut-content {
	position: relative;
}

#eut-main-header.eut-header-side .eut-header-elements-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 100px;
	z-index: 5;
}

#eut-main-header.eut-header-side .eut-header-elements {
	display: block;
	overflow: hidden;
	border-top: 1px solid;
	padding: 15px 0;
	margin: 0;
	border-left: none;
}

#eut-main-header.eut-header-side li.eut-header-element {
	height: 25px;
	line-height: 25px;
}


/* =============================================================================
- Logo
============================================================================= */
/* General Settings */
.eut-logo {
	display: block;
}

.eut-shrink .eut-header-logo-top .eut-logo.eut-position-center a img {
	margin: 0 auto;
}

.eut-shrink .eut-header-logo-top .eut-logo.eut-position-right a img {
	margin: 0 0 0 auto;
}

.eut-logo .eut-wrapper {
	position: relative;
	top: 50%;
	z-index: 2;
}

.eut-logo .eut-wrapper a {
	position: relative;
	display: block;
}

.eut-logo .eut-wrapper img {
	display: block;
	position: relative;
	height: 100%;
	top: -50%;
	width: auto !important;
	max-width: none;
}

/* Logo Settings for Side Header */
#eut-main-header.eut-header-side .eut-logo .eut-wrapper,
#eut-main-header.eut-header-side .eut-logo .eut-wrapper img {
	top: 0px;
}


.eut-logo .eut-wrapper img.eut-light,
.eut-logo .eut-wrapper img.eut-dark,
.eut-logo .eut-wrapper img.eut-sticky {
	display: none;
}

/* Light Logo */
#eut-main-header.eut-light .eut-logo .eut-wrapper img.eut-light {
	display: block;
}

#eut-main-header.eut-light .eut-logo .eut-wrapper img.eut-default,
#eut-main-header.eut-light .eut-logo .eut-wrapper img.eut-dark,
#eut-main-header.eut-light .eut-logo .eut-wrapper img.eut-sticky {
	display: none;
}

/* Dark Logo */
#eut-main-header.eut-dark .eut-logo .eut-wrapper img.eut-dark {
	display: block;
}

#eut-main-header.eut-dark .eut-logo .eut-wrapper img.eut-default,
#eut-main-header.eut-dark .eut-logo .eut-wrapper img.eut-light,
#eut-main-header.eut-dark .eut-logo .eut-wrapper img.eut-sticky {
	display: none;
}

/* Sticky Logo */
#eut-header.eut-sticky-header #eut-main-header .eut-logo .eut-wrapper img.eut-sticky {
	display: block;
}

#eut-header.eut-sticky-header #eut-main-header .eut-logo .eut-wrapper img.eut-default,
#eut-header.eut-sticky-header #eut-main-header .eut-logo .eut-wrapper img.eut-light,
#eut-header.eut-sticky-header #eut-main-header .eut-logo .eut-wrapper img.eut-dark {
	display: none;
}


/* =============================================================================
- Main Menu
============================================================================= */
#eut-header .eut-main-menu ul {
	list-style: none;
	margin: 0;
}

#eut-header .eut-horizontal-menu.eut-position-left {
	margin-left: 30px;
}

#eut-header .eut-horizontal-menu .eut-wrapper &gt; ul &gt; li {
	float: left;
	line-height: inherit;
}

#eut-header .eut-horizontal-menu .eut-wrapper &gt; ul &gt; li &gt; a {
	display: block;
	white-space: nowrap;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
}

/* Sub Menu */
#eut-header .eut-main-menu ul li {
	position: relative;
	text-align: left;
}

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

  50% {
    opacity: 1;
  }
}

@keyframes menu_animation {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

/* First Level */
#eut-header .eut-horizontal-menu li ul {
	position: absolute;
	width: 250px;
	left: 0;
	top: 100%;
	visibility: hidden;
	display: none;
	padding: 15px 0;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.20);

	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;

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

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

	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

#eut-header .eut-horizontal-menu li.mHover &gt; ul {
	visibility: visible;
	display: block;
}

/* Second Level */
#eut-header .eut-horizontal-menu ul.sub-menu ul {
	left: 252px;
	top: -15px;
	z-index: 100;
}

#eut-header .eut-horizontal-menu ul.sub-menu li a {
	position: relative;
	display: block;
	padding: 10px;
	margin: 0 15px;
	line-height: 1.2em;
}

/* Arrows */
#eut-header .eut-horizontal-menu.eut-arrow ul li.menu-item-has-children &gt; a {
	position: relative;
	padding-right: 20px;
}

#eut-header .eut-horizontal-menu.eut-arrow ul li.menu-item-has-children &gt; a:after {
	content: '\f105';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 50%;
	right: 5px;
	line-height: 1.2;
	margin-top: -6px;
}

#eut-header .eut-horizontal-menu.eut-arrow .eut-wrapper &gt; ul &gt; li.menu-item-has-children &gt; a:after {
	content: '\f107';
}

#eut-header .eut-horizontal-menu.eut-arrow li.megamenu ul li a:after {
	display: none;
}


/* Menu Label */
#eut-header .eut-main-menu .eut-item .label,
#eut-hidden-menu .eut-item .label {
	float: right;
	display: inline-block;
	vertical-align: top;
	font-size: 9px;
	margin-left: 8px;
	position: relative;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 5px;
	background-color: #454545;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#eut-hidden-menu .eut-item .label {
	margin-top: 4px;
	float: none;
}

/* Menu Icon */
#eut-top-bar  .eut-menu-icon,
#eut-footer  .eut-menu-icon,
.eut-anchor-menu   .eut-menu-icon,
#eut-header .eut-main-menu .eut-menu-icon,
#eut-hidden-menu .eut-menu-icon {
	margin-right: 5px;
	width: 1em;
	text-align: center;
}

/* No Link */
#eut-header .eut-main-menu .eut-menu-no-link &gt; a {
	cursor: default;
}

/* Menu Description */
#eut-header .eut-main-menu .eut-menu-description,
#eut-hidden-menu .eut-menu-description {
	display: block;
	max-width: 300px;
	line-height: 1.2;
}

#eut-header .eut-main-menu .sub-menu .eut-menu-description {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 30px;
	opacity: 0.6;
}

/* Assign Menu */
.eut-no-assigned-menu a {
	line-height: 36px;
	padding: 0 20px;
	background-color: #000000;
	color: #ffffff;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 15px;
}

.eut-header-side .eut-no-assigned-menu {
	text-align: center;
	display: block;
	line-height: 20px;
}

.eut-header-side .eut-no-assigned-menu a {
	margin-left: 0;
	margin-top: 15px;
}


/* =============================================================================
--- Main Menu Types
============================================================================= */
/* Button Type */
#eut-header .eut-main-menu.eut-menu-type-button .eut-wrapper &gt; ul &gt; li &gt; a {
	padding: 0 3px;
}

#eut-header .eut-main-menu.eut-menu-type-button .eut-wrapper &gt; ul &gt; li &gt; a .eut-item {
	border: 1px solid;
	border-color: transparent;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition : border-color .3s;
	-moz-transition    : border-color .3s;
	-ms-transition     : border-color .3s;
	-o-transition      : border-color .3s;
	transition         : border-color .3s;
}

.eut-menu-type-button &gt; a .eut-item {
	padding: 12px 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.sub-menu .eut-menu-type-button &gt; a .eut-item {
	padding: 8px 9px;
	display: inline-block;
}

#eut-header .eut-main-menu.eut-menu-type-button .eut-wrapper &gt; ul &gt; li &gt; a .eut-item {
	padding: 4px 12px;
}

/* Underline Type */
#eut-header .eut-main-menu.eut-menu-type-underline .eut-wrapper &gt; ul &gt; li &gt; a .eut-item {
	position: relative;
}

#eut-header .eut-main-menu.eut-menu-type-underline .eut-wrapper &gt; ul &gt; li &gt; a .eut-item:after {
	content: '';
	opacity: 0;
	width: 0;
	height: 2px;
	left: 0;
	bottom: -4px;
	position: absolute;
	-webkit-transition : opacity .4s ease, width .4s ease;
	-moz-transition :    opacity .4s ease, width .4s ease;
	-ms-transition :     opacity .4s ease, width .4s ease;
	-o-transition :      opacity .4s ease, width .4s ease;
	transition :         opacity .4s ease, width .4s ease;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

#eut-header .eut-main-menu.eut-menu-type-underline .eut-wrapper &gt; ul &gt; li.current-menu-item &gt; a .eut-item:after,
#eut-header .eut-main-menu.eut-menu-type-underline .eut-wrapper &gt; ul &gt; li.current-menu-ancestor &gt; a .eut-item:after,
#eut-header .eut-main-menu.eut-menu-type-underline .eut-wrapper &gt; ul &gt; li:hover &gt; a .eut-item:after,
#eut-header .eut-main-menu.eut-menu-type-underline .eut-wrapper &gt; ul &gt; li.active &gt; a .eut-item:after {
	opacity: 1;
	width: 100%;
}


/* =============================================================================
--- Mega Menu
============================================================================= */
#eut-header .eut-horizontal-menu .eut-wrapper &gt; ul &gt; li.megamenu.mHover &gt; ul {
	display: table;
}

#eut-header .eut-horizontal-menu .eut-wrapper &gt; ul &gt; li.megamenu ul {
	padding-top: 20px;
	padding-bottom: 20px;
}

#eut-header .eut-horizontal-menu .eut-wrapper &gt; ul &gt; li.megamenu &gt; ul &gt; li {
	border-right: 1px solid;
	display: table-cell;
	float: none;
}

#eut-header .eut-horizontal-menu .eut-wrapper &gt; ul &gt; li.megamenu &gt; ul &gt; li:last-child {
	border-right: none;
}

/* Fullwidth Menu */
#eut-header .eut-horizontal-menu ul li.megamenu &gt; ul {
	width: 100%;
	padding: 30px 10px;
}

#eut-header .eut-horizontal-menu ul li.megamenu ul ul {
	padding: 0;
	width: 100%;
	left: 0;
	top: 100%;
	position: relative;
}

#eut-header .eut-horizontal-menu li.megamenu ul.sub-menu ul {
	display: block;
	visibility: visible;
	opacity: 1;
	padding: 0;
	position: static;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none;
}


#eut-header .eut-horizontal-menu .eut-wrapper &gt; ul &gt; li.megamenu &gt; ul {
	left: 0;
}

/* Columns 6 */
#eut-header .eut-horizontal-menu .megamenu.column-6 &gt; ul {
	width: 950px;
}

#eut-header .eut-horizontal-menu .megamenu.column-6 &gt; ul &gt; li {
	width: 16.66666667%;
}

/* Columns 5 */
#eut-header .eut-horizontal-menu .megamenu.column-5 &gt; ul {
	width: 800px;
}

#eut-header .eut-horizontal-menu .megamenu.column-5 &gt; ul &gt; li {
	width: 20%;
}

/* Columns 4 */
#eut-header .eut-horizontal-menu .megamenu.column-4 &gt; ul {
	width: 750px;
}

#eut-header .eut-horizontal-menu .megamenu.column-4 &gt; ul &gt; li {
	width: 25%;
}

/* Columns 2 */
#eut-header .eut-horizontal-menu .megamenu.column-2 &gt; ul {
	width: 500px;
}

#eut-header .eut-horizontal-menu .megamenu.column-2 &gt; ul &gt; li {
	width: 50%;
}

/* Columns 3 */
#eut-header .eut-horizontal-menu .megamenu.column-3 &gt; ul {
	width: 650px;
}

#eut-header .eut-horizontal-menu .megamenu.column-3 &gt; ul &gt; li {
	width: 33.33333333%;
}

/* Right Position */
#eut-header .eut-horizontal-menu .eut-wrapper &gt; ul &gt; li &gt; ul.eut-position-right {
	left: auto;
	right: 0;
}

#eut-header .eut-horizontal-menu .eut-wrapper ul li ul .eut-position-right {
	left: auto;
	right: 252px;
}

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

#eut-header .eut-horizontal-menu .megamenu.column-6,
#eut-header .eut-horizontal-menu .megamenu.column-5,
#eut-header .eut-horizontal-menu .megamenu.column-4 {
	position: static;
}

#eut-header .eut-horizontal-menu .megamenu.column-6 &gt; ul,
#eut-header .eut-horizontal-menu .megamenu.column-5 &gt; ul,
#eut-header .eut-horizontal-menu .megamenu.column-4 &gt; ul {
	width: 100%;
}

}

/* =============================================================================
--- Responsive Menu
============================================================================= */
/* Hidden Menu Item */
#eut-hidden-menu ul.eut-menu li.eut-hidden-menu-item ul {
	display: block;
}

.eut-menu-wrapper {
	margin-bottom: 6.000em;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}


/* =============================================================================
--- Slide or Toggle Menu
============================================================================= */
/* Toggle */
.eut-toggle-menu ul {
	list-style: none;
	margin: 0;
}

.eut-toggle-menu ul.eut-menu ul,
#eut-main-header.eut-toggle-menu ul.eut-menu ul {
	margin-left: 20px;
}

.eut-toggle-menu ul.eut-menu li a {
	padding-top: 1.154em;
	padding-bottom: 1.154em;
	border-bottom: 1px solid;
	display: block;
	position: relative;
	overflow: hidden;
}

.eut-toggle-menu ul.eut-menu li.eut-hidden-menu-item &gt; a {
	display: none !important;
}

.eut-toggle-menu ul.eut-menu li.menu-item-has-children a {
	padding-right: 40px;
}

.eut-toggle-menu ul.eut-menu li ul {
	display: none;
}

/* Toggle Arrows */
.eut-toggle-menu ul.eut-menu li a .eut-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	display: inline-block;
	line-height: inherit;
	text-align: right;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.eut-toggle-menu ul.eut-menu li a .eut-arrow:after,
.eut-toggle-menu ul.eut-menu li a .eut-arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(0deg);
	-moz-transform:    rotate(0deg);
	-ms-transform:     rotate(0deg);
	-o-transform:      rotate(0deg);
	transform:         rotate(0deg);
	-webkit-transition : all .3s ease .3s;
	-moz-transition    : all .3s ease .3s;
	-ms-transition     : all .3s ease .3s;
	-o-transition      : all .3s ease .3s;
	transition         : all .3s ease .3s;
	background-color: #333333;
}

.eut-toggle-menu ul.eut-menu li a .eut-arrow:after {
	width: 9px;
	height: 1px;
	margin-left: -5px;
	margin-top: -1px;
}

.eut-toggle-menu ul.eut-menu li a .eut-arrow:before {
	width: 1px;
	height: 9px;
	margin-left: -1px;
	margin-top: -5px;
}

.eut-toggle-menu ul.eut-menu li.open &gt; a .eut-arrow:after,
.eut-toggle-menu ul.eut-menu li.open &gt; a .eut-arrow:before {
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
}

.eut-toggle-menu .eut-main-menu.eut-align-center ul li {
	text-align: center;
}

.eut-toggle-menu .eut-main-menu.eut-align-center li.menu-item-has-children a {
	padding-right: 20px;
}

#eut-main-header.eut-toggle-menu .eut-align-center ul.eut-menu ul {
	margin-right: 10px;
	margin-left: 10px;
}


/* Slide */
.eut-slide-menu .eut-main-menu .sub-menu .eut-menu-description {
	margin-top: 0;
}

.eut-slide-menu .eut-main-menu &gt; .eut-wrapper {
	overflow: hidden;
}

.eut-slide-menu ul.eut-menu li a {
	padding-top: 1.154em;
	padding-bottom: 1.154em;
	border-bottom: 1px solid;
	display: block;
	position: relative;
	overflow: hidden;
}

.eut-slide-menu ul.eut-menu .sub-menu a {
	padding-left: 30px;
}

.eut-slide-menu ul.eut-menu,
.eut-slide-menu ul.eut-menu ul {
	display: inline-block;
	position: relative;
	height: auto;
	width: 100%;
	vertical-align: top;
	margin: 0;
}

.eut-slide-menu ul.eut-menu li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.eut-slide-menu ul.eut-menu li.eut-hidden-menu-item {
	display: block !important;
}

.eut-slide-menu ul.eut-menu {
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-slide-menu ul.eut-menu ul {
	position: absolute;
	display: none;
	top: 0;
	left: 100%;
	right: 0;
	margin: 0;
	opacity: 0;
	-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_menu_animation;
	-moz-animation-name: slide_menu_animation;
	-o-animation-name: slide_menu_animation;
	animation-name: slide_menu_animation;
}

.eut-slide-menu ul.eut-menu ul.show {
	display: block;
	z-index: 1;
}

@-webkit-keyframes slide_menu_animation {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-moz-keyframes slide_menu_animation {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-o-keyframes slide_menu_animation {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

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

.eut-slide-menu ul.eut-menu .eut-goback a {
	padding-left: 30px;
}

.eut-slide-menu ul.eut-menu .eut-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: right;
	margin-top: -15px;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.eut-slide-menu ul.eut-menu .eut-goback .eut-arrow {
	right: auto;
	left: 0;
	text-align: left;
}

.eut-slide-menu ul.eut-menu .eut-arrow:after {
	content: '\e610';
	font-family: 'euthemians' !important;
	font-size: 14px;
}

.eut-slide-menu ul.eut-menu .eut-goback .eut-arrow:after {
	content: '\e611';
}


/* =============================================================================
- Header Elements
============================================================================= */
.eut-header-elements,
.eut-hidden-menu-btn {
	position: relative;
	z-index: 2;
}

.eut-header-elements {
	border-left: 1px solid;
	margin-left: 20px;
}

.eut-header-elements + .eut-header-elements {
	border-left: none;
	margin-left: 0;
}

.eut-header-elements ul {
	list-style: none;
	margin: 0;
}

.eut-header-element {
	float: left;
	font-size: 0;
}

.eut-header-element &gt; a {
	display: inline-block;
	padding-left: 20px;
}

.eut-header-element &gt; a span.eut-label,
.eut-hidden-menu-btn a span.eut-label {
	margin-left: 5px;
}

.eut-header-element .eut-item {
	line-height: inherit;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 20px;
	line-height: 1em;
	width: 1em;
	height: 1em;
	text-align: center;
}
.eut-header-element .eut-item.eut-with-text {
	width: auto;
	font-size: 100%;
}

.eut-header-element .eut-item i {
	display: block;
	font-size: inherit;
	line-height: inherit;
}

/* Purchased Items */
.eut-header-element .eut-purchased-items {
	font-size: 12px;
	display: inline-block;
	line-height: 20px;
	margin-left: -7px;
	margin-right: 5px;
}


/* =============================================================================
- Responsive Header Elements
============================================================================= */
@media only screen and (min-width: 960px) {
	.eut-header-responsive-elements {
		display: none;
	}
}

.eut-header-responsive-elements {
	margin-bottom: 3.077em;
}

.eut-header-responsive-elements ul {
	margin: 0;
	display: block;
	list-style: none;
}

.eut-header-responsive-element {
	height: 25px;
	line-height: 25px;
	float: left;
	font-size: 0;
}

.eut-header-responsive-element &gt; a {
	display: inline-block;
	padding: 0 10px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-header-responsive-element .eut-item {
	line-height: inherit;
	display: inline-block;
	vertical-align: middle;
}

.eut-header-responsive-element .eut-item i {
	display: block;
	font-size: 18px;
}

/* =============================================================================
- Page Title &amp; Feature Section
============================================================================= */
.eut-page-title,
#eut-feature-section {
	position: relative;
	overflow: hidden;
	z-index: 5;
	clear: both;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

#eut-post-title .eut-categories a,
#eut-post-title .eut-post-meta a,
#eut-post-title .eut-post-meta time,
#eut-feature-section .eut-categories a,
#eut-feature-section .eut-post-meta a,
#eut-feature-section .eut-post-meta span,
#eut-feature-section .eut-post-meta time {
	color: inherit;
	opacity: 0.6;
	-webkit-transition : opacity .3s;
	-moz-transition    : opacity .3s;
	-ms-transition     : opacity .3s;
	-o-transition      : opacity .3s;
	transition         : opacity .3s;
}

#eut-post-title .eut-categories a:hover,
#eut-post-title .eut-post-meta a:hover,
#eut-feature-section .eut-categories a:hover,
#eut-feature-section .eut-post-meta a:hover {
	opacity: 1;
}

.eut-page-title .eut-content,
#eut-feature-section .eut-content {
	opacity: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-page-title .eut-content.show,
#eut-feature-section .eut-content.show {
	opacity: 1;
}

.eut-page-title .eut-wrapper,
#eut-feature-section .eut-wrapper {
	display: table;
	width: 100%;
	position: relative;
	z-index: 5;
}

.eut-page-title .eut-content,
#eut-feature-section .eut-content {
	display: table-cell;
	width: 100%;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform:    translate3d(0px, 0px, 0px);
	-ms-transform:     translate3d(0px, 0px, 0px);
	-o-transform:      translate3d(0px, 0px, 0px);
	transform:         translate3d(0px, 0px, 0px);
}

.eut-page-title .eut-title,
#eut-feature-section .eut-title {
	margin-bottom: 0px;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-content.eut-align-center-center .eut-title-content-wrapper.eut-bg-none .eut-title,
.eut-content.eut-align-center-top .eut-title-content-wrapper.eut-bg-none .eut-title,
.eut-content.eut-align-center-bottom .eut-title-content-wrapper.eut-bg-none .eut-title {
	padding-left: 12%;
	padding-right: 12%;
}

.eut-content.eut-align-left-center .eut-title-content-wrapper.eut-bg-none .eut-title,
.eut-content.eut-align-left-top .eut-title-content-wrapper.eut-bg-none .eut-title,
.eut-content.eut-align-left-bottom .eut-title-content-wrapper.eut-bg-none .eut-title {
	padding-left: 0;
	padding-right: 24%;
}

.eut-content.eut-align-right-center .eut-title-content-wrapper.eut-bg-none .eut-title,
.eut-content.eut-align-right-top .eut-title-content-wrapper.eut-bg-none .eut-title,
.eut-content.eut-align-right-bottom .eut-title-content-wrapper.eut-bg-none .eut-title {
	padding-left: 24%;
	padding-right: 0;
}

.eut-page-title .eut-subheading,
.eut-page-title .eut-title,
.eut-page-title .eut-description,
#eut-feature-section .eut-subheading,
#eut-feature-section .eut-title,
#eut-feature-section .eut-description {
	display: block;
	position: relative;
}

.eut-page-title .eut-subheading,
.eut-page-title .eut-description,
#eut-feature-section .eut-subheading,
#eut-feature-section .eut-description {
	z-index: 10;
}

.eut-page-title .eut-subheading.eut-text-light,
.eut-page-title .eut-title.eut-text-light,
.eut-page-title .eut-description.eut-text-light,
#eut-feature-section .eut-subheading.eut-text-light,
#eut-feature-section .eut-title.eut-text-light,
#eut-feature-section .eut-description.eut-text-light {
	color: #ffffff;
}

.eut-page-title .eut-subheading.eut-text-dark,
.eut-page-title .eut-title.eut-text-dark,
.eut-page-title .eut-description.eut-text-dark,
#eut-feature-section .eut-subheading.eut-text-dark,
#eut-feature-section .eut-title.eut-text-dark,
#eut-feature-section .eut-description.eut-text-dark {
	color: #000000;
}

/* Fullscreen Feature Load Height */
.eut-page-title.eut-fullscreen .eut-wrapper,
#eut-feature-section.eut-fullscreen .eut-wrapper {
	height: 100vh;
}

/* =============================================================================
--- Page Title &amp; Feature Section Positions
============================================================================= */
.eut-content.eut-align-left-center,
.eut-content.eut-align-center-center,
.eut-content.eut-align-right-center {
	vertical-align: middle;
}

.eut-content.eut-align-left-top,
.eut-content.eut-align-center-top,
.eut-content.eut-align-right-top {
	vertical-align: top;
	padding-top: 30px;
}

.eut-content.eut-align-left-bottom,
.eut-content.eut-align-center-bottom,
.eut-content.eut-align-right-bottom {
	vertical-align: bottom;
	padding-bottom: 30px;
}

.eut-content.eut-align-left-center,
.eut-content.eut-align-left-top,
.eut-content.eut-align-left-bottom {
	text-align: left;
}

.eut-content.eut-align-right-center,
.eut-content.eut-align-right-top,
.eut-content.eut-align-right-bottom {
	text-align: right;
}

.eut-content.eut-align-center-center,
.eut-content.eut-align-center-top,
.eut-content.eut-align-center-bottom {
	text-align: center;
}


/* =============================================================================
--- Page Title &amp; Feature Section Content Wrapper
============================================================================= */
.eut-title-content-wrapper:not(.eut-bg-none) {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 4% 5%;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.eut-fullscreen .eut-title-content-wrapper:not(.eut-bg-none) {
	width: 60%;
}

@media only screen and (max-width: 1200px) {
	.eut-title-content-wrapper:not(.eut-bg-none),
	.eut-fullscreen .eut-title-content-wrapper:not(.eut-bg-none) {
		width: 60%;
		padding: 4%;
	}
}

@media only screen and (max-width: 1023px) {
	.eut-title-content-wrapper:not(.eut-bg-none),
	.eut-fullscreen .eut-title-content-wrapper:not(.eut-bg-none) {
		width: 70%;
		padding: 8%;
	}
}

@media only screen and (max-width: 767px) {
	.eut-title-content-wrapper:not(.eut-bg-none),
	.eut-fullscreen .eut-title-content-wrapper:not(.eut-bg-none) {
		width: 90%;
		padding: 6%;
	}
	#eut-post-title .eut-post-meta li,
	#eut-feature-section .eut-post-meta li {
		margin: 0 8px 0 0;
	}
}

/* =============================================================================
--- Feature Section Buttons
============================================================================= */
#eut-feature-section .eut-button-wrapper {
	margin-top: 40px;
}

.eut-align-left-center .eut-btn,
.eut-align-left-top .eut-btn,
.eut-align-left-bottom .eut-btn {
	margin-right: 30px;
}

.eut-align-right-center .eut-btn,
.eut-align-right-top .eut-btn,
.eut-align-right-bottom .eut-btn {
	margin-left: 30px;
}

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


/* =============================================================================
--- Feature Section Graphic
============================================================================= */
.eut-graphic {
	margin-bottom: 40px;
	display: inline-block;
	vertical-align: top;
}

.eut-circle-graphic .eut-graphic img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.eut-content .eut-graphic img {
	max-height: 150px;
	width: auto;
	display: block;
	position: relative;
}


/* =============================================================================
--- Feature Animation Content
============================================================================= */
.eut-title-content-wrapper:not(.eut-bg-none),
.eut-page-title .eut-title-content-wrapper.eut-bg-none .eut-graphic,
#eut-feature-section .eut-title-content-wrapper.eut-bg-none .eut-graphic,
.eut-page-title .eut-title-content-wrapper.eut-bg-none .eut-subheading,
#eut-feature-section .eut-title-content-wrapper.eut-bg-none .eut-subheading,
.eut-page-title .eut-title-content-wrapper.eut-bg-none .eut-title,
#eut-feature-section .eut-title-content-wrapper.eut-bg-none .eut-title,
.eut-page-title .eut-title-content-wrapper.eut-bg-none .eut-description,
.eut-page-title .eut-title-content-wrapper.eut-bg-none .eut-title-meta,
#eut-feature-section .eut-title-content-wrapper.eut-bg-none .eut-title-meta,
#eut-feature-section .eut-title-content-wrapper.eut-bg-none .eut-description,
.eut-page-title .eut-title-content-wrapper.eut-bg-none .eut-btn,
#eut-feature-section .eut-title-content-wrapper.eut-bg-none .eut-btn {
	opacity: 0;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;

	-webkit-animation-duration : .5s;
	-moz-animation-duration    : .5s;
	-o-animation-duration      : .5s;
	animation-duration         : .5s;

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

	-webkit-animation-timing-function : ease-out;
	-moz-animation-timing-function    : ease-out;
	-o-animation-timing-function      : ease-out;
	animation-timing-function         : ease-out;
}

html.ie9 .eut-title-content-wrapper:not(.eut-bg-none),
html.ie9 .eut-page-title .eut-graphic,
html.ie9 #eut-feature-section .eut-graphic,
html.ie9 .eut-page-title .eut-subheading,
html.ie9 #eut-feature-section .eut-subheading,
html.ie9 .eut-page-title .eut-title,
html.ie9 #eut-feature-section .eut-title,
html.ie9 .eut-page-title .eut-description,
html.ie9 #eut-post-title .eut-title-meta,
html.ie9 #eut-feature-section .eut-description,
html.ie9 .eut-page-title .eut-btn,
html.ie9 #eut-feature-section .eut-btn {
	opacity: 1;
}

/* Fade In */
@-webkit-keyframes content_fade_in {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-moz-keyframes content_fade_in {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-o-keyframes content_fade_in {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

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

/* Fade In Up */
@-webkit-keyframes content_fade_up {
	0% { opacity: 0; -webkit-transform: translateY(100px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}

@-moz-keyframes content_fade_up {
	0% { opacity: 0; -moz-transform: translateY(100px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}

@-o-keyframes content_fade_up {
	0% { opacity: 0; -o-transform: translateY(100px); }
	100% { opacity: 1; -o-transform: translateY(0); }
}

@keyframes content_fade_up {
	0% { opacity: 0; transform: translateY(100px); }
	100% { opacity: 1; transform: translateY(0); }
}

/* Fade In Down */
@-webkit-keyframes content_fade_down {
	0% { opacity: 0; -webkit-transform: translateY(-100px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}

@-moz-keyframes content_fade_down {
	0% { opacity: 0; -moz-transform: translateY(-100px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}

@-o-keyframes content_fade_down {
	0% { opacity: 0; -o-transform: translateY(-100px); }
	100% { opacity: 1; -o-transform: translateY(0); }
}

@keyframes content_fade_down {
	0% { opacity: 0; transform: translateY(-100px); }
	100% { opacity: 1; transform: translateY(0); }
}

/* Fade In Left */
@-webkit-keyframes content_fade_left {
	0% { opacity: 0; -webkit-transform: translateX(-100px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}

@-moz-keyframes content_fade_left {
	0% { opacity: 0; -moz-transform: translateX(-100px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}

@-o-keyframes content_fade_left {
	0% { opacity: 0; -o-transform: translateX(-100px); }
	100% { opacity: 1; -o-transform: translateX(0); }
}

@keyframes content_fade_left {
	0% { opacity: 0; transform: translateX(-100px); }
	100% { opacity: 1; transform: translateX(0); }
}

/* Fade In Right */
@-webkit-keyframes content_fade_right {
	0% { opacity: 0; -webkit-transform: translateX(100px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}

@-moz-keyframes content_fade_right {
	0% { opacity: 0; -moz-transform: translateX(100px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}

@-o-keyframes content_fade_right {
	0% { opacity: 0; -o-transform: translateX(100px); }
	100% { opacity: 1; -o-transform: translateX(0); }
}

@keyframes content_fade_right {
	0% { opacity: 0; transform: translateX(100px); }
	100% { opacity: 1; transform: translateX(0); }
}

/*Zoom In */
@-webkit-keyframes content_zoom_in {
  from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
  100% { opacity: 1; }
}

@keyframes content_zoom_in {
  from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
  100% { opacity: 1; }
}

/*Zoom Out */
@-webkit-keyframes content_zoom_out {
  from { opacity: 0; -webkit-transform: scale3d(1.6, 1.6, 1.6); transform: scale3d(1.6, 1.6, 1.6); }
  100% { opacity: 1; }
}

@keyframes content_zoom_out {
  from { opacity: 0; -webkit-transform: scale3d(1.6, 1.6, 1.6); transform: scale3d(1.6, 1.6, 1.6); }
  100% { opacity: 1; }
}

.eut-page-title .eut-animate-fade-in,
#eut-feature-section .eut-animate-fade-in {
	-webkit-animation-name: content_fade_in;
	-moz-animation-name: content_fade_in;
	-o-animation-name: content_fade_in;
	animation-name: content_fade_in;
}

.eut-page-title .eut-animate-fade-in-up,
#eut-feature-section .eut-animate-fade-in-up {
	-webkit-animation-name: content_fade_up;
	-moz-animation-name: content_fade_up;
	-o-animation-name: content_fade_up;
	animation-name: content_fade_up;
}

.eut-page-title .eut-animate-fade-in-down,
#eut-feature-section .eut-animate-fade-in-down {
	-webkit-animation-name: content_fade_down;
	-moz-animation-name: content_fade_down;
	-o-animation-name: content_fade_down;
	animation-name: content_fade_down;
}

.eut-page-title .eut-animate-fade-in-left,
#eut-feature-section .eut-animate-fade-in-left {
	-webkit-animation-name: content_fade_left;
	-moz-animation-name: content_fade_left;
	-o-animation-name: content_fade_left;
	animation-name: content_fade_left;
}
.eut-page-title .eut-animate-fade-in-right,
#eut-feature-section .eut-animate-fade-in-right {
	-webkit-animation-name: content_fade_right;
	-moz-animation-name: content_fade_right;
	-o-animation-name: content_fade_right;
	animation-name: content_fade_right;
}

.eut-page-title .eut-animate-zoom-in,
#eut-feature-section .eut-animate-zoom-in {
	-webkit-animation-name: content_zoom_in;
	-moz-animation-name: content_zoom_in;
	-o-animation-name: content_zoom_in;
	animation-name: content_zoom_in;
}

.eut-page-title .eut-animate-zoom-out,
#eut-feature-section .eut-animate-zoom-out {
	-webkit-animation-name: content_zoom_out;
	-moz-animation-name: content_zoom_out;
	-o-animation-name: content_zoom_out;
	animation-name: content_zoom_out;
}

/* =============================================================================
- Title Line Divider
============================================================================= */
.eut-page-title .eut-line-divider,
#eut-feature-section .eut-line-divider {
	height: 1.000em;
	max-height: 60px;
	margin-bottom: 0.167em;
	display: block;
	position: relative;
	clear: both;
}

.eut-page-title .eut-line-divider:last-child,
#eut-feature-section .eut-line-divider:last-child {
	display: none;
}

.eut-page-title .eut-line-divider span,
#eut-feature-section .eut-line-divider span {
	width: 0;
	min-width: 0;
	height: 2px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 50%;
	left: auto;
	right: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
	-webkit-transition : all .2s;
	-moz-transition    : all .2s;
	-ms-transition     : all .2s;
	-o-transition      : all .2s;
	transition         : all .2s;
}

.eut-page-title .eut-line-divider.eut-animation span,
#eut-feature-section .eut-line-divider.eut-animation span {
	width: 1.667em;
	min-width: 60px;
}

/* =============================================================================
- Single Post
============================================================================= */
.single-post #eut-content:not(.eut-right-sidebar):not(.eut-left-sidebar) .eut-container {
	max-width: 990px;
}

/* Single Wrapper */
.eut-single-wrapper {
	position: relative;
	z-index: 5;
}

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

.eut-single-wrapper:after {
	clear: both;
}


/* =============================================================================
--- Single Post Title
============================================================================= */
#eut-post-title .eut-title-meta,
#eut-feature-section .eut-title-meta {
	display: block;
}

#eut-post-title .eut-description + .eut-title-meta-content .eut-title-meta,
#eut-feature-section .eut-description + .eut-title-meta-content .eut-title-meta {
	margin-top: 30px;
}

#eut-post-title .eut-post-meta li,
#eut-feature-section .eut-post-meta li {
	opacity: 1;
}


/* Title Categories */
#eut-feature-section .eut-categories,
#eut-post-title .eut-categories {
	margin: 0;
	list-style: none;
}

#eut-post-title .eut-categories li,
#eut-feature-section .eut-categories li {
	display: inline-block;
}

#eut-post-title .eut-content.eut-align-center-center .eut-categories li,
#eut-post-title .eut-content.eut-align-center-top .eut-categories li,
#eut-post-title .eut-content.eut-align-center-bottom .eut-categories li,
#eut-feature-section .eut-content.eut-align-center-center .eut-categories li,
#eut-feature-section .eut-content.eut-align-center-top .eut-categories li,
#eut-feature-section .eut-content.eut-align-center-bottom .eut-categories li {
	padding: 0 8px;
}

#eut-post-title .eut-content.eut-align-left-center .eut-categories li,
#eut-post-title .eut-content.eut-align-left-top .eut-categories li,
#eut-post-title .eut-content.eut-align-left-bottom .eut-categories li,
#eut-feature-section .eut-content.eut-align-left-center .eut-categories li,
#eut-feature-section .eut-content.eut-align-left-top .eut-categories li,
#eut-feature-section .eut-content.eut-align-left-bottom .eut-categories li {
	padding-right: 16px;
}

#eut-post-title .eut-content.eut-align-right-center .eut-categories li,
#eut-post-title .eut-content.eut-align-right-top .eut-categories li,
#eut-post-title .eut-content.eut-align-right-bottom .eut-categories li,
#eut-feature-section .eut-content.eut-align-right-center .eut-categories li,
#eut-feature-section .eut-content.eut-align-right-top .eut-categories li,
#eut-feature-section .eut-content.eut-align-right-bottom .eut-categories li {
	padding-left: 16px;
}

@media only screen and (max-width: 767px) {
	#eut-feature-section .eut-subheading,
	#eut-post-title .eut-subheading {
		margin-bottom: 15px;
	}
	#eut-post-title .eut-post-meta li,
	#eut-feature-section .eut-post-meta li {
	    margin-bottom: 10px;
	}
}


/* =============================================================================
--- Single Post Media
============================================================================= */
#eut-single-media {
	margin-bottom: 4.000rem;
}

#eut-single-media img {
	width: 100%;
	opacity: 0;
	display: block;
}

#eut-single-media .eut-gallery {
	margin: 0;
	list-style: none;
}

#eut-single-media .eut-gallery.eut-vertical-gallery li {
	margin-bottom: 10px;
}

#eut-single-media .eut-gallery.eut-vertical-gallery li:last-child {
	margin-bottom: 0;
}

/* Post Gallery */
ul.eut-post-gallery {
	margin: 0 -15px -30px -15px;
	list-style: none;
}

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

ul.eut-post-gallery:after {
	clear: both;
}

ul.eut-post-gallery li {
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
	width: 33.33333333%;
}

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

ul.eut-post-gallery li {
	opacity: 1;
	-webkit-transition : opacity .3s;
	-moz-transition    : opacity .3s;
	-ms-transition     : opacity .3s;
	-o-transition      : opacity .3s;
	transition         : opacity .3s;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

ul.eut-post-gallery li.hover {
	opacity: 0.7;
}

/* Vertical Gallery */
ul.eut-post-gallery.eut-vertical-style {
	margin: 0;
	list-style: none;
}

ul.eut-post-gallery.eut-vertical-style li {
	float: left;
	padding: 0;
	width: 100%;
}

ul.eut-post-gallery.eut-vertical-style li:last-child {
	margin-bottom: 0;
}


/* =============================================================================
--- Single Post Default Meta
============================================================================= */
#eut-single-post-meta {
	overflow: hidden;
}

#eut-single-post-meta .eut-single-post-responsive-meta {
	display: none;
	clear: both;
}

@media only screen and (max-width: 1200px) {
	#eut-single-post-meta .eut-single-post-responsive-meta {
		display: block;
	}
}

/* Show Single Post Responsive Meta (Side Header - Boxed Layout) */
#eut-theme-wrapper.eut-header-side #eut-single-post-meta .eut-single-post-responsive-meta,
body.eut-boxed #eut-single-post-meta .eut-single-post-responsive-meta {
	display: block;
}

/* =============================================================================
--- Single Post Sticky Meta
============================================================================= */
#eut-single-post-meta-sticky {
	position: absolute;
	top: 5.000rem;
	left: 2%;
	z-index: 10;
	-webkit-transition: -webkit-transform .5s ease-in-out 0s, opacity .5s 0s, visibility .5s 0s;
	-moz-transition:    -moz-transform .5s ease-in-out 0s, opacity .5s 0s, visibility .5s 0s;
	-ms-transition:     -ms-transform .5s ease-in-out 0s, opacity .5s 0s, visibility .5s 0s;
	-o-transition:      -o-transform .5s ease-in-out 0s, opacity .5s 0s, visibility .5s 0s;
	transition:         transform .5s ease-in-out 0s, opacity .5s 0s, visibility .5s 0s;
	-webkit-transform: translateX(-200%);
	-moz-transform:    translateX(-200%);
	-ms-transform:     translateX(-200%);
	-o-transform:      translateX(-200%);
	transform:         translateX(-200%);
	opacity: 0;
	visibility: hidden;
}

#eut-single-post-meta-sticky.show {
	-webkit-transform: translateX(0);
	-moz-transform:    translateX(0);
	-ms-transform:     translateX(0);
	-o-transform:      translateX(0);
	transform:         translateX(0);
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width: 1200px) {
	#eut-single-post-meta-sticky {
		display: none;
	}
}

/* Hide Sticky Post Meta (Side Header - Boxed Layout) */
#eut-theme-wrapper.eut-header-side #eut-single-post-meta-sticky,
body.eut-boxed #eut-single-post-meta-sticky {
	display: none;
}

#eut-single-post-meta-sticky .eut-meta-item {
	margin-bottom: 2.500rem;
}

#eut-single-post-meta-sticky .eut-meta-item:last-child {
	margin-bottom: 0;
}

#eut-single-post-meta-sticky.is-transition {
	-webkit-transition: -webkit-transform .5s ease-in-out .5s, opacity .5s .5s, visibility .5s .5s, top .3s;
	-moz-transition:    -moz-transform .5s ease-in-out .5s, opacity .5s .5s, visibility .5s .5s, top .3s;
	-ms-transition:     -ms-transform .5s ease-in-out .5s, opacity .5s .5s, visibility .5s .5s, top .3s;
	-o-transition:      -o-transform .5s ease-in-out .5s, opacity .5s .5s, visibility .5s .5s, top .3s;
	transition:         transform .5s ease-in-out .5s, opacity .5s .5s, visibility .5s .5s, top .3s;
}

/* Author */
#eut-single-post-meta-sticky .eut-post-author img {
	max-width: 50px;
	margin-bottom: 12px;
	display: block;
}

#eut-single-post-meta-sticky .eut-post-author .eut-author-name {
	line-height: 1.2;
}

/* Date */
#eut-single-post-meta-sticky .eut-post-date {
	line-height: 2em;
}


/* =============================================================================
--- Single Post Categories
============================================================================= */
.eut-tags-categories {
	overflow: hidden;
	display: block;
}

#eut-single-post-categories {
	float: left;
}

#eut-single-post-categories .eut-categories {
	margin: 0;
	list-style: none;
	font-size: 0;
}

#eut-single-post-categories .eut-categories li {
	display: inline-block;
	margin-bottom: 4px;
	margin-right: 4px;
}

#eut-single-post-categories .eut-categories li a {
	display: block;
	border-color: inherit;
	line-height: 30px;
	padding: 0 10px;
	color: inherit;
	font-size: 12px;
	line-height: 30px;
	border: 2px solid;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#eut-single-post-tags + #eut-single-post-categories {
	float: right;
	text-align: right;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	#eut-single-post-categories,
	#eut-single-post-tags + #eut-single-post-categories {
		float: none;
		width: 100%;
		text-align: center;
	}
	#eut-single-post-tags + #eut-single-post-categories {
		margin-top: 15px;
	}
}


/* =============================================================================
--- Single Post Tags
============================================================================= */
#eut-single-post-tags {
	float: left;
}

#eut-single-post-tags .eut-tags {
	margin: 0;
	list-style: none;
	font-size: 0;
}

#eut-single-post-tags .eut-tags li {
	display: inline-block;
	margin-bottom: 4px;
	margin-right: 4px;
}

#eut-single-post-tags .eut-tags li a {
	display: block;
	border-color: inherit;
	line-height: 30px;
	padding: 0 10px;
	color: inherit;
	font-size: 12px;
	line-height: 30px;
	border: 1px solid;
	background-color: #ffffff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#eut-single-post-tags .eut-tags li a:before {
	content: '#';
	opacity: 0.6;
	margin-right: 3px;
}

@media only screen and (max-width: 767px) {
	#eut-single-post-tags {
		float: none;
		width: 100%;
		text-align: center;
	}
}


/* =============================================================================
--- Single Post Sticky Navigation
============================================================================= */
.eut-post-nav.eut-sticky-post-nav {
	position: absolute;
	top: 5.000rem;
	right: 2%;
	z-index: 10;
}

.eut-post-nav.eut-sticky-post-nav.is-transition {
	-webkit-transition : top .3s;
	-moz-transition    : top .3s;
	-ms-transition     : top .3s;
	-o-transition      : top .3s;
	transition         : top .3s;
}

@media only screen and (max-width: 1200px) {
	.eut-post-nav.eut-sticky-post-nav {
		display: none;
	}
}

/* Hide Sticky Navigation (Side Header - Boxed Layout) */
#eut-theme-wrapper.eut-header-side .eut-post-nav.eut-sticky-post-nav,
body.eut-boxed .eut-post-nav.eut-sticky-post-nav {
	display: none;
}

.eut-post-nav.eut-sticky-post-nav .eut-nav-btn {
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: right;
	clear: both;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-post-nav.eut-sticky-post-nav .eut-nav-btn:hover {
	width: 250px;
}

.eut-post-nav.eut-sticky-post-nav .eut-nav-btn + .eut-nav-btn {
	margin-top: 5px;
}

.eut-post-nav.eut-sticky-post-nav .eut-nav-btn a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	color: inherit;
	border: 1px solid;
	background-color: #ffffff;
}

.eut-post-nav.eut-sticky-post-nav .eut-nav-btn a:hover {
	color: inherit;
}

.eut-post-nav.eut-sticky-post-nav .eut-nav-btn .eut-nav-arrow {
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.eut-post-nav.eut-sticky-post-nav .eut-nav-btn:hover .eut-nav-arrow {
	-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: nav_arrow_animation;
	-moz-animation-name: nav_arrow_animation;
	-o-animation-name: nav_arrow_animation;
	animation-name: nav_arrow_animation;
}

@-webkit-keyframes nav_arrow_animation {
	0% { opacity: 1; right: 0; }
	30% { opacity: 0; right: 100%; }
	60% { opacity: 0; right: -70px; }
	100% { opacity: 1; right: 0; }
}

@-moz-keyframes nav_arrow_animation {
	0% { opacity: 1; right: 0; }
	30% { opacity: 0; right: 100%; }
	60% { opacity: 0; right: -70px; }
	100% { opacity: 1; right: 0; }
}

@-o-keyframes nav_arrow_animation {
	0% { opacity: 1; right: 0; }
	30% { opacity: 0; right: 100%; }
	60% { opacity: 0; right: -70px; }
	100% { opacity: 1; right: 0; }
}

@keyframes nav_arrow_animation {
	0% { opacity: 1; right: 0; }
	30% { opacity: 0; right: 100%; }
	60% { opacity: 0; right: -70px; }
	100% { opacity: 1; right: 0; }
}

.eut-post-nav.eut-sticky-post-nav .eut-nav-btn .eut-nav-content {
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
	-webkit-transition : left .3s .1s;
	-moz-transition    : left .3s .1s;
	-ms-transition     : left .3s .1s;
	-o-transition      : left .3s .1s;
	transition         : left .3s .1s;
	z-index: 2;
	width: 180px;
	overflow: hidden;
	opacity: 0;
	padding: 0 5px 0 30px;
}

.eut-post-nav.eut-sticky-post-nav .eut-nav-btn:hover .eut-nav-content {
	left: 0;
	opacity: 1;
}

.eut-post-nav .eut-nav-btn .eut-nav-subtitle {
	line-height: 2em;
	margin-bottom: 0;
	opacity: 0.5;
}

.eut-post-nav .eut-nav-btn .eut-nav-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.571em;
}

/* =============================================================================
--- Single Post Default Navigation
============================================================================= */
.eut-post-nav.eut-default-post-nav {
	border-top: 1px solid;
	display: block;
	overflow: hidden;
}

.eut-post-nav.eut-default-post-nav .eut-nav-btn {
	float: left;
	width: 50%;
}

.eut-post-nav.eut-default-post-nav .eut-nav-btn.eut-next {
	text-align: right;
	float: right;
}

.eut-post-nav.eut-default-post-nav .eut-nav-btn a {
	display: table;
	width: 100%;
	color: inherit;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-post-nav.eut-default-post-nav .eut-nav-arrow {
	width: 20px;
}

.eut-post-nav.eut-default-post-nav .eut-nav-content {
	padding: 0 15px;
}

.eut-post-nav.eut-default-post-nav .eut-nav-arrow,
.eut-post-nav.eut-default-post-nav .eut-nav-content {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.eut-post-nav.eut-default-post-nav .eut-nav-title {
		display: none;
	}
}


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

.eut-post-socials .eut-bar-socials li {
	position: relative;
	float: left;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

#eut-single-post-meta-sticky .eut-post-socials .eut-bar-socials li {
	clear: both;
}


#eut-single-post-meta-sticky .eut-post-socials .eut-bar-socials li + li {
	margin-top: 5px;
}

.eut-post-socials .eut-bar-socials li a {
	display: block;
	width: 36px;
	height: 36px;
	position: relative;
	overflow: hidden;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-post-socials .eut-bar-socials li i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

#eut-single-post-meta-sticky .eut-post-socials .eut-bar-socials li:hover i {
	-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: social_icon_animation;
	-moz-animation-name: social_icon_animation;
	-o-animation-name: social_icon_animation;
	animation-name: social_icon_animation;
}

@-webkit-keyframes social_icon_animation {
	0% { opacity: 1; left: 0; }
	30% { opacity: 0; left: 100%; }
	60% { opacity: 0; left: -40px; }
	100% { opacity: 1; left: 0; }
}

@-moz-keyframes social_icon_animation {
	0% { opacity: 1; left: 0; }
	30% { opacity: 0; left: 100%; }
	60% { opacity: 0; left: -40px; }
	100% { opacity: 1; left: 0; }
}

@-o-keyframes social_icon_animation {
	0% { opacity: 1; left: 0; }
	30% { opacity: 0; left: 100%; }
	60% { opacity: 0; left: -40px; }
	100% { opacity: 1; left: 0; }
}

@keyframes social_icon_animation {
	0% { opacity: 1; left: 0; }
	30% { opacity: 0; left: 100%; }
	60% { opacity: 0; left: -40px; }
	100% { opacity: 1; left: 0; }
}

#eut-single-post-meta-sticky .eut-post-socials .eut-bar-socials li span {
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
	-webkit-transition : right .3s .1s;
	-moz-transition    : right .3s .1s;
	-ms-transition     : right .3s .1s;
	-o-transition      : right .3s .1s;
	transition         : right .3s .1s;
	z-index: 2;
	overflow: hidden;
	opacity: 0;
	padding: 0 15px 0 0;
	white-space: nowrap;
}

#eut-single-post-meta-sticky .eut-post-socials .eut-bar-socials li:hover span {
	right: 0;
	opacity: 1;
}

/* Facebook Colors */
.eut-post-socials .eut-facebook a {
	color: #ffffff;
	background-color: #3B5998;
	border-color: #3B5998;
}

/* Twitter Colors */
.eut-post-socials .eut-twitter a {
	color: #ffffff;
	background-color: #55acee;
	border-color: #55acee;
}

/* Linkedin Colors */
.eut-post-socials .eut-linkedin a {
	color: #ffffff;
	background-color: #0077b5;
	border-color: #0077b5;
}

/* Google + Colors */
.eut-post-socials .eut-google a {
	color: #ffffff;
	background-color: #DC4E41;
	border-color: #DC4E41;
}

/* Reddit Colors */
.eut-post-socials .eut-reddit a {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}

/* Email Colors */
.eut-post-socials .eut-email a {
	color: #ffffff;
	background-color: #f1b144;
	border-color: #f1b144;
}

/* Likes Colors */
.eut-post-socials .eut-likes a {
	color: #ffffff;
	background-color: #FC2121;
	border-color: #FC2121;
}

/* =============================================================================
--- Single Post Default Socials
============================================================================= */
#eut-single-post-meta .eut-post-socials {
	position: static;
	overflow: hidden;
	display: block;
	margin-top: 2.500rem;
}

#eut-single-post-meta .eut-post-socials ul {
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
}

#eut-single-post-meta .eut-post-socials li {
	position: relative;
	margin-right: 5px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

#eut-single-post-meta .eut-post-socials li:last-child {
	margin: 0;
}

#eut-single-post-meta .eut-post-socials li i {
	position: relative;
}

#eut-single-post-meta .eut-post-socials li span {
	display: none;
}

#eut-single-post-meta .eut-post-socials li.eut-likes a {
	width: auto !important;
}

#eut-single-post-meta .eut-post-socials li.eut-likes i {
	float: left;
}

#eut-single-post-meta .eut-post-socials li.eut-likes span {
	display: block;
	position: static;
	float: left;
	line-height: 36px;
	padding: 0 15px 0 0;
}


/* =============================================================================
--- Single Post Author
============================================================================= */
#eut-about-author .eut-author-image {
	text-align: center;
	margin-bottom: 20px;
}

.eut-about-author .eut-author-image {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 18px;
}

img.avatar {
	-webkit-border-radius : 100%;
	border-radius: 100%;
}

.eut-about-author .eut-author-info .eut-title {
	display: block;
	text-transform: capitalize;
}

.eut-about-author .eut-author-read-more:hover {
	color: inherit;
}

.eut-about-author.eut-author-overview {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/* =============================================================================
--- Single Post Related
============================================================================= */
#eut-related-post {
	position: relative;
	overflow: hidden;
}

#eut-related-post .eut-related-title {
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	transform:         translate(-50%, -50%);
	background-color: #ffffff;
	padding: 1.250rem 3.125rem;
	opacity: 0;

	-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: related_title_anim_in;
	-moz-animation-name: related_title_anim_in;
	-o-animation-name: related_title_anim_in;
	animation-name: related_title_anim_in;

	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;

	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;

}

/* Animation Related Title */
#eut-related-post:hover .eut-related-title {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;

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

	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

/* Animation In */
@-webkit-keyframes related_title_anim_in {
	0% { opacity: 0; top: 50%; }
	100% { opacity: 1; top: 50%; }
}

@-moz-keyframes related_title_anim_in {
	0% { opacity: 0; top: 50%; }
	100% { opacity: 1; top: 50%; }
}

@-o-keyframes related_title_anim_in {
	0% { opacity: 0; top: 50%; }
	100% { opacity: 1; top: 50%; }
}

@keyframes related_title_anim_in {
	0% { opacity: 0; top: 50%; }
	100% { opacity: 1; top: 50%; }
}

/* Animation Out */
@-webkit-keyframes related_title_anim_out {
	0% { opacity: 1; top: 50%; }
	30% { opacity: 1; top: 40%; }
	100% { opacity: 0; top: 100%; }
}

@-moz-keyframes related_title_anim_out {
	0% { opacity: 1; top: 50%; }
	30% { opacity: 1; top: 40%; }
	100% { opacity: 0; top: 100%; }
}

@-o-keyframes related_title_anim_out {
	0% { opacity: 1; top: 50%; }
	30% { opacity: 1; top: 40%; }
	100% { opacity: 0; top: 100%; }
}

@keyframes related_title_anim_out {
	0% { opacity: 1; top: 50%; }
	30% { opacity: 1; top: 40%; }
	100% { opacity: 0; top: 100%; }
}

#eut-related-post .eut-related-title .eut-description {
	line-height: 2em;
	opacity: 0.5;
	margin-top: -0.5em;
}

#eut-related-post .eut-related-title .eut-title {
	line-height: 1.2em;
	margin-bottom: 0;
}

.eut-related-post-wrapper {
    display: block;
    overflow: hidden;
    white-space:nowrap;
    font-size: 0;
    letter-spacing: 0;
}

.eut-related-item .eut-content {
	position: relative;
	z-index: 9;
	padding: 7.500rem 0px;
	text-align: center;
}

.eut-related-item .eut-content .eut-title {
	line-height: 1.2em;
	margin-bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(300%);
	-moz-transform:    translateY(300%);
	-ms-transform:     translateY(300%);
	-o-transform:      translateY(300%);
	transform:         translateY(300%);
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay:    .3s;
	-ms-transition-delay:     .3s;
	-o-transition-delay:      .3s;
	transition-delay:         .3s;
}

.eut-related-item .eut-content .eut-description {
	line-height: 2em;
	margin-top: -0.5em;
	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: .3s;
	-moz-transition-delay:    .3s;
	-ms-transition-delay:     .3s;
	-o-transition-delay:      .3s;
	transition-delay:         .3s;
}

.eut-related-item .eut-content .eut-title,
.eut-related-item .eut-content .eut-description {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
	.eut-related-item .eut-content .eut-title {
		max-width: 60%;
		margin: 0 auto;
	}
}

/* Animation Title */
#eut-related-post:hover .eut-content .eut-title,
#eut-related-post:hover .eut-content .eut-description {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}


#eut-related-post .eut-related-item a {
	z-index: 10;
	display: block;
	text-align: center;
}

#eut-related-post .eut-related-item a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.2;
	z-index: 8;
	-webkit-transition : all .5s ease;
	-moz-transition    : all .5s ease;
	-ms-transition     : all .5s ease;
	-o-transition      : all .5s ease;
	transition         : all .5s ease;
}

#eut-related-post .eut-related-item a:hover:before {
	opacity: 0.6;
}

.eut-related-item {
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	width: 33.33333%;
}

/* Column 1 */
.eut-related-column-1 .eut-related-item {
	width: 100%;
}

/* Column 2 */
.eut-related-column-2 .eut-related-item {
	width: 50%;
}

/* =============================================================================
--- Single Post Responsive Related
============================================================================= */
@media only screen and (max-width: 1200px) {
	#eut-related-post .eut-related-title {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0);
		-moz-transform:    translate(0);
		-ms-transform:     translate(0);
		-o-transform:      translate(0);
		transform:         translate(0);
		background-color: transparent;
		padding: 0;
		opacity: 1;
		margin-bottom: 2.500rem;
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
	}

	#eut-related-post:hover .eut-related-title {
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
	}

	#eut-related-post .eut-content .eut-title,
	#eut-related-post .eut-content .eut-description,
	#eut-related-post:hover .eut-content .eut-title,
	#eut-related-post:hover .eut-content .eut-description {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform:    translateY(0);
		-ms-transform:     translateY(0);
		-o-transform:      translateY(0);
		transform:         translateY(0);
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
	}
}

@media only screen and (max-width: 767px) {
	.eut-related-item,
	.eut-related-column-1 .eut-related-item,
	.eut-related-column-2 .eut-related-item {
		width: 100%;
		display: block;
	}

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

/* =============================================================================
--- Single Post Comments
============================================================================= */
#eut-comments .eut-comments-header {
	margin-bottom: 2.500rem;
}

#eut-comments .eut-comments-number {
	margin-bottom: 0;
}

#eut-comments .eut-comment-nav {
	float: right;
}

#eut-comments .eut-comment-nav li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 1.154em;
}

#eut-comments .eut-comment-text {
	margin-bottom: 18px;
}

#eut-comments .eut-comment-text p {
	font-size: 14px;
	line-height: 24px;
}

#eut-comments ul {
	margin: 0;
	list-style: none;
}

#eut-comments ul li {
	margin-bottom: 2.500rem;
	padding-bottom: 2.500rem;
}

#eut-comments ul.children li{
	margin-left: 2.500rem;
	margin-top: 2.500rem;
	padding-top: 2.500rem;
}

#eut-comments ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.eut-comment-item {
	border-bottom: 1px solid;
}

.children .eut-comment-item {
	border-top: 1px solid;
	border-bottom: none;
}

.eut-comment-item:last-child {
	border-bottom: none;
}

#eut-comments .eut-comment-header {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

#eut-comments .eut-author-image {
	display: table-cell;
	width: 50px;
	vertical-align: middle;
}

#eut-comments .eut-author-image img {
	display: block;
	max-width: 50px;
}

#eut-comments .eut-comment-title {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

#eut-comments .eut-comment-date {
	line-height: 2em;
	float: left;
	opacity: 0.5;
	color: inherit;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

#eut-comments .eut-comment-date:hover {
	opacity: 1;
}

#eut-comments .eut-author {
	line-height: 1.2em;
	margin-bottom: 0;
	display: block;
}

#eut-comments .eut-comment-content {
	padding-left: 70px;
}

#eut-comments .eut-comment-reply + .eut-comment-edit {
	margin-left: 1.154em;
}

#eut-comments .comment + #respond {
	margin-top: 30px;
}

/* =============================================================================
--- Single Post Comment Form
============================================================================= */
#reply-title {
	padding: 10px;
	cursor: pointer;
	position: relative;
	text-align: center;
	background-color: #ffffff;
	margin-bottom: 0;
}

#reply-title:before {
	font-family: 'euthemians' !important;
	content: "\e602";
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform:    translateY(-50%) rotate(0deg);
	-ms-transform:     translateY(-50%) rotate(0deg);
	-o-transform:      translateY(-50%) rotate(0deg);
	transform:         translateY(-50%) rotate(0deg);
}

#reply-title.open:before{
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform:    translateY(-50%) rotate(-180deg);
	-ms-transform:     translateY(-50%) rotate(-180deg);
	-o-transform:      translateY(-50%) rotate(-180deg);
	transform:         translateY(-50%) rotate(-180deg);
}

#commentform {
	padding-top: 30px;
	margin-right: -5px;
	margin-left: -5px;
	display: none;
}

#commentform .eut-form-textarea,
#commentform .eut-form-input{
	padding: 0 5px;
}

#eut-comment-form .eut-form-input {
	width: 33.333333%;
	float: left;
}

#eut-comment-form .logged-in-as {
	padding-bottom: 30px;
	margin-left: 5px;
}

#eut-comment-form p.form-submit {
	text-align: center;
	clear: both;
}

#disqus_thread {
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
	padding: 15px;
}

/* =============================================================================
--- Single Post Quote &amp; Link Format
============================================================================= */
#eut-single-quote,
#eut-single-link {
	position: relative;
	margin-bottom: 2.500rem;
}

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

#eut-single-quote .eut-post-content,
#eut-single-link .eut-post-content {
	position: relative;
	z-index: 5;
	display: block;
	padding: 8%;
	color: #ffffff;
}

#eut-single-quote .eut-post-title,
#eut-single-link .eut-post-title {
	color: #ffffff;
}

#eut-single-quote a,
#eut-single-link a {
	display: block;
	position: relative;
	height: 100%;
}

#eut-single-quote .eut-quote-writer,
#eut-single-link .eut-post-url {
	margin-top: 30px;
	display: block;
}

/* =============================================================================
- Pagination
============================================================================= */
.eut-pagination {
	margin-top: 2.500rem;
}

.eut-pagination ul {
	list-style: none;
	margin: 0;
	text-align: center;
}

.eut-pagination ul li {
	display: inline-block;
	margin: 0 4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid;
	color: inherit;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-pagination ul li a {
	display: block;
}

.eut-pagination ul li i {
	font-size: 0.750em;
}


/* =============================================================================
- Breadcrumbs
============================================================================= */
.eut-breadcrumbs {
	border-top: 1px solid;
	border-bottom: 1px solid;
	position: relative;
	z-index: 5;
}

.eut-breadcrumbs.eut-fullwidth {
	padding: 0 20px;
}

.eut-breadcrumbs ul {
	list-style: none;
	margin: 0;
}

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

.eut-breadcrumbs ul li a:hover {
	text-decoration: underline;
}


/* =============================================================================
- Page With Sidebar
============================================================================= */
#eut-content.eut-left-sidebar,
#eut-content.eut-right-sidebar {
	overflow: hidden;
}

#eut-content.eut-left-sidebar .eut-content-wrapper,
#eut-content.eut-right-sidebar .eut-content-wrapper {
	max-width: 1220px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
	body:not(.eut-boxed).single-post #eut-theme-wrapper:not(.eut-header-side) #eut-content.eut-left-sidebar .eut-content-wrapper,
	body:not(.eut-boxed).single-post #eut-theme-wrapper:not(.eut-header-side) #eut-content.eut-right-sidebar .eut-content-wrapper {
		padding-left: 100px;
		padding-right: 100px;
	}
}

#eut-content.eut-right-sidebar .eut-content-wrapper:before,
#eut-content.eut-right-sidebar .eut-content-wrapper:after,
#eut-content.eut-left-sidebar .eut-content-wrapper:before,
#eut-content.eut-left-sidebar .eut-content-wrapper:after {
	display: table;
	content: " ";
}

#eut-content.eut-right-sidebar .eut-content-wrapper:after,
#eut-content.eut-left-sidebar .eut-content-wrapper:after {
	clear: both;
}

#eut-content.eut-left-sidebar .eut-container,
#eut-content.eut-right-sidebar .eut-container {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

#eut-content.eut-left-sidebar #eut-main-content {
	width: 66.66666667%;
	float: right;
	padding-left: 30px;
}

#eut-content.eut-right-sidebar #eut-main-content {
	width: 66.66666667%;
	float: left;
	padding-right: 30px;
}


#eut-sidebar {
	position: relative;
	z-index: 5;
}

#eut-content.eut-left-sidebar #eut-sidebar {
	width: 33.33333333%;
	padding-right: 20px;
	float: left;
}

#eut-content.eut-right-sidebar #eut-sidebar {
	width: 33.33333333%;
	padding-left: 20px;
	float: right;
}


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

	#eut-content.eut-right-sidebar #eut-main-content,
	#eut-content.eut-left-sidebar #eut-main-content {
		width: auto;
		padding-left: 0;
		padding-right: 0;
		float: none;
	}

	#eut-content.eut-right-sidebar #eut-sidebar,
	#eut-content.eut-left-sidebar #eut-sidebar {
		width: 90%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}

}

/* =============================================================================
- Hidden Area ( Side Area &amp; Responsive Menu )
============================================================================= */
.eut-hidden-area {
	display: none;
	position: fixed;
	width: 650px;
	height: 100%;
	top: 0;
	right: -30px;
	bottom: 0;
	z-index: 9999;
	background-color: #ffffff;

	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);

	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform:    translate3d(100%, 0, 0);
	-ms-transform:     translate3d(100%, 0, 0);
	-o-transform:      translate3d(100%, 0, 0);
	transform:         translate3d(100%, 0, 0);

	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transition:    -moz-transform 0.5s ease-in-out;
	-o-transition:      -o-transform 0.5s ease-in-out;
	transition:         transform 0.5s ease-in-out;

	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-hidden-area.open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform:    translate3d(0, 0, 0);
	-ms-transform:     translate3d(0, 0, 0);
	-o-transform:      translate3d(0, 0, 0);
	transform:         translate3d(0, 0, 0);
}

.eut-hiddenarea-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding-right: 30px;
	padding-bottom: 90px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.eut-hidden-area.prepare-anim {
	display: block;
}

.eut-hidden-area .eut-hiddenarea-content {
	width: 350px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

@media only screen and (max-width: 767px){
	.eut-hidden-area .eut-hiddenarea-content {
		width: 280px;
	}
}


.eut-hidden-area .eut-scroller {
	padding: 0 30px 0 0;
}

.eut-toggle-sidearea {
	cursor: pointer;
}

.eut-scroller {
	overflow: auto;
	position: relative;
}

.eut-hidden-area .eut-close-btn {
	-webkit-transform: translate3d(0, -200%, 0);
	-moz-transform:    translate3d(0, -200%, 0);
	-ms-transform:     translate3d(0, -200%, 0);
	-o-transform:      translate3d(0, -200%, 0);
	transform:         translate3d(0, -200%, 0);

	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
	-moz-transition:    -moz-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
	-o-transition:      -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
	transition:         transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
}

.eut-hidden-area.open .eut-close-btn {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform:    translate3d(0, 0, 0);
	-ms-transform:     translate3d(0, 0, 0);
	-o-transform:      translate3d(0, 0, 0);
	transform:         translate3d(0, 0, 0);
}

/* =============================================================================
- Close Button
============================================================================= */
.eut-close-btn-wrapper {
	display: block;
	padding: 0 10px;
	margin: 30px auto 60px auto;
	width: 350px;
}

.eut-close-btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.eut-close-btn i {
	font-size: inherit;
	line-height: inherit;
}

/* Arrow Transform */
.eut-close-btn.eut-close-arrow:hover span {
	width: 40px;
}

.eut-close-btn.eut-close-arrow:hover:before {
	width: 15px;
	-webkit-transform: translateX(2px) translateY(-5px) rotate(-45deg);
	-moz-transform:    translateX(2px) translateY(-5px) rotate(-45deg);
	-ms-transform:     translateX(2px) translateY(-5px) rotate(-45deg);
	-o-transform:      translateX(2px) translateY(-5px) rotate(-45deg);
	transform:         translateX(2px) translateY(-5px) rotate(-45deg);
}

.eut-close-btn.eut-close-arrow:hover:after {
	width: 15px;
	-webkit-transform: translateX(2px) translateY(5px) rotate(-135deg);
	-moz-transform:    translateX(2px) translateY(5px) rotate(-135deg);
	-ms-transform:     translateX(2px) translateY(5px) rotate(-135deg);
	-o-transform:      translateX(2px) translateY(5px) rotate(-135deg);
	transform:         translateX(2px) translateY(5px) rotate(-135deg);
}


/* =============================================================================
- Page Modal
============================================================================= */
.eut-close-modal {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
}

.eut-close-modal i {
	font-size: inherit;
	line-height: inherit;
}

.eut-modal {
	display: none;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-filter: blur(0);
	-webkit-overflow-scrolling: touch;
	outline: 0;
	height: 100%;

	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;

	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-modal-wrapper {
	position: relative;
	max-width: 600px;
	height: 100%;
	display: table;
	margin: 0 auto;
}

.eut-modal-content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 100px 15px;
}

.eut-modal.prepare-anim {
	display: block;
}

.eut-modal.animate {
	display: block;
	visibility: visible;
	opacity: 1;
}


/* =============================================================================
--- Search Modal
============================================================================= */
#eut-search-modal .eut-search {
	max-width: 100%;
	position: relative;
}

#eut-theme-wrapper .eut-modal .eut-search input[type='text'] {
	border: none;
	border-bottom: 2px solid;
	border-color: inherit;
	height: auto;
	margin-bottom: 0;
	opacity: 0;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-transform: translateY(-150%);
	-moz-transform:    translateY(-150%);
	-ms-transform:     translateY(-150%);
	-o-transform:      translateY(-150%);
	transform:         translateY(-150%);
}

#eut-theme-wrapper .eut-modal.animate .eut-search input[type='text'] {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

#eut-theme-wrapper .eut-modal .eut-search button[type='submit'] {
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	top: 50%;
	right: 0;
	opacity: 0;
	-webkit-transform: translateY(-150%);
	-moz-transform:    translateY(-150%);
	-ms-transform:     translateY(-150%);
	-o-transform:      translateY(-150%);
	transform:         translateY(-150%);
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

#eut-theme-wrapper .eut-modal.animate .eut-search button[type='submit'] {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
	-webkit-transition-delay: .3s;
	-moz-transition-delay:    .3s;
	-ms-transition-delay:     .3s;
	-o-transition-delay:      .3s;
	transition-delay:         .3s;
}


#eut-search-modal ::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

#eut-search-modal :-moz-placeholder { /* Firefox 18- */
	color: inherit;
	opacity: 1;
}

#eut-search-modal ::-moz-placeholder {  /* Firefox 19+ */
	color: inherit;
	opacity: 1;
}

#eut-search-modal :-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

/* =============================================================================
--- Socials Modal
============================================================================= */
#eut-socials-modal .eut-social {
	margin: 0;
	margin-bottom: -15px;
	list-style: none;
	text-align: left;
}

#eut-socials-modal .eut-social li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

#eut-socials-modal .eut-social li a {
	width: 56px;
	height: 56px;
	line-height: 52px;
	text-align: center;
	border: 2px solid;
	font-size: 18px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}


/* =============================================================================
--- Language Modal
============================================================================= */
#eut-language-modal {
	text-align: center;
}

#eut-language-modal ul {
	display: block;
	list-style: none;
	margin: 0;
}

#eut-language-modal ul li {
	display: inline-block;
}

#eut-language-modal ul li a {
	display: block;
	padding: 10px 14px;
	margin: 10px;
	border: 2px solid;
	opacity: 0.5;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

#eut-language-modal ul li a:hover {
	opacity: 1;
	padding: 10px 18px;
}

#eut-language-modal ul li a.active {
	opacity: 1;
}

/* =============================================================================
--- Login Modal
============================================================================= */
#eut-login-modal .eut-modal-item {
    width: 320px;
    line-height: 30px;
}

@media only screen and (max-width: 767px){
	#eut-login-modal .eut-modal-item {
		width: 280px;
	}

	#eut-login-modal .eut-modal-item .eut-alert a{
		padding: 20px;
	}
}

#eut-login-modal .eut-login-modal-footer {
	padding-top: 20px;
}

#eut-login-modal .eut-form-errors {
	padding: 15px 0;
}

#eut-login-modal .eut-form-field,
#eut-login-modal .eut-login-form-title {
	display: block;
	text-align: center;
}
#eut-login-modal .eut-login-form-description {
	display: block;
	margin-bottom: 15px;
}

#eut-theme-wrapper #eut-login-modal input[type='text'],
#eut-theme-wrapper #eut-login-modal input[type='email'],
#eut-theme-wrapper #eut-login-modal input[type='password'] {
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: center;
}

#eut-theme-wrapper #eut-login-modal button[type="submit"] {
	margin-bottom: 2.222rem;
}

#eut-theme-wrapper .eut-reset-password-form-btn,
#eut-theme-wrapper .eut-login-link a,
#eut-theme-wrapper .eut-alert-info a {
	display: inline-block;
	color: inherit;
	opacity: 0.5;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

#eut-theme-wrapper .eut-reset-password-form-btn:hover,
#eut-theme-wrapper .eut-login-link a:hover,
#eut-theme-wrapper .eut-alert-info a:hover {
	opacity: 1;
}

/* =============================================================================
- Contact Form Styles
============================================================================= */
.wpcf7 {
	position: relative;
}

span.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

span.wpcf7-not-valid-tip,
div.wpcf7-mail-sent-ok {
	padding: 0 15px;
	position: absolute;
	bottom: -20px;
	left: 0;
	border: none;
	margin: 0;
	z-index: 1;
}

div.wpcf7-validation-errors {
	border: none;
	margin: 0;
	padding: 0 15px;
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 1;
}

.eut-modal-title {
	margin-bottom: 1.600em;
}

/* Form Columns */
.eut-one-third {
	width: 33.33333333%;
	float: left;
}

.eut-one-half {
	width: 50%;
	float: left;
}

.eut-last-column + * {
	clear: both;
}

#eut-theme-wrapper .eut-modal p,
#eut-theme-wrapper .eut-modal input[type='text'],
#eut-theme-wrapper .eut-modal input[type='input'],
#eut-theme-wrapper .eut-modal input[type='password'],
#eut-theme-wrapper .eut-modal input[type='email'],
#eut-theme-wrapper .eut-modal input[type='number'],
#eut-theme-wrapper .eut-modal input[type='url'],
#eut-theme-wrapper .eut-modal input[type='tel'],
#eut-theme-wrapper .eut-modal input[type='search'],
#eut-theme-wrapper .eut-modal textarea,
#eut-theme-wrapper .eut-modal select {
	color: inherit;
	border-color: inherit;
}

/* Style 1 */
.wpb_column .eut-form-style-1 {
	margin-left: -15px;
	margin-right: -15px;
}

.eut-form-style-1 div {
	padding: 0 15px;
}

.eut-form-style-1:before,
.eut-form-style-1:after {
	display: table;
	content: " ";
}

.eut-form-style-1:after {
	clear: both;
}

/* Style 2 */
.eut-form-style-2,
.eut-form-style-2 div {
	border: 1px solid;
	border-color: inherit;
	position: relative;
}

.eut-form-style-2.eut-form-dark,
.eut-form-style-2.eut-form-dark div {
	border-color: #000000;
}

.eut-form-style-2.eut-form-light,
.eut-form-style-2.eut-form-light div {
	border-color: #ffffff;
}

#eut-theme-wrapper .eut-form-style-2.eut-form-dark input,
#eut-theme-wrapper .eut-form-style-2.eut-form-dark textarea {
	color: #000000;
}

#eut-theme-wrapper .eut-form-style-2.eut-form-light input,
#eut-theme-wrapper .eut-form-style-2.eut-form-light textarea {
	color: #ffffff;
}

#eut-theme-wrapper .eut-form-style-2 input[type="text"],
#eut-theme-wrapper .eut-form-style-2 input[type='email'],
#eut-theme-wrapper .eut-form-style-2 textarea {
	display: block;
	margin-bottom: 0;
	border: none;
	background-color: transparent;
	padding: 20px;
}

#eut-theme-wrapper .eut-form-style-2 input[type="submit"] {
	display: block;
	line-height: 60px;
	width: 100%;
	background-color: transparent;
	outline: none;
}

#eut-theme-wrapper .eut-form-style-2 input[type="text"]:focus,
#eut-theme-wrapper .eut-form-style-2 input[type="email"]:focus,
#eut-theme-wrapper .eut-form-style-2 input[type="submit"]:focus,
#eut-theme-wrapper .eut-form-style-2 textarea:focus {
	box-shadow:0 0 0 0 rgba(0,0,0,0);
}

.eut-form-style-2 .ajax-loader {
	position: absolute;
	bottom: 23px;
	right: 23px;
}

.eut-form-style-2:before,
.eut-form-style-2:after {
	display: table;
	content: " ";
}

.eut-form-style-2:after {
	clear: both;
}

/* Style 3 */
.wpb_column .eut-form-style-3 {
	margin-left: -5px;
	margin-right: -5px;
}

.eut-form-style-3 div {
	padding: 0 5px;
}

.eut-form-style-3:before,
.eut-form-style-3:after {
	display: table;
	content: " ";
}

.eut-form-style-3:after {
	clear: both;
}

#eut-body #eut-theme-wrapper .eut-form-style-3 input[type='submit'] {
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 41px;
	width: 100%;
}

/* Form with icons */
.wpcf7-form .eut-with-icon {
	position: relative;
}

.wpcf7-form .eut-with-icon i {
	position: absolute;
	top: 14px;
	left: 16px;
	width: 40px;
	text-align: center;
}

#eut-theme-wrapper .wpcf7-form .eut-with-icon input {
	padding-left: 40px;
}


/* =============================================================================
--- NewsLetter Style
============================================================================= */
#eut-body #eut-theme-wrapper .eut-newsletter {
	position: relative;
}

#eut-body #eut-theme-wrapper .eut-newsletter input[type='email'] {
	width: 100%;
	margin: 0;
	line-height: 52px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 30%;
	padding-right: calc(30% + 15px);
}

#eut-body #eut-theme-wrapper .eut-newsletter input[type='submit'] {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 40px;
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}

#eut-body #eut-theme-wrapper .eut-newsletter .ajax-loader {
	background-color: #ffffff;
	padding: 3px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	right: 30%;
	right: calc(30% + 15px);
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}


/* Mobile Newsletter */
@media only screen and (max-width: 767px) {
	#eut-body #eut-theme-wrapper .eut-newsletter input[type='email'] {
		padding-right: 15px;
	}

	#eut-body #eut-theme-wrapper .eut-newsletter input[type='submit'] {
		margin-top: 15px;
		margin-bottom: 0;
		line-height: 52px;
		width: 100%;
		position: static;
		top: 0;
		right: 0;
		-webkit-transform: translateY(0);
		-moz-transform:    translateY(0);
		-ms-transform:     translateY(0);
		-o-transform:      translateY(0);
		transform:         translateY(0);
	}
}

/* Hidden Area */
.eut-hidden-area .eut-one-third,
.eut-hidden-area .eut-one-half {
	width: 100%;
	float: none;
}

/* White Box */
.wpcf7 .eut-white-bg {
    background-color: #ffffff;
    padding: 12%;
    text-align: center;
    position: relative;
}
.wpcf7 .eut-white-bg .ajax-loader {
    position: absolute;
    top: 30px;
    right: 30px;
}

/* Tablet (portrait) */
@media only screen and (max-width: 959px) {

	.eut-one-third,
	.eut-one-half {
		width: 100%;
		float: none;
	}

	#eut-theme-wrapper .eut-form-style-3 input[type='submit'] {
		width: 100%;
	}

}


/* =============================================================================
- Anchor Menu
============================================================================= */
.eut-anchor-menu {
	position: relative;
}

.eut-anchor-menu .eut-anchor-wrapper {
	width: 100%;
	z-index: 999;
	position: relative;
}

.eut-anchor-menu .eut-container,
.eut-anchor-menu &gt; ul &gt; li {
	line-height: inherit;
}

.eut-anchor-menu ul {
	margin: 0;
	list-style: none;
	font-size: 0;
}

.eut-anchor-menu ul li {
	text-align: left;
}

.eut-anchor-menu .eut-container ul.sub-menu li {
	display: block;
}

.eut-anchor-menu .eut-container a {
	position: relative;
}

.eut-anchor-menu .eut-container ul.sub-menu li a {
	padding: 15px 20px;
	display: block;
}

.eut-anchor-menu .eut-anchor-btn {
	text-align: center;
	vertical-align: top;
	font-size: 18px;
	display: inline-block;
}

.eut-anchor-menu .eut-anchor-btn i {
	display: inline-block;
	vertical-align: top;
}

.eut-anchor-menu .eut-container &gt; ul &gt; li &gt; a {
	display: block;
	padding: 0 20px;
}

.eut-anchor-menu .eut-container ul.sub-menu {
	line-height: 1.4;
	display: none;
}

/* Arrows */

.eut-anchor-menu a .eut-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	z-index: 10;
	margin-top: 1px;
	display: inline-block;
	line-height: inherit;
	text-align: right;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.eut-anchor-menu a .eut-arrow:after,
.eut-anchor-menu a .eut-arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(0deg);
	-moz-transform:    rotate(0deg);
	-ms-transform:     rotate(0deg);
	-o-transform:      rotate(0deg);
	transform:         rotate(0deg);
	-webkit-transition : all .3s ease .3s;
	-moz-transition    : all .3s ease .3s;
	-ms-transition     : all .3s ease .3s;
	-o-transition      : all .3s ease .3s;
	transition         : all .3s ease .3s;
	background-color: #333333;
}

.eut-anchor-menu a .eut-arrow:after {
	width: 9px;
	height: 1px;
	margin-left: -5px;
	margin-top: -1px;
}

.eut-anchor-menu a .eut-arrow:before {
	width: 1px;
	height: 9px;
	margin-left: -1px;
	margin-top: -5px;
}

.eut-anchor-menu .open &gt; a .eut-arrow:after,
.eut-anchor-menu .open &gt; a .eut-arrow:before {
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
}

.eut-anchor-menu .eut-anchor-btn {
	display: none;
}

.eut-anchor-menu ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.eut-anchor-menu a .eut-arrow {
	display: none;
}

.eut-anchor-menu .eut-container &gt; ul &gt; li &gt; a {
	border-left: 1px solid;
}

.eut-anchor-menu .eut-container &gt; ul &gt; li:last-child &gt; a {
	border-right: 1px solid;
}

.eut-anchor-menu .eut-container ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	-webkit-animation-duration: .15s;
	-moz-animation-duration: .15s;
	-o-animation-duration: .15s;
	animation-duration: .15s;

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

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

.eut-anchor-menu .eut-container li:hover &gt; ul.sub-menu {
	display: block;
}

.eut-anchor-menu .eut-container ul.sub-menu ul {
	top: 0;
	left: 100%;
}

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

	.eut-anchor-menu {
		display: none;
	}

}

/* Sticky Anchor */
.eut-anchor-menu .eut-anchor-wrapper.eut-sticky {
	position: fixed;
	left: auto;
	width: 100%;
}

#eut-body.eut-boxed .eut-anchor-menu .eut-anchor-wrapper.eut-sticky {
	max-width: 1220px;
}
.eut-anchor-menu .eut-anchor-wrapper.eut-anchor-push {
	-webkit-transform: translateY(100%);
	-moz-transform:    translateY(100%);
	-ms-transform:     translateY(100%);
	-o-transform:      translateY(100%);
	transform:         translateY(100%);
	-webkit-transition: -webkit-transform .3s .5s;
	-moz-transition:    -moz-transform .3s .5s;
	-ms-transition:     -ms-transform .3s .5s;
	-o-transition:      -o-transform .3s .5s;
	transition:         transform .3s .5s;
}
/* =============================================================================
- Main Content
============================================================================= */
#eut-content {
	position: relative;
	z-index: 100;
	clear: both;
}

#eut-main-content .eut-main-content-wrapper {
	position: relative;
}

/* =============================================================================
- Bottom Bar
============================================================================= */
#eut-bottom-bar {
	text-align: center;
}

#eut-bottom-bar .eut-bottom-bar-wrapper {
	font-size: 0;
}

#eut-bottom-bar .eut-bottom-bar-title {
	display: block;
	clear: both;
}

#eut-bottom-bar .eut-bottom-bar-column-2 .eut-content-item {
	display: inline-block;
	vertical-align: top;
	max-width: 50%;
}

#eut-bottom-bar .eut-bottom-bar-column-2 .eut-bottom-bar-form-wrapper {
	min-width: 450px;
}

#eut-bottom-bar .eut-social {
	margin: 0;
	margin-bottom: -15px;
	list-style: none;
	text-align: left;
}

#eut-bottom-bar .eut-bottom-bar-column-1 .eut-social {
	text-align: center;
}

#eut-bottom-bar .eut-social li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	opacity: 0;
	-webkit-transform: scale(0.6);
	-moz-transform:    scale(0.6);
	-ms-transform:     scale(0.6);
	-o-transform:      scale(0.6);
	transform:         scale(0.6);
}

#eut-bottom-bar .eut-social li.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	-o-transform:      scale(1);
	transform:         scale(1);
}

#eut-bottom-bar .eut-bottom-bar-column-1 .eut-social li:last-child {
	margin-right: 0;
}

#eut-bottom-bar .eut-social li a {
	width: 58px;
	height: 58px;
	line-height: 56px;
	text-align: center;
	border: 1px solid;
	font-size: 18px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

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

	#eut-bottom-bar .eut-bottom-bar-column-2 .eut-content-item {
		display: block;
		max-width: 100%;
	}

	#eut-bottom-bar .eut-bottom-bar-column-2 .eut-content-item + .eut-content-item {
		margin-top: 30px;
	}

	#eut-bottom-bar .eut-bottom-bar-column-2 .eut-bottom-bar-form-wrapper {
		min-width: 100%;
	}

	#eut-bottom-bar .eut-social {
		margin-bottom: -12px;
		text-align: center;
	}

	#eut-bottom-bar .eut-social li {
		margin-right: 12px;
		margin-bottom: 12px;
	}

}

@media only screen and (max-width: 767px) {
	#eut-bottom-bar .eut-social {
		margin-bottom: -8px;
	}

	#eut-bottom-bar .eut-social li {
		margin-right: 8px;
		margin-bottom: 8px;
	}
}

/* =============================================================================
- Footer
============================================================================= */
#eut-footer {
	position: relative;
}

#eut-footer.eut-fixed-footer {
	position: fixed;
	z-index: 1;
	width: 100%;
	bottom: 0;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

#eut-body.eut-boxed #eut-footer.eut-fixed-footer {
    max-width: 1220px;
}

#eut-footer .eut-widget-area {
	border-bottom: 1px solid;
}

#eut-footer .eut-widget-area.eut-fullwidth {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}


/* =============================================================================
--- Footer Bar
============================================================================= */
#eut-footer .eut-footer-bar {
	position: relative;
	z-index: 5;
}
#eut-footer .eut-footer-bar ul {
	margin: 0;
	text-align: right;
	list-style: none;
}

#eut-footer .eut-footer-bar ul li {
	display: inline-block;
	margin-right: 15px;
}

#eut-footer .eut-footer-bar .eut-left-side {
	float: left;
	text-align: left;
	width: 50%;
	padding: 0 25px;
}

#eut-footer .eut-footer-bar .eut-right-side {
	float: right;
	text-align: right;
	width: 50%;
	padding: 0 25px;
}

#eut-footer .eut-footer-bar[data-align-center="yes"] .eut-left-side,
#eut-footer .eut-footer-bar[data-align-center="yes"] .eut-right-side {
	float: none;
	text-align: center;
	width: 100%;
}

#eut-footer .eut-footer-bar[data-align-center="yes"] ul {
	margin: 0 8px;
	text-align: center;
}

#eut-footer .eut-footer-bar[data-align-center="yes"] .eut-left-side + .eut-right-side {
	margin-top: 25px;
}

/* Tablet (portrait) ----------- */
@media only screen and (max-width: 959px) {

	#eut-footer .eut-footer-bar .eut-left-side,
	#eut-footer .eut-footer-bar .eut-right-side {
		float: none;
		text-align: center;
		width: 100%;
		padding: 0;
	}

	#eut-footer .eut-footer-bar ul {
		margin: 0 8px;
		text-align: center;
	}

	#eut-footer .eut-footer-bar .eut-left-side + .eut-right-side {
		margin-top: 25px;
	}

}


/* =============================================================================
- Background Image
============================================================================= */
.eut-background-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.eut-bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
	-webkit-transition : opacity .4s ease;
	-moz-transition    : opacity .4s ease;
	-ms-transition     : opacity .4s ease;
	-o-transition      : opacity .4s ease;
	transition         : opacity .4s ease;
}

/* Pattern Bg */
.eut-bg-pattern .eut-bg-image {
	background-repeat: repeat;
	background-size: contain;
}

/* Animated Bg */
.eut-bg-animated .eut-bg-image,
.eut-bg-animated .eut-bg-video {
	-webkit-transform : scale(1.0);
	-moz-transform    : scale(1.0);
	-o-transform      : scale(1.0);
	transform         : scale(1.0);

	-webkit-transition : -webkit-transform 20s ease, opacity 0.4s;
	-moz-transition    : -moz-transform 20s ease, opacity 0.4s;
	-ms-transition     : -ms-transform 20s ease, opacity 0.4s;
	-o-transition      : -o-transform 20s ease, opacity 0.4s;
	transition         : transform 20s ease, opacity 0.4s;

}

.eut-bg-animated.zoom .eut-bg-image,
.eut-bg-animated.zoom .eut-bg-video {
	-webkit-transform : scale(1.4);
	-moz-transform    : scale(1.4);
	-o-transform      : scale(1.4);
	transform         : scale(1.4);
}

.eut-bg-horizontal .eut-bg-image {
	background-size: contain;
}

.eut-bg-image.show {
	opacity: 1;
}

/* Background Positions */
.eut-bg-image.eut-bg-left-top {
	background-position: left top;
}

.eut-bg-image.eut-bg-left-center {
	background-position: left center;
}

.eut-bg-image.eut-bg-left-bottom {
	background-position: left bottom;
}

.eut-bg-image.eut-bg-center-top {
	background-position: center top;
}

.eut-bg-image.eut-bg-center-center {
	background-position: center center;
}

.eut-bg-image.eut-bg-center-bottom {
	background-position: center bottom;
}

.eut-bg-image.eut-bg-right-top {
	background-position: right top;
}

.eut-bg-image.eut-bg-right-center {
	background-position: right center;
}

.eut-bg-image.eut-bg-right-bottom {
	background-position: right bottom;
}


/* =============================================================================
- Background Image Sizes
============================================================================= */
.eut-bg-wrapper {
	position: relative;
}

.eut-bg-wrapper:before {
	display: block;
	content: '';
}

.eut-bg-wrapper.eut-full-size {
	height: 100%;
}

.eut-bg-wrapper.eut-custom-size {
	padding-bottom: 75%;
}

.eut-bg-wrapper.eut-large-rect-horizontal {
	padding-bottom: 56.239316%;
}

.eut-bg-wrapper.eut-small-square {
	padding-bottom: 100%;
}

.eut-bg-wrapper.eut-small-rect-horizontal {
	padding-bottom: 75%;
}

.eut-bg-wrapper.eut-small-rect-horizontal-wide {
	padding-bottom: 56.25%;
}

.eut-bg-wrapper.eut-small-rect-vertical {
	padding-bottom: 133.3333333%;
}

.eut-bg-wrapper.eut-medium-rect-vertical {
	padding-bottom: 200%;
}

.eut-bg-wrapper.eut-medium-square {
	padding-bottom: 100%;
}

/* =============================================================================
- Background Video
============================================================================= */
.eut-bg-video,
.eut-bg-video-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition : opacity .4s ease;
	-moz-transition    : opacity .4s ease;
	-ms-transition     : opacity .4s ease;
	-o-transition      : opacity .4s ease;
	transition         : opacity .4s ease;
}

.eut-section .eut-bg-video,
.eut-bg-video.show {
	opacity: 1;
}

.eut-bg-video video,
.eut-bg-video iframe {
	position: absolute;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.eut-bg-video + .eut-bg-image.show {
	opacity: 0 !important;
}

.eut-bg-video-wrapper {
	opacity: 1;
}
.eut-bg-video-wrapper .vc_hidden-xs {
	display: block !important;
}

.eut-yt-bg-video,
.eut-iframe-bg-video {
	pointer-events: none;
}

.eut-background-wrapper .eut-video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
.eut-background-wrapper .eut-icon-left-top {
	top: 45px;
	left: 45px;
}
.eut-background-wrapper .eut-icon-right-top {
	top: 45px;
	left: initial;
	right: 15px;
}
.eut-background-wrapper .eut-icon-left-bottom {
	top: initial;
	left: 45px;
	bottom: 15px;
}
.eut-background-wrapper .eut-icon-right-bottom {
	top: initial;
	left: initial;
	right: 15px;
	bottom: 15px;
}


/* =============================================================================
- Background Overlay
============================================================================= */
.eut-bg-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.eut-bg-overlay {
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform:    translate3d(0px, 0px, 0px);
	-ms-transform:     translate3d(0px, 0px, 0px);
	-o-transform:      translate3d(0px, 0px, 0px);
	transform:         translate3d(0px, 0px, 0px);
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}


.eut-page-title .eut-bg-overlay,
#eut-feature-section .eut-bg-overlay,
.eut-hover-style-3.eut-image-hover.hover .eut-hover-overlay,
.eut-hover-style-5.eut-image-hover.hover .eut-hover-overlay {
	opacity: 0;
}

.eut-page-title .eut-bg-overlay.show,
#eut-feature-section .eut-bg-overlay.show {
	opacity: 1;
}

.eut-opacity-10,
.eut-image-hover.hover .eut-opacity-10,
.eut-hover-style-3.eut-image-hover .eut-opacity-10,
.eut-hover-style-5.eut-image-hover .eut-opacity-10 {
	opacity: 0.1;
}

.eut-opacity-20,
.eut-image-hover.hover .eut-opacity-20,
.eut-hover-style-3.eut-image-hover .eut-opacity-20,
.eut-hover-style-5.eut-image-hover .eut-opacity-20 {
	opacity: 0.2;
}

.eut-opacity-30,
.eut-image-hover.hover .eut-opacity-30,
.eut-hover-style-3.eut-image-hover .eut-opacity-30,
.eut-hover-style-5.eut-image-hover .eut-opacity-30 {
	opacity: 0.3;
}

.eut-opacity-40,
.eut-image-hover.hover .eut-opacity-40,
.eut-hover-style-3.eut-image-hover .eut-opacity-40,
.eut-hover-style-5.eut-image-hover .eut-opacity-40 {
	opacity: 0.4;
}

.eut-opacity-50,
.eut-image-hover.hover .eut-opacity-50,
.eut-hover-style-3.eut-image-hover .eut-opacity-50,
.eut-hover-style-5.eut-image-hover .eut-opacity-50 {
	opacity: 0.5;
}

.eut-opacity-60,
.eut-image-hover.hover .eut-opacity-60,
.eut-hover-style-3.eut-image-hover .eut-opacity-60,
.eut-hover-style-5.eut-image-hover .eut-opacity-60 {
	opacity: 0.6;
}

.eut-opacity-70,
.eut-image-hover.hover .eut-opacity-70,
.eut-hover-style-3.eut-image-hover .eut-opacity-70,
.eut-hover-style-5.eut-image-hover .eut-opacity-70 {
	opacity: 0.7;
}

.eut-opacity-80,
.eut-image-hover.hover .eut-opacity-80,
.eut-hover-style-3.eut-image-hover .eut-opacity-80,
.eut-hover-style-5.eut-image-hover .eut-opacity-80 {
	opacity: 0.8;
}

.eut-opacity-90,
.eut-image-hover.hover .eut-opacity-90,
.eut-hover-style-3.eut-image-hover .eut-opacity-90,
.eut-hover-style-5.eut-image-hover .eut-opacity-90 {
	opacity: 0.9;
}

.eut-opacity-100,
.eut-image-hover.hover .eut-opacity-100,
.eut-hover-style-3.eut-image-hover .eut-opacity-100,
.eut-hover-style-5.eut-image-hover .eut-opacity-100 {
	opacity: 1;
}

/* Patterns &amp; Overlays */
.eut-pattern {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 4;
	background-image: url(../images/graphics/pattern-1.png);
	background-repeat: repeat;
}


/* =============================================================================
- Page Overlay
============================================================================= */
.eut-body-overlay {
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
	z-index: 9998;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}


/* =============================================================================
- Hover Overlay
============================================================================= */
.eut-image-hover,
.eut-image-hover .eut-media {
	position: relative;
	overflow: hidden;
}

.eut-image-hover .eut-hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.eut-gradient-overlay: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: 4;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	background: linear-gradient(to top, rgba(0,0,0, 0.3) 0%, rgba(0,0, 0, 0.2) 50%, rgba(0,0, 0, 0) 70%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(to top, rgba(0,0,0, 0.3) 0%, rgba(0,0, 0, 0.2) 50%, rgba(0,0, 0, 0) 70%, rgba(0,0,0,0) 100%);
}


/* =============================================================================
- Hover Zoom Effect
============================================================================= */
/* Image General Settings */
.eut-image-hover img {
	position: relative;
	display: block;
	max-width: none;
	width: 100%;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-image-hover img {
	-webkit-transition : -webkit-transform 0.35s;
	-moz-transition    : -moz-transform 0.35s;
	-ms-transition     : -ms-transform 0.35s;
	-o-transition      : -o-transform 0.35s;
	transition         : transform 0.35s;
}

/* Image Zoom In */
.eut-image-hover.eut-zoom-in img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.eut-image-hover.eut-zoom-in.hover img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

/* Zoom In for Lanscape Image */
.eut-image-landscape .eut-image-hover.eut-zoom-in img {
	-webkit-transform: scale(1) translate(0, -50%);
	-moz-transform:    scale(1) translate(0, -50%);
	-ms-transform:     scale(1) translate(0, -50%);
	-o-transform:      scale(1) translate(0, -50%);
	transform:         scale(1) translate(0, -50%);

	-webkit-transform-origin: 50% 0;
	-moz-transform-origin:    50% 0;
	-ms-transform-origin:     50% 0;
	-o-transform-origin:      50% 0;
	transform-origin:         50% 0;

}

.eut-image-landscape .eut-image-hover.eut-zoom-in.hover img {
	-webkit-transform: scale(1.12) translate(0, -50%);
	-moz-transform:    scale(1.12) translate(0, -50%);
	-ms-transform:     scale(1.12) translate(0, -50%);
	-o-transform:      scale(1.12) translate(0, -50%);
	transform:         scale(1.12) translate(0, -50%);
}

/* Zoom In for Portrait Image */
.eut-image-portrait .eut-image-hover.eut-zoom-in img {
	-webkit-transform: scale(1) translate(-50%, 0);
	-moz-transform:    scale(1) translate(-50%, 0);
	-ms-transform:     scale(1) translate(-50%, 0);
	-o-transform:      scale(1) translate(-50%, 0);
	transform:         scale(1) translate(-50%, 0);

	-webkit-transform-origin: 0 50%;
	-moz-transform-origin:    0 50%;
	-ms-transform-origin:     0 50%;
	-o-transform-origin:      0 50%;
	transform-origin:         0 50%;
}

.eut-image-portrait .eut-image-hover.eut-zoom-in.hover img {
	-webkit-transform: scale(1.12) translate(-50%, 0);
	-moz-transform:    scale(1.12) translate(-50%, 0);
	-ms-transform:     scale(1.12) translate(-50%, 0);
	-o-transform:      scale(1.12) translate(-50%, 0);
	transform:         scale(1.12) translate(-50%, 0);
}

/* Image Zoom Out */
.eut-image-hover.eut-zoom-out img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.eut-image-hover.eut-zoom-out.hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Zoom Out for Lanscape Image */
.eut-image-landscape .eut-image-hover.eut-zoom-out img {
	-webkit-transform: scale(1.12) translate(0, -50%);
	-moz-transform:    scale(1.12) translate(0, -50%);
	-ms-transform:     scale(1.12) translate(0, -50%);
	-o-transform:      scale(1.12) translate(0, -50%);
	transform:         scale(1.12) translate(0, -50%);

	-webkit-transform-origin: 50% 0;
	-moz-transform-origin:    50% 0;
	-ms-transform-origin:     50% 0;
	-o-transform-origin:      50% 0;
	transform-origin:         50% 0;
}

.eut-image-landscape .eut-image-hover.eut-zoom-out.hover img {
	-webkit-transform: scale(1) translate(0, -50%);
	-moz-transform:    scale(1) translate(0, -50%);
	-ms-transform:     scale(1) translate(0, -50%);
	-o-transform:      scale(1) translate(0, -50%);
	transform:         scale(1) translate(0, -50%);
}

/* Zoom Out for Portrait Image */
.eut-image-portrait  .eut-image-hover.eut-zoom-out img {
	-webkit-transform: scale(1.12) translate(-50%, 0);
	-moz-transform:    scale(1.12) translate(-50%, 0);
	-ms-transform:     scale(1.12) translate(-50%, 0);
	-o-transform:      scale(1.12) translate(-50%, 0);
	transform:         scale(1.12) translate(-50%, 0);

	-webkit-transform-origin: 0 50%;
	-moz-transform-origin:    0 50%;
	-ms-transform-origin:     0 50%;
	-o-transform-origin:      0 50%;
	transform-origin:         0 50%;
}

.eut-image-portrait  .eut-image-hover.eut-zoom-out.hover img {
	-webkit-transform: scale(1) translate(-50%, 0);
	-moz-transform:    scale(1) translate(-50%, 0);
	-ms-transform:     scale(1) translate(-50%, 0);
	-o-transform:      scale(1) translate(-50%, 0);
	transform:         scale(1) translate(-50%, 0);
}


/* =============================================================================
- Main Loader
============================================================================= */
#eut-loader-overflow {
	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 99999;
}


/* =============================================================================
- Zoom Effect
============================================================================= */
.eut-zoom-effect {
	overflow: hidden;
}

.eut-zoom-effect img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition:    -moz-transform 0.3s;
	-ms-transition:     -ms-transform 0.3s;
	-o-transition:      -o-transform 0.3s;
	transition:         transform 0.3s;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-zoom-effect:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


/* =============================================================================
- Go to Section
============================================================================= */
#eut-goto-section-wrapper {
	position: absolute;
	font-size: 16px;
	bottom: 5%;
	left: 0;
	width: 100%;
	height: 3.125em;
	z-index: 100;
	opacity: 0;
	-webkit-transition : all .5s;
	-moz-transition    : all .5s;
	-ms-transition     : all .5s;
	-o-transition      : all .5s;
	transition         : all .5s;
	-webkit-transform: translateY(250%);
	-moz-transform:    translateY(250%);
	-ms-transform:     translateY(250%);
	-o-transform:      translateY(250%);
	transform:         translateY(250%);
}

#eut-goto-section-wrapper.eut-animation {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

#eut-goto-section {
	cursor: pointer;
	font-size: inherit;
	display: block;
	border: 1px solid;
	width: 3.125em;
	height: 3.125em;
	text-align: center;
	line-height: 3.125em;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	display: inline-block;
	-webkit-animation-name: goto-animation;
	-moz-animation-name: goto-animation;
	-o-animation-name: goto-animation;
	animation-name: goto-animation;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

@-webkit-keyframes goto-animation {
	0%, 20%, 50%, 80%, 100% { -webkit-transform: translate( 0, 0 ); }
	40% { -webkit-transform: translate( 0, -15px ); }
	60% { -webkit-transform: translate( 0, -5px ); }
}

@-moz-keyframes goto-animation {
	0%, 20%, 50%, 80%, 100% { -moz-transform: translate( 0, 0 ); }
	40% { -moz-transform: translate( 0, -15px ); }
	60% { -moz-transform: translate( 0, -5px ); }
}

@-o-keyframes goto-animation {
	0%, 20%, 50%, 80%, 100% { -o-transform: translate( 0, 0 ); }
	40% { -o-transform: translate( 0, -15px ); }
	60% { -o-transform: translate( 0, -5px ); }
}

@keyframes goto-animation {
	0%, 20%, 50%, 80%, 100% { transform: translate( 0, 0 ); }
	40% { transform: translate( 0, -15px ); }
	60% { transform: translate( 0, -5px ); }
}

@media only screen and (max-width: 959px) {
	#eut-goto-section-wrapper {
		display: none;
	}
}


/* =============================================================================
- Back to Top
============================================================================= */
.eut-back-top {
	position: fixed;
	width: 48px;
	height: 48px;
	bottom: -60px;
	right: 20px;
	text-align: center;
	z-index: 900;
	cursor: pointer;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
	-webkit-transition : all .3s ease;
	-moz-transition    : all .3s ease;
	-ms-transition     : all .3s ease;
	-o-transition      : all .3s ease;
	transition         : all .3s ease;
}

@media only screen and (min-width: 1024px) {
	.eut-back-top.eut-anemos-back-top {
		display: none;
	}
}

.eut-back-top i {
	font-size: 24px;
	line-height: 48px;
}

.eut-back-top.show {
	-webkit-transform: translate(0, -70px);
	-moz-transform:    translate(0, -70px);
	-ms-transform:     translate(0, -70px);
	-o-transform:      translate(0, -70px);
	transform:         translate(0, -70px);
}

/* =============================================================================
- Header Back to Top
============================================================================= */
.eut-header-back-top {
	position: relative;
	z-index: 8;
	overflow: hidden;
}

.eut-header-back-top a .eut-item{
	-webkit-transition : all .2s;
	-moz-transition    : all .2s;
	-ms-transition     : all .2s;
	-o-transition      : all .2s;
	transition         : all .2s;
}

.eut-header-back-top a {
	-webkit-transition : all .2s;
	-moz-transition    : all .2s;
	-ms-transition     : all .2s;
	-o-transition      : all .2s;
	transition         : all .2s;
	-webkit-transform: translateY(-100%);
	-moz-transform:    translateY(-100%);
	-ms-transform:     translateY(-100%);
	-o-transform:      translateY(-100%);
	transform:         translateY(-100%);
}

.eut-header-back-top a.show {
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

.eut-header-back-top .eut-item i {
	font-size: 12px;
}

/* =============================================================================
- Basic Shapes ( Round - Extra Round - Circle )
============================================================================= */
.eut-round {
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
}

.eut-extra-round {
	-webkit-border-radius: 50px !important;
	border-radius: 50px !important;
}

.eut-circle {
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
}


/* =============================================================================
- Euthemians Icon Library
============================================================================= */
@font-face {
	font-family: 'euthemians';
	src:url('../fonts/euthemians-icons/euthemians.eot?v=1.0.0');
	src:url('../fonts/euthemians-icons/euthemians.eot?#iefix&amp;v=1.0.0') format('embedded-opentype'),
		url('../fonts/euthemians-icons/euthemians.woff?v=1.0.0') format('woff'),
		url('../fonts/euthemians-icons/euthemians.ttf?v=1.0.0') format('truetype'),
		url('../fonts/euthemians-icons/euthemians.svg?v=1.0.0#euthemians') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="eut-icon-"], [class*=" eut-icon-"] {
	font-family: 'euthemians' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 16px;

	/* Better Font Rendering =========== */
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.eut-icon-quote:before {
    content: "\e900";
}
.eut-icon-circle-small:before {
    content: "\e901";
}
.eut-icon-heart-o:before {
    content: "\e902";
}
.eut-icon-heart:before {
    content: "\e903";
}
.eut-icon-th-large:before {
    content: "\e600";
}
.eut-icon-envelope:before {
    content: "\e601";
}
.eut-icon-nav-down:before {
    content: "\e602";
}
.eut-icon-shop:before {
    content: "\e603";
}
.eut-icon-safebutton:before {
    content: "\e604";
}
.eut-icon-comment:before {
    content: "\e605";
}
.eut-icon-date:before {
    content: "\e606";
}
.eut-icon-video:before {
    content: "\e607";
}
.eut-icon-pencil:before {
    content: "\e608";
}
.eut-icon-user:before {
    content: "\e609";
}
.eut-icon-link:before {
    content: "\e60a";
}
.eut-icon-close:before {
    content: "\e60b";
}
.eut-icon-menu:before {
    content: "\e60d";
}
.eut-icon-double-nav-left:before {
    content: "\e60e";
}
.eut-icon-double-nav-right:before {
    content: "\e60f";
}
.eut-icon-nav-right:before {
    content: "\e610";
}
.eut-icon-nav-left:before {
    content: "\e611";
}
.eut-icon-nav-up:before {
    content: "\e612";
}
.eut-icon-socials:before {
    content: "\e613";
}
.eut-icon-globe:before {
    content: "\e614";
}
.eut-icon-search:before {
    content: "\e615";
}
.eut-icon-plus:before {
    content: "\e616";
}

/* =============================================================================
- Video Icon
============================================================================= */
.eut-video-icon {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	display: block;
	color: #ffffff;
	z-index: 3;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-video-icon:hover {
	-webkit-transform: scale(1.1);
	-moz-transform:    scale(1.1);
	-ms-transform:     scale(1.1);
	-o-transform:      scale(1.1);
	transform:         scale(1.1);
}

/* =============================================================================
- Popup HTML5 Video
============================================================================= */
.eut-html5-video-popup-container {
	max-width: 900px;
	margin: 0 auto;
}
.eut-html5-video-popup-container video {
	width: 100%;
}

/* =============================================================================
- Magnific Popup
============================================================================= */
.mfp-container {
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
	position: fixed;
	background: #000000;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {

}

.mfp-close:before {
	content: "\e60b";
	font-family: 'euthemians';
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	cursor: pointer !important;
}

.mfp-close:hover,
.mfp-close:focus {

}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {

}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	margin: 0;
	top: 50%;
	margin-top: -25px;
	padding: 0;
	width: 50px;
	height: 50px;
}

button.mfp-arrow {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	font-size: 24px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}


button.mfp-arrow:before {
	font-family: 'euthemians' !important;
}

.mfp-arrow-left {
	left: 20px;
}

.mfp-arrow-right {
	right: 20px;
}

.mfp-arrow-left:before {
	content: '\e611';
}

.mfp-arrow-right:before {
	content: '\e610';
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0 70px;
	margin: 0 auto;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -55px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 24px;
	color: #ffffff;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	   * Remove all paddings around the image on small screen
	   */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* =============================================================================
- Animations
============================================================================= */
.eut-animated-item {
	opacity: 0;
}

html.ie9 .eut-animated-item {
	opacity: 1;
}

.eut-animated {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:.8s;
	-moz-animation-duration:.8s;
	-ms-animation-duration:.8s;
	-o-animation-duration:.8s;
	animation-duration:.8s;
	opacity: 1;
}


@-webkit-keyframes eut_fade_in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes eut_fade_in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes eut_fade_in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

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

.eut-fade-in.eut-animated {
	-webkit-animation-name: eut_fade_in;
	-moz-animation-name: eut_fade_in;
	-o-animation-name: eut_fade_in;
}

@-webkit-keyframes eut_fade_in_up {
	0% { opacity: 0; -webkit-transform: translateY(100px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}

@-moz-keyframes eut_fade_in_up {
	0% { opacity: 0; -moz-transform: translateY(100px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}

@-o-keyframes eut_fade_in_up {
	0% { opacity: 0; -o-transform: translateY(100px); }
	100% { opacity: 1; -o-transform: translateY(0); }
}

@keyframes eut_fade_in_up {
	0% { opacity: 0; transform: translateY(100px); }
	100% { opacity: 1; transform: translateY(0); }
}

.eut-fade-in-up.eut-animated {
	-webkit-animation-name: eut_fade_in_up;
	-moz-animation-name: eut_fade_in_up;
	-o-animation-name: eut_fade_in_up;
	animation-name: eut_fade_in_up;
}

@-webkit-keyframes eut_fade_in_down {
	0% { opacity: 0; -webkit-transform: translateY(-100px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}

@-moz-keyframes eut_fade_in_down {
	0% { opacity: 0; -moz-transform: translateY(-100px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}

@-o-keyframes eut_fade_in_down {
	0% { opacity: 0; -o-transform: translateY(-100px); }
	100% { opacity: 1; -o-transform: translateY(0); }
}

@keyframes eut_fade_in_down {
	0% { opacity: 0; transform: translateY(-100px); }
	100% { opacity: 1; transform: translateY(0); }
}

.eut-fade-in-down.eut-animated {
	-webkit-animation-name: eut_fade_in_down;
	-moz-animation-name: eut_fade_in_down;
	-o-animation-name: eut_fade_in_down;
	animation-name: eut_fade_in_down;
}

@-webkit-keyframes eut_fade_in_left {
	0% { opacity: 0; -webkit-transform: translateX(-100px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}

@-moz-keyframes eut_fade_in_left {
	0% { opacity: 0; -moz-transform: translateX(-100px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}

@-o-keyframes eut_fade_in_left {
	0% { opacity: 0; -o-transform: translateX(-100px); }
	100% { opacity: 1; -o-transform: translateX(0); }
}

@keyframes eut_fade_in_left {
	0% { opacity: 0; transform: translateX(-100px); }
	100% { opacity: 1; transform: translateX(0); }
}

.eut-fade-in-left.eut-animated {
	-webkit-animation-name: eut_fade_in_left;
	-moz-animation-name: eut_fade_in_left;
	-o-animation-name: eut_fade_in_left;
	animation-name: eut_fade_in_left;
}
@-webkit-keyframes eut_fade_in_right {
	0% { opacity: 0; -webkit-transform: translateX(100px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}

@-moz-keyframes eut_fade_in_right {
	0% { opacity: 0; -moz-transform: translateX(100px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}

@-o-keyframes eut_fade_in_right {
	0% { opacity: 0; -o-transform: translateX(100px); }
	100% { opacity: 1; -o-transform: translateX(0); }
}

@keyframes eut_fade_in_right {
	0% { opacity: 0; transform: translateX(100px); }
	100% { opacity: 1; transform: translateX(0); }
}

.eut-fade-in-right.eut-animated {
	-webkit-animation-name: eut_fade_in_right;
	-moz-animation-name: eut_fade_in_right;
	-o-animation-name: eut_fade_in_right;
	animation-name: eut_fade_in_right;
}

@-webkit-keyframes eut_zoom_in {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 1;
  }
}

@keyframes eut_zoom_in {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 1;
  }
}

.eut-zoom-in.eut-animated {
	-webkit-animation-name: eut_zoom_in;
	animation-name: eut_zoom_in;
	-webkit-animation-duration:.5s;
	-moz-animation-duration:.5s;
	-ms-animation-duration:.5s;
	-o-animation-duration:.5s;
	animation-duration:.5s;
}

/* =============================================================================
- Full Page
============================================================================= */
#eut-fullpage {
	/*margin-top: -80px;*/
}

#eut-fullpage .eut-section {
	height: 100vh;
}

#eut-fullpage .eut-section {
	margin-bottom: 0;
}

#eut-fullpage .eut-section &gt; div {
	visibility: hidden;
}

html.fp-enabled,
.fp-enabled body {
	margin: 0;
	padding: 0;
	overflow:hidden;

	/*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
	height: 100%;
	position: relative;

	/* Touch detection for Windows 8 */
	-ms-touch-action: none;

	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box; /* Safari&lt;=5 Android&lt;=3 */
	-moz-box-sizing: border-box; /* &lt;=28 */
	box-sizing: border-box;
}
.fp-slide {
	float: left;
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index:1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out; /* Safari&lt;=6 Android&lt;=4.3 */
	transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout:fixed;
	width: 100%;
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-controlArrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
	right: 17px;
}
#fp-nav.left {
	left: 17px;
}
.fp-slidesNav{
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}
.fp-slidesNav.bottom {
	bottom: 17px;
}
.fp-slidesNav.top {
	top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position:relative;
}
.fp-slidesNav ul li {
	display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #000000;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#fp-nav.eut-dark ul li a span {
	background-color: #000000;
}

#fp-nav.eut-light ul li a span {
	background-color: #ffffff;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
	height: auto !important;
}
#fp-nav .fp-tooltip {
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    font-size: 11px;
    line-height: 1.2em;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/* =============================================================================
- Grid Settings
============================================================================= */
#eut-theme-wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
}

body.eut-stretched #eut-theme-wrapper {
	width: 100%;
	margin: 0;
	overflow-y: hidden;
}

.eut-container {
	max-width: 1170px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

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

.eut-container:after {
	clear: both;
}

/* =============================================================================
--- Section Settings
============================================================================= */
.eut-section {
	position: relative;
}

/* Full Width Section */
.eut-fullwidth .eut-container {
	width: 100% !important;
	max-width: 100% !important;
	display: block;
}

#eut-content.eut-left-sidebar .eut-section.eut-fullwidth,
#eut-content.eut-right-sidebar .eut-section.eut-fullwidth,
#eut-content.eut-left-sidebar .eut-section.eut-fullwidth-background,
#eut-content.eut-right-sidebar .eut-section.eut-fullwidth-background {
	visibility: hidden;
}

/* Small Width Section */
.eut-smallwidth .eut-container {
	padding-left: 200px;
	padding-right: 200px;
}

#eut-theme-wrapper.eut-header-side .eut-smallwidth .eut-container {
	padding-left: 90px;
	padding-right: 90px;
}

/* Full Height Section */
.eut-section.eut-fullheight {
	min-height: 100vh;
}

.eut-section.eut-fullheight .eut-container {
	visibility: hidden;
}


/* =============================================================================
--- Row Settings
============================================================================= */
.eut-row:before,
.eut-row:after,
.eut-row-inner:before,
.eut-row-inner:after {
	display: table;
	content: " ";
}
.eut-row:after,
.eut-row-inner:after {
	clear: both;
}

/* Full Width Section */
.eut-fullwidth .eut-row {
	margin-right: 0;
	margin-left: 0;
}

.eut-fullwidth .eut-row-inner {
	width: 100%;
}

.eut-fullwidth .eut-row .eut-column {
	padding-right: 0;
	padding-left: 0;
}

.eut-section.eut-equal-column .eut-column .eut-column-wrapper,
.eut-section.eut-middle-content .eut-column .eut-column-wrapper {
	visibility: hidden;
}

.eut-section.eut-middle-content .eut-column.eut-middle {
	display: table;
}

.eut-section.eut-middle-content .eut-column.eut-middle .eut-column-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.eut-section.eut-middle-content .eut-column.eut-middle {
		table-layout: fixed;
	}
}

html.ie9	.eut-section.eut-middle-content .eut-column.eut-middle {
	table-layout: fixed;
}

/* =============================================================================
--- Columns
============================================================================= */
.eut-column-1-12,
.eut-column-5-12,
.eut-column-7-12,
.eut-column-11-12,
.eut-column-1-6,
.eut-column-1-5,
.eut-column-2-5,
.eut-column-3-5,
.eut-column-1-4,
.eut-column-1-2,
.eut-column-1-3,
.eut-column-2-3,
.eut-column-3-4,
.eut-column-4-5,
.eut-column-5-6,
.eut-column-1
{
	float: left;
	position: relative;
	min-height: 1px;
	z-index: 5;
}

.eut-column-1-12 {
	width: 8.33333333%;
}

.eut-column-5-12 {
	width: 41.66666667%;
}

.eut-column-7-12 {
	width: 58.33333333%;
}

.eut-column-11-12 {
	width: 91.66666667%;
}

.eut-column-1-6 {
	width: 16.66666667%;
}

.eut-column-1-5 {
	width: 20%;
}

.eut-column-2-5 {
	width: 40%;
}

.eut-column-3-5 {
	width: 60%;
}

.eut-column-1-4 {
	width: 25%;
}

.eut-column-1-3 {
	width: 33.33333333%;
}

.eut-column-1-2 {
	width: 50.0%;
}

.eut-column-2-3 {
	width: 66.66666667%;
}

.eut-column-3-4 {
	width: 75.0%;
}

.eut-column-4-5 {
	width: 80.0%;
}

.eut-column-5-6 {
	width: 83.33333333%;
}

.eut-column-1 {
	width: 100.0%;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* =============================================================================
--- Columns Gap
============================================================================= */
/* No Gap */
.eut-row.eut-columns-gap-none {
	margin: 0;
}

.eut-row.eut-columns-gap-none .eut-column {
	padding: 0;
}

.eut-section.eut-fullwidth .eut-row:not(.eut-columns-gap-none) {
	margin-right: 0;
	margin-left: 0;
}

/* =============================================================================
--- Grid Responsive
============================================================================= */

/* Desktops and laptops ----------- */
@media screen and (min-width: 1201px) {
	.eut-desktop-column-hide,
	.eut-desktop-row-hide {
		display: none !important;
	}
}

/* Tablet (landscape) ----------- */
@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.eut-tablet-column-hide,
	.eut-tablet-row-hide {
		display: none !important;
	}
}

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

	.eut-smallwidth .eut-container {
		padding-left: 90px;
		padding-right: 90px;
	}

	/* Tablet Columns */

	.eut-tablet-column-1-12 {
		width: 8.33333333%;
	}

	.eut-tablet-column-5-12 {
		width: 41.66666667%;
	}

	.eut-tablet-column-7-12 {
		width: 58.33333333%;
	}

	.eut-tablet-column-11-12 {
		width: 91.66666667%;
	}

	.eut-tablet-column-1-6 {
		width: 16.66666667%;
	}

	.eut-tablet-column-1-5 {
		width: 20%;
	}

	.eut-tablet-column-2-5 {
		width: 40%;
	}

	.eut-tablet-column-3-5 {
		width: 60%;
	}

	.eut-tablet-column-1-4 {
		width: 25%;
	}

	.eut-tablet-column-1-3 {
		width: 33.33333333%;
	}

	.eut-tablet-column-1-2 {
		width: 50.0%;
	}

	.eut-tablet-column-2-3{
		width: 66.66666667%;
	}

	.eut-tablet-column-3-4 {
		width: 75.0%;
	}

	.eut-tablet-column-4-5 {
		width: 80.0%;
	}

	.eut-tablet-column-5-6 {
		width: 83.33333333%;
	}

	 .eut-tablet-column-1 {
		width: 100.0%;
	}

}

/* Tablet (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.eut-tablet-sm-column-hide,
	.eut-tablet-sm-row-hide {
		display: none !important;
	}
}

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

	.eut-container {
		max-width: 90% !important;
	}

	/* Tablet Columns */
	.eut-tablet-sm-column-1-12 {
		width: 8.33333333%;
	}

	.eut-tablet-sm-column-5-12 {
		width: 41.66666667%;
	}

	.eut-tablet-sm-column-7-12 {
		width: 58.33333333%;
	}

	.eut-tablet-sm-column-11-12 {
		width: 91.66666667%;
	}

	.eut-tablet-sm-column-1-6 {
		width: 16.66666667%;
	}

	.eut-tablet-sm-column-1-5 {
		width: 20%;
	}

	.eut-tablet-sm-column-2-5 {
		width: 40%;
	}

	.eut-tablet-sm-column-3-5 {
		width: 60%;
	}

	.eut-tablet-sm-column-1-4 {
		width: 25%;
	}

	.eut-tablet-sm-column-1-3 {
		width: 33.33333333%;
	}

	.eut-tablet-sm-column-1-2 {
		width: 50.0%;
	}

	.eut-tablet-sm-column-2-3{
		width: 66.66666667%;
	}

	.eut-tablet-sm-column-3-4 {
		width: 75.0%;
	}

	.eut-tablet-sm-column-4-5 {
		width: 80.0%;
	}

	.eut-tablet-sm-column-5-6 {
		width: 83.33333333%;
	}

	 .eut-tablet-sm-column-1 {
		width: 100.0%;
	}

}


/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 767px) {

	.eut-mobile-column-hide,
	.eut-mobile-row-hide {
		display: none !important;
	}

	.eut-smallwidth .eut-container {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}

	.eut-column-1-12,
	.eut-column-5-12,
	.eut-column-7-12,
	.eut-column-11-12,
	.eut-column-1-6,
	.eut-column-1-5,
	.eut-column-2-5,
	.eut-column-3-5,
	.eut-column-1-4,
	.eut-column-1-2,
	.eut-column-1-3,
	.eut-column-2-3,
	.eut-column-3-4,
	.eut-column-4-5,
	.eut-column-5-6,
	.eut-column-1 {
		width: 100%;
	}

	.eut-mobile-column-1-5 {
		width: 20%;
	}
	.eut-mobile-column-2-5 {
		width: 40%;
	}
	.eut-mobile-column-3-5 {
		width: 60%;
	}
	.eut-mobile-column-4-5 {
		width: 80%;
	}
	.eut-mobile-column-1-4 {
		width: 25%;
	}
	.eut-mobile-column-1-3 {
		width: 33.33333333%;
	}
	.eut-mobile-column-1-2 {
		width: 50.0%;
	}
	.eut-mobile-column-1 {
		width: 100.0%;
	}

	#eut-main-content .eut-column-1-12,
	#eut-main-content .eut-column-5-12,
	#eut-main-content .eut-column-7-12,
	#eut-main-content .eut-column-11-12,
	#eut-main-content .eut-column-1-6,
	#eut-main-content .eut-column-1-5,
	#eut-main-content .eut-column-2-5,
	#eut-main-content .eut-column-3-5,
	#eut-main-content .eut-column-1-4,
	#eut-main-content .eut-column-1-2,
	#eut-main-content .eut-column-1-3,
	#eut-main-content .eut-column-2-3,
	#eut-main-content .eut-column-3-4,
	#eut-main-content .eut-column-4-5,
	#eut-main-content .eut-column-5-6,
	#eut-main-content .eut-column-1 {
		border: none !important;
	}

	.eut-column-wrapper {
		padding-right: 0;
		padding-left: 0;
	}

	.eut-section.eut-fullwidth .eut-row {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.eut-fullwidth .eut-row:not(.eut-columns-gap-none) .eut-column {
		padding-right: 15px;
		padding-left: 15px;
	}

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 479px) {

	.eut-mobile-sm-column-1-4 {
		width: 25%;
	}
	.eut-mobile-sm-column-1-3 {
		width: 33.33333333%;
	}
	.eut-mobile-sm-column-1-2 {
		width: 50.0%;
	}
	.eut-mobile-sm-column-1 {
		width: 100.0%;
	}


	.eut-container .eut-column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.eut-row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

/* =============================================================================
- GDPR Privacy
============================================================================= */
#eut-privacy-bar {
	background: rgba(0, 0, 0, 0.9);
	color: #ffffff;
	left: 5%;
	right: 5%;
	bottom: 4%;
	position: fixed;
	width: 100%;
	max-width: 90%;
	z-index: 9999999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	display: none;
}

.eut-privacy-wrapper {
	padding: 30px;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.eut-privacy-content {
	padding-right: 300px;
}

.eut-privacy-buttons-wrapper {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}

.eut-privacy-btn {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 20px;
	padding: 10px 27px 10px 27px;
	text-shadow: none;
	text-transform: none;
	cursor: pointer;
	background-color: #2bc137;
	color: #ffffff;
	outline: 0;
	letter-spacing: 0 !important;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-privacy-btn + .eut-privacy-btn {
	margin-left: 24px;
}

.eut-privacy-preferences {
	background-color: transparent;
	color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
}

.eut-privacy-preferences:hover {
	background-color: transparent;
	opacity: 0.6;
	color: inherit;
}

.eut-privacy-agreement:hover,
.eut-privacy-refresh-btn:hover {
	background-color: #17a523;
}

/* Position Left / Right */
#eut-privacy-bar.eut-bar-position-left {
	left: 15px;
	right: auto;
	bottom: 15px;
	width: 30%;
}

#eut-privacy-bar.eut-bar-position-right {
	left: auto;
	right: 15px;
	bottom: 15px;
	width: 30%;
}

#eut-privacy-bar.eut-bar-position-left .eut-privacy-content,
#eut-privacy-bar.eut-bar-position-right .eut-privacy-content {
	padding: 0;
	margin-bottom: 24px;
}

#eut-privacy-bar.eut-bar-position-left .eut-privacy-buttons-wrapper,
#eut-privacy-bar.eut-bar-position-right .eut-privacy-buttons-wrapper {
	position: relative;
	top: 0;
	right: 0;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

#eut-privacy-bar.eut-bar-position-left .eut-privacy-agreement,
#eut-privacy-bar.eut-bar-position-right .eut-privacy-agreement {
	float: right;
}

#eut-privacy-bar.eut-bar-position-left .eut-privacy-refresh-btn,
#eut-privacy-bar.eut-bar-position-right .eut-privacy-refresh-btn {
	width: 100%;
}

@media only screen and (max-width: 1023px) {
	#eut-privacy-bar.eut-bar-position-left,
	#eut-privacy-bar.eut-bar-position-right {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	#eut-privacy-bar.eut-bar-position-left,
	#eut-privacy-bar.eut-bar-position-right {
		left: 5%;
		right: 5%;
		bottom: 15px;
		width: 100%;
	}

	.eut-privacy-content {
		padding: 0;
		margin-bottom: 24px;
	}


	.eut-privacy-buttons-wrapper {
		position: relative;
		top: 0;
		right: 0;
		-webkit-transform: translateY(0);
		-moz-transform:    translateY(0);
		-ms-transform:     translateY(0);
		-o-transform:      translateY(0);
		transform:         translateY(0);
	}

	.eut-privacy-agreement {
		float: right;
	}

	.eut-privacy-refresh-btn {
		width: 100%;
	}
}

/* Fallback */
.eut-privacy-fallback-content {
	padding: 25% 12%;
	color: #ffffff;
	background-color: #252525;
	background-size: 13px;
	background-image: url(../images/privacy/fallback-pattern.jpg);
}

#eut-feature-section .eut-privacy-fallback-content,
.eut-map .eut-privacy-fallback-content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}
#eut-feature-section .eut-map  .eut-privacy-fallback-content {
	height: 100vh;
}

#eut-feature-section .eut-privacy-fallback-inner,
.eut-map .eut-privacy-fallback-inner {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.eut-privacy-fallback-content a {
	color: inherit;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-privacy-fallback-content a:hover {
	opacity: 0.6;
	color: inherit;
}

.eut-privacy-fallback-icon {
	display: block;
	margin: 0 auto 12px auto;
	width: 36px;
}


/* =============================================================================
--- GDPR Privacy Popup
============================================================================= */
#eut-privacy-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000000;
	opacity: 0.9;
	z-index: 99999999;
	display: none;
}

#eut-privacy-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	max-height: 700px;
	max-width: 800px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	transform:         translate(-50%, -50%);
	z-index: 999999999;
	padding: 36px;
	display: none;
}


.eut-privacy-popup-wrapper {
	width: 100%;
	height: 100%;
	color: #000000;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.eut-privacy-popup-inner {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 76px;
}

.eut-privacy-popup-content {
	max-height: 100%;
	padding: 48px 36px 36px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.eut-close-privacy-popup {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0px;
	color: #ffffff;
}


.eut-privacy-refresh-btn-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 18px 36px;
	background-color: #f7f7f7;
}

/* =============================================================================
--- GDPR Privacy Switcher
============================================================================= */
.eut-privacy-switch {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 18px;
	padding-bottom: 18px;
	position: relative;
}

.eut-privacy-switch .eut-switch {
	position: absolute;
	display: inline-block;
	font-size: 16px;
	width: 3.000em;
	height: 1.625em;
	top: 2px;
	right: 0;
}

.eut-privacy-switch .eut-switch.eut-switch-text {
	width: auto;
}

.eut-privacy-switch .eut-switch input[type='checkbox'] {
	font-size: inherit;
	position: relative;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
	width: 3.000em;
	height: 1.625em;
	margin: 0;
}

.eut-privacy-switch .eut-switch-value {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.eut-privacy-switch .eut-switch-label {
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	max-width: 70%;
	font-weight: bold;
}

.eut-privacy-switch .eut-switch .eut-switch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cccccc;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-border-radius: 1.625em;
	border-radius: 1.625em;
	width: 3.000em;
}

.eut-privacy-switch .eut-switch .eut-switch-slider:before {
	position: absolute;
	content: "";
	height: 1.125em;
	width: 1.125em;
	left: 0.250em;
	bottom: 0.250em;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.eut-privacy-switch .eut-switch input[type='checkbox']:checked + .eut-switch-slider {
  background-color: #2bc137;
}

.eut-privacy-switch .eut-switch input[type='checkbox']:checked + .eut-switch-slider:before {
  -webkit-transform: translateX(1.375em);
  -ms-transform: translateX(1.375em);
  transform: translateX(1.375em);
}</pre></body></html>