/*
Theme Name: eud
Theme URI: https://eud.com/
Description: Main Theme für eud
Version: 1.8.26
Author: eud
Author URI: 
Text Domain: eud

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
select:not([multiple]) {
	outline: none;
  padding: 11px 45px 11px 15px;
	-moz-appearance:none;
  -webkit-appearance: none;
  appearance: none;
  background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
	max-width:100%;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	position: relative;
	appearance:none;
 	-webkit-appearance:none;
	border: 1px solid;
	outline: none;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
}
 input[type="radio"] {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    margin-top: 0px;
    top: 3px;
    margin-right: 5px;
 }
 td input[type="radio"] {
	 margin: 0;
 }
 input[type=radio]:checked:before {
	 content: "";
	 position: absolute;
	 width: 6px;
	 height: 6px;
	 left: 50%;
	 top: 50%;
	 margin: -3px 0 0 -3px;
	 border-radius: 50%;
 }
 .site-main input[type="checkbox"] {
    border: 1px solid;
    width: 15px;
    height: 15px;
    background: none;
    display: inline-block !important;
		box-shadow: inset 0 0 1px rgba(0,0,0,0.10);
}
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "tticons";
    content: "\f00c";
		font-weight: 400;
    text-align: center;
    top: 0;
    left: 1px;
    line-height: 13px;
		font-size: 12px;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
  border: 2px solid;
  margin: 40px 2px;
  padding: 30px;
}
legend {
	border: 0;
	font-weight: 600;
  padding: 0 20px;
  font-size: 1.15em;
}
legend label {
	margin-bottom: 0 !important;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
.post .entry-content td,.post .entry-content th {    padding: 5px;
    border-left: 1px solid #ebebeb;
}
.post .entry-content tr{
	border: 1px solid #ebebeb;
}
::-moz-placeholder {
 opacity: 1;
 -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

}
:-moz-placeholder {
 opacity: 1;
 -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

}
::-webkit-input-placeholder {
	-webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
 }
:-ms-input-placeholder{
	-webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
 }

input:focus::-webkit-input-placeholder {
  opacity:0.6 !important;
}
input:focus:-moz-placeholder {
  opacity:0.6 !important;
}
input:focus::-moz-placeholder {
  opacity:0.6 !important;
}
input:-ms-input-placeholder {
  opacity:0.6 !important;
}
textarea:focus::-webkit-input-placeholder {
  opacity:0.6 !important;
}
textarea:focus:-moz-placeholder {
 opacity:0.6 !important;
}
textarea:focus::-moz-placeholder {
 opacity:0.6 !important;
}
textarea:focus:-ms-input-placeholder {
 opacity:0.6 !important;
}
.eud_retina_img img { max-width:50% !important;}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body, button, input, select, textarea {
	color: #666666;
	font-family:"Open Sans";
	font-size: 14px;
	line-height:24px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	-webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
}
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6{
    color: inherit;
}
h1 {
	margin-bottom:33px;
}
h2 {
	margin-bottom:23px;
}
h3 {
	margin-bottom:19px;
}
h4 {
	margin-bottom:20px;
}
h5 {
	margin-bottom:16px;
}
h6 {
	margin-bottom:16px;
}
p {
	margin:0 0 17px 0;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 40px 0;
	padding: 16px 0 16px 68px;
	border-left-width:2px;
	border-left-style: solid;
}
blockquote p:last-child {
	margin-bottom: 0;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: monospace, "Courier 10 Pitch", Courier ;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	text-decoration: none;
}
big {
	font-size: 125%;
}
.eud_robotoslab{
	font-family: "Roboto Slab";
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
ul, ol {
	margin-bottom: 20px;
	padding:0;
}
ul {
	list-style: none outside;
	margin:0 0 0 10px;
}
ol {
	list-style: decimal;
	margin:0 0 0 10px;
}
ol, ul.square, ul.circle, ul.disc {
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc, .entry-content ul {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
.entry-content li,.eud_blog_m_entry > ol > li{
	margin:0 0 0 1em;
	padding:3px 0;
}
.entry-content div li {
	text-indent: 0;
}
.entry-content .page-links {
	display: none;
}
.post.type-post .entry-footer .pagination_split_post {
	padding-bottom: 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img, a img {
	border:none;
	padding: 0;
	margin:0;
	display:inline-block;
	max-width: 100%;
	height:auto;
	image-rendering: optimizeQuality;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border:none;
	box-shadow:none;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border:none;
	box-shadow:none;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active,
input[type="reset"]:active, input[type="submit"]:active, input[type="tel"]:active,input[type="date"]:active,input[type="number"]:active {
	outline:none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"],input[type="number"], textarea {
	border:1px solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="date"]:focus,input[type="number"]:focus, textarea:focus {
	outline:none;
}
textarea {
	width: 100%;
	vertical-align:top;
}
.post-password-form input[type="submit"] {
   	line-height: 40px;
  	border-radius: 4px;
  	padding: 0 50px;
}form.post-password-form input[type="password"] {
    line-height: 36px;
    margin-right: 5px;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	outline: 0;
	max-width:100%;
	max-width:none;
}
a:hover, a:focus, a:visited {
	outline: 0;
}
p a, p a:visited {
	line-height: inherit;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
body .alignleft, .entry-content-wrapper a:hover .alignleft {
	float:left;
	margin:4px 20px 0px 0;
	display: block;
	position: relative;
}
body .alignright, .entry-content-wrapper a:hover .alignright {
	float:right;
	margin:4px 0px 0px 20px;
	display: block;
	position: relative;
}
body .aligncenter, .entry-content-wrapper a:hover .aligncenter {
	clear:both;
	display:block;
	margin:10px auto;
	padding: 10px 0;
	position: relative;
}
.alignleft img, .alignright img {
	display:block;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page .pagination_split_post {
	padding: 40px 0;
}
.page-thumb {display: none;}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
## Post information
--------------------------------------------------------------*/
.eud_post_info_sc_ctn:not(.pi_has_sep) > span{
    padding:0 10px 0 0;
}
.eud_post_info_sc_ctn:not(.pi_has_sep) > span:last-child{
    padding: 0;
}
.eud_post_info_sc_ctn.pi_has_sep > span:after {
    content: "|";
    padding: 0 10px;
}
.eud_post_info_sc_ctn.pi_has_sep > span:last-child::after{
	content: none !important;
}
.eud_post_info_sc_ctn > span:empty {
   display: none;
}
.eud_post_info_sc_ctn.eud_pi_left {text-align: left;}
.eud_post_info_sc_ctn.eud_pi_center {text-align: center;}
.eud_post_info_sc_ctn.eud_pi_right {text-align: right;}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
     background: #f9f9f9;
    margin: 0;
    padding: 5px;
		font-size: 13px;
    border: 1px solid #ebebeb;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Sticky post
--------------------------------------------------------------*/
.eud_blog_ctn .sticky .inside_e {
	overflow: visible;
}
.eud_blog_ctn .sticky .inside_e:after {
    background: #fff;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
     box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.eud_blog_ctn .sticky .inside_e:before {
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: tticons;
    content: "\e9af";
    font-size: 16px;
    z-index: 1;
    color: #4e4e49;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin:0 0 20px;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
	font-size: 12px;
}

/****************** eud CUSTOM CODE START *******************/

/*--------------------------------------------------------------
#0 Reset, Container, Global animations
--------------------------------------------------------------*/
.eud_high_index {
	z-index:10;
}
body.eud_body_boxed {
	margin: 0 auto;
}
body.eud_body_shadow {
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.07);
}
.site-main{
	overflow: hidden;
}
.eud_container {
	width:100%;
	max-width: 1424px;
	padding:0 40px;
	margin:0 auto;
	position:relative;
}
.eud_container:before, .eud_container:after {
	content: " ";
	display: table;
	clear:both;
}
.eud_top_banner .eud_container > p {
    margin: 0;
}
.footer_content_block .eud_container > p {
    margin: 0;
}
.eud_top_banner > p {
    margin: 0;
}
.eud_col-lg-12, .eud_col-lg-11, .eud_col-lg-10, .eud_col-lg-9, .eud_col-lg-8, .eud_col-lg-7, .eud_col-lg-6, .eud_col-lg-5, .eud_col-lg-4, .eud_col-lg-3, .eud_col-lg-2-4, .eud_col-lg-2, .eud_col-lg-1 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eud_col-lg-12 {
	width:100%
}
.eud_col-lg-11 {
	width:91.66666667%
}
.eud_col-lg-10 {
	width:83.33333333%
}
.eud_col-lg-9 {
	width:75%
}
.eud_col-lg-8 {
	width:66.66666667%
}
.eud_col-lg-7 {
	width:58.33333333%
}
.eud_col-lg-6 {
	width:50%
}
.eud_col-lg-5 {
	width:41.66666667%
}
.eud_col-lg-4 {
	width:33.33333333%
}
.eud_col-lg-3 {
	width:25%
}
.eud_col-lg-2-4 {
	width:20%
}
.eud_col-lg-2 {
	width:16.66666667%
}
.eud_col-lg-1 {
	width:8.33333333%
}
.main-container a,.main-container input,.eud_sorter ul li,.eud_navigation_ctn > span,.eud_nav_numbers > span,.page-numbers{
-webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
 }
 .eud_overflow_hidden {
	 overflow: hidden;
 }
 .eud_overflow_visible {
	 overflow: visible;
 }
 .eud_text_transform_uppercase {
	 text-transform: uppercase;
 }
 .eud_text_transform_lowercase {
	 text-transform: lowercase;
 }
 .eud_text_transform_none {
	 text-transform: none;
 }
.eud_font_light {
 	font-weight: 300 !important;
 }
  .eud_font_normal {
 	font-weight: 400 !important;
 }
  .eud_font_norm_medium {
 	font-weight: 500 !important;
 }
  .eud_font_medium {
 	font-weight: 600 !important;
 }
  .eud_font_bold {
 	font-weight: 700 !important;
 }
  .eud_font_heavy {
 	font-weight: 900 !important;
 }
 .eud_row_overlay {
	 position: absolute !important;
	 left: 0;
 	 top:0;
	 width: 100%;
	 height: 100%;
	 z-index: 0 !important;
 }
 .wpb_column[data-overlay="true"] > .vc_column-inner > .wpb_wrapper,
 .eud_row_content_effect .wpb_column,
 .eud_row_has_parallax .wpb_column,
 .eud_row_has_overlay .wpb_column{
	 position: relative;
	 z-index: 2;
 }
.eud_sh_video_bg {
	position: absolute;
	left: 0;
	width: 100%;
}
 .eud_parallax_ctn,
 .eud_row_parallax {
	 position: absolute !important;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 z-index:0;
	background-repeat: no-repeat;
	background-position: center;
 	 background-size: cover !important;
	 background-attachment: fixed;
 }
.touch .eud_parallax_ctn,
.touch .eud_row_parallax{
 	background-position: center !important;
	background-attachment:scroll !important;
 }
 .eud_content_slider_ctn .eud_row_parallax {
	 background-attachment: scroll !important;

 }
 .eud_align_a_center {
	 text-align: center;
 }
 .eud_align_a_left {
	 text-align: left;
 }
 .eud_align_a_right {
	 text-align: right;
 }
 .eud_dropshadow {
	 text-shadow: 0 13px 17px rgba(0,0,0,.45);
 }
 .eud_aileron {
    font-family: "Aileron" !important;
    font-weight:300 !important;
}
.eud_aileron_normal {
	 font-family: "Aileron" !important;
	 font-weight:400 !important;
}
.eud_aileron_semibold {
	 font-family: "Aileron" !important;
	 font-weight:500 !important;
}
.eud_aileron_bold {
	 font-family: "Aileron" !important;
	 font-weight:700 !important;
}
#eud_to_top {
	display: block;
	position: fixed;
	text-align: center;
	line-height: 12px!important;
	right: 30px;
	bottom: -30px;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	z-index: 10000;
	height: 29px;
	width: 29px;
	background-color: rgba(0,0,0,0.4);
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
}
#eud_to_top i {
	line-height: 29px!important;
	width: 29px!important;
	height: 29px!important;
	font-size: 14px!important;
	top: 0px!important;
	left: 0px!important;
	text-align: center!important;
	background-color: transparent!important;
}
body.register_license {
    height: 100vh;
    overflow: hidden;
    background: rgb(58,120,255);
    background: linear-gradient(90deg, rgba(58,120,255,1) 0%, rgba(66,81,244,1) 100%);
}
body.register_license:before {
    content: "Please activate eud from the Theme Panel";
    width: 380px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-weight:600;
    font-size: 28px;
    line-height: 40px;
    margin: -20px 0 0 -190px;
}
body.register_license #wrap_all {
	opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.tt_register,.tt_register a{
	opacity: 0;
	z-index: 100000000000000;
	width: 100vw;
	height: 100vh;
	position: absolute;
}
/*--------------------------------------------------------------
#1 Header and Navigation
--------------------------------------------------------------*/
body:not(.eud_has_header):not(.eud_has_topbar) #header_container{
	display: none !important;
}
#header_container:not(.eud_transparent_header) {
	z-index: 100;
	position: relative;
}
/* transparent & sticky header */
#header_container.eud_transparent_header {
    min-height: auto !important;
}
.eud_transparent_header {
	position: absolute;
	width: 100%;
	z-index: 10;
}
.eud_transparent_header .top-header,
.eud_header_hiding {
	transition: all .95s cubic-bezier(.2,1,.2,1), transform .95s cubic-bezier(.2,1,.2,1);
	-webkit-transition: all .95s cubic-bezier(.2,1,.2,1), -webkit-transform .95s cubic-bezier(.2,1,.2,1);
}
.eud_sticky {
	transform: translate3d(0px,0px,0px);
	z-index: 9997;
  position: relative;
}
.eud_stuck {
	position: fixed;
	width: 100%;
	top:0;
  z-index: 9997;
}
.eud_nav_up {
    top: -100%;
}

body.admin-bar .eud_stuck {
	top:32px;
}
.eud_transparent_header .top-header:not(.eud_stuck) .header_main:not(.header_vertical) .white_logo {display: inline-block;}
.eud_transparent_header .top-header:not(.eud_stuck) .header_main:not(.header_vertical) .dark_logo {display:none;}

/* Top bar */

.header_top_bar { border-bottom: 1px solid;
transition: all .95s cubic-bezier(.2,1,.2,1), transform .95s cubic-bezier(.2,1,.2,1);
-webkit-transition: all .95s cubic-bezier(.2,1,.2,1), -webkit-transform .95s cubic-bezier(.2,1,.2,1);
position: relative;
z-index: 9998;}
.header_top_bar a { display: inline-block;}
.top_bar_left,.top_bar_left > div  { float:left;}
.top_bar_right,.top_bar_right > div { float:right;}
.top_bar_right > div { padding-left:20px; }
.top_bar_left > div { padding-right:20px; }
.top_bar_si { line-height: 0;}
.header_top_bar .eud_social_icons a{
    text-align: center;
    font-size: 16px;
    margin: 0 9px;
    font-weight: 400;
}
.header_top_bar .eud_social_icons a:first-child { margin:0 9px 0 0;}
.header_top_bar .eud_social_icons a:last-child { margin:0 0 0 9px;}
.header_top_bar .eud_social_icons a:only-child { margin:0;}

.header_top_bar .menu-top-bar-ct { display: block; overflow: auto; margin:0;}
.header_top_bar .menu-top-bar-ct ul{ display:block; padding:0; margin: 0;}
.header_top_bar .menu-top-bar-ct li{ float: left;}
.header_top_bar .menu-top-bar-ct .sub-menu { display: none;}
body:not(.rtl) .header_top_bar .menu-top-bar-ct li:first-child {
    padding-left: 0px;
}
body:not(.rtl) .header_top_bar .menu-top-bar-ct li:last-child {
    padding-right: 0px;
}
.header_top_bar .menu-top-bar-ct li:only-child {
    padding: 0px;
}
.top_bar_cart {font-size: 16px;}

/* header container */
.eud_header_shadow {
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.07);
}
.eud_transparent_header header:not(.eud_stuck) {
    box-shadow: none !important;
}
.header_main.has_sub {
	position: relative;
	z-index: 2;
}
.header_main,.header_sub {
	border-bottom: 1px solid;
	transition: all .95s cubic-bezier(.2,1,.2,1), transform .95s cubic-bezier(.2,1,.2,1);
	-webkit-transition: all .95s cubic-bezier(.2,1,.2,1), -webkit-transform .95s cubic-bezier(.2,1,.2,1);
}
.header_main .eud_container,.header_sub .eud_container{
	font-size:0;
	line-height:0;
}
.header_main .eud_container .site-title {
	font-size:26px;
	margin:0;
}
.eud_container.eud_inner_row_ctn {
	display: flex;
	z-index: 1;
}
.eud_container.eud_inner_row_ctn.eud_inner_row_middle {
	align-items: center;
}
.eud_container.eud_inner_row_ctn.eud_inner_row_top {
	align-items: flex-start;
}
.eud_container.eud_inner_row_ctn.eud_inner_row_bottom {
	align-items: flex-end;
}

.header_main.header_vertical {
	position:fixed;
	min-height:100vh;
	height:100%;
	z-index: 1000;
	overflow: auto;
}
.admin-bar .header_main.header_vertical {
    min-height: calc(100vh - 32px);
    height: calc(100% - 32px);
}

.header_main.header_vertical .eud_container,.header_offcanvas .eud_container {
	padding:40px;
}
.header_main.header_vertical .eud_container .site-title a{
	line-height: 1;
}
/* logo */

.header_logo.logo_center .site-title a {
	min-width:260px;
	text-align:center;
}
.header_logo h1 {
	margin:0;
}
.header_logo .site-description, .mobile_logo, .white_logo {
	display:none;
}
.header_logo a {
	display:inline-block;
}
.header_logo img {
	vertical-align:middle;
}
.logo_center #logo_img {
text-align:center;
}
#logo_img a {
	width: 100%;
}
.header_logo #logo_img, .header_logo #logo_img img {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.tt-main-additional.logo_right, .tt-main-navigation.menu_left, .header_logo.logo_left,
.tt-sub-additional.menu_right{
	float:left;
}
.tt-main-additional.logo_left, .tt-main-navigation.menu_right, .header_logo.logo_right,
.tt-sub-additional.menu_left{
	float:right;
}
.header_logo.logo_center {
	position: absolute;
	left: 50%;
}
.tt-main-navigation.logo_center, .tt-main-navigation.menu_center,.tt-main-navigation.menu_fill {
	float: none;
	text-align: center;
	word-spacing: 0;
	letter-spacing: 0;
}
.tt-main-additional:not(.logo_center) { position:relative;}
.header_logo:not(.logo_center){position:relative; z-index: 2;}

/* nav */

body.eud_menu_use_dda ul#main-menu > li.menu-item.menu-item-has-children > a > span:after {
		content: "\f107";
		font-family: "tticons";
		padding:0 0 0 10px;
		line-height: 0;
}

.tt-main-navigation.logo_center ul#main-menu, .tt-main-navigation.menu_center ul#main-menu,
.tt-main-navigation.menu_fill ul#main-menu {
	float: none;
	position: static;
	z-index: 5000;
	overflow: visible;
	display: inline-block;
	line-height: normal;
	padding:0;
	margin:0;
}
.tt-main-navigation.menu_fill .menu-main-ct > ul > li {
	text-align: center;
}
.tt-main-navigation.menu_fill .menu-main-ct > ul > li > a{
	width: 100%;
}
.tt-main-navigation.logo_center ul > li > a {
	display: block;
}
.tt-main-navigation.logo_left.menu_left{ padding-left: 40px;}
.tt-main-navigation.logo_right.menu_right{ padding-right: 40px;}
body:not(.rtl) .tt-main-navigation.menu_right:not(.logo_center):not(.edge_border):not(.nav_line_separator) > div > ul > li:last-child > a {
    padding-right: 0!important;
}
body:not(.rtl) .tt-main-navigation.menu_left:not(.logo_center):not(.edge_border):not(.nav_line_separator) > div > ul > li:first-child > a {
    padding-left: 0!important;
}
.tt-main-navigation.logo_center > div, .tt-main-navigation.menu_center > div {
	line-height:0;
}
.nav_line_separator > div > ul:after {
	content: " ";
	display: table;
	clear:both;
}
.tt-main-navigation ul {
	margin:0;
	padding:0;
}
.tt-main-navigation:not(.tt-vertical-navigation) ul > li {
	float:left;
}
.tt-main-navigation > div > ul > li > a {
	display:inline-block;
	text-align: center;
}
.tt-main-navigation.tt-vertical-navigation a {
	line-height: normal;
}
.tt-main-navigation ul > li:last-child .menu_sep, .sub-menu .menu_sep {
	display: none;
}
.eud_menu_icon {
    padding-right: 10px;
    font-weight: 400;
    font-style: normal;
}
/* vertical nav */
.eud_header_content_block {
	text-align:initial;
}
.eud_vertical_header .header_main {transition:none!important;}
.header_vertical .header_logo #logo_img {display: inline-block;}
.header_vertical.header_v_pos_left {left:0; border-right-style: solid; border-right-width:1px;}
.header_vertical.header_v_pos_right {right:0; border-left-style: solid; border-left-width:1px;}
.tt-main-navigation.tt-vertical-navigation a {
	width: 100%;
}
.tt-main-navigation .vertical-main-menu{
	padding:60px 0;
}
.tt-main-navigation.tt-vertical-navigation .sub-menu{
	padding:20px 0;
}
.header_v_c_left,.header_v_c_left .tt-main-navigation.tt-vertical-navigation a,.header_v_c_left > a{ text-align:left;}
.header_v_c_right,.header_v_c_right .tt-main-navigation.tt-vertical-navigation a,.header_v_c_right > a{ text-align:right;}
.header_v_c_center,.header_v_c_center .tt-main-navigation.tt-vertical-navigation a,.header_v_c_center > a{ text-align:center;}

.header_vertical.header_v_cy_justify .eud_container{
		display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: auto;
}
.header_vertical.header_v_cy_justify .eud_container:before,.header_vertical.header_v_cy_justify .eud_container:after {content: none;}


.header_offcanvas .tt-main-additional .eud_search_icon input,.header_vertical .tt-main-additional .eud_search_icon input{ margin-top: 15px; padding:0.5em 1em; border:1px solid; width: 100%}

/* Offcanvas nav */
.admin-bar .top-header:not(.eud_sticky) .header_offcanvas {
    top: 32px;
}

.header_main .eud_menu_button {
    line-height: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

body.eud_offcanvas_header {
    overflow-x: hidden;
}

body.eud_offcanvas_header .header_top_bar,body.eud_offcanvas_header .header_main,body.eud_offcanvas_header .header_offcanvas,
body.eud_offcanvas_header #main-content,body.eud_offcanvas_header #eud_colophon,body.eud_offcanvas_header .eud_top_banner{
	transition: all .95s cubic-bezier(.2,1,.2,1), transform .95s cubic-bezier(.2,1,.2,1);
-webkit-transition: all .95s cubic-bezier(.2,1,.2,1), -webkit-transform .95s cubic-bezier(.2,1,.2,1);
}

body.eud_offcanvas_header .tt-main-navigation .vertical-main-menu{
	padding:0 0 40px 0;
}
body.eud_offcanvas_header .tt-main-navigation .vertical-main-menu > li:first-child > a{
	padding-top:0px;
}

body.eud_offcanvas_header .header_main.header_v_pos_left .header_logo,.header_main.header_v_pos_right .eud_offcanvas_switch{float:right;}
body.eud_offcanvas_header .header_main.header_v_pos_right .header_logo,.header_main.header_v_pos_left .eud_offcanvas_switch{float:left;}
.header_offcanvas{position: fixed; top: 0; z-index: 1000; height: 100vh;}
.header_offcanvas.header_v_pos_right {left:100%;}
.header_offcanvas.header_v_pos_left {right:100%;}

/* Overlay nav */


.header_overlay {
	 position: fixed;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 z-index: 9998;
	 opacity: 0;
	 visibility: hidden;
	 -webkit-transition: opacity 0.4s 0.4s,visibility 0s 0.75s;
	 transition: opacity 0.4s 0.4s,visibility 0s 0.75s;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 background-color: rgba(20,22,24,0.95);
}
.header_overlay .eud_container { max-width:98%!important;}
.header_overlay.overlay_on {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  overflow: auto;
}
.header_overlay .eud_container,.header_overlay .vertical-main-menu li{text-align: center;}
.eud_menu_overlay_close { position: absolute; padding-top:1px; font-size:0;}
.eud_menu_overlay.logo_left,.eud_menu_overlay.logo_center { float:right;}
.eud_menu_overlay.logo_right { float:left;}
.header_overlay .tt-main-navigation .vertical-main-menu{ padding:0px;}

.header_overlay .tt-main-navigation > div > ul > li > a span,
.header_overlay .tt-main-navigation.tt-vertical-navigation span,.header_overlay .tt-main-additional .eud_search_icon span{
    font-size: 3.2vh;
    line-height: 1.2em;
}
.header_overlay .tt-main-navigation.tt-vertical-navigation .sub-menu span {
    font-size: 2.4vh;
}

/* Additional elements */
.tt-header-additional.menu_fill span:only-child{margin:0 !important; padding:0!important;}
.additional_border.logo_left,.additional_border.menu_left {border-left: 1px solid;}
.additional_border.logo_right,.additional_border.menu_right {border-right: 1px solid}
.additional_border.nav_line_separator,.tt-main-additional.logo_center.additional_border.nav_line_separator .eud_social_icons,
.tt-main-additional.logo_center.additional_border.nav_line_separator .eud_search_icon,
.tt-sub-additional.menu_center.additional_border.nav_line_separator .eud_social_icons,
.tt-sub-additional.menu_center.additional_border.nav_line_separator .eud_search_icon{border:none!important;}
.tt-header-additional .eud_social_icons,.tt-header-additional .eud_search_icon,.tt-header-additional .eud_cart_icon,.tt-header-additional .eud_menu_btn { display: inline-block;}
.tt-header-additional .eud_social_icons a,.tt-header-additional .eud_search_icon,.tt-header-additional .eud_cart_icon { text-align:center; font-size: 16px; margin: 0 9px; font-weight:400;}
.tt-header-additional .eud_menu_btn,.eud_mobile_btn {
    vertical-align: top;
}
.tt-header-additional .eud_menu_btn a,.eud_mobile_btn a{
		    vertical-align: middle;
				display: inline-block;
}
.tt-header-additional .eud_menu_btn a span,.eud_mobile_btn a span{
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	border-style:solid;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.eud_social_icons .fa:before {
    display: inline-block;
    width: 16px !important;
		position: relative;
		z-index: 1;
}
.tt-header-additional .eud_search_icon i:before{
    position: relative;
    z-index: 1;
	}
.tt-header-additional > span { margin:0 9px;}
.tt-header-additional .eud_social_icons a:first-child,.tt-header-additional > span:first-child { margin:0 9px 0 0;}
.tt-header-additional .eud_social_icons a:last-child,.tt-header-additional > span:last-child { margin:0 0 0 9px;}
.tt-header-additional .eud_social_icons a:only-child,.tt-header-additional > span:only-child { margin: 0;}

.tt-main-additional.logo_center { position: absolute; width: calc( 100% - 80px ); text-align:right; }
.tt-sub-additional.menu_center,.tt-sub-additional.menu_fill { position: absolute; width: calc( 100% - 80px ); text-align:right; }

.eud_social_icons.eud_boxed a,.eud_search_icon.eud_boxed a,.eud_cart_icon.eud_boxed > ul > li > a,
.eud_social_icons.eud_rounded a,.eud_search_icon.eud_rounded a,.eud_cart_icon.eud_rounded > ul > li > a {
    position: relative;
    text-align: center;
		width: 1.4em;
}
.eud_social_icons.eud_boxed a:after,.eud_search_icon.eud_boxed a i:after,.eud_cart_icon.eud_boxed > ul > li > a:after,.eud_bp_notifications.eud_boxed a:after,
.eud_social_icons.eud_rounded a:after,.eud_search_icon.eud_rounded a i:after,.eud_cart_icon.eud_rounded > ul > li > a:after,.eud_bp_notifications.eud_rounded a:after {
    content: "";
    width: 2.2em;
    height: 2.2em;
    border: 1px solid;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1.1em;
    left: 50%;
    margin-left: -1.1em;
		z-index: 0;
}
.eud_social_icons.eud_rounded a:after,.eud_search_icon.eud_rounded a i:after,.eud_cart_icon.eud_rounded > ul > li > a:after,
.eud_bp_notifications.eud_rounded a:after {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.logo_left .eud_boxed:last-child,.logo_left .eud_rounded:last-child,
.logo_right .eud_boxed:last-child,.logo_right .eud_rounded:last-child,
.menu_left .eud_boxed:last-child,.menu_left .eud_rounded:last-child,
.menu_right .eud_boxed:last-child,.menu_right .eud_rounded:last-child {
    padding-right: 6px;
}
.logo_left .eud_boxed:first-child,.logo_left .eud_rounded:first-child,
.logo_right .eud_boxed:first-child,.logo_right .eud_rounded:first-child,
.menu_left .eud_boxed:first-child,.menu_left .eud_rounded:first-child,
.menu_right .eud_boxed:first-child,.menu_right .eud_rounded:first-child {
    padding-left: 6px;
}
.tt-main-additional.logo_center .tt-left-additional .eud_social_icons.eud_boxed,
.tt-main-additional.logo_center .tt-left-additional .eud_social_icons.eud_rounded,
.tt-sub-additional.menu_center .tt-left-additional .eud_social_icons.eud_boxed,
.tt-sub-additional.menu_center .tt-left-additional .eud_social_icons.eud_rounded {
	padding:0 6px;
}
body:not(.rtl) .tt-main-additional.logo_center .eud_boxed:first-child,
body:not(.rtl) .tt-main-additional.logo_center .eud_rounded:first-child,
body:not(.rtl) .tt-sub-additional.menu_center .eud_boxed:first-child,
body:not(.rtl) .tt-sub-additional.menu_center .eud_rounded:first-child{margin-left:0; padding-left:6px;}
body:not(.rtl) .tt-main-additional.logo_center .eud_boxed:last-child,
body:not(.rtl) .tt-main-additional.logo_center .eud_rounded:last-child,
body:not(.rtl) .tt-sub-additional.menu_center .eud_boxed:last-child,
body:not(.rtl) .tt-sub-additional.menu_center .eud_rounded:last-child{margin-right:0; padding-right:6px;}

.tt-main-additional.logo_center .tt-left-additional,.tt-sub-additional.menu_center .tt-left-additional,.tt-sub-additional.menu_fill .tt-left-additional{ position: absolute; left:0;}
.tt-main-additional.logo_center .tt-right-additional,.tt-sub-additional.menu_center .tt-right-additional,.tt-sub-additional.menu_fill .tt-right-additional{ position: absolute; right:0;}
.tt-main-additional.logo_center.additional_border .tt-left-additional,.tt-sub-additional.menu_center.additional_border .tt-left-additional,.tt-sub-additional.menu_fill.additional_border .tt-left-additional{ border-right: 1px solid; padding:0 40px 0 0}
.tt-main-additional.logo_center.additional_border .tt-right-additional,.tt-sub-additional.menu_center.additional_border .tt-right-additional,.tt-sub-additional.menu_fill.additional_border .tt-right-additional{ border-left: 1px solid;  padding:0 0 0 40px}

.tt-header-additional.vertical_additional > span{padding:40px 0; margin:0 !important; width: 100%}
.tt-header-additional.vertical_additional > span:first-child{padding-top:0}
.tt-header-additional.vertical_additional > span:last-child{padding-bottom:0}
.tt-header-additional.vertical_additional > span:only-child{padding:0}
.vertical_additional .eud_social_icons.eud_boxed a,
.vertical_additional .eud_social_icons.eud_rounded a {
    line-height: 40px;
}
.header_overlay .tt-header-additional.vertical_additional {
	padding:40px 0 0 0;
}

.header_overlay .tt-header-additional span { padding: 0;}
.header_overlay .tt-header-additional .eud_social_icons {padding:40px 0 0 0;}
.header_overlay .tt-header-additional .eud_social_icons a{ font-size:2.2vh; width:2.2em;}
.header_overlay .eud_social_icons .fa:before { width: 1em !important;}

.header_overlay .tt-header-additional	.eud_search_icon {
    width: 100%;
    text-align: center;
}
.header_overlay .tt-header-additional	.eud_search_icon	i {
	display: none;
}
.header_overlay .tt-header-additional	.eud_search_icon	a{
	  width: 100%;
    text-align: center;
}
.header_overlay .tt-header-additional	.eud_search_icon	input{
    width: 100%;
    background: none;
    padding: 1em;
		border: 1px solid;
		font-size: 3vh;
    margin: 40px 0 0;
}


.eud_transparent_header .top-header:not(.eud_stuck) .tt-main-additional .eud_social_icons a:after,
.eud_transparent_header .top-header:not(.eud_stuck) .tt-main-additional .eud_search_icon a i:after,
.eud_transparent_header .top-header:not(.eud_stuck) .tt-sub-additional .eud_social_icons a:after,
.eud_transparent_header .top-header:not(.eud_stuck) .tt-sub-additional .eud_search_icon a i:after {
	background: none;
}
.logo_right .eud_mobile_extra > div:last-child {
    padding-right:0 !important;
}
.logo_left .eud_mobile_extra > div:last-child {
    padding-left:0 !important;
}

.eud_mobile_btn { padding:0 20px;}
/* Mobile menu */
.tt-mobile-navigation .menu_sep {
    display: none;
}
.header_main .eud_mobile_menu_switch,.header_main .eud_mobile_cart,.eud_mobile_btn{display: none;}

.header_mobile { display: none; position: absolute;  width: 100%; z-index: 9997; overflow:auto;}

.header_mobile.eud_mobile_menu_open {
}

.mobile-menu li span,.tt-mobile-additional .eud_search_icon a,.tt-mobile-additional .eud_social_icons
{ padding: 10px 40px; display: inline-block; width: 100%; border-top: 1px solid}

.header_mobile .sub-menu li span { padding-left:60px; padding-right:60px;}
.header_mobile .sub-menu .sub-menu li span { padding-left:80px; padding-right:80px;}
.header_mobile .has-submenu > span:before {
    background: #666666;
    content: '';
    height: 2px;
    right:40px;
    position: absolute;
    top: 50%;
		margin-top:-1px;
    width: 12px;
    transition: transform 500ms ease;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header_mobile .has-submenu > span:after {
    transform-origin: center;
    background: #666666;
    content: '';
    height: 2px;
    right:40px;
    position: absolute;
    top: 50%;
		margin-top:-1px;
    width: 12px;
    transition: transform 500ms ease;
		-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.header_mobile .has-submenu.highlighted > span:before,
.header_mobile .has-submenu.highlighted > span:after{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.header_mobile .has-submenu .sub-arrow {
    z-index: -10000;
		position: absolute;
		right: 0;
		width: 40px !important;
		opacity: 0;
}
.header_mobile .has-submenu.highlighted .sub-arrow {
    z-index: 10000;
}
.eud_open_s_overlay span span:before, .eud_open_s_overlay span span:after {
    display: none;
}
.header_mobile .current-menu-item { border-left:2px solid;}

.tt-mobile-additional .eud_social_icons a {
    padding: 0 15px;
}
body:not(.rtl) .tt-mobile-additional .eud_social_icons a:first-child{
    padding-left:0;
}
.tt-mobile-additional .eud_search_icon .eud_dropdown li {
	padding:10px 40px;
}
.tt-mobile-additional .eud_search_icon input[type="search"] {
	font-weight: 400;
	width: 100%;
	max-width: 100%;
	padding: 10px 15px;
}
.eud_centered_mobile .sm li {
    text-align: center !important;
}
.header_mobile.eud_centered_mobile .has-submenu > span:before,
.header_mobile.eud_centered_mobile .has-submenu > span:after{
	content:none !important;
}
.header_mobile.eud_centered_mobile .current-menu-item {
    border-left:0px solid !important;
		border-right:0px solid !important;
}
/* Dropdown */

.tt-main-navigation:not(.tt-vertical-navigation) .main-menu {
position: static;}

.tt-main-navigation:not(.tt-vertical-navigation) .sub-menu { width: 240px; padding: 17px 0;     -webkit-box-shadow:0 0 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
    z-index: -1!important;}
.tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li {width:100%;}
.tt-main-navigation:not(.tt-vertical-navigation) > div > ul > li:not(.eud_megamenu) .sub-menu li > a > span {
    padding: 6px 30px;
    display: inline-block;
    width: 100%;
}
.tt-main-navigation:not(.tt-vertical-navigation) > div > ul > li.eud_megamenu .sub-menu > li > a > span{
    padding: 6px 13px;
    display: inline-block;
    width: 100%;
}
.eud_megamenu_widget_area section h2{
		padding: 6px 0px 41px;
		display: inline-block;
		position: relative;
		width: 100%;
    margin-bottom: 0px;
}
.tt-main-navigation:not(.tt-vertical-navigation) > div > ul > li.eud_megamenu .mm_widget_area {
    display: inline-block;
    width: 100%;
}
.eud_megamenu_widget_area {
    padding: 6px 13px;
}
.eud_megamenu_widget_area section { padding-bottom: 30px;}

.tt-main-navigation:not(.tt-vertical-navigation) > div > ul > li:not(.eud_megamenu) .sub-menu li > a > span:hover {
    box-shadow: inset 5px 0 0 0 rgba(30, 29, 29, 0.05);
}

.tt-main-navigation:not(.tt-vertical-navigation) .eud_megamenu { position: static!important;}
.tt-main-navigation:not(.tt-vertical-navigation) .eud_megamenu > .sub-menu {
	left:40px !important;
	right:40px !important;
	margin-left:0!important;
	width: auto !important;
	max-width: none !important;
  width: calc(100% - 80px )!important;
}
.tt-main-navigation:not(.tt-vertical-navigation) .eud_megamenu > .sub-menu > li { border-right:1px solid; padding:0 37px;}
.tt-main-navigation:not(.tt-vertical-navigation) .eud_megamenu > .sub-menu > li > a > span { margin-bottom: 35px;}
.tt-main-navigation:not(.tt-vertical-navigation) .eud_megamenu > .sub-menu > li > a > span:after{
    content: "";
    position: absolute;
    height: 1px;
    width: 48px;
    left: 13px;
    bottom: 17px;
}
.eud_megamenu_widget_area section h2:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 48px;
    left: 0px;
    bottom: 17px;
}
.tt-main-navigation:not(.tt-vertical-navigation) > div > ul > li.eud_megamenu .sub-menu li.current-menu-item > a > span {
    padding-left: 39px;
}
.tt-main-navigation:not(.tt-vertical-navigation) > div > ul > li.eud_megamenu .sub-menu li.current-menu-item > a > span:after {
    content:"";
		height: 1px;
		width: 16px;
		position: absolute;
		left: 13px;
		top: 50%;
}
.tt-main-navigation:not(.tt-vertical-navigation) .eud_megamenu > .sub-menu > li:last-child { border:none;}
.tt-main-navigation:not(.tt-vertical-navigation) .mega-col-1 > .sub-menu > li { width:100%!important; }
.tt-main-navigation:not(.tt-vertical-navigation) .mega-col-2 > .sub-menu > li { width:calc(100% / 2 - 1px)!important; }
.tt-main-navigation:not(.tt-vertical-navigation) .mega-col-3 > .sub-menu > li { width:calc(100% / 3 - 1px)!important; }
.tt-main-navigation:not(.tt-vertical-navigation) .mega-col-4 > .sub-menu > li { width:calc(100% / 4 - 1px)!important; }
.tt-main-navigation:not(.tt-vertical-navigation) .mega-col-5 > .sub-menu > li { width:calc(100% / 5 - 1px)!important; }
.tt-main-navigation:not(.tt-vertical-navigation) .mega-col-6 > .sub-menu > li { width:calc(100% / 6 - 1px)!important; }
.tt-main-navigation:not(.tt-vertical-navigation) .mega-col-7 > .sub-menu > li { width:calc(100% / 7 - 1px)!important; }
.tt-main-navigation:not(.tt-vertical-navigation) .mega-col-8 > .sub-menu > li { width:calc(100% / 8 - 1px)!important; }
.tt-main-navigation:not(.tt-vertical-navigation) .eud_megamenu > .sub-menu ul {
	position: relative;
	padding: 0;
	display: block!important;
	left: 0!important;
	opacity: 1!important;
	float: none !important;
	max-width: none!important;
	overflow: auto;
	width: 100%;
	min-width: none!important;
	margin-left: 0 !important;
	margin-top: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
	z-index: 1 !important;
}
.sm .eud_megamenu_widget_area a {
    display: initial;
    white-space: normal !important;
}


/* Mobile, Overlay, Offcanvas Menu button */

.eud_menu_button { cursor: pointer;}

.eud_menu_button.eud_search_close {
	position: absolute;
	right:0;
	top: 0;
	padding: 40px;

}
.lines, .lines:before, .lines:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
}

.lines {
    position: relative;
}

.lines:before, .lines:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 10px center;
    transform-origin: 10px center;
}

.lines:before {
    top: 6px;
}

.lines:after {
    top: -6px;
}

.eud_menu_button.open .lines:before, .eud_menu_button.open .lines:after {
		top: 0;
		width: 20px;
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.4s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.4s ease-in-out;
    -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.4s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.4s ease-in-out, -moz-transform 0.3s 0.4s ease-in-out, -o-transform 0.3s 0.4s ease-in-out, transform 0.3s 0.4s ease-in-out;
}

.eud_menu_button .lines:before, .eud_menu_button .lines:after {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top 0.3s 0.4s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: top 0.3s 0.4s ease-in-out, -moz-transform 0.3s ease-in-out;
    -o-transition: top 0.3s 0.4s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: top 0.3s 0.4s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.eud_menu_button.open .lines, .eud_menu_button.closing .lines {
    transition: background 0.3s 0s ease-in-out;
    background: transparent!important;
}

.eud_menu_button.open .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.eud_menu_button.open .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.eud_menu_button .lines, .eud_menu_button .lines:before, .eud_menu_button .lines:after {
	background: #ffffff;
}


/* Search form */

.eud_search_dropdown i {padding:0 10px 0 0; font-size: 14px;}

.eud_search_overlay {
	 position: fixed;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 z-index: 9998;
	 opacity: 0;
	 visibility: hidden;
	 -webkit-transition: opacity 0.4s 0.4s,visibility 0s 0.75s;
	 transition: opacity 0.4s 0.4s,visibility 0s 0.75s;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 background-color: rgba(20,22,24,0.95);
}

.eud_search_overlay.overlay_on {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.eud_search_overlay .eud_search_container {
	width: 100%;
	text-align: center;
	font-size: 3vh;
}
.eud_search_overlay .eud_search_container {

}
.eud_search_overlay .eud_search_container form {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    display: inline-block;
    width: 100%;
    max-width: 60vw;
		position: relative;
		transition: all .95s cubic-bezier(.2,1,.2,1), transform .95s cubic-bezier(.2,1,.2,1);
    -webkit-transition: all .95s cubic-bezier(.2,1,.2,1), -webkit-transform .95s cubic-bezier(.2,1,.2,1);
}
.eud_search_overlay.overlay_on .eud_search_container form{
		opacity:1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
}
.eud_search_overlay .eud_search_container input:first-child {
	width: 100%;
	font-size: 3vh;
  padding: .75em 3em .75em 1.5em;

}
.eud_search_overlay .eud_search_container input.search-submit {
    position: absolute;
    margin-top: -0.6em;
    right: 1.5em;
    top: 50%;
    font-size: 3vh;
    line-height: normal;
    padding: 0px 10px;
		opacity: 0;
		z-index: 2;
}
.eud_search_overlay .eud_search_container i {
    position: absolute;
    margin-top: -0.5em;
    right: 1.5em;
    top: 50%;
		z-index: 1;
}
.eud_search_entry_title {
    margin-bottom: 5px;
     font-size: 18px;
    line-height: 1.2em;
}
.eud_search_style_2 .inside_e { padding: 20px; border-width: 1px; border-style: solid;}

/* One page, page dots navigation */

.touch #eud_one_page_navigation {
	display: none;
}

#eud_one_page_navigation {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 50%;
    z-index: 100;
    list-style: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#eud_one_page_navigation a{
    display: block;
    overflow: auto;
}
#eud_one_page_navigation a span{
    background: rgba(255, 255, 255, 0.6);
    float: left;
    margin: 8px;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
    transform: scale(0.85);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#eud_one_page_navigation a.current span {
    background: rgba(255, 255, 255, 1);
		transform: scale(1);
}
/*--------------------------------------------------------------
#2 Title and Breadcrumbs
--------------------------------------------------------------*/


/* container */
.page_title_container {
	position:relative;
}
.title_overlay{
	position:absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.title_layout_one, .title_layout_one .eud_container, .title_layout_two, .title_layout_three{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
}
.title_layout_two.title_alignment_left .eud_container, .title_layout_three.title_alignment_left .eud_container {
	text-align:left;
}
.title_layout_two.title_alignment_center .eud_container, .title_layout_three.title_alignment_center .eud_container {
	text-align:center;
}
.title_layout_two.title_alignment_right .eud_container, .title_layout_three.title_alignment_right .eud_container{
	text-align:right;
}
.title_layout_three .eud_container {
	position:static;
}
/* title, sub-title container */

.main-title{
	padding:0;
	margin:0;
	position:relative;
	line-height: 1.75;
}
.title_layout_one .title_ctn {
	max-width: 50%;
}
.title_layout_two .title_ctn,.title_layout_three .main-title {
	position:relative;
	line-height: 1.75;
}

/* breadcrumbs */
.breadcrumb_container{
	line-height: 1.75;
}
.breadcrumb_container ul {
	margin:0;
	padding:0;
}
.breadcrumb_container li {
	float:left;
}
.breadcrumb_container li:last-child .bc_separator:last-child {
	display: none;
}
.title_layout_two .breadcrumb_container {
	display:inline-block;
	margin-top: 30px;
}
.title_layout_one .breadcrumb_container, .title_layout_blog_one .breadcrumb_container {
	margin:0 0 0 auto;
  max-width: 50%;
}
.title_layout_one .breadcrumb_container .bc_pre_txt, .title_layout_blog_one .breadcrumb_container .bc_pre_txt, .title_layout_two .breadcrumb_container .bc_pre_txt, .title_layout_three .breadcrumb_container .bc_pre_txt {
	padding-right:10px;
}
.title_layout_one .breadcrumb_container .bc_separator, .title_layout_blog_one .breadcrumb_container .bc_separator {
	padding:0 18px;
}
.title_layout_two .breadcrumb_container .bc_separator, .title_layout_three .breadcrumb_container .bc_separator {
	padding:0 18px;
}

.wpb_wrapper .breadcrumb_container  .bc_separator{
		padding:0 16px;
}
.title_layout_three .breadcrumb_container {
	display:flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 3;
}
.title_layout_three .breadcrumb_container ul {
	margin: 0 auto;
}
.title_layout_three.title_alignment_left .breadcrumb_container ul, .title_layout_three.title_alignment_right .breadcrumb_container ul {
	width:100%;
}
.title_layout_three .breadcrumb_container .bc_current_page {
	font-weight:bold;
}
.eud_breadcrumb_sc_ctn {
    width: 100%;
    display: table;
    clear: both;
	}
.eud_breadcrumb_left {text-align: left;}
.eud_breadcrumb_center {text-align: center;}
.eud_breadcrumb_right {text-align: right;}
.eud_breadcrumb_sc_ctn.bread_custom_font .breadcrumb_container {
    font-family: inherit;
    font-size: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
}
.eud_breadcrumb_sc_ctn .breadcrumb_container {
		display: inline-block;
}
.eud_breadcrumb_sc_ctn ul,.eud_breadcrumb_sc_ctn li{
	list-style: none outside !important;
	margin: 0 !important;
  padding: 0 !important;

}

/*--------------------------------------------------------------
#3 Blog / Single Post / Navigation settings
--------------------------------------------------------------*/


.business_container .article_ctn .entry-header, .writer_container .article_ctn .entry-header,
.boxes_container .article_ctn .entry-header, .careers_container .article_ctn .entry-header,
.lifestyle_container .article_ctn .entry-header, .agency_container .article_ctn .entry-header{
	display:none;
}
.single-post .eud_gallery_img img { display: block; width: 100%;}
.single-post .eud_blog_gallery_stacked .eud_gallery_img:last-child img {
    margin-bottom: 0;
}
/* Single post Casual  */


.business_container .eud_blog_m_thumbnail,
.business_container .eud_audio_ctn,
.business_container .eud_video_ctn.framed  {
    margin-bottom: 40px;
}

.business_container article {
	padding:0 0 40px;
	border-bottom: 5px solid;
}
.business_container .author_bio_ctn {
	margin:40px 0 0 0;
	padding: 0 0 40px 0;
	border-bottom:1px solid;
	overflow:hidden;
}
.business_container .author_bio_ctn > .avatar {
	float: left;
	width: 130px;
	height: 130px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.business_container .author_bio_ctn .avatar img {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.business_container .author_bio_ctn .author-info {
	overflow:hidden;
	padding:0 0 0 30px;
}
.business_container .author_bio_ctn .author-info h3 {
	font-size: 24px;
	position:relative;
	margin:0px 0 14px;
	float: left;
}
.business_container .author_bio_ctn .author-info p {
	float:left;
	margin:0;
	clear: both;
}

.business_container .entry-footer div{
	padding-top:20px;
}
.business_container .entry-footer div:first-child{
	padding-top: 0 !important;
}
.business_container .entry-footer .sp_categories_ctn:before {
	content: "\f02e";
	font-family: "tticons";
	padding:0 15px 0 0;
}
.business_container .entry-footer .sp_tags_ctn:before {
	content: "\f02b";
	font-family: "tticons";
	padding:0 15px 0 0;
}
.business_navigation {
	overflow:hidden;
	margin:40px 0 0;
	padding:0 0 40px;
	border-bottom:1px solid;
}
.business_navigation a {
	display: inline-block;
	min-width: 170px;
	padding:0 15px;
	line-height:48px;
	border:1px solid;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.business_navigation .nav-previous {
	float:left;
}
.business_navigation .nav-previous a:before {
	content: "\f104";
	font-family: "tticons";
	padding: 0 8px 0 0;
	font-size: 14px;
	line-height: 0;
}
.business_navigation .nav-next {
	float:right;
}
.business_navigation .nav-next a:after {
	content: "\f105";
	font-family: "tticons";
	padding: 0 0 0 8px;
	font-size: 14px;
	line-height: 0;
}
/* Single post Classic ( Writer style ) */
.sp_catags_ctn {
	display: block;
	overflow: auto;
}

.writer_container .eud_blog_m_thumbnail,
.writer_container .eud_audio_ctn,
.writer_container .eud_video_ctn.framed  {
    margin-bottom: 40px;
}
.eud_container:not(.business_container) .entry-footer .sp_categories_ctn ul,
.eud_container:not(.business_container) .entry-footer .sp_tags_ctn ul{
	margin: 0 !important;
}
.eud_container:not(.business_container) .entry-footer .sp_categories_ctn a,
.eud_container:not(.business_container) .entry-footer .sp_tags_ctn a{
		padding: 0px 10px;
    border-width: 1px;
    border-style: solid;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 22px;
    font-size: 11px;
    float: left;
    letter-spacing: 1px;
}
.eud_container.boxes_container .entry-footer .sp_categories_ctn a,
.eud_container.boxes_container .entry-footer .sp_tags_ctn a {
		border-radius:0 !important;
    margin: 0 10px 10px 0;
}
.writer_container .entry-footer .share_ctn:not(:only-child) {
	padding-top: 20px;
}

.boxes_container .entry-footer{
  padding: 10px 20px;
  border-top-width: 1px;
	border-top-style: solid;
}

.writer_navigation {
	padding:58px 0 61px;
	border-top:1px solid;
}
.boxes_container .writer_navigation {
	border: 1px solid;
	padding: 29px;
	line-height:30px;
	overflow: auto;
	margin:30px 0 0 0;
	position:relative;
}
.writer_navigation a {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.boxes_container .writer_navigation a {
	font-size:13px;
}
.writer_navigation .nav-previous {
	float:left;
}
.writer_navigation .nav-previous a:before {
	content: "\f104";
	font-family: "tticons";
	padding-right: 19px;
	font-size: 18px;
	top: 3px;
	position: relative;
}
.writer_navigation .nav-next {
	float:right;
}
.writer_navigation .nav-next a:after {
	content: "\f105";
	font-family: "tticons";
	padding-left: 19px;
	font-size: 18px;
	top: 3px;
	position: relative;
}
.writer_navigation .main_posts_page_icon {
	width: 16px;
	height: 16px;
	border: 2px solid;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
}
.writer_navigation .main_posts_page_icon:before {
	content: "";
	width: 8px;
	height: 2px;
	position: absolute;
	left: 2px;
	top: 3px;
}
.writer_navigation .main_posts_page_icon:after {
	content: "";
	width: 8px;
	height: 2px;
	position: absolute;
	left: 2px;
	bottom: 3px;
}

.writer_container .author_bio_ctn {
	margin:60px 0 0 0;
	padding:100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.16);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.16);
	box-shadow: 0 0 40px rgba(0,0,0,.16);
}
.writer_container .has_sidebar .author_bio_ctn {
	position:relative;
	padding:80px 0 0 0px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-top:1px solid;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.writer_container .author_bio_ctn > .avatar {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding:3px;
	-webkit-box-shadow: 0 0 13px rgba(0,0,0,.26);
	-moz-box-shadow: 0 0 13px rgba(0,0,0,.26);
	box-shadow: 0 0 13px rgba(0,0,0,.26);
}
.writer_container .author_bio_ctn .avatar img {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.writer_container .author_bio_ctn .author-info {
	overflow:hidden;
	padding:0 0 0 30px;
}
.writer_container .author_bio_ctn .author-info h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position:relative;
	margin:0px 0 21px;
	padding: 0 0 17px 0;
	float: left;
}
.writer_container .author_bio_ctn .author-info h3:after {
	content: "";
	height: 3px;
	width: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.writer_container .author_bio_ctn .author_posts_link {
	width: 40px;
	height: 40px;
	border: 1px solid;
	display: block;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	position: relative;
	text-align: center;
	line-height: 38px;
	opacity: 0.5;
	float: right;
	margin:-62px -64px 0 0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0);
	box-shadow: 0 0 0px rgba(0,0,0,0);
}
.writer_container .has_sidebar .author_bio_ctn .author_posts_link {
	margin:0;
	position:absolute;
	right:0;
}
.writer_container .author_bio_ctn .author_posts_link:hover {
	opacity:1;
	border:1px solid #ffffff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.writer_container .author_bio_ctn .author_posts_link:after {
	content: "\f090";
	font-family: "tticons";
}
.writer_container .author_bio_ctn .author-info p {
	float:left;
}
/* Single post Classic ( Boxes style ) */

.boxes_container article {
	border:1px solid;
	padding:20px 0 0 0;
}
.boxes_container .entry-header .category_ctn a {
	display:inline-block;
	font-size:12px;
	text-transform:uppercase;
	line-height:18px;
	letter-spacing:1px;
	font-weight:bold;
	padding:0 10px;
	margin:0 6px 10px 0;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.boxes_container .entry-header .entry-title {
	font-size:30px;
	margin-bottom: 14px;
}
.boxes_container .entry-header .category_ctn, .boxes_container .entry-header .entry-title, .boxes_container .entry-content {
	padding:0 29px;
}
.boxes_container .entry-header .entry-meta {
	margin:0 29px 20px;
	overflow:auto;
	border-bottom:1px solid;
	padding:0 0 23px 0;
}
.boxes_container .entry-header .entry-meta .single_post_title_author, .boxes_container .entry-header .entry-meta .single_post_title_date {
	font-size:13px;
	float:left;
}
.boxes_container .entry-header .entry-meta .single_post_title_date {
	padding-left:10px;
}
.boxes_container .entry-header .entry-meta .single_post_title_comment {
	float:right;
}
.boxes_container .author_bio_ctn {
	border:1px solid;
	overflow: auto;
	margin:30px 0 0 0;
	position:relative;
	padding:39px;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.16);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.16);
	box-shadow: 0 0 40px rgba(0,0,0,.16);
}
.boxes_container .author_bio_ctn .avatar {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.boxes_container .author_bio_ctn .author-info {
	overflow:hidden;
	padding:0 0 0 30px;
}
.boxes_container .author_bio_ctn .author-info h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position:relative;
	margin:0px 0 20px;
	padding: 0 0 17px 0;
	float: left;
}
.boxes_container .author_bio_ctn .author-info h3:after {
	content: "";
	height: 1px;
	width: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.boxes_container .author_bio_ctn .author_posts_link {
	position:absolute;
	right:40px;
	width: 40px;
	height: 40px;
	border: 1px solid;
	display: block;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-align: center;
	line-height: 38px;
	opacity: 0.5;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0);
	box-shadow: 0 0 0px rgba(0,0,0,0);
}
.boxes_container .author_bio_ctn .author_posts_link:hover {
	opacity:1;
	border:1px solid #ffffff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.boxes_container .author_bio_ctn .author_posts_link:after {
	content: "\f090";
	font-family: "tticons";
}
.boxes_container .author_bio_ctn .author-info p {
	float:left;
	clear: both;
}

/* Single post Agency */

.agency_container .eud_blog_m_thumbnail,
.agency_container .eud_audio_ctn,
.agency_container .eud_video_ctn.framed  {
    margin-bottom: 40px;
}
.agency_container .entry-footer {
	padding:20px 0 40px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.eud_container.agency_container .entry-footer .sp_categories_ctn a,
.eud_container.agency_container .entry-footer .sp_tags_ctn a {
    padding: 7px 15px;
		border-radius: 100px;
    margin: 0 10px 10px 0;
}
.agency_container .entry-footer .share_ctn:not(:only-child) {
	padding-top: 20px;
}
.agency_navigation {
	padding: 29px 0;
	line-height:30px;
	overflow: auto;
	position:relative;
	border-top:1px solid;
	background: white;
}
.agency_navigation a {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.agency_navigation .nav-previous {
	float:left;
}
.agency_navigation .nav-previous a:before {
	content: "\f104";
	font-family: "tticons";
	padding-right: 19px;
	font-size: 16px;
	position: relative;
}
.agency_navigation .nav-next {
	float:right;
}
.agency_navigation .nav-next a:after, .agency_container .author_bio_ctn .author_posts_link:after {
	content: "\f105";
	font-family: "tticons";
	padding-left: 19px;
	font-size: 16px;
	position: relative;
}
.agency_navigation .main_posts_page_icon {
	width: 16px;
	height: 16px;
	border: 2px solid;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
}
.agency_navigation .main_posts_page_icon:before {
	content: "";
	width: 8px;
	height: 2px;
	position: absolute;
	left: 2px;
	top: 3px;
}
.agency_navigation .main_posts_page_icon:after {
	content: "";
	width: 8px;
	height: 2px;
	position: absolute;
	left: 2px;
	bottom: 3px;
}
.agency_container .author_bio_ctn {
	margin:30px 0 0 0;
}
.agency_container .author_bio_ctn > .avatar {
	float: left;
	width: 130px;
	height: 130px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.agency_container .author_bio_ctn .avatar img {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.agency_container .author_bio_ctn h4, .agency_comments_ctn .comments-title, .agency_comments_ctn #reply-title {
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
}
.agency_container .author_bio_ctn h4 {
	margin-bottom:35px;
}
.agency_comments_ctn .comments-title, .agency_comments_ctn #reply-title {
	opacity:0.5;
}
.agency_container .author_bio_ctn .author-info {
	overflow:hidden;
	padding:0 0 0 30px;
}
.agency_container .author_bio_ctn .author-info h3 {
	font-size: 26px;
	position:relative;
	margin:0px 0 12px;
	padding: 0 0 16px 0;
	float: left;
}
.agency_container .author_bio_ctn .author-info h3:after {
	content: "";
	height: 1px;
	width: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.agency_container .author_bio_ctn .author-info p {
	float:left;
	margin:0 0 13px 0;
	clear: both;
	width: 100%
}
.agency_container .author_bio_ctn .author_posts_link {
	text-transform:uppercase;
	float:left;
	font-weight:bold;
}

/* Single post Business */

.business_d_navigation {
	padding:58px 0 61px;
	border-top:1px solid;
}
.business_d_navigation {
	border: 1px solid;
	padding: 29px;
	line-height:30px;
	overflow: auto;
	margin:30px 0 0 0;
	position:relative;
}
.business_d_navigation a {
	font-size:14px;
	text-transform:uppercase;
}
.business_d_navigation .nav-previous {
	float:left;
}
.business_d_navigation .nav-previous a:before {
	content: "\f104";
	font-family: "tticons";
	padding-right: 19px;
	font-size: 18px;
	top: 3px;
	position: relative;
}
.business_d_navigation .nav-next {
	float:right;
}
.business_d_navigation .nav-next a:after {
	content: "\f105";
	font-family: "tticons";
	padding-left: 19px;
	font-size: 18px;
	top: 3px;
	position: relative;
}
.main_posts_page_icon {
	width: 16px;
	height: 16px;
	border: 2px solid;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	padding: 0 !important;
	min-width: 0 !important;
}
.main_posts_page_icon:before {
	content: "";
	width: 8px;
	height: 2px;
	position: absolute;
	left: 2px;
	top: 3px;
}
.business_d_navigation .main_posts_page_icon:after {
	content: "";
	width: 8px;
	height: 2px;
	position: absolute;
	left: 2px;
	bottom: 3px;
}
.business_d_container .author_bio_ctn {
	margin:30px 0 0 0;
	padding:100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.16);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.16);
	box-shadow: 0 0 40px rgba(0,0,0,.16);
}
.business_d_container .has_sidebar .author_bio_ctn {
	position:relative;
	padding:80px 0 0 0px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-top:1px solid;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.business_d_container .author_bio_ctn > .avatar {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding:3px;
	-webkit-box-shadow: 0 0 13px rgba(0,0,0,.26);
	-moz-box-shadow: 0 0 13px rgba(0,0,0,.26);
	box-shadow: 0 0 13px rgba(0,0,0,.26);
}
.business_d_container .author_bio_ctn .avatar img {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.business_d_container .author_bio_ctn .author-info {
	overflow:hidden;
	padding:0 0 0 30px;
}
.business_d_container .author_bio_ctn .author-info h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position:relative;
	margin:0px 0 21px;
	padding: 0 0 17px 0;
	float: left;
}
.business_d_container .author_bio_ctn .author-info h3:after {
	content: "";
	height: 3px;
	width: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.business_d_container .author_bio_ctn .author_posts_link {
	width: 40px;
	height: 40px;
	border: 1px solid;
	display: block;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	position: relative;
	text-align: center;
	line-height: 38px;
	opacity: 0.5;
	float: right;
	margin:-62px -64px 0 0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0);
	box-shadow: 0 0 0px rgba(0,0,0,0);
}
.business_d_container .has_sidebar .author_bio_ctn .author_posts_link {
	margin:0;
	position:absolute;
	right:0;
}
.business_d_container .author_bio_ctn .author_posts_link:hover {
	opacity:1;
	border:1px solid #ffffff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.business_d_container .author_bio_ctn .author_posts_link:after {
	content: "\f090";
	font-family: "tticons";
}
.business_d_container .author_bio_ctn .author-info p {
	float:left;
}

/* Careers style */

.careers_container .eud_blog_m_thumbnail,
.careers_container .eud_audio_ctn,
.careers_container .eud_video_ctn.framed  {
    margin-bottom: 40px;
}

.eud_container.careers_container .entry-footer .sp_categories_ctn a,
.eud_container.careers_container .entry-footer .sp_tags_ctn a {
    padding: 7px 10px;
		border-radius: 2px;
    margin: 0 10px 10px 0;
}
.careers_container .entry-footer .share_ctn:not(:only-child) {
	padding-top: 20px;
}
.careers_container article {
	padding:0 0 60px;
}
.careers_container .author_bio_ctn {
	margin:0;
	padding: 0 0 63px;
	overflow:hidden;
}
.careers_container .author_bio_ctn h4 {
	margin-bottom:25px;
}
.careers_container .author_bio_ctn > .avatar {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.careers_container .author_bio_ctn .avatar img {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.careers_container .author_bio_ctn .author-info {
	overflow:hidden;
	padding:0 0 0 30px;
}
.careers_container .author_bio_ctn .author-info h3 {
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	margin: 0px 0 12px;
	float: left;
	letter-spacing: 1px;
	font-weight: 400;
}
.careers_container .author_bio_ctn .author-info p {
	float:left;
	margin:0;
}
.careers_navigation {
	overflow:hidden;
	padding:40px 0 45px;
}
.careers_navigation a {
	display: inline-block;
	min-width: 200px;
	padding:0 20px;
	line-height: 38px;
	border: 1px solid;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.careers_navigation .nav-previous {
	float:left;
}
.careers_navigation .nav-previous a:before {
	content: "\f104";
	font-family: "tticons";
	padding: 0 8px 0 0;
	font-size: 14px;
	line-height: 0;
}
.careers_navigation .nav-next {
	float:right;
}
.careers_navigation .nav-next a:after {
	content: "\f105";
	font-family: "tticons";
	padding: 0 0 0 8px;
	font-size: 14px;
	line-height: 0;
}
/* LIfestyle style */

.lifestyle_container .eud_blog_m_thumbnail,
.lifestyle_container .eud_audio_ctn,
.lifestyle_container .eud_video_ctn.framed  {
    margin-bottom: 40px;
}

.eud_container.lifestyle_container  .entry-footer .sp_catags_ctn {

    display: block;
    overflow: auto;
    text-align: center;
}
.eud_container.lifestyle_container  .entry-footer .sp_catags_ctn li{
	display: inline-block;
}
.eud_container.lifestyle_container .entry-footer .sp_categories_ctn a,
.eud_container.lifestyle_container .entry-footer .sp_tags_ctn a {
    padding: 3px 10px;
		border-radius: 2px;
    margin: 0 10px 10px 0;
		float: none !important;
    display: inline-block;
    text-transform: none;
    font-weight: 400;
}

.lifestyle_container .share_ctn {
	padding:20px 0 10px;
}
.lifestyle_container .author_bio_ctn {
	margin:30px 0 0 0;
	position:relative;
	padding:30px;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
	box-shadow: 0 0 25px rgba(0,0,0,.1);
	min-height:160px;
}
.lifestyle_container .author_bio_ctn .avatar {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.lifestyle_container .author_bio_ctn .author-info {
	overflow:hidden;
	padding:0 0 0 30px;
}
.lifestyle_container .author_bio_ctn .author-info h3 {
	font-size: 20px;
	line-height:20px;
	position:relative;
	margin:0px 0 20px;
	padding: 0 0 30px 0;
	float: left;
}
.lifestyle_container .author_bio_ctn .author-info h3:after {
	content: "";
	height: 1px;
	width: 110px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.lifestyle_container .author_bio_ctn .author_posts_link {
	position:absolute;
	right:40px;
	width: 40px;
	height: 40px;
	border: 1px solid;
	display: block;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-align: center;
	line-height: 38px;
	opacity: 0.5;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0);
	box-shadow: 0 0 0px rgba(0,0,0,0);
}
.lifestyle_container .author_bio_ctn .author_posts_link:hover {
	opacity:1;
	border:1px solid #ffffff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.lifestyle_container .author_bio_ctn .author_posts_link:after {
	content: "\f090";
	font-family: "tticons";
}
.lifestyle_container .author_bio_ctn .author-info p {
	float:left;
}

/* New Classic Container  */



.classic_container .eud_blog_m_thumbnail,
.classic_container .eud_audio_ctn,
.classic_container .eud_video_ctn.framed  {
    margin-bottom: 40px;
}

.classic_container article {
	padding: 0;
}
.classic_container header.entry-header{
	display:none;
}
.classic_container:not(.boxed_ctn) .article_ctn > div:last-child,
.classic_container .classic_container_boxed > div:last-child {
    border-bottom: none;
}
.classic_container .author_bio_ctn {
	margin:40px 0 0 0;
	padding:40px;
	border:1px solid;
	overflow:hidden;
}
.classic_container .author_bio_ctn > .avatar {
	float: left;
	width: 96px;
	height: 96px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.classic_container .author_bio_ctn .avatar img {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.classic_container .author_bio_ctn .author-info {
	overflow:hidden;
	padding:0 0 0 42px;
}
.classic_container .author_bio_ctn .author-info h3 {
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	position:relative;
	margin:0px 0 11px;
	float: left;
}
.classic_container .author_bio_ctn .author-info p {
	float:left;
	margin:0;
	clear: both;
}
.classic_container .entry-content{
	padding-bottom:40px;
	border-width: 1px;
	border-bottom-style: solid;
}
.classic_container .entry-footer div{
	padding-top:0px;
}
.classic_container .entry-footer div:first-child{
	padding-top: 0 !important;
}
.classic_navigation {
	overflow:hidden;
	margin:40px 0 0;
	padding:0 0 40px;
	border-bottom:1px solid;
	position: relative;
}
.classic_navigation a:not(.main_posts_page_icon) {
	display: inline-block;
	min-width: 130px;
	padding:0 15px;
	line-height:38px;
	border:1px solid;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
}
.classic_navigation .nav-previous {
	float:left;
}
.classic_navigation .nav-next {
	float:right;
}
.classic_navigation a:not(.main_posts_page_icon):hover{
	color: #fff !important;
}
.classic_navigation .main_posts_page_icon{
    margin: -28px 0 0 -8px;
    padding: 0 !important;
    min-width: 0 !important;
}
.classic_navigation .main_posts_page_icon:after {
	content: "";
	width: 8px;
	height: 2px;
	position: absolute;
	left: 2px;
	bottom: 3px;
}
.classic_container .entry-footer .sp_catags_ctn { padding-top: 20px;}
.classic_container .sp_info_ctn { line-height:16px }
.classic_container .sp_info_ctn > span{ padding:0; font-size:13px; line-height:16px; display:inline-block; margin-bottom: 4px}
.classic_container .sp_info_ctn span:last-child{ padding:0; }
.classic_container .sp_info_ctn > span:after{ content:"|"; padding:0 10px; }
.classic_container .sp_info_ctn span:last-child::after{ content:none; }
.classic_container_boxed {
	padding:48px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


/*--------------------------------------------------------------
#4 Widgets / sidebar settings ( additional widget settins in Footer section )
--------------------------------------------------------------*/
aside.main-sidebar section:last-child, .wpb_widgetised_column section:last-child {
	margin-bottom:0px!important;
}
.sidebar_ctn.r_sidebar, .article_ctn.l_sidebar {
	float:right;
}
.sidebar_ctn.l_sidebar, .article_ctn.r_sidebar {
	float:left;
}
.sidebar_expanded{
	position: relative;
	z-index: 1;
}
.sidebar_expanded:after{
	content: "";
	position:absolute;
	z-index:-1;
	height: 100000px;
	width:100000px;
	top: 0;
}
.eud_widget select {
	max-width: 100%;
}
.widget_search .search-submit {
	display: none;
}
.widget_archive > ul li:first-child, .widget_meta > ul li:first-child, .widget_categories > ul li:first-child {
	padding-top:0;
}
.eud_widget ul, .eud_widget ol {
	margin:0;
	padding:0;
	list-style:none;
}
.eud_widget ul, .eud_widget li {
	margin:0;
	padding:0;
}
.widget_search .eud_search_widget,.no-results .eud_search_widget{
	position:relative;
}
.widget_search .eud_search_widget input[type="search"],.no-results .eud_search_widget input[type="search"]{
	width:100%;
}
.widget_recent_entries .post-date {
	display:block;
}
/* style 1 */


.sidebar_layout_one .widget_archive li, .sidebar_layout_one .widget_meta li, .sidebar_layout_one .widget_categories > ul > li, .sidebar_layout_one .widget_pages li a, .sidebar_layout_one .widget_recent_comments li, .sidebar_layout_one .widget_recent_entries li {
	padding:18px 0 18px 24px;
	position:relative;
	width: 100%;
	display: inline-block;
	border-bottom-width:1px;
	border-bottom-style: solid;
}
.sidebar_layout_one .widget_categories .children {
	margin-top: 18px;
	padding: 18px 0 0px 24px;
	border-top-style: solid;
	border-top-width: 1px;
}
.sidebar_layout_one .widget_categories .children .children{
	padding:18px 0 18px 24px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 18px;
}
.sidebar_layout_one .widget_categories .children:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
}
.sidebar_layout_one .widget_pages .children li a{
	padding-top: 18px !important;
}
.sidebar_layout_one .widget_pages .children {
	margin-left: 20px;
}
.sidebar_layout_one .widget_categories  .children li:before {left:25px;}
.sidebar_layout_one .widget_categories  .children .children li:before {left:49px;}
.sidebar_layout_one .widget_archive li:first-child, .sidebar_layout_one .widget_meta li:first-child, .sidebar_layout_one .widget_categories  li:first-child, .sidebar_layout_one .widget_pages  li:first-child a, .sidebar_layout_one .widget_recent_comments li:first-child, .sidebar_layout_one .widget_recent_entries li:first-child{
	padding-top:0;
}
.sidebar_layout_one .widget_archive li:before, .sidebar_layout_one .widget_meta li:before, .sidebar_layout_one .widget_categories li:before, .sidebar_layout_one .widget_pages li a:before, .sidebar_layout_one .widget_recent_comments li:before, .sidebar_layout_one .widget_recent_entries li:before {
	content: "\f105";
	font-family: "tticons";
	position:absolute;
	left:0;
}
.no-results .eud_search_widget input[type="search"],.sidebar_layout_one .widget_search input[type="search"],.sidebar_layout_two .widget_search input[type="search"],.sidebar_layout_three .widget_search input[type="search"] {
	font-size:14px;
	min-height: 45px;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border:1px solid;
	padding:10px 70px 10px 20px;
}
.no-results .eud_search_widget .search-submit,.sidebar_layout_one .widget_search .search-submit,.sidebar_layout_two .widget_search .search-submit,.sidebar_layout_three .widget_search .search-submit {
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	width:45px;
	height:45px;
	border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	background: none;
}
.eud_search_widget label:after {
    content: "\e036";
    position: absolute;
    right: 20px;
    top: 0;
    font-family: "tticons";
    line-height: 45px;
}
.sidebar_layout_one .tagcloud a {
		padding: 0px 11px 0px;
    line-height: 30px;
    font-size: 11px!important;
    display: inline-block;
    margin: 0 4px 8px 0;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    letter-spacing: 1px;
}
/* style 2 */

.sidebar_layout_two section {
	padding:40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 30px rgba(46,47,57,.14);
	-moz-box-shadow: 0 0 30px rgba(46,47,57,.14);
	box-shadow: 0 0 30px rgba(46,47,57,.14);
}
.sidebar_layout_two .widget_search .search-submit {
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	width:45px;
	height:45px;
	border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
}
.sidebar_layout_two .widget_meta li, .sidebar_layout_two .widget_archive li, .sidebar_layout_two .widget_categories li, .sidebar_layout_two .widget_pages li a, .sidebar_layout_two .widget_recent_comments li, .sidebar_layout_two .widget_recent_entries li {
	padding:9px 0 10px;
	position:relative;
	width: 100%;
	display: inline-block;
	border-bottom:1px solid;
}
.sidebar_layout_two .widget_meta li:first-child, .sidebar_layout_two .widget_archive li:first-child, .sidebar_layout_two .widget_categories li:first-child, .sidebar_layout_two .widget_pages li a:first-child, .sidebar_layout_two .widget_recent_comments li:first-child, .sidebar_layout_two .widget_recent_entries li:first-child {
	padding-top:0px;
}
.sidebar_layout_two .widget_meta li:last-child, .sidebar_layout_two .widget_archive li:last-child, .sidebar_layout_two .widget_categories li:last-child, .sidebar_layout_two .widget_pages li a:last-child, .sidebar_layout_two .widget_recent_comments li:last-child, .sidebar_layout_two .widget_recent_entries li:last-child {
	padding-bottom:0px;
	border-bottom:none;
}
.sidebar_layout_two .tagcloud a {
	font-size:12px!important;
	text-transform:uppercase;
	padding:0px 6px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	font-weight:bold;
	margin:0 7px 3px 0;
	letter-spacing:1px;
	line-height:22px;
	display:inline-block;
}
/* style 3 */

.sidebar_layout_three .tagcloud a {
	font-size:12px!important;
	text-transform:uppercase;
	padding:0px 6px;
	font-weight:bold;
	margin:0 7px 6px 0;
	letter-spacing:1px;
	line-height:22px;
	display:inline-block;
}
.sidebar_layout_three .widget_meta li, .sidebar_layout_three .widget_archive li, .sidebar_layout_three .widget_categories li, .sidebar_layout_three .widget_pages li a, .sidebar_layout_three .widget_recent_comments li, .sidebar_layout_three .widget_recent_entries li
{
	padding:15px 0px;
	position:relative;
	width: 100%;
	display: inline-block;
	border-bottom:1px solid;
}
.sidebar_layout_three .widget_meta li:first-child, .sidebar_layout_three .widget_archive li:first-child, .sidebar_layout_three .widget_categories li:first-child, .sidebar_layout_three .widget_pages > ul > li:first-child a, .sidebar_layout_three .widget_recent_comments li:first-child, .sidebar_layout_three .widget_recent_entries li:first-child
{
	padding-top:0px;
}
.sidebar_layout_three .widget_meta li:last-child, .sidebar_layout_three .widget_archive li:last-child, .sidebar_layout_three .widget_categories li:last-child, .sidebar_layout_three .widget_pages > ul > li:last-child a, .sidebar_layout_three .widget_recent_comments li:last-child, .sidebar_layout_three .widget_recent_entries li:last-child
{
	padding-bottom:0px;
	border-bottom:none;
}
.sidebar_layout_three .eud_widget_title{
	position:relative;
}
.sidebar_layout_three .eud_widget_title:after {
	content:"";
	position:absolute;
	width:70px;
	height:1px;
	left:0;
	right:auto;
  top: 120%;
}

/* megamenu style */


.eud_megamenu_widget_area section .tagcloud a {
	font-size:12px!important;
	text-transform:uppercase;
	padding:0px 6px;
	font-weight:bold;
	margin:0 7px 6px 0;
	letter-spacing:1px;
	line-height:22px;
	display:inline-block;
}
.eud_megamenu_widget_area section.widget_meta li, .eud_megamenu_widget_area section.widget_archive li, .eud_megamenu_widget_area section.widget_categories li, .eud_megamenu_widget_area section.widget_pages li a, .eud_megamenu_widget_area section.widget_recent_comments li,.eud_megamenu_widget_area section.widget_recent_entries li
{
	padding:8px 0px;
	position:relative;
	width: 100%;
	display: inline-block;
	border-bottom:1px solid;
}
.eud_megamenu_widget_area section.widget_meta li:first-child,.eud_megamenu_widget_area section.widget_archive li:first-child,.eud_megamenu_widget_area section.widget_categories li:first-child,
.eud_megamenu_widget_area section.widget_pages > ul > li:first-child a,.eud_megamenu_widget_area section.widget_recent_comments li:first-child,.eud_megamenu_widget_area section.widget_recent_entries li:first-child
{
	padding-top:0px;
}
.eud_megamenu_widget_area section.widget_meta li:last-child,.eud_megamenu_widget_area section.widget_archive li:last-child,.eud_megamenu_widget_area section.widget_categories li:last-child,
.eud_megamenu_widget_area section.widget_pages > ul > li:last-child a,.eud_megamenu_widget_area section.widget_recent_comments li:last-child,.eud_megamenu_widget_area section.widget_recent_entries li:last-child
{
	padding-bottom:0px;
	border-bottom:none;
}


.eud_megamenu_widget_area .eud_search_widget input[type="search"] {
    line-height: 45px;
    padding: 0 15px;
}

/*--------------------------------------------------------------
#5 Footer
--------------------------------------------------------------*/

#eud_colophon{
	position: relative;
}
#eud_colophon.site-footer.eud_fixed_footer {
	position: fixed;
	z-index: -1;
	width: 100%;
	left: 0;
	bottom: 0;
}

/* Footer widgets */
.footer_widget_ctn {
	margin:0 -15px;
}
.eud_f_widget_title {
	line-height:initial;
}
.eud_f_widget ul, .eud_widget li {
	margin: 0;
	padding: 0;
}
.footer_widget .eud_f_widget:last-child {
	padding-bottom: 0;
}
.footer_widget .widget_meta li, .footer_widget .widget_archive li, .footer_widget .widget_categories li, .footer_widget .widget_pages li a, .footer_widget .widget_recent_comments li, .footer_widget .widget_recent_entries li {
	border-bottom:1px solid;
	padding:12px 0px 14px;
	position:relative;
	width: 100%;
	display: inline-block;
}
.footer_widget .widget_meta li:first-child, .footer_widget .widget_archive li:first-child, .footer_widget .widget_categories li:first-child, .footer_widget .widget_pages > ul > li:first-child a, .footer_widget .widget_recent_comments li:first-child, .footer_widget .widget_recent_entries li:first-child {
	padding-top:0px;
}
.footer_widget .widget_meta li:last-child, .footer_widget .widget_archive li:last-child, .footer_widget .widget_categories li:last-child, .footer_widget .widget_pages > ul > li:last-child a, .footer_widget .widget_recent_comments li:last-child, .footer_widget .widget_recent_entries li:last-child {
	padding-bottom:0px;
	border-bottom:none;
}
.footer_widget .tagcloud a {
	border: 1px solid;
	font-size: 12px!important;
	text-transform: uppercase;
	padding: 0px 6px;
	font-weight: bold;
	margin: 0 7px 6px 0;
	letter-spacing: 1px;
	line-height: 22px;
	display: inline-block;
}
.footer_main .widget_search .eud_search_widget input[type="search"] {
  font-size: 14px;
  min-height: 45px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid;
  padding: 10px 70px 10px 20px;
  width: 100%;
	background: none;
}
/*--------------------------------------------------------------
#6 Footer sub bar
--------------------------------------------------------------*/

.footer_sub {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	height:auto;
}
.footer_sub .eud_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content:space-between;
	padding-top:20px;
	padding-bottom:20px;
}
.footer_sub .eud_container:before, .footer_sub .eud_container:after {
	content:none;
}
.footer_sub_left > div,
.footer_sub_center > div,
.footer_sub_right > div{
	width: 100%;
}
.footer_sub_left > div:last-child,.footer_sub_left > div,
.footer_sub_center > div:last-child,.footer_sub_center > div,
.footer_sub_right > div:last-child,.footer_sub_right > div{
	padding-top:10px;
}
.footer_sub_left > div:first-child,.footer_sub_left > div:only-child,
.footer_sub_center > div:first-child,.footer_sub_center > div:only-child,
.footer_sub_right > div:first-child,.footer_sub_right > div:only-child {
	padding:0;
}
.footer_sub .footer_sub_left { text-align: left;}
.footer_sub .footer_sub_center { text-align: center;}
.footer_sub .footer_sub_right  { text-align: right;}
.footer_sub .eud_social_icons a {padding:0 10px; font-size: 16px;}
.footer_sub .eud_social_icons a:first-child {padding:0 10px 0 0;}
.footer_sub .eud_social_icons a:last-child {padding:0 0 0 10px;}
.footer_sub .eud_social_icons a:only-child {padding:0;}
.footer_sub .menu-footer-ct { display: block; overflow: auto; margin:0; padding:0;}
.footer_sub .menu-footer-ct ul{ display:block; padding:0; margin: 0;}
.footer_sub .menu-footer-ct li{ float: left;}
.footer_sub .menu-footer-ct .sub-menu { display: none;}
body:not(.rtl) .footer_sub .menu-footer-ct li:first-child {
    padding-left: 0px;
}
body:not(.rtl) .footer_sub .menu-footer-ct li:last-child {
    padding-right: 0px;
}
.footer_sub .menu-footer-ct li:only-child {
    padding: 0px;
}
.f_text_one,.f_text_two,.f_text_three{
	display: flex;
	align-items: center;
	line-height: normal;
}
.footer_sub_center .f_text_one,.footer_sub_center .f_text_two,.footer_sub_center .f_text_three{
  justify-content: center;
}

/*--------------------------------------------------------------
#8 Shortcodes
--------------------------------------------------------------*/

/*------------------/
    Line Divider   /
-----------------*/
.eud_line_divider_ctn {
	overflow: hidden;
	position: relative;
}
.eud_line_divider,
.eud_line_divider_left,
.eud_line_divider_right{
	display: block;
}

.eud_line_d_left {
	margin-right: auto;
}
.eud_line_d_right {
	margin-left: auto;
}
.eud_line_d_center {
	margin-left:auto;
	margin-right: auto;
}
.eud_line_icon { display: inline-block;}

.eud_line_icon.eud_line_d_left {
	position: absolute;
	left: 0;
}
.eud_line_icon.eud_line_d_right {
	position: absolute;
	right:0;
}
.eud_line_divider_ctn.eud_line_d_center {
	text-align: center;
}
.eud_line_divider.eud_line_d_left,
.eud_line_divider.eud_line_d_right {
	width: auto;
}
.eud_line_divider_left { float: left;}
.eud_line_divider_right { float: right;}

/*------------------/
  Content slider   /
-----------------*/

.eud_content_slider_ctn .vc_tta-panel-heading {
	display: none;
}
.eud_content_slider_ctn {
	opacity: 0 !important;
}
.eud_content_slider_ctn.eud_content_slider_loaded,
.vc_eud_content_slider .eud_content_slider_ctn{
	opacity: 1 !important;
}
/*------------------/
      Gallery      /
-----------------*/

.eud_gallery_ctn .inside_e {
	position: relative;
}


/*------------------/
    Share icons    /
-----------------*/

/* part used in single blog posts */

.writer_container .share_ctn h3 {
	font-size: 14px;
	text-transform: uppercase;
}
.careers_container .share_ctn{
	padding-top:40px;
}
.careers_container .share_ctn h3 {
	font-size: 16px;
	text-transform: uppercase;
}
.careers_container .share_ctn span a{
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius:2px !important;
}
.agency_container .share_ctn h3 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.classic_container .entry-footer .share_ctn {
	padding-top: 36px
}
.classic_container .share_ctn h3 {
	font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: normal;
	margin-bottom: 24px;
}

/* mainly shortcode part */

.eud_share_box span a {
	font-size: 14px;

}

.eud_share_box.simple span a{
    padding:0 10px 10px 0;
    font-size: 14px;
}
.eud_share_box.grey,.eud_share_box.colorized{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.eud_share_box.grey.circle{
	justify-content: center;
}
.eud_share_box.colorized span,
.eud_share_box.grey span {
	text-align: center;
}
.eud_share_box.grey span a{
	display: block;
  padding: 12px 0px;
	line-height: 0px;
	border-width: 1px;
	border-style:solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.eud_share_box.grey span a:hover,
.eud_container:not(.business_container) .entry-footer .sp_categories_ctn a:hover,
.eud_container:not(.business_container) .entry-footer .sp_tags_ctn a:hover {
	color: #fff;
	border-color: rgba(0,0,0,0);
}

.eud_share_box.grey.transparent span a,
.eud_share_box.grey.circle span a{
	background:rgba(0,0,0,0) ;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.eud_share_box.grey.circle span a {
	width: 40px;
	margin: 0 10px 10px;
}
.eud_share_box.grey.thin span a {
  padding: 7px 0px;
  line-height: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.eud_share_box.colorized span a{
	display: block;
  padding: 13px 0px;
  line-height: 0px;
	color: #fff;
}

.eud_share_box.colorized span.eud_share_facebook a,
.eud_share_ctn.eud_share_colorized:not(.eud_share_io) span.eud_share_facebook a { background:#2f5ebe;}
.eud_share_box.colorized span.eud_share_twitter a,
.eud_share_ctn.eud_share_colorized:not(.eud_share_io) span.eud_share_twitter a  { background:#27c7f5;}
.eud_share_box.colorized span.eud_share_google a,
.eud_share_ctn.eud_share_colorized:not(.eud_share_io) span.eud_share_google a  { background:#dd4a40;}
.eud_share_box.colorized span.eud_share_pinterest a,
.eud_share_ctn.eud_share_colorized:not(.eud_share_io) span.eud_share_pinterest a  { background:#f14603;}
.eud_share_box.colorized span.eud_share_linkedin a,
.eud_share_ctn.eud_share_colorized:not(.eud_share_io) span.eud_share_linkedin a  { background:#465f91;}
.eud_share_box.colorized span.eud_share_reddit a,
.eud_share_ctn.eud_share_colorized:not(.eud_share_io) span.eud_share_reddit a  { background:#f13503;}
.eud_share_box.colorized span.eud_share_tumblr a,
.eud_share_ctn.eud_share_colorized:not(.eud_share_io) span.eud_share_tumblr a  { background:#567a8c;}
.eud_share_box.colorized span.eud_share_xing a,
.eud_share_ctn.eud_share_colorized:not(.eud_share_io) span.eud_share_xing a  { background:#158181;}
.eud_share_box.colorized span.eud_share_vk a,
.eud_share_ctn.eud_share_colorized:not(.eud_share_io) span.eud_share_vk a  { background:#4c75a3;}
.eud_share_box.colorized span.eud_share_mail a,
.eud_share_ctn.eud_share_colorized:not(.eud_share_io) span.eud_share_mail a  { background:#393d3e;}

.eud_share_ctn.eud_share_colorized:not(.eud_share_io)  span a{border-color:rgba(0,0,0,0); color:#fff;}

.eud_share_ctn.eud_share_colorized.eud_share_io span.eud_share_facebook a { color:#2f5ebe;}
.eud_share_ctn.eud_share_colorized.eud_share_io span.eud_share_twitter a  { color:#27c7f5;}
.eud_share_ctn.eud_share_colorized.eud_share_io span.eud_share_google a  { color:#dd4a40;}
.eud_share_ctn.eud_share_colorized.eud_share_io span.eud_share_pinterest a  { color:#f14603;}
.eud_share_ctn.eud_share_colorized.eud_share_io span.eud_share_linkedin a  { color:#465f91;}
.eud_share_ctn.eud_share_colorized.eud_share_io span.eud_share_reddit a  { color:#f13503;}
.eud_share_ctn.eud_share_colorized.eud_share_io span.eud_share_tumblr a  { color:#567a8c;}
.eud_share_ctn.eud_share_colorized.eud_share_io span.eud_share_xing a  { color:#158181;}
.eud_share_ctn.eud_share_colorized.eud_share_io span.eud_share_vk a  { color:#4c75a3;}
.eud_share_ctn.eud_share_colorized.eud_share_io span.eud_share_mail a  { color:#393d3e;}


.eud_share_ctn.eud_share_grey:not(.eud_share_io) span a:hover,
.eud_share_ctn.eud_share_transparent:not(.eud_share_io) span a:hover,
.eud_share_ctn.eud_share_colorized:not(.eud_share_io) span a:hover
{ color:#ffffff; border-color:rgba(0,0,0,0) !important;}

.eud_share_ctn {display: flex; flex-wrap: wrap;}
.eud_share_ctn.eud_share_left {justify-content: flex-start;}
.eud_share_ctn.eud_share_right{justify-content: flex-end;}
.eud_share_ctn.eud_share_center{justify-content:center;}
.eud_share_ctn.eud_share_justify{justify-content:space-between;}


.eud_share_io span a {
	font-size: 16px;
}
.eud_share_io.eud_share_big span a {
	font-size: 20px;
}

.eud_share_rounded span a,
.eud_share_squared span a,
.eud_share_rounded_c span a{
	border-width: 1px;
	border-style: solid;
	display: block;
	text-align: center;
}
.eud_share_rounded.eud_share_small span a{
	font-size: 14px;
	width: 40px;
	line-height:0px;
  padding: 12px 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.eud_share_rounded.eud_share_big span a{
	font-size: 16px;
	width: 50px;
	line-height: 0px;
	padding:16px 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.eud_share_squared.eud_share_small span a{
	font-size: 14px;
	width: 40px;
	line-height:0px;
  padding: 12px 0;
}
.eud_share_squared.eud_share_big span a{
	font-size: 16px;
	width: 50px;
	line-height: 0px;
	padding:16px 0;
}
.eud_share_rounded_c.eud_share_small span a{
	font-size: 14px;
	width: 40px;
	line-height:0px;
  padding: 12px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.eud_share_rounded_c.eud_share_big span a{
	font-size: 16px;
	width: 50px;
	line-height: 0px;
	padding:16px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.eud_share_ctn.eud_share_justify span a {width:100% !important}



/*------------------/
       CF7         /
-----------------*/
  .wpbs-cf7 input[type="text"],
  .wpbs-cf7 input[type="email"],
  .wpbs-cf7 input[type="url"],
  .wpbs-cf7 input[type="password"],
  .wpbs-cf7 input[type="search"],
  .wpbs-cf7 input[type="number"],
  .wpbs-cf7 input[type="date"],
  .wpbs-cf7 input[type="tel"]{
      width: 100%;
      min-width: 100%;
    }
.wpcf7-form-control-wrap { clear: both; }​
div.wpcf7-response-output {
    margin: 5px 0.5em 10px;
    float: left;
    width: 101%;
    text-align: center;
		clear: both;
}

.eud_cf7_ctn {
	float: left;
	width: 100%;
	clear: both
}

.eud_cf7_100.eud_cf7_ctn input,
.eud_cf7_100.eud_cf7_ctn textarea {
	font-weight:100;
}

.eud_cf7_300.eud_cf7_ctn input,
.eud_cf7_300.eud_cf7_ctn textarea {
	font-weight:300;
}

.eud_cf7_ctn input,
.eud_cf7_ctn textarea,
.eud_cf7_400.eud_cf7_ctn input,
.eud_cf7_400.eud_cf7_ctn textarea {
	font-weight:400;
}

.eud_cf7_500.eud_cf7_ctn input,
.eud_cf7_500.eud_cf7_ctn textarea {
	font-weight:500;
}

.eud_cf7_600.eud_cf7_ctn input,
.eud_cf7_600.eud_cf7_ctn textarea {
	font-weight:500;
}

.eud_cf7_700.eud_cf7_ctn input,
.eud_cf7_700.eud_cf7_ctn textarea {
	font-weight:700;
}

.eud_cf7_900.eud_cf7_ctn input,
.eud_cf7_900.eud_cf7_ctn textarea {
	font-weight:900;
}

.eud_cf7_none.eud_cf7_ctn input,
.eud_cf7_none.eud_cf7_ctn textarea {
	text-transform: none;
}

.eud_cf7_uppercase.eud_cf7_ctn input,
.eud_cf7_uppercase.eud_cf7_ctn textarea {
	text-transform: uppercase;
}

.eud_cf7_lowercase.eud_cf7_ctn input,
.eud_cf7_lowercase.eud_cf7_ctn textarea {
	text-transform: lowercase;
}

.eud_cf7_capitalize.eud_cf7_ctn input,
.eud_cf7_capitalize.eud_cf7_ctn textarea {
	text-transform: capitalize;
}

.eud_cf7_ctn input:not([type='submit']):not([type='checkbox']):not([type='radio']):not([type='file']),
.eud_cf7_ctn textarea {
	padding:8px 15px;
}
.eud_cf7_ctn textarea {
	height: 200px;
}
.eud_cf7_ctn input:not([type='submit']):not([type='checkbox']):not([type='radio']),
.eud_cf7_ctn select,
.eud_cf7_ctn textarea {
	width: 100%;
}
.eud_cf7_horizontal_2 p,
.eud_cf7_horizontal_3 p,
.eud_cf7_horizontal_4 p{
	float: left;
	width: 100%;
}
.eud_cf7_small_btn input[type="submit"] {
    height: 40px;
    min-width: 150px;
}
.eud_cf7_medium_btn input[type="submit"] {
    height: 50px;
    min-width: 180px;
}
.eud_cf7_big_btn input[type="submit"] {
    height: 70px;
    min-width: 200px;
}
.eud_cf7_fw_btn input[type="submit"] {
	width: 100%;
}
span.wpcf7-list-item {
	width: 100%;
	margin: 0;
}
span.wpcf7-list-item input[type="checkbox"] {
    margin: 0 10px -2px 0;
}
span.wpcf7-list-item input[type="radio"] {
    margin: 0 10px 0 0;
}
.eud_cf7_left {
	width: calc(50% - 10px);
	float: left;
}
.eud_cf7_right {
	width: calc(50% - 10px);
	float: right;
}
.eud_cf7_small .eud_cf7_left,
.eud_cf7_small .eud_cf7_right {
	padding-bottom: 10px;
}
.eud_cf7_small p {
    margin: 0 0 10px 0;
}
.eud_cf7_small label input,.eud_cf7_ctn label textarea,.eud_cf7_ctn label select {
    margin-top: 5px;
}
.eud_cf7_medium .eud_cf7_left,
.eud_cf7_medium .eud_cf7_right {
	padding-bottom: 20px;
}
.eud_cf7_medium p {
    margin: 0 0 20px 0;
}
.eud_cf7_medium label input,.eud_cf7_ctn label textarea,.eud_cf7_ctn label select {
    margin-top: 10px;
}
.eud_cf7_big .eud_cf7_left,
.eud_cf7_big .eud_cf7_right {
	padding-bottom: 30px;
}
.eud_cf7_big p {
    margin: 0 0 30px 0;
}
.eud_cf7_big label input,.eud_cf7_ctn label textarea,.eud_cf7_ctn label select {
    margin-top: 15px;
}
.eud_cf7_horizontal_2.eud_cf7_small p:nth-of-type(1){
	margin-right:10px;
}
.eud_cf7_horizontal_2.eud_cf7_small p:nth-of-type(1),
.eud_cf7_horizontal_2.eud_cf7_small p:nth-of-type(2){
	width:calc(50% - 5px);
}
.eud_cf7_horizontal_2.eud_cf7_medium p:nth-of-type(1){
	margin-right:20px;
}
.eud_cf7_horizontal_2.eud_cf7_medium p:nth-of-type(1),
.eud_cf7_horizontal_2.eud_cf7_medium p:nth-of-type(2){
	width:calc(50% - 10px);
}
.eud_cf7_horizontal_2.eud_cf7_big p:nth-of-type(1){
	margin-right:30px;
}
.eud_cf7_horizontal_2.eud_cf7_big p:nth-of-type(1),
.eud_cf7_horizontal_2.eud_cf7_big p:nth-of-type(2){
	width:calc(50% - 15px);
}

.eud_cf7_horizontal_3.eud_cf7_small p:nth-of-type(1),
.eud_cf7_horizontal_3.eud_cf7_small p:nth-of-type(2){
	margin-right:10px;
}
.eud_cf7_horizontal_3.eud_cf7_small p:nth-of-type(1),
.eud_cf7_horizontal_3.eud_cf7_small p:nth-of-type(2),
.eud_cf7_horizontal_3.eud_cf7_small p:nth-of-type(3){
	width:calc((100%/3) - (20px/3));
}
.eud_cf7_horizontal_3.eud_cf7_medium p:nth-of-type(1),
.eud_cf7_horizontal_3.eud_cf7_medium p:nth-of-type(2){
	margin-right:20px;
}
.eud_cf7_horizontal_3.eud_cf7_medium p:nth-of-type(1),
.eud_cf7_horizontal_3.eud_cf7_medium p:nth-of-type(2),
.eud_cf7_horizontal_3.eud_cf7_medium p:nth-of-type(3){
	width:calc((100%/3) - (40px/3));
}
.eud_cf7_horizontal_3.eud_cf7_big p:nth-of-type(1),
.eud_cf7_horizontal_3.eud_cf7_big p:nth-of-type(2){
	margin-right:30px;
}
.eud_cf7_horizontal_3.eud_cf7_big p:nth-of-type(1),
.eud_cf7_horizontal_3.eud_cf7_big p:nth-of-type(2),
.eud_cf7_horizontal_3.eud_cf7_big p:nth-of-type(3){
	width:calc((100%/3) - 20px);
}

.eud_cf7_horizontal_4.eud_cf7_small p:nth-of-type(1),
.eud_cf7_horizontal_4.eud_cf7_small p:nth-of-type(2),
.eud_cf7_horizontal_4.eud_cf7_small p:nth-of-type(3){
	margin-right:10px;
}
.eud_cf7_horizontal_4.eud_cf7_small p:nth-of-type(1),
.eud_cf7_horizontal_4.eud_cf7_small p:nth-of-type(2),
.eud_cf7_horizontal_4.eud_cf7_small p:nth-of-type(3),
.eud_cf7_horizontal_4.eud_cf7_small p:nth-of-type(4){
	width:calc(25% - (30px/4));
}
.eud_cf7_horizontal_4.eud_cf7_medium p:nth-of-type(1),
.eud_cf7_horizontal_4.eud_cf7_medium p:nth-of-type(2),
.eud_cf7_horizontal_4.eud_cf7_medium p:nth-of-type(3){
	margin-right:20px;
}
.eud_cf7_horizontal_4.eud_cf7_medium p:nth-of-type(1),
.eud_cf7_horizontal_4.eud_cf7_medium p:nth-of-type(2),
.eud_cf7_horizontal_4.eud_cf7_medium p:nth-of-type(3),
.eud_cf7_horizontal_4.eud_cf7_medium p:nth-of-type(4){
	width:calc(25% - 15px);
}
.eud_cf7_horizontal_4.eud_cf7_big p:nth-of-type(1),
.eud_cf7_horizontal_4.eud_cf7_big p:nth-of-type(2),
.eud_cf7_horizontal_4.eud_cf7_big p:nth-of-type(3){
	margin-right:30px;
}
.eud_cf7_horizontal_4.eud_cf7_big p:nth-of-type(1),
.eud_cf7_horizontal_4.eud_cf7_big p:nth-of-type(2),
.eud_cf7_horizontal_4.eud_cf7_big p:nth-of-type(3),
.eud_cf7_horizontal_4.eud_cf7_big p:nth-of-type(4){
	width:calc(25% - (90px/4));
}

.eud_cf7_ctn.eud_cf7_transparent { color: white;}
.eud_cf7_ctn.eud_cf7_transparent input:not([type='submit']):not([type='checkbox']):not([type='radio']):not([type='file']),
.eud_cf7_ctn.eud_cf7_transparent textarea {
	background: none;
  border: 1px solid rgba(72, 79, 97, 0.64);
	color: white;
}

.eud_cf7_ctn.eud_cf7_transparent select{
	background: none !important;
	border: 1px solid rgba(72, 79, 97, 0.64) !important;
	color: white !important;
}
.eud_cf7_ctn.eud_cf7_transparen_dark { color: #878c93;}
.eud_cf7_ctn.eud_cf7_transparent_dark input:not([type='submit']):not([type='checkbox']):not([type='radio']):not([type='file']),
.eud_cf7_ctn.eud_cf7_transparent_dark textarea {
	background: rgba(23, 33, 45, 0.65);
	border:1px solid rgba(23, 33, 45, 0.65);
	color: #878c93;
}

.eud_cf7_ctn.eud_cf7_transparent_dark select{
	background: rgba(23, 33, 45, 0.65) !important;
	border:1px solid rgba(23, 33, 45, 0.65) !important;
	color:#878c93 !important;
}

.eud_cf7_ctn.eud_cf7_transparent_dark input:not([type='submit']):not([type='checkbox']):not([type='radio']):not([type='file']):focus,
.eud_cf7_ctn.eud_cf7_transparent_dark textarea:focus {
background: rgba(15, 23, 35, 0.7) !important;
border:1px solid rgba(15, 23, 35, 0.7) !important;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    clear: both;
    width: 100%;
}
.wpcf7-response-output { clear:both; }
/*------------------/
     Count to      /
-----------------*/

.eud_count_to_ctn {
	text-align:center;
}
.eud_count_to {
	display:inline-block;
}

/*------------------/
      Button       /
-----------------*/

.eud_button_ctn {
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align:top;
}
.eud_button_ctn i {
    letter-spacing: normal !important;
    font-weight: normal !important;
}
.eud_button_center {
	width: 100%;
	text-align: center;
}
.eud_button_right {
	float: right;
}
.eud_button_left {
text-align:left;
}
.eud_button_text_only {
    background: none !important;
    border: none!important;
}
.eud_button_text_only .eud_button_sub_ctn {
	padding: 0!important
}
.eud_button_small {
	height:40px;
	min-width:140px;
}
.eud_button_medium {
	height:48px;
	min-width:160px;
}
.eud_button_large {
	height:64px;
	min-width:200px;
}
.eud_button_sub_ctn {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
  flex-direction: row;
  justify-content: center;
	padding:0 15px;
	text-align: center;
}
.eud_icon_inner,.eud_button_text {
	-webkit-transition: all 0.2s ease, color 0s;
	-moz-transition: all 0.2s ease, color 0s;
	-o-transition: all 0.2s ease, color 0s;
	transition: all 0.2s ease, color 0s;
}
.eud_button_icon_boxed {
	padding: 0 !important;
}
.eud_button_icon_boxed .eud_icon_inner{
	display: inline-block;
	position: absolute;
	top: 0;
	width: 30%;
}
.eud_button_icon_boxed .eud_button_text{
	display: inline-block;
	position: absolute;
	top: 0;
	width: 70%;
}
.eud_button_icon_boxed.eud_button_icon_left .eud_icon_inner{
	border-right: 1px solid rgba(255,255,255,.15);
	left: 0;
}
.eud_button_icon_boxed.eud_button_icon_left .eud_icon_inner:after{
	content: "";
	position: absolute;
	right:0;
	border-left: 1px solid rgba(0,0,0,.15);
	height: 100%;
}
.eud_button_icon_boxed.eud_button_icon_left .eud_button_text{
 right: 0;
}
.eud_button_icon_boxed.eud_button_icon_right .eud_icon_inner{
	border-left: 1px solid rgba(255,255,255,.15);
	right: 0;
}
.eud_button_icon_boxed.eud_button_icon_right .eud_icon_inner:after{
	content: "";
	position: absolute;
	left:0;
	border-right: 1px solid rgba(0,0,0,.15);
	height: 100%;
}
.eud_button_icon_boxed.eud_button_icon_right .eud_button_text{
 left: 0;
}
.eud_button_icon_always.eud_button_icon_right:not(.eud_button_icon_boxed) i {
	padding-left: 15px
}
.eud_button_icon_always.eud_button_icon_left:not(.eud_button_icon_boxed) i {
	padding-right: 15px
}
.eud_button_icon_hover.eud_button_icon_right:not(.eud_button_icon_boxed) i,.eud_button_icon_hover.eud_button_icon_left:not(.eud_button_icon_boxed) i {
	max-width:0;
	opacity:0;
	padding:0;
}
.eud_button_icon_hover.eud_button_icon_right:not(.eud_button_icon_boxed):hover i {
	max-width: 60px;
	opacity: 1;
	padding-left: 15px
}
.eud_button_icon_hover.eud_button_icon_left:not(.eud_button_icon_boxed):hover i {
	max-width: 60px;
	opacity: 1;
	padding-right: 15px
}

.eud_3d_hover_ctn {
	perspective: 500px;
  -webkit-perspective: 500px;
  display: inline-block;
	vertical-align: top;
}
.eud_3d_hover_ctn.center {
    width: 100%;
    text-align: center;
}
.eud_3d_hover_ctn a{
	transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.25s;
	display: inline-block;
	text-align: left;
	padding: 0!important;
	vertical-align: top;
}

.eud_3d_hover_ctn span{
	width:100%;
	height:100%;
	position:absolute;
	box-sizing:border-box;
	text-align: center;
}
.eud_3d_hover_ctn a:hover,
.eud_ip_has_hover:hover .eud_3d_hover_ctn a{
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.eud_button_icon_boxed.eud_button_icon_hover.eud_button_icon_left span,.eud_button_icon_boxed.eud_button_icon_hover.eud_button_icon_right span{
	width:100%;
}
.eud_button_icon_boxed.eud_button_icon_hover.eud_button_icon_right .eud_icon_inner{
	right: -31%;
}
.eud_button_icon_boxed.eud_button_icon_hover.eud_button_icon_left:hover span,.eud_button_icon_boxed.eud_button_icon_hover.eud_button_icon_right:hover span{
	width:70%;
}
.eud_button_icon_boxed.eud_button_icon_hover.eud_button_icon_right:hover .eud_icon_inner{
	right:0;
}
.eud_button_icon_boxed.eud_button_icon_hover.eud_button_icon_left .eud_icon_inner{
	left:-31%;
}
.eud_button_icon_boxed.eud_button_icon_hover.eud_button_icon_left:hover .eud_icon_inner{
	left: 0;
}
.eud_button_ctn.eud_h_icon_gradient:not(.eud_h_3d),
.eud_button_ctn.eud_icon_gradient:not(.eud_h_3d) {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


/*------------------/
       Icon        /
-----------------*/


.eud_icon_ctn {
	line-height: 0;
}

.eud_icon_ctn a {
	line-height: 0;
	display: block;
}

.eud_icon_gradient a,.eud_icon_gradient .eud_icon_shape,
.eud_h_icon_gradient a,.eud_h_icon_gradient .eud_icon_shape{
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.eud_icon_gradient.eud_use_shape i{
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.eud_icon_gradient:not(.eud_use_shape) i {
  -webkit-background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
}
.eud_icon_gradient:not(.eud_use_shape) .eud_icon_shape:hover i {
  -webkit-background-clip:unset!important;
  -webkit-text-fill-color:inherit!important;
}
.eud_h_icon_gradient:not(.eud_use_shape) .eud_icon_shape:hover i {
  -webkit-background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
}
.eud_icon_shape {
	display: inline-block;
	line-height: 0;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.eud_icon_diamond {
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
}
.eud_icon_diamond i{
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  display: block;
}
.eud_icon_hexagon {
	position: relative;
}

.eud_icon_hexagon i{
	position: relative;
	z-index: 100;
}

.eud_icon_hexagon:before,.eud_icon_hexagon:after {
	-webkit-transition: border 0.2s ease-in-out;
	-moz-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.i_float_none {
	text-align: center;
}

.i_float_left {
	text-align: center;
	float: left;
}

.i_float_right {
	text-align: center;
	float: right;
}
.eud_has_hover {
	position: relative;
	z-index: 1;
}
.eud_h_outline_o{
    content: '';
    position: absolute;
    border:4px solid rgba(0,0,0,0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-duration: .3s;
    transition-property: top right bottom left;
		opacity: 0;
}
.eud_has_hover:hover .eud_h_outline_o,
.eud_ip_has_hover:hover .eud_h_outline_o:not(.eud_h_direct){
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
		opacity: 1
}
.eud_h_outline_i{
    content: '';
    position: absolute;
    border:4px solid rgba(0,0,0,0);
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    transition-duration: .3s;
    transition-property: top right bottom left;
		opacity: 0;
}
.eud_has_hover:hover .eud_h_outline_i,
.eud_ip_has_hover:hover .eud_h_outline_i:not(.eud_h_direct){
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
		opacity: 1
}
.eud_h_trim{
    content: '';
    position: absolute;
    border:4px solid rgba(0,0,0,0);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transition-duration: .3s;
    transition-property: top right bottom left;
		opacity: 0;
}
.eud_has_hover:hover .eud_h_trim,
.eud_ip_has_hover:hover .eud_h_trim:not(.eud_h_direct){
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
		opacity: 1
}
.eud_h_grow:hover,
.eud_ip_has_hover:hover .eud_h_grow:not(.eud_h_direct) {
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-o-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}
.eud_h_shrink:hover,
.eud_ip_has_hover:hover .eud_h_shrink:not(.eud_h_direct) {
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-o-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
}
.eud_h_shine {
    background-color: rgba(255, 255, 255, 0.35);
    width: 200%;
    height: 20px;
    position: absolute;
    left: -200%;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}
.eud_has_hover:hover .eud_h_shine,
.eud_ip_has_hover:hover .eud_h_shine:not(.eud_h_direct) {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    left:100%;
}
/*------------------/
    Icon list      /
-----------------*/

.eud_single_list {
    border-bottom: 1px solid rgba(0,0,0,0);
}
.eud_single_list i,.eud_list_heading {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.eud_icon_list .eud_single_list:last-child { border-bottom:none !important; margin-bottom:0 !important;}

.eud_icon_list .eud_single_list:last-child .eud_icon_list_ctn{ padding-bottom:0!important; }

.eud_list_icon { float: left;}

.eud_icon_list_txt_ctn {
	overflow: hidden;
	display: block;
}
.eud_icon_list_txt_ctn *:last-child {
    margin-bottom: 0;
}
.eud_icon_list_txt_ctn h4 {
	margin-bottom: 0;
}
.eud_icon_list_txt_ctn p {
	margin-bottom: 0;
}
.eud_list_shadow{
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.19);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.19);
	box-shadow: 0 0 6px rgba(0,0,0,.19);
}
.eud_single_list:hover .eud_list_shadow {
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
    box-shadow: none!important;
}

/* small icon */

.eud_il_1 i {
	margin-right: 15px;
	font-size: 16px;
}
.eud_il_1 h4{
	margin-bottom:5px
}

/* small rounded icon */

.eud_il_2 i {
	font-size: 12px;
	margin:0 20px 0 0;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(0,0,0,0);
	line-height: 22px !important;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-align: center;
}
.eud_il_2 h4{
	margin-bottom:5px
}

/* medium icon */

.eud_il_3 i {
	font-size: 22px;
	margin:0 25px 0 0;
}
.eud_il_3 h4{
	margin-bottom:15px
}


/* medium rounded icon */
.eud_il_4 .eud_icon_list_ctn {
  min-height: 46px;
  width: 100%;
}

.eud_il_4 i {
    font-size: 18px;
		margin:0 25px 0 0;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(0,0,0,0);
    line-height: 44px !important;
    border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
    text-align: center;
}
.eud_il_4 h4{
	margin-bottom:0px
}

/* big icon */

.eud_il_5 i {
  font-size: 46px;
	margin:0 25px 0 0;
  line-height: initial !important;
}
.eud_il_5 h4{
	margin-bottom:14px
}


/* big rounded icon */

.eud_il_6 .eud_icon_list_ctn {
  min-height: 106px;
  width: 100%;
}

 .eud_il_6 .eud_list_icon_wrapper{
    position: relative;
    height: 100px;
    width: 100px;
    float: left;
		margin:0 25px 0 0;
}
.eud_list_icon_line {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 100px;
}
.eud_icon_list .eud_single_list:last-child .eud_list_icon_line {
	display: none!important;
}
.eud_list_icon_bg {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 110px;
    width: 110px;
    margin: -55px 0 0 -55px;
    z-index: 0;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 100px;
		-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 450ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 450ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 450ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 450ms cubic-bezier(0.19, 1, 0.22, 1);
}
.eud_icon_list_ctn:hover .eud_list_icon_bg {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.eud_il_6 i {
    font-size: 24px;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0,0,0,0);
    line-height: 96px !important;
    border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
    text-align: center;
		position: relative;
		z-index: 1;
}
.eud_il_6 h4{
	margin-bottom:15px
}


/*-------------------------------/
       Paragraph & Icon        /
----------------------------*/

.ib_nolink a{ cursor:default; pointer-events: none;}

.eud_icon_paragraph_ctn {
	display: flex;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.eud_icon_paragraph_ctn:hover {
	z-index: 1;
}
.eud_icon_paragraph_ctn.i_left,
.eud_icon_paragraph_ctn.i_left_on_border{
	flex-direction: row;
	text-align: left;
}
.eud_icon_paragraph_ctn.i_right,
.eud_icon_paragraph_ctn.i_right_on_border{
	flex-direction: row-reverse;
	text-align: right;
}
.eud_icon_paragraph_ctn.i_top,
.eud_icon_paragraph_ctn.i_top_on_border{
	flex-direction: column;
	text-align: center;
	width: 100%;
}
.eud_icon_paragraph_image {
	line-height: 0;
	display: inline-block;
}
.i_top .eud_icon_paragraph_image {
align-self: center;
}
.eud_icon_paragraph_heading,
.eud_icon_paragraph_text {
	display: block;
	width: 100%;
	-webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.eud_icon_paragraph_ctn:hover .eud_icon_gradient:not(.eud_use_shape) .eud_icon_shape i {
  -webkit-background-clip: unset!important;
  -webkit-text-fill-color: inherit!important;
}
.eud_icon_paragraph_ctn:hover .eud_h_icon_gradient:not(.eud_use_shape) .eud_icon_shape i {
  -webkit-background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
}
.eud_icon_paragraph_ctn.eud_icon_box_d_bottom:after {
    content: "";
    width: 100%;
    position: absolute;
    border-top-width: 1px;
    left: 0;
    border-top-style: solid;
    bottom: 9px;
    border-color: inherit;
}

.eud_icon_paragraph_ctn.eud_icon_box_h_top .ib_top_border{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:5px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.eud_icon_paragraph_ctn.eud_icon_box_h_top:hover .ib_top_border{
	opacity: 1;
}



/*---------------------------/
    Circular Progress Bar   /
--------------------------*/


.eud_circular_pb_ctn {
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.eud_circular_pb_ctn canvas {
	margin:0 auto;
	display:block;
	max-width:100%;
}
.eud_circular_pb_status .count_number {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	margin-bottom: inherit;
}
.eud_circular_pb_ctn .eud_circular_pb_status {
	display: flex;
  align-items: center;
  justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
}



/*------------------/
    Progress Bar   /
-----------------*/

.eud_progress_bar_ctn {
	position: relative;
	overflow: visible;
}
.eud_progress_bar_wrapper {
	position:absolute;
}
.eud_progress_bar_effect {
	position:absolute;
	width: 100%;
	height: 100%;
	z-index:1;
}
.vc_progress_bar .vc_single_bar .eud_progress_bar_effect.animated {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.vc_progress_bar .vc_single_bar .eud_progress_bar_effect.striped {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,.15)), color-stop(.75, rgba(255,255,255,.15)), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}
.vc_progress_bar .vc_single_bar:last-child {
	margin-bottom: 0 !important;
}
.vc_progress_bar.eud_progress_bar .vc_single_bar {background: none!important; box-shadow: none!important; -webkit-box-shadow: none!important;
}
/* title in bar 1 */

.eud_pb_1 .eud_progress_bar_ctn, .eud_pb_2 .eud_progress_bar_ctn {
	height:40px;
}
.eud_pb_1 .eud_progress_bar_wrapper {
	position:absolute;
	left:-1px;
	top:-1px;
	height:40px;
	width:calc( 100% + 1px );
}
.eud_pb_1 .eud_progress_bar_label {
	position:absolute;
	left:16px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
	margin:0;
	z-index:2;
}
.vc_progress_bar.eud_pb_1 .vc_single_bar .vc_bar {
	border-radius:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.vc_progress_bar.eud_pb_1 .vc_label_units, .vc_progress_bar.eud_pb_2 .vc_label_units, .vc_progress_bar.eud_pb_3 .vc_label_units, .vc_progress_bar.eud_pb_5 .vc_label_units, .vc_progress_bar.eud_pb_8 .vc_label_units {
	position: absolute;
	right: -24px;
	top: -24px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 48px;
	background:#2a2d2e;
	color: white;
	opacity:0;
	z-index:1;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.vc_progress_bar.eud_pb_1 .vc_label_units:after, .vc_progress_bar.eud_pb_2 .vc_label_units:after, .vc_progress_bar.eud_pb_3 .vc_label_units:after, .vc_progress_bar.eud_pb_5 .vc_label_units:after, .vc_progress_bar.eud_pb_8 .vc_label_units:after {
	content: "";
	position: absolute;
	bottom: -4px;
	margin-left: -5px;
	left: 50%;
	border-top: 4px solid #2a2d2e;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.eud_pb_1 .eud_progress_bar_ctn:hover .vc_label_units, .eud_pb_2 .eud_progress_bar_ctn:hover .vc_label_units, .eud_pb_3 .eud_progress_bar_ctn:hover .vc_label_units, .eud_pb_5 .eud_progress_bar_ctn:hover .vc_label_units, .eud_pb_8 .eud_progress_bar_ctn:hover .vc_label_units {
	top:-34px;
	opacity:1;
}
/* title in bar 2 */

.eud_pb_2 .eud_progress_bar_wrapper {
	position:absolute;
	left:4px;
	top:4px;
	height:30px;
	width:calc( 100% - 8px );
}
.eud_pb_2 .eud_progress_bar_label {
	position:absolute;
	left:12px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
	margin:0;
	z-index:2;
}
.vc_progress_bar.eud_pb_2 .vc_single_bar .vc_bar {
	border-radius:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
/* title in bar 3 */

.eud_pb_3 .eud_progress_bar_ctn {
	height:50px;
}
.eud_pb_3 .eud_progress_bar_wrapper {
	position:absolute;
	left:2px;
	top:2px;
	height:44px;
	width:calc( 100% - 4px );
}
.eud_pb_3 .eud_progress_bar_label {
	position:absolute;
	left:24px;
	line-height:44px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	letter-spacing:1px;
	margin:0;
	z-index:2;
}
.vc_progress_bar.eud_pb_3 .vc_single_bar .vc_bar {
	border-radius:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
/* thin bar 1 */

.eud_pb_4 .eud_progress_bar_ctn {
	height:10px;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.eud_pb_4 .eud_progress_bar_wrapper {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
}
.eud_pb_4 .eud_progress_bar_label {
	display:inline-block;
	font-weight:500;
	font-size:14px;
	line-height:14px;
	margin-bottom:11px;
}
.eud_pb_4 .eud_progress_bar_label .vc_label_units {
	font-weight:normal;
}
.vc_progress_bar.eud_pb_4 .vc_single_bar .vc_bar {
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/* thin bar 2 */

.eud_pb_5 .eud_progress_bar_ctn {
	height:10px;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.eud_pb_5 .eud_progress_bar_wrapper {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
}
.eud_pb_5 .eud_progress_bar_label {
	display:inline-block;
	font-weight:900;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	margin-bottom:13px;
	letter-spacing:1px;
}
.eud_pb_5 .eud_progress_bar_label .vc_label_units {
	font-weight:normal;
}
.vc_progress_bar.eud_pb_5 .vc_single_bar .vc_bar {
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/* thin bar 3 */

.eud_pb_6 .eud_progress_bar_ctn {
	height:16px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.eud_pb_6 .eud_progress_bar_wrapper {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
}
.eud_pb_6 .eud_progress_bar_label {
	display:block;
	font-weight:normal;
	font-size:16px;
	line-height:16px;
	margin-bottom:17px;
}
.eud_pb_6 .eud_progress_bar_label .vc_label_units {
	float:right;
}
.vc_progress_bar.eud_pb_6 .vc_single_bar .vc_bar {
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
/* thin bar 4 */

.eud_pb_7 .eud_progress_bar_ctn {
	height:20px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.eud_pb_7 .eud_progress_bar_wrapper {
	position:absolute;
	left:2px;
	top:2px;
	height:16px;
	width:calc( 100% - 4px );
}
.eud_pb_7 .eud_progress_bar_label {
	display:inline-block;
	font-weight:500;
	font-size:14px;
	line-height:14px;
	margin-bottom:13px;
}
.eud_pb_7 .eud_progress_bar_label .vc_label_units {
	font-weight:normal;
}
.vc_progress_bar.eud_pb_7 .vc_single_bar .vc_bar {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
}
/* thin bar 5 */

.eud_pb_8 .eud_progress_bar_ctn {
	height:20px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius: 0px;
}
.eud_pb_8 .eud_progress_bar_wrapper {
	position:absolute;
	left:4px;
	top:4px;
	height:10px;
	width:calc( 100% - 8px );
}
.eud_pb_8 .eud_progress_bar_label {
	display:inline-block;
	font-weight:500;
	font-size:16px;
	line-height:18px;
	margin-bottom:17px;
}
.eud_pb_8 .eud_progress_bar_label .vc_label_units {
	font-weight:normal;
}
.vc_progress_bar.eud_pb_8 .vc_single_bar .vc_bar {
	border-radius:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.vc_progress_bar.eud_pb_8 .vc_single_bar .vc_bar:after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: -15px;
	top: -10px;
	z-index:2;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border: 8px solid;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}
.vc_progress_bar.eud_pb_8 .vc_label_units {
	top: -35px;
}
.eud_pb_8 .eud_progress_bar_ctn:hover .vc_label_units{
   top: -40px;
   }

/* thick bar 1 */

.eud_pb_9 .eud_progress_bar_ctn {
	height:24px;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.eud_pb_9 .eud_progress_bar_wrapper {
	position:absolute;
	left:4px;
	top:4px;
	height:14px;
	width:calc( 100% - 8px );
}
.eud_pb_9 .eud_progress_bar_label {
	display:inline-block;
	font-weight:700;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	margin-bottom:8px;
	letter-spacing:1px;
}
.vc_progress_bar.eud_pb_9 .vc_label_units {
    top: -35px;
    position: absolute;
    right: 0px;
    top: -27px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    height: 14px;
    line-height: 14px;
    text-align: left;
	opacity:0;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.eud_pb_9 .eud_progress_bar_ctn:hover .vc_label_units{
   opacity:1;
   }
.vc_progress_bar.eud_pb_9 .vc_single_bar .vc_bar {
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/* thick bar 2 */

.eud_pb_10 .eud_progress_bar_ctn {
	height:30px;
	border-radius:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.eud_pb_10 .eud_progress_bar_wrapper {
	position:absolute;
	left:5px;
	top:5px;
	height:20px;
	width:calc( 100% - 10px );
}
.eud_pb_10 .eud_progress_bar_label {
	display:block;
	font-weight:700;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	margin-bottom:20px;
	letter-spacing:1px;
}
.eud_pb_10 .vc_label_units {
    font-size: 14px;
    letter-spacing: normal;
    font-weight:normal;
	text-transform:none;
    height: 14px;
    line-height: 16px;
    float:right;

}
.vc_progress_bar.eud_pb_10 .vc_single_bar .vc_bar {
	border-radius:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
/* thick bar 3 */

.eud_pb_11 .eud_progress_bar_ctn {
	height:30px;
	border-radius:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.eud_pb_11 .eud_progress_bar_wrapper {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
}
.eud_pb_11 .eud_progress_bar_label {
	display:block;
	font-weight:700;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	margin-bottom:20px;
	letter-spacing:1px;
}
.eud_pb_11 .vc_label_units {
    font-size: 14px;
    letter-spacing: normal;
    font-weight:normal;
	text-transform:none;
    height: 14px;
    line-height: 16px;
    float:right;

}
.vc_progress_bar.eud_pb_11 .vc_single_bar .vc_bar {
	border-radius:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

/*------------------/
    Single image   /
-----------------*/

.eud_overflow_img_left .vc_single_image-wrapper {
	  position: absolute;
    right: 0;
}
.eud_overflow_img_right .vc_single_image-wrapper {
	  position: absolute;
    left: 0;
}

/*-------------------------------------------------------------/
                          Tabs / Tour                         /
------------------------------------------------------------*/

/* default settings */

.eud_tabs {
	overflow:auto;
}
.panes .pane {
	display:none;
}
 .vc_clearfix.tab_content {
	 overflow: hidden;
 }

/** vertical tab **/


.eud_tabs.vertical .tabs {
	overflow:visible;
	height:auto;
	list-style:none;
	margin:0;
	padding:0;
}
.eud_tabs.vertical .tabs {
	width: 20%;
	position: relative;
	z-index: 2;
}
.eud_tabs.vertical .tabs-container {
	width: 80%;
	position:relative;
	z-index:2;
}

.eud_tabs.vertical.eud_tab_left .tabs,.eud_tabs.vertical.eud_tab_left .tabs-container {
	float:left;
}
.eud_tabs.vertical.eud_tab_right .tabs,.eud_tabs.vertical.eud_tab_right .tabs-container {
	float:right;
}

.vertical .tabli a {
	line-height:49px;
	display: block;
	pointer-events: none;
}

.eud_tabs.vertical .tabs > li {
	margin:0;
    position: relative;
		cursor: pointer;
}

.eud_tabs.vertical.eud_tab_right .tabs {
	text-align:left;
}
.eud_tabs.vertical.eud_tab_left .tabs {
	text-align:right;
}

/*** Type 1 ***/


.eud_tabs.vertical.eud_tab_1.eud_tab_left .tabs > li {
	padding:20px 40px 20px 0;
}
.eud_tabs.vertical.eud_tab_1.eud_tab_right .tabs > li {
	padding:20px 0px 20px 40px;
}
.eud_tabs.vertical.eud_tab_1 .tabs > li:first-child {
	padding-top:0;
}
.eud_tabs.vertical.eud_tab_1 .tabs > li:after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 1px;
    width: 100%;
    left: 0px;
}
.eud_tabs.vertical.eud_tab_1 .tabs > li:last-child:after {
	content:none;
}
.eud_tabs.vertical.eud_tab_1 .tabs > li a{
	font-size:16px;
	line-height:24px;
}
.eud_tabs.vertical.eud_tab_1.eud_tab_left .tabs,.eud_tabs.vertical.eud_tab_1.eud_tab_right .tabs-container{
	border-right:1px solid;
}
.eud_tabs.vertical.eud_tab_1.eud_tab_right .tabs,.eud_tabs.vertical.eud_tab_1.eud_tab_left .tabs-container{
	border-left:1px solid;
}
.eud_tabs.vertical.eud_tab_1.eud_tab_right .tabs {
	text-align:left;
}
.eud_tabs.vertical.eud_tab_1.eud_tab_left .tabs-container {
	margin-left: -1px;
	padding-left:70px;
}
.eud_tabs.vertical.eud_tab_1.eud_tab_right .tabs-container {
	margin-left:0;
	margin-right:-1px;
	padding-right:70px;
}

/*** Type 2 ***/


.eud_tabs.vertical.eud_tab_2 .tabs > li {
	padding:15px 0px;
}

.eud_tabs.vertical.eud_tab_2 .tabs > li:first-child {
	padding-top:0;
}

.eud_tabs.vertical.eud_tab_2 .tabs > li a{
	line-height:30px;
	font-size:15px;
	font-weight:500;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
  	-o-transition:all 0.3s ease-in-out;
  	-ms-transition:all 0.3s ease-in-out;

}
.eud_tabs.vertical.eud_tab_2.eud_tab_left .tabs > li.active a {
    padding-right: 14px;
}
.eud_tabs.vertical.eud_tab_2.eud_tab_right .tabs > li.active a {
    padding-left: 14px;
}

.eud_tabs.vertical.eud_tab_2 .tabs > li a:after {
 	content: "";
	position: absolute;
    bottom: 25px;
    right: 0px;
    height: 11px;
	width:0px;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;

}
.eud_tabs.vertical.eud_tab_2.eud_tab_right .tabs > li a:after {
	right:auto;
    left: 0px;
}

.eud_tabs.vertical.eud_tab_2 .tabs > li.active a:after {
    width: 6px;
}


.eud_tabs.vertical.eud_tab_2.eud_tab_left .tabs-container {
	padding-left:100px;
}
.eud_tabs.vertical.eud_tab_2.eud_tab_right .tabs-container {
	padding-right:100px;
}

/** horizontal tab **/



.horizontal .tabs-container {
	padding:20px 28px;
	overflow:auto;
}

.horizontal .panes div {
	display:none;
	border-top:0;
	height:auto;
	padding: 19px 10px;
}


.eud_tabs.horizontal .tabs li {
	height:auto;
	cursor:pointer;
	z-index:1;
	position:relative;
	margin:0;
	padding:0;
	float:left;
}
.eud_tabs.horizontal .tabs li a {
	padding:0;
	margin:0;
	pointer-events: none;
	display:flex;
}


.eud_tabs.horizontal.eud_tab_left .tabs-wrapper {
	text-align:left;
}
.eud_tabs.horizontal.eud_tab_right .tabs-wrapper {
	text-align:right;
}
.eud_tabs.horizontal.eud_tab_center .tabs-wrapper {
	text-align:center;
}
.eud_tabs.horizontal .wpb_column.vc_column_container:not(.vc_col-sm-12) {
    text-align: initial;
}

.eud_tabs.horizontal .tabs {
	overflow:visible;
	display:inline-flex;
	height:auto;
	list-style:none;
	margin:0;
	padding:0;
}
.eud_tabs.horizontal .tabs > li {
	height:auto;
	cursor:pointer;
	z-index:1;
	position:relative;
	margin:0;
	padding:0;
	float:left;
}
.eud_tabs.horizontal .tabs > li a {
	padding:0;
	margin:0;
	pointer-events: none;
	display:flex;
}
.eud_tabs.horizontal .tabs-container {
	margin-top:-1px;
}
/*** Type 1 ***/



.horizontal.eud_tab_1 .tabs > li {
	padding:10px 20px;
	border-right:none;

   	list-style: none;
	border:1px solid;
	border-left:none;
}
.horizontal.eud_tab_1 .tabs > li:first-child {
    border-left: 1px solid;
}
.horizontal.eud_tab_1 .tabs > li.active {
	border-color:rgba(0,0,0,0) !important;
}
.horizontal.eud_tab_1 .tabs > li.active a{
	color:#fff !important;
}
.horizontal.eud_tab_1 .tabs > li a {
	font-size:14px;
	line-height:30px;
	font-weight:500;
}
.eud_tab_1.horizontal .tabs-container {
	border:1px solid;
}
/*** Type 2 ***/

.horizontal.eud_tab_2 .tabs > li {
	padding:10px 20px;
	border-right:none;

   	list-style: none;
	border:1px solid;
	border-left:none;
}
.horizontal.eud_tab_2 .tabs > li:first-child {
    border-left: 1px solid;
}
.horizontal.eud_tab_2 .tabs > li.active {
	border-color:rgba(0,0,0,0) !important;
}

.horizontal.eud_tab_2 .tabs > li.active a{
	color:#fff !important;
}

.eud_tab_2.horizontal .tabs-container {
	border:1px solid;
}
/*** Type 3 ***/

.horizontal.eud_tab_3 .tabs > li {
	padding:11px 20px 12px;
	margin-top:6px;
	margin-left:-1px;
	border-right:none;
   	list-style: none;
	border:1px solid;
	position:relative;
	z-index:1;
}
.horizontal.eud_tab_3 .tabs > li:first-child {
    border-left: 1px solid;
	margin-left:0px;
}
.horizontal.eud_tab_3 .tabs > li.active {
	margin-top:0;
	padding:17px 20px 12px;
	z-index:2;
}
.horizontal.eud_tab_3 .tabs > li.active a{
	font-weight:500;
}
.horizontal.eud_tab_3 .tabs > li a {
	font-size:16px;
	line-height:30px;
	font-weight:normal;
}
.eud_tab_3.horizontal .tabs-container {
	border:1px solid;
}
/*** Type 4 ***/


.horizontal.eud_tab_4 .tabs{
	border-bottom:2px solid;
	position:relative;
}
.horizontal.eud_tab_4 .tabs > li:first-child {
	margin-left:0 !important;
}
.horizontal.eud_tab_4 .tabs > li:last-child {
	margin-right:0 !important;
}
.horizontal.eud_tab_4 .tabs > li {
	padding:0px 0px 20px;
	margin:0 60px 0 0;
	max-height:30px;
	letter-spacing: 1px;
}
.horizontal.eud_tab_4 .tabs > li.active {
   	list-style: none;
}
.horizontal.eud_tab_4 .tabs > li a {
	font-size:13px;
	line-height:13px;
	font-weight:500;
	letter-spacing: 1px;
	text-transform:uppercase;
}
.tab_moving_line {
    position: absolute !important;
    bottom: -2px;
    left: 0;
    line-height: 0px!important;
    padding: 0!important;
    float: none !important;
    width: 100px;
    height: 2px!important;
	margin:0!important;
    background: #fe4902;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
  	-o-transition:all 0.3s ease-in-out;
  	-ms-transition:all 0.3s ease-in-out;

}


/*** Type 5 ***/


.horizontal.eud_tab_5 .tabs{
	position:relative;
}
.horizontal.eud_tab_5 .tabs > li:first-child {
	margin-left:0 !important;
}
.horizontal.eud_tab_5 .tabs > li:last-child {
	margin-right:0 !important;
}
.horizontal.eud_tab_5 .tabs > li {
    padding: 9.5px 20px;
    margin: 0 8px 0 0;
    letter-spacing: 1px;
    min-width: 100px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 22.5px;
}
.horizontal.eud_tab_5 .tabs > li.active {
   	list-style: none;
}
.horizontal.eud_tab_5 .tabs > li a {
		font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}
.horizontal.eud_tab_5 .tabs > li.active a {
	color: #fff !important;
}
.horizontal.eud_tab_5 .tabs-container {
    padding: 20px 0px 0;
    overflow: hidden;
}
/*-------------------------------------------------------------/
                            Accordion                         /
------------------------------------------------------------*/


.panel-body:after, .panel-body:before {
    display: table;
    content: " ";
}
.collapse {
	display:none;
}
.collapse.in      { display: block; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.panel-collapse {
	overflow:hidden;
}


.plus-minus-toggle {
  height:4px;
  position:absolute;
  width: 10px;
  right:19px;
  top:18px;
}
.plus-minus-toggle:before{

    background: #000;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
    transition: transform 500ms ease;
  }

 .plus-minus-toggle:after {
    transform-origin: center;
    background: #000;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
    transition: transform 500ms ease;
  }
.panel-title:not(.active) .plus-minus-toggle:after{

	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
  }
.panel-title:not(.active) .plus-minus-toggle:before {



	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg);
    }

.eud_accordion .panel-title {
    padding:0px;
	margin:0;
    border: 1px solid;
    position: relative;
}

.eud_accordion .panel-default {
    margin-bottom: 10px;
}
.eud_accordion .panel-default:last-child {
    margin-bottom:0px;
}
.eud_accordion .wpb_button:last-child,.eud_accordion .wpb_content_element:last-child ,.eud_accordion ul.wpb_thumbnails-fluid>li:last-child {
	margin-bottom:0px;
}
/* Style 1 */

.eud_acc_1 .panel-title a{
    line-height: 38px;
    display: block;
    padding:0 19px;
	text-transform: uppercase;
	font-weight: bold;
    letter-spacing: 1px;
	font-size:14px;
}
.eud_acc_1 .panel-collapse {
    border: 1px solid;
    border-top: none;
}
.eud_acc_1 .panel-body {
    padding: 11px 19px;
}

/* Style 2 */

.eud_acc_2 .panel-title{
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.eud_acc_2 .panel-title a{
    line-height: 38px;
    display: block;
    padding:0 19px;
	font-weight: 500;
	font-size:14px;
}
.eud_acc_2 .panel-body {
    padding: 11px 19px 0;
}

/* Style 3 & 4  */

.eud_acc_3 .panel-title{
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius: 100px;
}

.eud_acc_3 .panel-title a,.eud_acc_4 .panel-title a{
    line-height: 43px;
    display: block;
    padding:0 22px;
	font-weight: bold;
	font-size:12px;
	text-transform:uppercase
}
.eud_acc_3 .panel-body,.eud_acc_4 .panel-body {
    padding: 21px 0px 10px;
}

.eud_acc_3 .plus-minus-toggle,.eud_acc_4 .plus-minus-toggle {
  right:20px;
  top:20px;
}
.eud_acc_3 .plus-minus-toggle:before,
.eud_acc_3 .plus-minus-toggle:after,
.eud_acc_4 .plus-minus-toggle:before,
.eud_acc_4 .plus-minus-toggle:after {
    height: 3px;
    width: 11px;
  }

/* Style 5 */


.eud_acc_5 .panel-title a{
    line-height: 48px;
    display: block;
    padding:0 25px;
	font-weight: bold;
	font-size:13px;
	text-transform:uppercase
}
.eud_acc_5 .panel-title.active {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.eud_acc_5 .panel-body{
    padding: 10px 0px;
}

.eud_acc_5 .plus-minus-toggle {
    height: 48px;
    line-height: 48px;
    position: absolute;
    width: 49px;
    right: 0px;
    top: 0px;
    border-left: 1px solid;
}

.eud_acc_5 .panel-title:not(.active) .plus-minus-toggle:after{

	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);

 }
.eud_acc_5 .panel-title:not(.active) .plus-minus-toggle:before {


			-webkit-transform:rotate(180deg);
			-moz-transform:rotate(180deg);
			-o-transform: rotate(180deg);
			-ms-transform:rotate(180deg);
			transform:rotate(180deg);
    }
.eud_acc_5 .plus-minus-toggle:before{

	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform:rotate(315deg);
	transform:rotate(315deg);

}
.eud_acc_5 .plus-minus-toggle:after {

	-webkit-transform:rotate(225deg);
	-moz-transform:rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform:rotate(225deg);
	transform:rotate(225deg);
}
.eud_acc_5 .plus-minus-toggle:before,.eud_acc_5 .plus-minus-toggle:after {
    left: 19px;
    top: 23px;
}




/*-------------------------------------------------------------/
                              Blog                            /
------------------------------------------------------------*/
.post.type-post .entry-footer { margin-top: 40px;}
.agency_container .post.type-post .entry-footer {
    margin-top: 0px;
}
.eud_blog_ctn .inside_e .eud_blog_m_content div:last-child {
    padding-bottom: 0 !important;
}
.eud_blog_m_entry .vc_row{
	margin-left:0 !important;
	margin-right:0 !important;
}
.eud_blog_ctn[data-layout="packery"] .eud_blog_m_thumbnail img {
	width: 100%;
}
.eud_blog_m_content { position: relative;}
.eud_isotope.col_1 .eud_iso_item:first-child { padding-top: 0 !important; }
/* standard 1 */

.eud_blog_style_1 .eud_blog_m_thumbnail,.eud_blog_style_1 .eud_audio_ctn{ margin-bottom:24px; }
.eud_blog_style_1 .eud_video_ctn { margin-bottom: 74px; }
.eud_blog_style_1 .eud_video_ctn.framed { margin-bottom: 24px; }
.eud_blog_style_1 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_blog_style_1.col_1 .eud_blog_m_title,
.eud_blog_style_1.col_2 .eud_blog_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}

.eud_blog_style_1 .eud_blog_m_top_info { line-height:19px; margin-top: 5px}
.eud_blog_style_1 .eud_blog_m_top_info > span{ padding:0; font-size:13px; line-height:20px; display:inline-block;}
.eud_blog_style_1 .eud_blog_m_top_info span:last-child{ padding:0; }
.eud_blog_style_1 .eud_blog_m_entry { padding:14px 0 7px}
.eud_blog_style_1 .eud_m_more_link { }
.eud_blog_style_1 .eud_blog_m_top_info > span:after{ content:"|"; padding:0 10px; }
.eud_blog_style_1 .eud_blog_m_top_info span:last-child::after{ content:none; }
.eud_blog_style_1 .inside_e {  padding-bottom:0px;}

.eud_blog_ctn .inside_e .eud_blog_m_content div.eud_quote_ctn{
	padding: 15px 0px 15px 20px !important;
  border-left-width:3px;
	border-left-style:solid;
	position: relative;
}
.eud_quote_text{
    font-family: "Roboto Slab";
    font-size: 16px !important;
    font-weight: 300 !important;
}
.eud_quote_icon,
.eud_link_icon{
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
    display: inline-block;
}
.eud_quote_icon:after{
  font-size: 14px;
  line-height: 30px;
  left: 6px;
  top: 10px;
  content: "\e9e1";
  font-family: "tticons";
}
.eud_link_icon:after{
  font-size: 14px;
  line-height: 30px;
  left: 6px;
  top: 10px;
  content:"\ea34";
  font-family: "tticons";
}

.force_font.eud_blog_style_1 .eud_blog_m_top_info > span,.force_font.eud_blog_style_1 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_1 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

/* standard 2 */

.eud_blog_style_2 .eud_blog_m_thumbnail,.eud_blog_style_2 .eud_audio_ctn { margin-bottom:24px; }
.eud_blog_style_2 .eud_video_ctn { margin-bottom: 74px; }
.eud_blog_style_2 .eud_video_ctn.framed { margin-bottom: 24px; }
.eud_blog_style_2 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_blog_style_2.col_1 .eud_blog_m_title,
.eud_blog_style_2.col_2 .eud_blog_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}
.eud_blog_style_2 .eud_blog_m_top_info { line-height: 19px; margin-top: 5px}
.eud_blog_style_2 .eud_blog_m_top_info > span{font-size:13px; line-height:20px; display:inline-block;}
.eud_blog_style_2 .eud_blog_m_top_info > span:after{ content:"/"; padding:0 10px; }
.eud_blog_style_2 .eud_blog_m_top_info span:last-child::after{ content:none; }
.eud_blog_style_2 .eud_blog_m_entry { padding:14px 0 7px}
.eud_blog_style_2 .eud_m_more_link { }
.eud_blog_style_2 .inside_e {}
.force_font.eud_blog_style_2 .eud_blog_m_top_info > span,.force_font.eud_blog_style_2 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_2 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }
.eud_blog_style_2 .eud_quote_ctn span,.eud_blog_style_2 .eud_link_ctn span { display: block; padding-top: 10px; }

/* standard 3 */

.eud_blog_style_3 .eud_blog_m_thumbnail,.eud_blog_style_3 .eud_audio_ctn { margin-bottom:24px; }
.eud_blog_style_3 .eud_video_ctn { margin-bottom: 74px; }
.eud_blog_style_3 .eud_video_ctn.framed { margin-bottom: 24px; }
.eud_blog_style_3 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_blog_style_3.col_1 .eud_blog_m_title,
.eud_blog_style_3.col_2 .eud_blog_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}
.eud_blog_style_3 .eud_blog_m_top_info { border-bottom:1px solid; padding-bottom:13px;  margin-top: 3px}
.eud_blog_style_3 .eud_blog_m_top_info > span{font-size:13px; line-height:20px; display:inline-block;}
.eud_blog_style_3 .eud_blog_m_top_info > span:after{ content:"|"; padding:0 10px; }
.eud_blog_style_3 .eud_blog_m_top_info span:last-child::after{ content:none; }
.eud_blog_style_3 .eud_blog_m_entry { padding:16px 0 7px}
.eud_blog_style_3 .eud_m_more_link { }
.eud_blog_style_3 .inside_e {}
.force_font.eud_blog_style_3 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_3 .eud_blog_m_top_info > span {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_3 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }
.eud_blog_style_3 .eud_quote_ctn span,.eud_blog_style_3 .eud_link_ctn span{ display: block; padding-top: 5px; }

/* standard 4 */

.eud_blog_style_4 .eud_blog_m_thumbnail,.eud_blog_style_4 .eud_audio_ctn { margin-bottom:24px; }
.eud_blog_style_4 .eud_video_ctn { margin-bottom: 74px; }
.eud_blog_style_4 .eud_video_ctn.framed { margin-bottom: 24px; }
.eud_blog_style_4 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_blog_style_4.col_1 .eud_blog_m_title,
.eud_blog_style_4.col_2 .eud_blog_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}
.eud_blog_style_4 .eud_blog_m_top_info { border-bottom:1px solid; padding-bottom:13px;  margin-top: 3px}
.eud_blog_style_4 .eud_blog_m_top_info > span{font-size:13px; line-height:20px; display:inline-block;}
.eud_blog_style_4 .eud_blog_m_top_info > span:after{ content:"/"; padding:0 10px; }
.eud_blog_style_4 .eud_blog_m_top_info span:last-child::after{ content:none; }
.eud_blog_style_4 .eud_blog_m_entry { padding:16px 0 7px}
.eud_blog_style_4 .eud_m_more_link { }
.eud_blog_style_4 .inside_e {}
.force_font.eud_blog_style_4 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_4 .eud_blog_m_top_info > span {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_4 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }
.eud_blog_style_4 .eud_quote_ctn span,.eud_blog_style_4 .eud_link_ctn span{ display: block; padding-top: 5px; }


/* standard 5 */

.eud_blog_style_5 .eud_blog_m_thumbnail,.eud_blog_style_5 .eud_audio_ctn { margin-bottom:25px; }
.eud_blog_style_5 .eud_video_ctn { margin-bottom: 75px; }
.eud_blog_style_5 .eud_video_ctn.framed { margin-bottom: 75px; }
.eud_blog_style_5 .eud_blog_m_title { text-align:center; font-size:15px; line-height:26px; font-weight:700; margin-bottom:0px; text-transform:uppercase; letter-spacing: 1px; margin-bottom:0px;}
.eud_blog_style_5 .eud_blog_m_bt_info {text-align:center; line-height: 21px; margin-bottom:7px;}
.eud_blog_style_5 .eud_blog_m_bt_info > span{padding:0 15px 0 0; font-size:13px; line-height:21px; display:inline-block;}
.eud_blog_style_5 .eud_blog_m_top_info {  text-align:center; margin-top:3px}
.eud_blog_style_5 .eud_blog_m_top_info > span{padding:0 15px 0 0; font-size:13px; line-height:20px; display:inline-block; }
.eud_blog_style_5 .eud_blog_m_bt_info span:last-child,.eud_blog_style_5 .eud_blog_m_top_info span:last-child{ padding:0; }
.eud_blog_style_5 .eud_blog_m_entry { padding:14px 0 7px; text-align:center;}
.eud_blog_style_5 .eud_m_more_link { text-align:center; }
.eud_blog_style_5 .inside_e {}
.force_font.eud_blog_style_5 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_5 .eud_blog_m_bt_info > span {	font-family:"Roboto Slab" !important; }
.force_font.eud_blog_style_5 .eud_blog_m_top_info > span {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_5 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

.eud_blog_ctn.eud_blog_style_5 .inside_e .eud_blog_m_content div.eud_quote_ctn,
.eud_blog_ctn.eud_blog_style_5 .inside_e .eud_blog_m_content div.eud_link_ctn{
	padding: 45px 0px 0px 0px !important;
  border-width:0px !important;
	text-align: center;
}
.eud_blog_style_5 .eud_quote_icon,
.eud_blog_style_5 .eud_link_icon{
    position: absolute;
    top: 0 !important;
    right:50%;
		margin-right: -15px !important
}


/* standard 6 */

.eud_blog_style_14 .eud_blog_m_thumbnail,.eud_blog_style_14 .eud_audio_ctn { float: left; width:calc(30% - 17px);}
.eud_blog_style_14 .eud_video_ctn {  float: left; width:calc(30% - 17px);}
.eud_blog_style_14 .eud_video_ctn.framed { float: left; width:calc(30% - 17px); }
.eud_blog_style_14 .eud_video_ctn.framed { float: left; width:calc(30% - 17px); }
.eud_blog_style_14 .eud_blog_m_content{float:right; width:calc(70% - 17px);}
.eud_blog_style_14 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_blog_style_14 .eud_blog_m_top_info{ line-height:19px; margin-top: 5px}
.eud_blog_style_14 .eud_blog_m_top_info > span{ padding:0; font-size:13px; line-height:20px; display:inline-block;}
.eud_blog_style_14 .eud_blog_m_top_info > span:after{ content:"|"; padding:0 10px; }
.eud_blog_style_14 .eud_blog_m_top_info span:last-child::after{ content:none; }
.eud_blog_style_14 .eud_blog_m_entry { padding:14px 0 7px;}
.eud_blog_style_14 .eud_m_more_link { }
.eud_blog_style_14 .inside_e {}
.force_font.eud_blog_style_14 .eud_blog_m_top_info > span,.force_font.eud_blog_style_14 .eud_blog_m_title {	font-family:"Roboto" !important;}
.force_font.eud_blog_style_14 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

/* Boxed 1 */

.eud_blog_style_6 .eud_blog_m_thumbnail,.eud_blog_style_6 .eud_audio_ctn { margin-bottom:39px; }
.eud_blog_style_6 .eud_video_ctn { margin-bottom: 80px; }
.eud_blog_style_6 .eud_video_ctn.framed { margin-bottom: 40px; }
.eud_blog_style_6 .eud_blog_m_thumbnail.eud_blog_gallery_packery { margin: -3px -3px 22px; }
.eud_blog_style_6 .eud_blog_m_thumbnail.eud_blog_gallery_packery img { position:relative; z-index:-1;}
.eud_blog_style_6 .eud_blog_m_content { padding:0 35px 10px; }
.eud_blog_style_6 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_blog_style_6 .eud_blog_m_bt_info { padding:0 0 8px; letter-spacing: 0.7px; line-height: 11px}
.eud_blog_style_6 .eud_blog_m_bt_info > span{padding:0 15px 0 0; font-size:10px; line-height:11px; display:inline-block; text-transform:uppercase; font-weight:bold;}
.eud_blog_style_6 .eud_blog_m_bt_info span a { padding: 0 5px 0 0; }
.eud_blog_style_6 .eud_blog_m_bt_info span a:last-child { padding:0px; }
.eud_blog_style_6 .eud_blog_m_top_info { padding:5px 0 0px; line-height:19px;}
.eud_blog_style_6 .eud_blog_m_top_info > span{font-size:13px; line-height:20px; display:inline-block; }
.eud_blog_style_6 .eud_blog_m_top_info > span:after{ content:"|"; padding:0 10px; }
.eud_blog_style_6 .eud_blog_m_top_info span:last-child::after{ content:none; }
.eud_blog_style_6 .eud_blog_m_entry { padding:14px 0px 17px;}
.eud_blog_style_6.eud_blog_ctn .inside_e .eud_blog_m_content .eud_m_more_link {
    padding: 0 0 24px !important;

}
.eud_blog_style_6.eud_blog_ctn .inside_e .eud_blog_m_content .eud_m_more_link a{
		margin-top: 0 !important
}
.eud_blog_style_6 .eud_blog_m_bottom_info { border-top:1px solid; padding:15px 0 0; margin:0; display:flex; justify-content:space-between; align-items:center; }
.eud_blog_style_6 .eud_blog_m_bottom_info span{font-size:13px; line-height:16px; display:inline-block; }
.eud_blog_style_6 .inside_e { padding:5px; border:1px solid;}
.force_font.eud_blog_style_6 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_6 .eud_blog_m_bt_info > span {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_6 .eud_blog_m_top_info > span,.force_font.eud_blog_style_6 .eud_blog_m_bottom_info > span {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_6 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

.eud_blog_ctn.eud_blog_style_6 .inside_e .eud_blog_m_content div.eud_quote_ctn,
.eud_blog_ctn.eud_blog_style_6 .inside_e .eud_blog_m_content div.eud_link_ctn {
    padding: 25px 0px 25px 0px !important;
		border-width: 0 !important;
    position: static;
}
.eud_blog_style_6 .eud_quote_ctn span,
.eud_blog_style_6 .eud_link_ctn span
{ display: block; padding-top: 5px; }

/* Boxed 2 */

.eud_blog_style_7 .eud_blog_m_content { padding:40px; border:1px solid; }
.eud_blog_style_7 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0; }
.eud_blog_style_7 .eud_blog_m_top_info { line-height:19px; margin-top: 5px}
.eud_blog_style_7 .eud_blog_m_top_info > span{ padding:0; font-size:13px; line-height:20px; display:inline-block;}
.eud_blog_style_7 .eud_blog_m_top_info span:last-child{ padding:0; }
.eud_blog_style_7 .eud_blog_m_top_info > span:after{ content:"|"; padding:0 10px; }
.eud_blog_style_7 .eud_blog_m_top_info span:last-child::after{ content:none; }
.eud_blog_style_7 .eud_blog_m_entry { padding:14px 0 7px}
.force_font.eud_blog_style_7 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_7 .eud_blog_m_top_info > span {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_7 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

.eud_blog_ctn.eud_blog_style_7 .inside_e .eud_blog_m_content div.eud_quote_ctn,
.eud_blog_ctn.eud_blog_style_7 .inside_e .eud_blog_m_content div.eud_link_ctn {
    padding: 25px 0px 25px 0px !important;
		border-width: 0 !important;
    position: static;
}
/* Boxed 3 */

.eud_blog_style_8 .eud_blog_m_content { padding:40px; border:1px solid; position:relative; }
.eud_blog_style_8 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_blog_style_8 .eud_blog_m_top_info { line-height:19px; margin-top: 5px}
.eud_blog_style_8 .eud_blog_m_top_info > span{line-height:20px; font-size: 13px; display:inline-block; padding:0 15px 0 0; }
.eud_blog_style_8 .eud_blog_m_top_info span:last-child{ padding:0; }
.eud_blog_style_8 .eud_blog_m_entry { padding:14px 0px 7px;}
.eud_blog_style_8 .eud_blog_m_bottom_info {position:absolute; right: 40px;line-height: 0;  bottom: 38px; }
.eud_blog_style_8 .eud_blog_m_bottom_info > span { padding:0; font-size:13px; line-height:normal; display:inline-block; padding: 0 15px 0 0;}
.eud_blog_style_8 .eud_blog_m_bottom_info > span:last-child { padding:0;}
.force_font.eud_blog_style_8 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_8 .eud_blog_m_top_info span,.force_font.eud_blog_style_8 .eud_blog_m_bottom_info span  {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_8 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

.eud_blog_ctn.eud_blog_style_8 .inside_e .eud_blog_m_content div.eud_quote_ctn,
.eud_blog_ctn.eud_blog_style_8 .inside_e .eud_blog_m_content div.eud_link_ctn {
    padding: 25px 0px 25px 0px !important;
		border-width: 0 !important;
    position: static;
}

/* Boxed 4 */

.eud_blog_style_15 .eud_blog_m_content { padding:40px; border:1px solid; text-align: center;}
.eud_blog_style_15 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0; }
.eud_blog_style_15 .eud_blog_m_top_info { line-height:19px; margin-top: 5px}
.eud_blog_style_15 .eud_blog_m_top_info > span{ padding:0; font-size:13px; line-height:20px; display:inline-block;}
.eud_blog_style_15 .eud_blog_m_top_info span:last-child{ padding:0; }
.eud_blog_style_15 .eud_blog_m_top_info > span:after{ content:"|"; padding:0 10px; }
.eud_blog_style_15 .eud_blog_m_top_info span:last-child::after{ content:none; }
.eud_blog_style_15 .eud_blog_m_entry { padding:14px 0 7px}
.force_font.eud_blog_style_15 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_15 .eud_blog_m_top_info > span {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_15 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

.eud_blog_ctn.eud_blog_style_15 .inside_e .eud_blog_m_content div.eud_quote_ctn,
.eud_blog_ctn.eud_blog_style_15 .inside_e .eud_blog_m_content div.eud_link_ctn {
    padding: 25px 0px 25px 0px !important;
		border-width: 0 !important;
    position: static;
}

/* On image style */

.on_image_style .eud_blog_m_bt_info,.on_image_style .eud_blog_m_bt_info a,.on_image_style .eud_blog_m_bt_info a:hover,.on_image_style .eud_blog_m_title a,.on_image_style .eud_blog_m_title a:hover,.on_image_style .eud_blog_m_top_info,.on_image_style .eud_blog_m_top_info a,
.on_image_style .eud_blog_m_top_info a:hover,.on_image_style .eud_blog_m_entry,.on_image_style .eud_m_more_link a:not(.eud_btn):not(.eud_alt_btn):not(.eud_sub_btn){ color:#ffffff; }
.eud_blog_style_9 .inside_e,.eud_blog_style_10 .inside_e,.eud_blog_style_11 .inside_e,.eud_blog_style_12 .inside_e,.eud_blog_style_13 .inside_e { position:relative; }
.eud_blog_style_9 .eud_blog_m_content,.eud_blog_style_10 .eud_blog_m_content,.eud_blog_style_11 .eud_blog_m_content,.eud_blog_style_12 .eud_blog_m_content,.eud_blog_style_13 .eud_blog_m_content { position:absolute; bottom:0; left:0; z-index:2; width:100%; overflow:hidden;}

.on_image_style .eud_blog_m_inner_content {
    width: 100%;
}

/* On image style 1 */

.eud_blog_style_9 .eud_blog_m_content { background:rgba(0,0,0,0.5);  -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.eud_blog_style_9 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px; }
.eud_blog_style_9.col_1 .eud_blog_m_title,
.eud_blog_style_9.col_2 .eud_blog_m_title,
.eud_blog_style_9.col_3 .eud_blog_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}
.eud_blog_style_9 .eud_blog_m_top_info { margin-top:5px; line-height:19px}
.eud_blog_style_9 .eud_blog_m_top_info > span{ padding:0; font-size:13px; line-height:20px; display:inline-block;}
.eud_blog_style_9 .eud_blog_m_top_info span:last-child{ padding:0; }
.eud_blog_style_9 .eud_blog_m_entry { padding:14px 0 7px}
.eud_blog_style_9 .eud_m_more_link { }
.eud_blog_style_9 .eud_blog_m_top_info > span:after{ content:"|"; padding:0 10px; }
.eud_blog_style_9 .eud_blog_m_top_info span:last-child::after{ content:none; }
.force_font.eud_blog_style_9 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_9 .eud_blog_m_top_info > span {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_9 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

/* On image style 2 */


.eud_blog_style_10 .eud_blog_m_content {
		    display: flex;
		    flex-direction: row;
		    flex-wrap: wrap;
		    align-items: flex-end;
		    height: 100%;
		    -webkit-transition: all 0.2s ease-in-out;
		    -moz-transition: all 0.2s ease-in-out;
		    -o-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
				background: rgba(0,0,0,0.5);
		}
.eud_blog_style_10 .eud_blog_m_content {   -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
.eud_blog_style_10 .eud_blog_m_bt_info > span { text-transform: uppercase; font-weight: 500; margin:0 10px 7px 0; font-size:10px; line-height:11px; display:inline-block}
.eud_blog_style_10 .eud_blog_m_bt_info span:last-child { margin:0 0 7px 0;}
.eud_blog_style_10 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_blog_style_10.col_1 .eud_blog_m_title,
.eud_blog_style_10.col_2 .eud_blog_m_title,
.eud_blog_style_10.col_3 .eud_blog_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}
.eud_blog_style_10 .eud_blog_m_top_info { margin-top:5px; line-height:19px}
.eud_blog_style_10 .eud_blog_m_top_info > span{ padding:0; font-size:13px; line-height:20px; display:inline-block;}
.eud_blog_style_10 .eud_blog_m_top_info span:last-child{ padding:0; }
.eud_blog_style_10 .eud_blog_m_entry { padding:14px 0 7px}
.eud_blog_style_10 .eud_m_more_link { }
.eud_blog_style_10 .eud_blog_m_top_info > span:after{ content:"|"; padding:0 10px; }
.eud_blog_style_10 .eud_blog_m_top_info span:last-child::after{ content:none; }
.force_font.eud_blog_style_10 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_10 .eud_blog_m_top_info > span {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_10 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

/* On image style 3 */


 .eud_blog_style_11 .eud_blog_m_content {
 		    display: flex;
 		    flex-direction: row;
 		    flex-wrap: wrap;
 		    align-items: flex-end;
 		    height: 100%;
 		    -webkit-transition: all 0.2s ease-in-out;
 		    -moz-transition: all 0.2s ease-in-out;
 		    -o-transition: all 0.2s ease-in-out;
 		    transition: all 0.2s ease-in-out;
				background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 85%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 85%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 85%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
 		}

.eud_blog_style_11 .eud_blog_m_bt_info { padding:0 0 5px; }
.eud_blog_style_11 .eud_blog_m_bt_info span { margin:0 6px 6px 0;}
.eud_blog_style_11 .eud_blog_m_bt_info span a:hover{ color:#ffffff!important;}
.eud_blog_style_11 .eud_blog_m_bt_info span:last-child { margin:0 0 6px 0;}
.eud_blog_style_11 .eud_blog_m_bt_info span > span{ display:inline-block; border-radius:2px; 	-webkit-border-radius:2px;	-moz-border-radius:2px;}
.eud_blog_style_11 .eud_blog_m_bt_info span > span a {
    padding: 0px 20px;
    font-size: 10px;
		letter-spacing: 1px;
		font-weight: bold;
    line-height: 28px;
    display: block;
    border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
    color: #ffffff!important;
		text-transform: uppercase;
}.eud_blog_style_11 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_blog_style_11.col_1 .eud_blog_m_title,
.eud_blog_style_11.col_2 .eud_blog_m_title,
.eud_blog_style_11.col_3 .eud_blog_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}
.eud_blog_style_11 .eud_blog_m_top_info { margin-top:5px; line-height:19px}
.eud_blog_style_11 .eud_blog_m_top_info > span{ padding:0; font-size:13px; line-height:20px; display:inline-block;}
.eud_blog_style_11 .eud_blog_m_top_info span:last-child{ padding:0; }
.eud_blog_style_11 .eud_blog_m_entry { padding:14px 0 7px}
.eud_blog_style_11 .eud_m_more_link { }
.eud_blog_style_11 .eud_blog_m_top_info > span:after{ content:"|"; padding:0 10px; }
.eud_blog_style_11 .eud_blog_m_top_info span:last-child::after{ content:none; }
.force_font.eud_blog_style_11 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_11 .eud_blog_m_top_info > span {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_11 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }


/* On image style 4 */


.eud_blog_style_12 .eud_blog_m_content {
  		    display: flex;
  		    flex-direction: row;
  		    flex-wrap: wrap;
  		    align-items: flex-end;
  		    height: 100%;
					background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
					background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 85%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
					background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 85%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
  		    -webkit-transition: all 0.2s ease-in-out;
  		    -moz-transition: all 0.2s ease-in-out;
  		    -o-transition: all 0.2s ease-in-out;
  		    transition: all 0.2s ease-in-out;
}

.eud_blog_style_12 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_blog_style_12.col_1 .eud_blog_m_title,
.eud_blog_style_12.col_2 .eud_blog_m_title,
.eud_blog_style_12.col_3 .eud_blog_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}
.eud_blog_style_12 .eud_blog_m_top_info { margin-top:5px; line-height:19px}
.eud_blog_style_12 .eud_blog_m_top_info > span{ padding:0; font-size:13px; line-height:20px; display:inline-block;}
.eud_blog_style_12 .eud_blog_m_top_info span:last-child{ padding:0; }
.eud_blog_style_12 .eud_blog_m_entry { padding:14px 0 7px}
.eud_blog_style_12 .eud_m_more_link { }
.eud_blog_style_12 .eud_blog_m_top_info > span:after{ content:"|"; padding:0 10px; }
.eud_blog_style_12 .eud_blog_m_top_info span:last-child::after{ content:none; }
.force_font.eud_blog_style_12 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_12 .eud_blog_m_top_info > span {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_12 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }


/* On image style 5 */
.eud_blog_style_13 .eud_blog_m_content { display: flex; flex-direction: row; flex-wrap: wrap;  align-items: center; background:rgba(0,0,0,0.7); height:100%;  -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
.eud_blog_style_13 .eud_blog_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_blog_style_13.col_1 .eud_blog_m_title,
.eud_blog_style_13.col_2 .eud_blog_m_title,
.eud_blog_style_13.col_3 .eud_blog_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}
.eud_blog_style_13 .eud_blog_m_top_info { margin-top:5px; line-height:19px}
.eud_blog_style_13 .eud_blog_m_top_info > span{ padding:0; font-size:13px; line-height:20px; display:inline-block;}
.eud_blog_style_13 .eud_blog_m_top_info span:last-child{ padding:0; }
.eud_blog_style_13 .eud_blog_m_entry { padding:14px 0 7px}
.eud_blog_style_13 .eud_m_more_link { }
.eud_blog_style_13 .eud_blog_m_top_info > span:after{ content:"|"; padding:0 10px; }
.eud_blog_style_13 .eud_blog_m_top_info span:last-child::after{ content:none; }
.force_font.eud_blog_style_13 .eud_blog_m_title {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_13 .eud_blog_m_top_info > span {	font-family:"Roboto" !important; }
.force_font.eud_blog_style_13 .eud_blog_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }




/*--------------------------------------------------------------
#9 Portfolio
--------------------------------------------------------------*/


.eud_portfolio_ctn[data-layout="packery"] .eud_portfolio_m_thumbnail img {
	width: 100%;
}

.eud_portfolio_ctn .inside_e .eud_portfolio_m_content div:last-child {
    padding-bottom: 0 !important;
}

.eud_portfolio_m_entry .vc_row{
	margin-left:0 !important;
	margin-right:0 !important;
}
.eud_portfolio_m_top_info span:empty {display: none !important; }

/* Regular 1 */
.eud_portfolio_style_1 .eud_portfolio_m_bt_info { padding:0 0 3px; }
.eud_portfolio_style_1 .eud_portfolio_m_bt_info span{padding:0 16px 5px 0; font-size:10px; line-height:11px; display:inline-block; text-transform:uppercase; font-weight:900; letter-spacing: 0.7px}
.eud_portfolio_style_1 .eud_portfolio_m_thumbnail,.eud_portfolio_style_1 .eud_audio_ctn { margin-bottom:24px; }
.eud_portfolio_style_1 .eud_video_ctn { margin-bottom: 74px; }
.eud_portfolio_style_1 .eud_video_ctn.framed { margin-bottom: 24px; }
.eud_portfolio_style_1 .eud_portfolio_m_thumbnail.eud_portfolio_gallery_packery img { position:relative; z-index:-1;}
.eud_portfolio_style_1 .eud_portfolio_m_content { padding:0px; }

.eud_portfolio_style_1 .eud_portfolio_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_portfolio_style_1.col_1 .eud_portfolio_m_title,
.eud_portfolio_style_1.col_2 .eud_portfolio_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}

.eud_portfolio_style_1 .eud_portfolio_m_top_info { margin-top:5px; line-height:19px }
.eud_portfolio_style_1 .eud_portfolio_m_top_info span { padding:0 0 6px; letter-spacing: 0.5px; }
.eud_portfolio_style_1 .eud_portfolio_m_top_info span{padding:0 15px 0 0; font-size:12px; line-height:30px; display:inline-block; text-transform:uppercase; font-weight:bold;}
.eud_portfolio_style_1 .eud_portfolio_m_top_info span a { padding: 0 5px 0 0; }
.eud_portfolio_style_1 .eud_portfolio_m_top_info span a:last-child,.eud_portfolio_style_1 .eud_portfolio_m_top_info span:last-child { padding:0px; }
.eud_portfolio_style_1 .eud_portfolio_m_top_info span.eud_portfolio_m_date{font-size:13px; line-height:20px; display:block; font-weight: 400; text-transform: none; letter-spacing: 0;}

.eud_portfolio_style_1 .eud_portfolio_m_entry { padding:14px 0px 7px;}
.eud_portfolio_style_1 .eud_m_more_link { padding:0px 0 7px; }
.eud_portfolio_style_1 .eud_portfolio_m_bottom_info { border-top:1px solid; padding:24px 0 0px 0; margin:17px 0 0; display:flex; justify-content:space-between; align-items:center; }
.eud_portfolio_style_1 .eud_portfolio_m_bottom_info span{font-size:13px; line-height:16px; display:inline-block; }
.force_font.eud_portfolio_style_1 .eud_portfolio_m_title {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_1 .eud_portfolio_m_top_info span {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_1 .eud_portfolio_m_top_info span.eud_portfolio_m_date,.force_font.eud_portfolio_style_1 .eud_portfolio_m_bottom_info span {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_1 .eud_portfolio_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

/* Regular 2 */

.eud_portfolio_style_2 .eud_portfolio_m_thumbnail,.eud_portfolio_style_2 .eud_audio_ctn { margin-bottom:24px; }
.eud_portfolio_style_2 .eud_video_ctn { margin-bottom: 74px; }
.eud_portfolio_style_2 .eud_video_ctn.framed { margin-bottom: 24px; }
.eud_portfolio_style_2 .eud_portfolio_m_thumbnail.eud_portfolio_gallery_packery img { position:relative; z-index:-1;}
.eud_portfolio_style_2 .eud_portfolio_m_content { padding:0px; }
.eud_portfolio_style_2 .eud_portfolio_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_portfolio_style_2.col_1 .eud_portfolio_m_title,
.eud_portfolio_style_2.col_2 .eud_portfolio_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}

.eud_portfolio_style_2 .eud_portfolio_m_top_info { margin-top:5px; line-height:19px }
.eud_portfolio_style_2 .eud_portfolio_m_top_info span{padding:0 15px 0 0; font-size:13px; line-height:20px; display:inline-block;}
.eud_portfolio_style_2 .eud_portfolio_m_top_info span:last-child { padding:0px; }

.eud_portfolio_style_2 .eud_portfolio_m_entry { padding:14px 0px 7px;}
.eud_portfolio_style_2 .eud_m_more_link { padding:0px; }
.force_font.eud_portfolio_style_2 .eud_portfolio_m_title {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_2 .eud_portfolio_m_top_info span {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_2 .eud_portfolio_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

/* Regular 3 */

.eud_portfolio_style_3 .eud_portfolio_m_thumbnail,.eud_portfolio_style_3 .eud_audio_ctn { margin-bottom:28px; }
.eud_portfolio_style_3 .eud_video_ctn { margin-bottom: 78px; }
.eud_portfolio_style_3 .eud_video_ctn.framed { margin-bottom: 28px; }
.eud_portfolio_style_3 .eud_portfolio_m_thumbnail.eud_portfolio_gallery_packery img { position:relative; z-index:-1;}
.eud_portfolio_style_3 .eud_portfolio_m_content { padding:0px; text-align: center;}
.eud_portfolio_style_3 .eud_portfolio_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_portfolio_style_3.col_1 .eud_portfolio_m_title,
.eud_portfolio_style_3.col_2 .eud_portfolio_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}

.eud_portfolio_style_3 .eud_portfolio_m_top_info { margin-top:5px; line-height:19px }
.eud_portfolio_style_3 .eud_portfolio_m_top_info span{padding:0 15px 0 0; font-size:13px; line-height:20px; display:inline-block;}
.eud_portfolio_style_3 .eud_portfolio_m_top_info span:last-child { padding:0px; }

.eud_portfolio_style_3 .eud_portfolio_m_entry { padding:14px 0px 7px;}
.eud_portfolio_style_3 .eud_m_more_link { padding:0px; }
.force_font.eud_portfolio_style_3 .eud_portfolio_m_title {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_3 .eud_portfolio_m_top_info span {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_3 .eud_portfolio_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

/* Boxed 1 */

.eud_portfolio_style_4 .eud_portfolio_m_bt_info { padding:0 0 3px; }
.eud_portfolio_style_4 .eud_portfolio_m_bt_info span{padding:0 16px 5px 0; font-size:10px; line-height:11px; display:inline-block; text-transform:uppercase; font-weight:900; letter-spacing: 0.7px}
.eud_portfolio_style_4 .eud_portfolio_m_thumbnail,.eud_portfolio_style_4 .eud_audio_ctn { margin-bottom:22px; }
.eud_portfolio_style_4 .eud_video_ctn { margin-bottom: 72px; }
.eud_portfolio_style_4 .eud_video_ctn.framed { margin-bottom: 22px; }
.eud_portfolio_style_4 .eud_portfolio_m_thumbnail.eud_portfolio_gallery_packery img { position:relative; z-index:-1;}
.eud_portfolio_style_4 .eud_portfolio_m_content { padding:0 35px 10px }

.eud_portfolio_style_4 .eud_portfolio_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_portfolio_style_4.col_1 .eud_portfolio_m_title,
.eud_portfolio_style_4.col_2 .eud_portfolio_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}

.eud_portfolio_style_4 .eud_portfolio_m_top_info { margin-top:5px; line-height:19px }
.eud_portfolio_style_4 .eud_portfolio_m_top_info span { padding:0 0 6px; letter-spacing: 0.5px; }
.eud_portfolio_style_4 .eud_portfolio_m_top_info span{padding:0 15px 0 0; font-size:12px; line-height:30px; display:inline-block; text-transform:uppercase; font-weight:bold;}
.eud_portfolio_style_4 .eud_portfolio_m_top_info span a { padding: 0 5px 0 0; }
.eud_portfolio_style_4 .eud_portfolio_m_top_info span a:last-child,.eud_portfolio_style_1 .eud_portfolio_m_top_info span:last-child { padding:0px; }
.eud_portfolio_style_4 .eud_portfolio_m_top_info span.eud_portfolio_m_date{font-size:13px; line-height:20px; display:block; font-weight: 400; text-transform: none; letter-spacing: 0;}

.eud_portfolio_style_4 .eud_portfolio_m_entry { padding:14px 0px 17px;}
.eud_portfolio_style_4 .eud_m_more_link { padding:0 0 24px !important }
.eud_portfolio_style_4 .eud_m_more_link a{ margin-top: 0 !important}
.eud_portfolio_style_4 .eud_portfolio_m_bottom_info { border-top:1px solid; padding:15px 0 0; margin:0px 0 0; display:flex; justify-content:space-between; align-items:center; }
.eud_portfolio_style_4 .eud_portfolio_m_bottom_info span{font-size:13px; line-height:16px; display:inline-block; }
.eud_portfolio_style_4 .inside_e { padding:5px; border:1px solid;}
.force_font.eud_portfolio_style_4 .eud_portfolio_m_title {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_4 .eud_portfolio_m_top_info span {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_4 .eud_portfolio_m_top_info span.eud_portfolio_m_date,.force_font.eud_portfolio_style_4 .eud_portfolio_m_bottom_info span {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_4 .eud_portfolio_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }




/* Boxed 2 */

.eud_portfolio_style_5 .eud_video_ctn { margin-bottom: 50px; }
.eud_portfolio_style_5 .eud_portfolio_m_thumbnail.eud_portfolio_gallery_packery img { position:relative; z-index:-1;}
.eud_portfolio_style_5 .eud_portfolio_m_content { padding:40px;  border:1px solid;}

.eud_portfolio_style_5 .eud_portfolio_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_portfolio_style_5.col_1 .eud_portfolio_m_title,
.eud_portfolio_style_5.col_2 .eud_portfolio_m_title{ font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}

.eud_portfolio_style_5 .eud_portfolio_m_top_info { margin-top:5px; line-height:19px }
.eud_portfolio_style_5 .eud_portfolio_m_top_info span{padding:0 15px 0 0; font-size:13px; line-height:20px; display:inline-block;}
.eud_portfolio_style_5 .eud_portfolio_m_top_info span:last-child { padding:0px; }

.eud_portfolio_style_5 .eud_portfolio_m_entry { padding:14px 0px 7px;}
.eud_portfolio_style_5 .eud_m_more_link { padding:0px; }
.force_font.eud_portfolio_style_5 .eud_portfolio_m_title,.force_font.eud_portfolio_style_5 .eud_portfolio_m_top_info span{	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_5 .eud_portfolio_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }


/* Boxed 3 */

.eud_portfolio_style_6 .eud_video_ctn { margin-bottom: 28px; }
.eud_portfolio_style_6 .eud_portfolio_m_thumbnail.eud_portfolio_gallery_packery img { position:relative; z-index:-1;}
.eud_portfolio_style_6 .eud_portfolio_m_content { padding:40px; text-align: center; border:1px solid;}

.eud_portfolio_style_6 .eud_portfolio_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_portfolio_style_6.col_1 .eud_portfolio_m_title,
.eud_portfolio_style_6.col_2 .eud_portfolio_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}

.eud_portfolio_style_6 .eud_portfolio_m_top_info { margin-top:5px; line-height:19px }
.eud_portfolio_style_6 .eud_portfolio_m_top_info span{padding:0 15px 0 0; font-size:13px; line-height:20px; display:inline-block;}
.eud_portfolio_style_6 .eud_portfolio_m_top_info span:last-child { padding:0px; }

.eud_portfolio_style_6 .eud_portfolio_m_entry { padding:14px 0px 7px;}
.eud_portfolio_style_6 .eud_m_more_link { padding:0px; }
.force_font.eud_portfolio_style_6 .eud_portfolio_m_title,.force_font.eud_portfolio_style_6 .eud_portfolio_m_top_info span{	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_6 .eud_portfolio_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

/* Boxed 4 Lateral style  */

.eud_portfolio_style_12 .inside_e,.eud_portfolio_style_13 .inside_e {display:flex; border-style: solid; border-width:1px;}
.eud_portfolio_style_12 .eud_video_ctn,.eud_portfolio_style_13 .eud_video_ctn { margin-bottom: 50px; }
.eud_portfolio_style_12 .eud_portfolio_m_thumbnail,.eud_portfolio_style_13 .eud_portfolio_m_thumbnail {max-width: 50%; align-self:center;}
.eud_portfolio_style_12 .eud_portfolio_m_thumbnail.eud_portfolio_gallery_packery img,.eud_portfolio_style_13 .eud_portfolio_m_thumbnail.eud_portfolio_gallery_packery img { position:relative; z-index:-1;}
.eud_portfolio_style_12 .eud_portfolio_m_content,.eud_portfolio_style_13 .eud_portfolio_m_content { max-width:50%; align-self: center; padding:5%;}
.eud_portfolio_style_12 .eud_portfolio_m_title,.eud_portfolio_style_13 .eud_portfolio_m_title { font-size:18px; line-height:27px; font-weight:700;  margin-bottom:0px;}

.eud_portfolio_style_12.col_1 .eud_portfolio_m_title,
.eud_portfolio_style_12.col_2 .eud_portfolio_m_title,
.eud_portfolio_style_13.col_1 .eud_portfolio_m_title,
.eud_portfolio_style_13.col_2 .eud_portfolio_m_title{ font-size:34px; line-height:1.2em; font-weight:500; margin-bottom:0px;}

.eud_portfolio_style_12 .eud_portfolio_m_top_info,.eud_portfolio_style_13 .eud_portfolio_m_top_info{margin-top: 5px; line-height: 19px}
.eud_portfolio_style_12 .eud_portfolio_m_top_info span,.eud_portfolio_style_13 .eud_portfolio_m_top_info span{padding:0 15px 0 0; font-size:13px; line-height:20px; font-weight:400; text-transform: none;}
.eud_portfolio_style_12 .eud_portfolio_m_top_info span:last-child,.eud_portfolio_style_13 .eud_portfolio_m_top_info span:last-child { padding:0px; }

.eud_portfolio_style_12 .eud_portfolio_m_entry,.eud_portfolio_style_13 .eud_portfolio_m_entry { padding:14px 0px 7px;}
.eud_portfolio_style_12 .eud_m_more_link,.eud_portfolio_style_13 .eud_m_more_link { padding:0px; }
.force_font.eud_portfolio_style_12 .eud_portfolio_m_title,.force_font.eud_portfolio_style_12 .eud_portfolio_m_top_info span,.force_font.eud_portfolio_style_13 .eud_portfolio_m_title,.force_font.eud_portfolio_style_13 .eud_portfolio_m_top_info span{	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_12 .eud_portfolio_m_entry,.force_font.eud_portfolio_style_13 .eud_portfolio_m_entry { font-family:"Roboto" !important; font-size:15px; line-height:24px; }

.eud_portfolio_style_13 .eud_iso_item:nth-of-type(even) .inside_e {
    flex-direction: row-reverse;
}

/* On image settings start here */

.eud_portfolio_style_7 .eud_portfolio_m_content,.eud_portfolio_style_8 .eud_portfolio_m_content,
.eud_portfolio_style_9 .eud_portfolio_m_content,.eud_portfolio_style_10 .eud_portfolio_m_content,
.eud_portfolio_style_11 .eud_portfolio_m_content{    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
	overflow:hidden;}

.on_image_style .eud_portfolio_m_bt_info, .on_image_style .eud_portfolio_m_bt_info a, .on_image_style .eud_portfolio_m_bt_info a:hover, .on_image_style .eud_portfolio_m_title a, .on_image_style .eud_portfolio_m_title a:hover, .on_image_style .eud_portfolio_m_top_info, .on_image_style .eud_portfolio_m_top_info a,
.on_image_style .eud_portfolio_m_top_info a:hover, .on_image_style .eud_portfolio_m_entry, .on_image_style .eud_m_more_link a:not(.eud_btn):not(.eud_alt_btn):not(.eud_sub_btn){
	color: #ffffff;
}


.on_image_style .eud_portfolio_m_inner_content {width:100%; }

/* On image style 1 */
.eud_portfolio_style_7 .eud_portfolio_m_content { display: flex; flex-direction: row; flex-wrap: wrap;  align-items: center; text-align:center; background:rgba(0,0,0,0.7); height:100%;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;}
.eud_portfolio_style_7 .eud_portfolio_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_portfolio_style_7.col_1 .eud_portfolio_m_title,
.eud_portfolio_style_7.col_2 .eud_portfolio_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}

.eud_portfolio_style_7 .eud_portfolio_m_top_info { margin-top:5px; line-height:19px }
.eud_portfolio_style_7 .eud_portfolio_m_top_info span{padding:0 15px 0 0; font-size:13px; line-height:20px; display:inline-block;}
.eud_portfolio_style_7 .eud_portfolio_m_top_info span:last-child { padding:0px; }

.eud_portfolio_style_7 .eud_portfolio_m_entry { padding:14px 0px 7px;}
.eud_portfolio_style_7 .eud_m_more_link {  padding:0;}
.force_font.eud_portfolio_style_7 .eud_portfolio_m_title {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_7 .eud_portfolio_m_top_info span {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_7 .eud_portfolio_m_entry { font-family:"Roboto" !important; font-size:14px; line-height:24px; }

/* On image style 2 */
.eud_portfolio_style_8 .eud_portfolio_m_content { display: flex; flex-direction: row; flex-wrap: wrap;  align-items:flex-end; text-align:center; background:rgba(0,0,0,0.7); height:100%;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;}
.eud_portfolio_style_8 .eud_portfolio_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_portfolio_style_8.col_1 .eud_portfolio_m_title,
.eud_portfolio_style_8.col_2 .eud_portfolio_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}

.eud_portfolio_style_8 .eud_portfolio_m_top_info { margin-top:5px; line-height:19px }
.eud_portfolio_style_8 .eud_portfolio_m_top_info span{padding:0 15px 0 0; font-size:13px; line-height:20px; display:inline-block;}
.eud_portfolio_style_8 .eud_portfolio_m_top_info span:last-child { padding:0px; }

.eud_portfolio_style_8 .eud_portfolio_m_entry { padding:14px 0px 7px;}
.eud_portfolio_style_8 .eud_m_more_link {  padding:0;}
.force_font.eud_portfolio_style_8 .eud_portfolio_m_title {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_8 .eud_portfolio_m_top_info span {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_8 .eud_portfolio_m_entry { font-family:"Roboto" !important; font-size:14px; line-height:24px; }

/* On image style 3 */
.eud_portfolio_style_9 .eud_portfolio_m_content { display: flex; flex-direction: row; flex-wrap: wrap;  align-items: center; background:rgba(0,0,0,0.7); height:100%;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;}
.eud_portfolio_style_9 .eud_portfolio_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_portfolio_style_9.col_1 .eud_portfolio_m_title,
.eud_portfolio_style_9.col_2 .eud_portfolio_m_title{ font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}

.eud_portfolio_style_9 .eud_portfolio_m_top_info { margin-top:5px; line-height:19px }
.eud_portfolio_style_9 .eud_portfolio_m_top_info span{padding:0 15px 0 0; font-size:13px; line-height:20px; display:inline-block;}
.eud_portfolio_style_9 .eud_portfolio_m_top_info span:last-child { padding:0px; }

.eud_portfolio_style_9 .eud_portfolio_m_entry { padding:14px 0px 7px;}
.eud_portfolio_style_9 .eud_m_more_link {  padding:0;}
.force_font.eud_portfolio_style_9 .eud_portfolio_m_title {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_9 .eud_portfolio_m_top_info span {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_9 .eud_portfolio_m_entry { font-family:"Roboto" !important; font-size:14px; line-height:24px; }

/* On image style 4 */
.eud_portfolio_style_10 .eud_portfolio_m_content {  display: flex; flex-direction: row; flex-wrap: wrap;  align-items: flex-end; background:rgba(0,0,0,0.7); height:100%;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;}
.eud_portfolio_style_10 .eud_portfolio_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_portfolio_style_10.col_1 .eud_portfolio_m_title,
.eud_portfolio_style_10.col_2 .eud_portfolio_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}

.eud_portfolio_style_10 .eud_portfolio_m_top_info { margin-top:5px; line-height:19px }
.eud_portfolio_style_10 .eud_portfolio_m_top_info span{padding:0 15px 0 0; font-size:13px; line-height:20px; display:inline-block;}
.eud_portfolio_style_10 .eud_portfolio_m_top_info span:last-child { padding:0px; }

.eud_portfolio_style_10 .eud_portfolio_m_entry { padding:14px 0px 7px;}
.eud_portfolio_style_10 .eud_m_more_link {  padding:0;}
.force_font.eud_portfolio_style_10 .eud_portfolio_m_title {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_10 .eud_portfolio_m_top_info span {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_10 .eud_portfolio_m_entry { font-family:"Roboto" !important; font-size:14px; line-height:24px; }


/* On image style 5 */
.eud_portfolio_style_11 .eud_portfolio_m_content {  display: flex; flex-direction: row; flex-wrap: wrap;  align-items: flex-end; text-align: center; background:rgba(0,0,0,0.7);
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;}
.eud_portfolio_style_11 .eud_portfolio_m_title { font-size:18px; line-height:27px; font-weight:700; margin-bottom:0px;}
.eud_portfolio_style_11.col_1 .eud_portfolio_m_title,
.eud_portfolio_style_11.col_2 .eud_portfolio_m_title { font-size:28px; line-height:1.29em; font-weight:500; margin-bottom:0px;}

.eud_portfolio_style_11 .eud_portfolio_m_top_info { margin-top:5px; line-height:19px }
.eud_portfolio_style_11 .eud_portfolio_m_top_info span{padding:0 15px 0 0; font-size:13px; line-height:20px; display:inline-block;}
.eud_portfolio_style_11 .eud_portfolio_m_top_info span:last-child { padding:0px; }

.eud_portfolio_style_11 .eud_portfolio_m_entry { padding:14px 0px 7px;}
.eud_portfolio_style_11 .eud_m_more_link {  padding:0;}
.force_font.eud_portfolio_style_11 .eud_portfolio_m_title {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_11 .eud_portfolio_m_top_info span {	font-family:"Roboto" !important; }
.force_font.eud_portfolio_style_11 .eud_portfolio_m_entry { font-family:"Roboto" !important; font-size:14px; line-height:24px; }



.portfolio_container .entry-title { display: none;}

.eud_portfolio_sp_framed .eud_portfolio_m_thumbnail {
    border: 10px solid #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(46,47,57,.19);
    -moz-box-shadow: 0 0 15px rgba(46,47,57,.19);
    box-shadow: 0 0 15px rgba(46,47,57,.19);
}

.eud_portfolio_sp_agc { float: left; width: 100%;}
.eud_portfolio_gallery_stacked .eud_gallery_img,
.eud_portfolio_sp_agc .eud_portfolio_m_thumbnail img { display: block;}
.single-portfolio .eud_portfolio_gallery_stacked .eud_gallery_img:last-child img {
    margin-bottom: 0;
}
.eud_portfolio_gallery_stacked .eud_gallery_img img { width: 100%; display: block}
.eud_agc_right .eud_portfolio_m_thumbnail,.eud_agc_right .eud_audio_ctn,.eud_agc_right .eud_video_ctn {
    float: left;
    width: calc(70% - 20px);
}
.eud_agc_right .eud_portfolio_sp_info {
    float: right;
    width: calc(30% - 20px);
}
.eud_agc_left .eud_portfolio_m_thumbnail,.eud_agc_left .eud_audio_ctn,.eud_agc_left .eud_video_ctn {
    float: right;
    width: calc(70% - 20px);
}

.eud_agc_left .eud_portfolio_sp_info {
    float: left;
    width: calc(30% - 20px);
}
.eud_portfolio_sp_share { margin-top: 20px;}
.eud_portfolio_sp_agc.eud_agc_full .eud_portfolio_m_thumbnail{margin-bottom: 30px;}
.eud_portfolio_sp_agc.eud_agc_full .eud_audio_ctn.eud_audio_iframe {margin-bottom: 30px;}


/*--------------------------------------------------------------
#11 404 page
--------------------------------------------------------------*/

.error404 .article_ctn:not(.has_sidebar) {
	text-align: center;
}
.eud_not_found_sub { margin: 0; font-size: 18px; line-height: 1.2em}
.eud_not_found_img {padding: 80px 0 0}


/*--------------------------------------------------------------
#12 Isotope & Filter & Navigation
--------------------------------------------------------------*/
.eud_isotope {
	overflow:hidden;
	opacity:0;
	-webkit-transition: height 0.2s ease-in-out;
	 -moz-transition: height 0.2s ease-in-out;
	 -o-transition: height 0.2s ease-in-out;
	 transition: height 0.2s ease-in-out;

}
.eud_filter {
	opacity: 0;
	line-height: 1.75;
	position: relative;
}
.eud_filter li{padding: 0;}
body:not(.rtl) .eud_filter li:first-child { margin-left:0px !important;}
body:not(.rtl) .eud_filter li:last-child { margin-right:0px !important;}
ul.eud_filter li a { pointer-events: initial !important; cursor: pointer; }

.eud_filter_style_1 .eud_filter li,.eud_filter_style_2 .eud_filter li{padding:3px 0;}

.eud_filter_style_2 .eud_filter li a {
    padding-top: 6px;
}
.eud_filter_style_3 .eud_filter {
	border-bottom: 1px solid;
}
.eud_filter_style_3 .eud_filter > li{
    padding:30px 0;
}

.eud_filter_style_4 .eud_filter li a,.eud_filter_style_4 .eud_sorter{ display:inline-block; line-height: 38px; border:1px solid; padding:0 20px;}


.eud_filter_style_5 .eud_filter li a,.eud_filter_style_5 .eud_sorter{ display:inline-block; line-height: 48px; border:1px solid; padding:0 30px; border-radius:300px; -moz-border-radius:300px; -webkit-border-radius:300px; }
.eud_filter_style_6 .eud_filter li a, .eud_filter_style_6 .eud_sorter {
    display: inline-block;
    line-height: 30px;
    border: 1px solid;
    padding: 0 20px;
    border-radius: 300px;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
}
.eud_filter_style_7 .eud_filter li a, .eud_filter_style_7 .eud_sorter {
    display: inline-block;
    line-height: 34px;
    border: 1px solid;
    padding: 0 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


.eud_filter_style_4 .eud_filter li.selected a,.eud_filter_style_4 .eud_filter li.selected a:hover,.eud_filter_style_4 .sort_selected,.eud_filter_style_4 .eud_sorter ul li.sort_selected, .eud_filter_style_4 .sort_selected:hover,
.eud_filter_style_5 .eud_filter li.selected a,.eud_filter_style_5 .eud_filter li.selected a:hover,.eud_filter_style_5 .sort_selected,.eud_filter_style_5 .eud_sorter ul li.sort_selected, .eud_filter_style_5 .sort_selected:hover,
.eud_filter_style_6 .eud_filter li.selected a,.eud_filter_style_6 .eud_filter li.selected a:hover,.eud_filter_style_6 .sort_selected,.eud_filter_style_6 .eud_sorter ul li.sort_selected, .eud_filter_style_4 .sort_selected:hover,
.eud_filter_style_7 .eud_filter li.selected a,.eud_filter_style_7 .eud_filter li.selected a:hover,.eud_filter_style_7 .sort_selected,.eud_filter_style_7 .eud_sorter ul li.sort_selected, .eud_filter_style_4 .sort_selected:hover{
	color: #ffffff;
}

.filter_moving_line {
  position: absolute !important;
  left: 0;
  line-height: 0px!important;
  padding: 0!important;
  float: none !important;
  width: 22px;
  height: 2px!important;
	margin:0!important;
	opacity: 0;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;

}
.eud_filter_style_2 .filter_moving_line {
	top:-3px;
}
.eud_filter_style_3 .filter_moving_line {
	bottom:-1px;
}
.eud_filter_style_3 .eud_filter > li{
	margin-bottom:0px !important
}
.eud_filter_style_1 .filter_moving_line,.eud_filter_style_4 .filter_moving_line,.eud_filter_style_5 .filter_moving_line,.eud_filter_style_6 .filter_moving_line,.eud_filter_style_7 .filter_moving_line{
	display: none!important;
}

.eud_sorter { position: relative;}
.eud_sorter:after {
    content: "\f107";
    font-family: "tticons";
    padding-left: 10px;
}
.eud_sorter ul {
    margin: 0;
		padding:0px;
		line-height: 30px;
		position: absolute;
    -webkit-transform:  translateX(-50%);
    -moz-transform:  translateX(-50%);
    -o-transform:  translateX(-50%);
    -ms-transform:  translateX(-50%);
    transform:  translateX(-50%);
    border: 1px solid;
    left: 50%;
    top: 100%;
		min-width: 100px;
    opacity: 0;
}
.eud_sorter:before {
    content: "";
    width: 100%;
    height: 10px;
    bottom: 0px;
    display: block;
    position: absolute;
    z-index: 100000;
}

.eud_sorter:hover ul { z-index: 1000; opacity:1;}

.eud_sorter ul li {
    display: block;
    padding: 0 15px !important;
    margin: 0;
    text-align: center;
		cursor: pointer;
}
.eud_filter_left.eud_sorter_opposite .eud_sorter {float:right; margin-right: 0!important}
.eud_filter_right.eud_sorter_opposite .eud_sorter { float: left; margin-left: 0 !important}

body:not(.rtl) .eud_filter_left.eud_sorter_opposite .eud_filter li:nth-last-child(2),
body:not(.rtl) .eud_filter_right.eud_sorter_opposite .eud_filter li:nth-last-child(2){ margin-right: 0 !important;}

.eud_isotope_filter_data { display:none;}

.eud_isotope .eud_iso_item,.eud_gallery_img {
	float:left;
}

.eud_gallery_img{cursor: pointer;}
.owl-item .eud_gallery_img { width: 100%;}
.eud_gallery_img img {

	-webkit-transform:scale(1)!important;
	-moz-transform:scale(1)!important;
	-o-transform: scale(1)!important;
	-ms-transform:scale(1)!important;
	transform:scale(1)!important;}
.eud_isotope .full, .eud_isotope .three_fourth, .eud_isotope .two_third, .eud_isotope .half, .eud_isotope .one_third, .eud_isotope .one_fourth {
	float:left;
}
.full,.eud_isotope .full,.eud_isotope.col_1 .eud_iso_item{
	width:100%;
}
.two_fourth,.eud_isotope .three_fourth {
	width:75%;
}
.two_third,.eud_isotope .two_third {
    width: calc((100% / 3) * 2);
}
.half,.eud_isotope .half,.eud_isotope.col_2 .eud_iso_item {
	width:50%;
}
.one_third,.eud_isotope .one_third,.eud_isotope.col_3 .eud_iso_item {
	width:calc( 100% / 3);
}
.one_fourth,.eud_isotope .one_fourth,.eud_isotope.col_4 .eud_iso_item {
	width:25%;
}
.eud_isotope.col_5 .eud_iso_item {
	width:20%;
}
.eud_isotope.col_6 .eud_iso_item {
	width:calc(100% / 6);
}
.eud_isotope.col_7 .eud_iso_item {
	width:calc(100% / 7);
}
.eud_isotope.col_3[data-layout="packery"] .eud_packery_big_squared,
.eud_isotope.col_3[data-layout="packery"]  .eud_packery_landscape{
	width:calc((100% / 3) * 2) !important;
}
.eud_isotope.col_4[data-layout="packery"] .eud_packery_big_squared,
.eud_isotope.col_4[data-layout="packery"]  .eud_packery_landscape{
	width:50% !important;
}
.eud_isotope.col_5[data-layout="packery"] .eud_packery_big_squared,
.eud_isotope.col_5[data-layout="packery"]  .eud_packery_landscape{
	width:40%!important;
}
.eud_isotope.col_6[data-layout="packery"] .eud_packery_big_squared,
.eud_isotope.col_6[data-layout="packery"]  .eud_packery_landscape{
	width:calc(100%/3)!important;
}
.eud_iso_item img {
	display:block;
}


.eud_filter_ctn { width:100%; display: table; overflow: visible;}
.eud_filter { padding:0; margin:0;list-style: none !important; width:100%;}
.eud_filter_ctn.eud_filter_center .eud_filter{text-align: center;}
.eud_filter_ctn.eud_filter_left .eud_filter{text-align: left;}
.eud_filter_ctn.eud_filter_right .eud_filter{text-align: right;}
.eud_filter li { display:inline-block;}
.eud_navigation_ctn { display: flex;}
.eud_navigation_ctn.eud_nav_justify { justify-content: space-between;}
.eud_navigation_ctn.eud_nav_left { justify-content: flex-start;}
.eud_navigation_ctn.eud_nav_center { justify-content: center;}
.eud_navigation_ctn.eud_nav_right { justify-content: flex-end;}
.eud_navigation_ctn span { cursor: pointer; display: inline-block;}
.eud_nav_prev { margin: 0 10px 0 0;}
.eud_nav_next { margin: 0 0 0 10px;}
.eud_nav_first { margin: 0 5px 0 0 !important;}
.eud_nav_last { margin: 0 0 0 5px !important;}

.eud_navigation_ctn .eud_nav_prev.eud_nav_off:before,
.eud_navigation_ctn .eud_nav_prev a:before{
    content: "\f104";
    font-family: "tticons";
    padding: 0 8px 0 0;
    font-size: 14px;
    line-height: 0;
}
.eud_navigation_ctn .eud_nav_next.eud_nav_off:after,
.eud_navigation_ctn .eud_nav_next a:after {
    content: "\f105";
    font-family: "tticons";
    padding: 0 0 0 8px;
    font-size: 14px;
    line-height: 0;
}
.eud_navigation_ctn.eud_nav_style_0 .eud_nav_prev.eud_nav_off:before,
.eud_navigation_ctn.eud_nav_style_0 .eud_nav_prev a:before,
.eud_navigation_ctn.eud_nav_style_0 .eud_nav_next.eud_nav_off:after,
.eud_navigation_ctn.eud_nav_style_0 .eud_nav_next a:after{
	content:none;

}
.eud_nav_style_0 span.page-numbers.current {
		border-radius: 4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
}
.eud_nav_style_0 .eud_nav_prev,.eud_nav_style_0 .eud_nav_next {
	  line-height: 38px;
	  display: inline-block;
	  border: 1px solid;
		font-weight: 500;
		font-size: 15px;
	  text-align: center;
		min-width: 130px;
		border-radius: 4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
}
.eud_nav_style_0 .eud_nav_prev a,.eud_nav_style_0 .eud_nav_next a {
	line-height: 38px;
	display: inline-block;
	text-align: center;
	min-width: 130px;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.eud_nav_style_0 .eud_nav_number {
    line-height: 38px;
    display: inline-block;
    border: 1px solid;
		font-size: 15px;
		font-weight: 500;
    width: 40px;
    text-align: center;
    margin: 0 4px;
		border-radius: 4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
}

.eud_nav_style_1 .eud_nav_prev,.eud_nav_style_1 .eud_nav_next {
	  line-height: 38px;
	  display: inline-block;
	  border: 1px solid;
		font-weight: 700;
		font-size: 12px;
		text-transform: uppercase;
	  text-align: center;
		min-width: 130px;
}
.eud_nav_style_1 .eud_nav_prev a,.eud_nav_style_1 .eud_nav_next a {
	line-height: 40px;
	display: inline-block;
	text-align: center;
	min-width: 130px;
}
.eud_nav_style_1 .eud_nav_number {
    line-height: 38px;
    display: inline-block;
    border: 1px solid;
		font-size: 14px;
		font-weight: 600;
    width: 40px;
    text-align: center;
    margin: 0 5px;
}
.eud_nav_style_0 .eud_nav_number a,.eud_nav_style_0 .eud_nav_number .current,
.eud_nav_style_1 .eud_nav_number a,.eud_nav_style_1 .eud_nav_number .current,
.eud_nav_style_2 .eud_nav_number a,.eud_nav_style_2 .eud_nav_number .current,
.eud_nav_style_3 .eud_nav_number a,.eud_nav_style_3 .eud_nav_number .current{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.eud_navigation_ctn:not(.eud_nav_style_4) span:hover,.eud_navigation_ctn:not(.eud_nav_style_4) span.eud_nav_active,
.eud_navigation_ctn:not(.eud_nav_style_4) .eud_nav_number:hover a,
.eud_navigation_ctn:not(.eud_nav_style_4) .eud_nav_number .current,
.eud_navigation_ctn:not(.eud_nav_style_4) .eud_nav_prev:hover,
.eud_navigation_ctn:not(.eud_nav_style_4) .eud_nav_next:hover,
.eud_navigation_ctn:not(.eud_nav_style_4) .eud_nav_prev:hover a,
.eud_navigation_ctn:not(.eud_nav_style_4) .eud_nav_next:hover a,
.eud_navigation_ctn:not(.eud_nav_style_4) span:hover .dots
{
	color: #fff;
}


.eud_nav_style_2 .eud_nav_prev,.eud_nav_style_2 .eud_nav_next {
	  line-height: 48px;
	  display: inline-block;
	  border: 1px solid;
		font-weight: 700;
		font-size: 12px;
		text-transform: uppercase;
	  text-align: center;
		min-width: 170px;
		border-radius: 2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
}
.eud_nav_style_2 .eud_nav_prev a,.eud_nav_style_2 .eud_nav_next a{
	line-height: 50px;
	display: inline-block;
	text-align: center;
	min-width: 170px;
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.eud_nav_style_2 .eud_nav_number {
    line-height: 48px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0);
		font-size: 14px;
		font-weight: 600;
    width: 50px;
    text-align: center;
    margin: 0 2.5px;
		border-radius: 2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
}

.eud_nav_style_2 .eud_nav_number a,.eud_nav_style_2 .eud_nav_number .current{
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

.eud_nav_style_3 .eud_nav_prev,.eud_nav_style_3 .eud_nav_next {
	  line-height: 38px;
	  display: inline-block;
	  border: 1px solid;
		font-weight: 700;
		font-size: 12px;
		text-transform: uppercase;
	  text-align: center;
		min-width: 170px;
		border-radius: 300px;
		-webkit-border-radius:300px;
		-moz-border-radius:300px;
}
.eud_nav_style_3 .eud_nav_prev a,.eud_nav_style_3 .eud_nav_next a{
	  line-height: 40px;
	  display: inline-block;
	  text-align: center;
		min-width: 170px;
		border-radius: 300px;
		-webkit-border-radius:300px;
		-moz-border-radius:300px;
}
.eud_nav_style_3 .eud_nav_number {
    line-height: 38px;
    display: inline-block;
    border: 1px solid;
		font-size: 14px;
		font-weight: 600;
    width: 40px;
    text-align: center;
    margin: 0 5px;
		border-radius: 300px;
		-webkit-border-radius:300px;
		-moz-border-radius:300px;
}
.eud_nav_style_3 .eud_nav_number a,.eud_nav_style_3 .eud_nav_number .current{
    border-radius: 300px;
		-webkit-border-radius:300px;
		-moz-border-radius:300px;
}
.eud_nav_style_4 .eud_nav_number:after {
	content: "/";
	padding: 0 15px;
}
.eud_nav_style_4 .eud_nav_number:last-child::after{
	content:none;
}
.eud_nav_style_4 .eud_nav_first,.eud_nav_style_4 .eud_nav_last {
    margin:0!important;
}

.load_more_btn{ cursor:pointer; text-align:center; display:table;
      -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;}

.lb_small {
    min-width: 160px;
	padding:0 20px;
    line-height: 35px;
    border-width:1px;
	border-style:solid;
}
.lb_medium {
    min-width: 180px;
	padding:0 20px;
    line-height: 40px;
    border-width:1px;
	border-style:solid;
}
.lb_large {
    min-width: 200px;
	padding:0 20px;
    line-height: 50px;
    border-width:1px;
	border-style:solid;
}

.lb_center { margin:50px auto 0; }
.lb_left { margin:50px auto 0 0; }
.lb_right { margin:50px 0 0 auto; }
.lb_fw { margin:50px 0 0 0; display:block; }
.eud_btn_rounded { border-radius:300px; -webkit-border-radius:300px;-moz-border-radius:300px;}
.eud_btn_shadow { -webkit-box-shadow: 0 0 20px rgba(46,47,57,.25); -moz-box-shadow: 0 0 20px rgba(46,47,57,.25);    box-shadow: 0 0 20px rgba(46,47,57,.25);}

/*--------------------------------------------------------------
#13 Owl Carousel
--------------------------------------------------------------*/
.eud_owl_carousel { opacity:0; overflow:hidden; }
.eud_owl_carousel.owl-loaded { opacity:1; }
/* .owl-carousel .owl-stage-outer { padding-bottom: 1px; } */
.owl-dot { display: inline-block;}

.owl-dot span{
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out;
}
.eud_owl_nav_left .owl-dots {
	text-align: left !important;
}
.eud_tm_6.eud_owl_nav_left .owl-dots {
    margin-left: 110px;
}
.eud_owl_nav_right .owl-dots {
	text-align: right !important;
}
.eud_owl_pag_1 .owl-dots,.eud_owl_pag_2 .owl-dots,.eud_owl_pag_3 .owl-dots {
	text-align:center;
	margin-top: 40px;
}
.eud_owl_pag_over .owl-dots {
	position: absolute;
	bottom:-20px;
	left:50%;
	-webkit-transition:all 0.2s cubic-bezier(0.785,0.135,0.15,0.86);
	-moz-transition:all 0.2s cubic-bezier(0.785,0.135,0.15,0.86);
	-o-transition:all 0.2s cubic-bezier(0.785,0.135,0.15,0.86);
	transition:all 0.2s cubic-bezier(0.785,0.135,0.15,0.86);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.eud_owl_pag_over:hover .owl-dots {
	bottom:20px;
}
.eud_owl_pag_1 .owl-dot span{
	background-color: #cacaca;
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 7px;
}
.eud_owl_pag_2 .owl-dot span {
	display:inline-block;
	width:12px;
	height:12px;
	border:1px solid #bbbbbb;
	margin:0 8px;
}
.eud_owl_pag_3 .owl-dot span{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
	opacity: 0.6;
	display:inline-block;
	width:8px;
	height:8px;
	margin:0 7px;
}
.eud_owl_pag_1 .owl-dot:hover span,.eud_owl_pag_1 .owl-dot.active span,.eud_owl_pag_2 .owl-dot:hover span,.eud_owl_pag_2 .owl-dot.active span,
.eud_owl_pag_3 .owl-dot:hover span,.eud_owl_pag_3 .owl-dot.active span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
		opacity: 1;
}
.owl-prev, .owl-next{
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.owl-prev {
    left: 0;
	margin-left:-30px;
    -webkit-transition: margin-left 400ms cubic-bezier(0.785,0.135,0.15,0.86);
    -moz-transition: margin-left 400ms cubic-bezier(0.785,0.135,0.15,0.86);
    -o-transition: margin-left 400ms cubic-bezier(0.785,0.135,0.15,0.86);
    transition: margin-left 400ms cubic-bezier(0.785,0.135,0.15,0.86);
}
.eud_owl_carousel:hover .owl-prev {
	margin-left:0px;
}
.owl-next {
    right: 0px;
	margin-right:-30px;
    -webkit-transition: margin-right 400ms cubic-bezier(0.785,0.135,0.15,0.86);
    -moz-transition: margin-right 400ms cubic-bezier(0.785,0.135,0.15,0.86);
    -o-transition: margin-right 400ms cubic-bezier(0.785,0.135,0.15,0.86);
    transition: margin-right 400ms cubic-bezier(0.785,0.135,0.15,0.86);
}
.eud_owl_carousel:hover .owl-next {
	margin-right:0px;
}
.owl-prev, .owl-next {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 2000;
}.owl-prev .owl-nav-container, .owl-next .owl-nav-container {
    height: 70px;
    width: 30px;
    top: -35px;
    background-color:#2f2933;
    position: relative;
    cursor: pointer;
    text-align: center;
}.owl-prev i {
    text-indent: -1px;
}
.owl-prev i, .owl-next i {
    font-size: 16px;
    position: relative;
    top: 23px;
}

/*--------------------------------------------------------------
#14 WordPress Audio / Video Player
--------------------------------------------------------------*/
.eud_audio_ctn{
    background: #2a2d2e;
    padding: 2px 0px!important;
    display: block;
    max-width: 100%;
    width: 100%;
	}
	.eud_audio_ctn.eud_audio_iframe{
	    padding: 0px!important;
			background: none !important;
	}
	.eud_audio_ctn.eud_audio_iframe iframe{
display: block;
margin-bottom: -1px !important;
	}
	.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #2a2d2e !important;
}


.mejs-container * {
    font-family: "Open sans" !important;
    font-size: 10px!important;
}span.mejs-time-total.mejs-time-slider {
    outline: none;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #54585a!important;
}.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #65696c!important;
}
	.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
    height: 5px !important;
	}
	.mejs-controls .mejs-time-rail .mejs-time-total.mejs-time-slider{
		top:14px!important;
	}
	.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    height: 5px!important;
	}
	.mejs-controls .mejs-time-rail .mejs-time-float {
	    background: #fff !important;
	    height: 17px !important;
	    border: solid 1px #eee !important;
	    color: #222 !important;
	}.mejs-controls .mejs-time-rail .mejs-time-float-current {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
}.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border: solid 5px #fff !important;
    border-color: #fff transparent transparent !important;
	}
	.eud_audio_ctn .mejs-controls .mejs-time-rail:hover .mejs-time-handle {
		opacity: 1;

			-webkit-transform:scale(1);
			-moz-transform:scale(1);
			-o-transform: scale(1);
			-ms-transform:scale(1);
			transform:scale(1);
	}
	.eud_audio_ctn .mejs-controls .mejs-time-rail .mejs-time-handle {
    display:block!important;
    position: absolute;
    width: 11px!important;
    height: 11px !important;
    -webkit-border-radius: 100px!important;
    -moz-border-radius: 100px!important;
    border-radius: 100px!important;
    border: none!important;
    top: -3px!important;
			-webkit-transform:scale(0);
			-moz-transform:scale(0);
			-o-transform: scale(0);
			-ms-transform:scale(0);
			transform:scale(0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:  all 0.2s ease-in-out;
    -o-transition:  all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display:block!important;
    width: 2px;
    height: 9px;
    background:#ffffff;
    position: absolute;
    margin-left: 0px;
    top: -2px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    top: 18px !important;
}
.mejs-controls .mejs-button button:focus {
	outline: none!important;
}
.mejs-controls .mejs-button button:focus {
	outline: none;
}
.eud_video_ctn {
	margin-bottom: 44px;
}
.eud_video_ctn.framed { margin-bottom: 0px; }
.eud_video_ctn .mejs-container .mejs-controls {
	position: relative!important;
	clip-path: none!important;
}
.single .article_ctn .eud_video_ctn .wp-video{
	margin:0 auto 84px;
	width: 100% !important;
}
.eud_inner_video_ctn {
    position: absolute;
    display: block;
    padding: 2px 0px;
    bottom:-44px;
    background: #2a2d2e;
    width: 100%;
}
.mejs-container-fullscreen .eud_inner_video_ctn {
	bottom:0px;
}
.mejs-controls .mejs-time-rail .mejs-time-handle-content {
    width: 6px;
    top: -5px;
}
.eud_audio_ctn .mejs-controls .mejs-time-rail .mejs-time-handle-content { display: none}
.mejs-controls .mejs-time-rail .mejs-time-handle-content {
    border: 4px solid hsla(0,0%,100%,.9);
    border-radius: 50%;
    left: -7px;
    top: -7px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 11px;
    height: 11px !important;
}
a.vc_general.vc_ui-button.vc_ui-button-shape-rounded.eud_TM--add-first-block {
    color: #fff;
    background: #0065e3;
}
a.vc_general.vc_ui-button.vc_ui-button-shape-rounded.eud_TM--add-first-block:hover {
    background: #002b61;
}
/*
----------------------------------------------------------

#Animations

----------------------------------------------------------
*/
/* CSS Animations */


.start_animation .wpb_animate_when_almost_visible {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.wpb_animate_when_almost_visible.iso_fading:not(.wpb_start_animation) {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut !important;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    opacity: 0;
}
.inside_e {
	overflow: hidden;
}
.inside_e.fullscreen_activated {
    animation: none;
}



/*
----------------------------------------------------------

#Shapes

----------------------------------------------------------
*/


.tt-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
		z-index: 1;
    direction: ltr
}

.tt-shape-top {
    top: -1px
}

.tt-shape-bottom {
    bottom: -1px
}

.tt-shape[data-negative=false].tt-shape-bottom,.tt-shape[data-negative=true].tt-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tt-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tt-shape .tt-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}


/*--------------------------------------------------------------
#15 fontawesme 5 fix
--------------------------------------------------------------*/

.vc_icon_element-icon .fa,
.vc_icon_element-icon .fas,
.vc_icon_element-icon .far{font-family:'Font Awesome 5 Free'!important;}
.vc_icon_element-icon .fab{font-family:'Font Awesome 5 Brands'!important;}
