/* ======================================================================================================================================================
SUBMENU
====================================================================================================================================================== */

#top .sticky_placeholder{
	height:51px;
	position: relative;
	clear:both;
}

#top .av-submenu-container	{
	min-height:52px;
	position: relative;
	width:100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	-webkit-perspective: 1000px;
	-webkit-backface-visibility: hidden;
	font-size: 13px;
	line-height: 1.65em;
}

#top .av-submenu-container.av-sticky-submenu{
	position: absolute;
}

#top .av-submenu-container .container{
	padding:0 !important;
}

#top .av-subnav-menu{
	margin:0;
}

#top .av-subnav-menu li {
	position: relative;
	display: block;
	margin:0;
}

#top .av-subnav-menu > li {
	padding:15px 0;
	display: inline-block;
}

#top .av-subnav-menu > li > a{
	padding:0px 10px 0px 12px;
	display: block;
	border-left-style:solid;
	border-left-width:1px;
}

#top .av-subnav-menu > li:first-child a{
	border-left:none;
}

#top .av-subnav-menu > li ul{
	visibility:hidden;
	position: absolute;
	width:200px;
	top:50px;
	left: 0;
	text-align: left;
	border-style: solid;
	border-width:1px;
	margin:0;
	opacity: 0;
	transition:all 0.3s ease-in-out;
}

#top .av-subnav-menu > li ul a{
	line-height: 23px;
	padding: 8px 15px;
	width:100%;
	display: block;
}

#top .av-subnav-menu > li ul ul{
	left:198px;
	top:-1px;
}

#top .av-subnav-menu li a{
	text-decoration: none;
}

#top .av-subnav-menu li:hover > ul{
	visibility:visible;
	opacity: 1;
}

#top .av-subnav-menu li > ul.av-visible-mobile-sublist{
	visibility:visible;
	opacity: 1;
}

#top .av-subnav-menu .avia-bullet{
	display:none;
}

#top .av-subnav-menu .av-menu-button > a{
	padding: 0;
	border:none;
}

#top .av-submenu-pos-left{
	text-align: left;
}

#top .av-submenu-pos-center{
	text-align: center;
}

#top .av-submenu-pos-right{
	text-align: right;
}

#top .av-submenu-pos-right > .av-subnav-menu > li ul ul{
	left:-200px;
}

#top .av-submenu-container .avia-menu-fx{
	display:none;
}

#top .mobile_menu_toggle{
	display: none;
	height: 46px;
	min-width: 46px;
	line-height: 46px;
	padding:0px 20px;
	text-decoration: none;
	text-align: center;
	margin:0 3px;
	z-index: 10000;
	border-style:solid;
	border-width: 1px;
	border-top:none;
	border-bottom:none;
	font-size: 30px;
	position: relative;
}

#top .mobile_menu_toggle .avia-svg-icon svg:first-child,
#top .mobile_menu_toggle .avia-svg-icon img[is-svg-img="true"]{
	margin-bottom: -4px;
	height: 1em;
	width: 1em;
}

#top .mobile_menu_toggle .av-current-placeholder{
	font-size: 14px;
	vertical-align: bottom;
	display: inline-block;
	margin-left:20px;
}

#top .av-subnav-menu li:hover > ul {
	z-index: 10;
}

#top .av-submenu-container:hover {
    z-index: 400 !important;
}


@media only screen and (max-width: 989px)
{
	.responsive #top .av-switch-990 .sticky_placeholder{
		max-height:0px;
	}

	.responsive #top .av-switch-990.av-submenu-container{
		top: auto !important;
		position: relative !important;
		height:auto;
		min-height:0;
		margin-bottom: -1px;
	}

	/*.responsive #top .av-switch-990 .av-menu-mobile-active {text-align: center; }*/
	.responsive #top .av-switch-990 .av-menu-mobile-active .mobile_menu_toggle{
		display: inline-block;
	}

	.responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu{
		display:none;
	}

	.responsive #top #wrap_all .av-switch-990 .av-menu-mobile-active.container {
		width:100%;
		max-width: 100%;
	}

	.responsive #top .av-switch-990 .av-menu-mobile-active .av-open-submenu.av-subnav-menu{
		display:block;
	}

	.responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li:first-child{
		margin-top:-1px;
	}

	.responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu  li{
		display:block;
		border-top-style: solid;
		border-top-width: 1px;
		padding:0;
	}

	.responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li > a{
		border-left:none;
		padding:15px 15%;
		text-align: left;
	}

	.responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li a:before{
		content: "\25BA";
		font-family: Arial, Helvetica, sans-serif;
		position: absolute;
		top: 15px;
		margin-left: -10px;
		font-size: 7px;
	}

	.responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu li > ul{
		visibility:visible;
		opacity: 1;
		top:0;
		left:0;
		position: relative;
		width:100%;
		border:none;
	}

	.responsive #top .av-switch-990 .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul{
		display: none;
	}

	.responsive #top .av-switch-990 .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul.av-visible-sublist{
		display: block;
	}

	.responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu li > ul a{
		padding:15px 19%;
	}

	.responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu li li > ul a{
		padding:15px 24%;
	}

	.responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu li li li > ul a{
		padding:15px 29%;
	}
}

@media only screen and (max-width: 767px)
{
	.responsive #top .av-switch-768 .sticky_placeholder{
		max-height:0px;
	}

	.responsive #top .av-switch-768.av-submenu-container{
		top: auto !important;
		position: relative !important;
		height:auto;
		min-height:0;
		margin-bottom: -1px;
	}

	/*.responsive #top .av-switch-768 .av-menu-mobile-active {text-align: center; }*/
	.responsive #top .av-switch-768 .av-menu-mobile-active .mobile_menu_toggle{
		display: inline-block;
	}

	.responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu{
		display:none;
	}

	.responsive #top #wrap_all .av-switch-768 .av-menu-mobile-active.container {
		width:100%;
		max-width: 100%;
	}

	.responsive #top .av-switch-768 .av-menu-mobile-active .av-open-submenu.av-subnav-menu{
		display:block;
	}

	.responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu > li:first-child{
		margin-top:-1px;
	}

	.responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu  li{
		display:block;
		border-top-style: solid;
		border-top-width: 1px;
		padding:0;
	}

	.responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu > li > a{
		border-left:none;
		padding:15px 15%;
		text-align: left;
	}

	.responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu > li a:before{
		content: "\25BA";
		font-family: Arial, Helvetica, sans-serif;
		position: absolute;
		top: 15px;
		margin-left: -10px;
		font-size: 7px;
	}

	.responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu li > ul{
		visibility:visible;
		opacity: 1;
		top:0;
		left:0;
		position: relative;
		width:100%;
		border:none;
	}

	.responsive #top .av-switch-768 .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul{
		display: none;
	}

	.responsive #top .av-switch-768 .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul.av-visible-sublist{
		display: block;
	}

	.responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu li > ul a{
		padding:15px 19%;
	}

	.responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu li li > ul a{
		padding:15px 24%;
	}

	.responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu li li li > ul a{
		padding:15px 29%;
	}
}

@media only screen and (max-width: 479px)
{
	.responsive #top .av-switch-480 .sticky_placeholder{
		max-height:0px;
	}

	.responsive #top .av-switch-480.av-submenu-container{
		top: auto !important;
		position: relative !important;
		height:auto;
		min-height:0;
		margin-bottom: -1px;
	}

	/*.responsive #top .av-switch-480 .av-menu-mobile-active {text-align: center; }*/
	.responsive #top .av-switch-480 .av-menu-mobile-active .mobile_menu_toggle{
		display: inline-block;
	}

	.responsive #top .av-switch-480 .av-menu-mobile-active .av-subnav-menu{
		display:none;
	}

	.responsive #top #wrap_all .av-switch-480 .av-menu-mobile-active.container {
		width:100%;
		max-width: 100%;
	}

	.responsive #top .av-switch-480 .av-menu-mobile-active .av-open-submenu.av-subnav-menu{
		display:block;
	}

	.responsive #top .av-switch-480 .av-menu-mobile-active .av-subnav-menu > li:first-child{
		margin-top:-1px;
	}

	.responsive #top .av-switch-480 .av-menu-mobile-active .av-subnav-menu  li{
		display:block;
		border-top-style: solid;
		border-top-width: 1px;
		padding:0;
	}

	.responsive #top .av-switch-480 .av-menu-mobile-active .av-subnav-menu > li > a{
		border-left:none;
		padding:15px 15%;
		text-align: left;
	}

	.responsive #top .av-switch-480 .av-menu-mobile-active .av-subnav-menu > li a:before{
		content: "\25BA";
		font-family: Arial, Helvetica, sans-serif;
		position: absolute;
		top: 15px;
		margin-left: -10px;
		font-size: 7px;
	}

	.responsive #top .av-switch-480 .av-menu-mobile-active .av-subnav-menu li > ul{
		visibility:visible;
		opacity: 1;
		top:0;
		left:0;
		position: relative;
		width:100%;
		border:none;
	}

	.responsive #top .av-switch-480 .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul{
		display: none;
	}

	.responsive #top .av-switch-480 .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul.av-visible-sublist{
		display: block;
	}

	.responsive #top .av-switch-480 .av-menu-mobile-active .av-subnav-menu li > ul a{
		padding:15px 19%;
	}

	.responsive #top .av-switch-480 .av-menu-mobile-active .av-subnav-menu li li > ul a{
		padding:15px 24%;
	}

	.responsive #top .av-switch-480 .av-menu-mobile-active .av-subnav-menu li li li > ul a{
		padding:15px 29%;
	}
}

/* ======================================================================================================================================================
Notification Box
====================================================================================================================================================== */

.avia_message_box{
	text-align: center;
	position: relative;
	border-color: #e1e1e1;
	background-color: #f8f8f8;
	clear: both;
	margin:30px 0;
}

div .avia_message_box .avia_message_box_title{
	background-color: rgba(0,0,0,0.05);
	position: absolute;
	top:0;
	left:0;
	padding:5px 20px;
	font-size: 11px;
	text-shadow: none;
}

.avia_message_box_content{
	font-size: 14px;
	text-transform: uppercase;
	font-weight:600;
}

.avia_message_box_icon{
	position: relative;
	left: -0.5em;
	font-size: 1.3em;
}

.avia_message_box_icon.avia-svg-icon svg:first-child,
.avia_message_box_icon.avia-svg-icon img[is-svg-img="true"]{
	margin-bottom: -2px;
}

.avia_message_box.avia-size-normal{
	padding: 17px;
}

.avia_message_box.avia-size-large{
	padding: 35px;
}

.avia_message_box.avia-color-green,
.avia_message_box.avia-color-green a{
	background-color: #E0F1B5;
	border-color: #8BAF5B;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	color: #4F5F39;
}

.avia_message_box.avia-color-green .avia_message_box_icon.avia-svg-icon svg:first-child{
	fill: #4F5F39;
	stroke: #4F5F39;
}

.avia_message_box.avia-color-blue,
.avia_message_box.avia-color-blue a{
	background-color: #F5F6FC;
	border-color: #9DADBF;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	color: #4671A3;
}

.avia_message_box.avia-color-blue .avia_message_box_icon.avia-svg-icon svg:first-child{
	fill: #4671A3;
	stroke: #4671A3;
}

.avia_message_box.avia-color-red,
.avia_message_box.avia-color-red a{
	background-color: #FFF8F4;
	border-color: #CDA18F;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	color: #AF2C20;
}

.avia_message_box.avia-color-red .avia_message_box_icon.avia-svg-icon svg:first-child{
	fill: #AF2C20;
	stroke: #AF2C20;
}

.avia_message_box.avia-color-orange,
.avia_message_box.avia-color-orange a{
	background-color: #FFFDF3;
	border-color: #E6BF4A;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	color: #C96D11;
}

.avia_message_box.avia-color-orange .avia_message_box_icon.avia-svg-icon svg:first-child{
	fill: #C96D11;
	stroke: #C96D11;
}

.avia_message_box.avia-color-grey,
.avia_message_box.avia-color-grey a{
	background-color: #333;
	border-color: #444;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
	color: #fff;
}

.avia_message_box.avia-color-grey .avia_message_box_icon.avia-svg-icon svg:first-child{
	fill: #fff;
	stroke: #fff;
}

.avia_message_box.avia-color-silver,
.avia_message_box.avia-color-silver a{
	background-color: #f8f8f8;
	border-color: #e1e1e1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #444;
}

.avia_message_box.avia-color-silver .avia_message_box_icon.avia-svg-icon svg:first-child{
	fill: #444;
	stroke: #444;
}

.avia_message_box_content p{
	display: inline;
}

#top .avia_message_box_content strong{
	color:inherit;
}

.avia_message_box a{
	text-decoration: underline;
}

#top .avia_message_box a:hover{
	color:inherit;
	opacity: 0.7;
}

.avia_message_box.avia-icon_select-no .avia_message_box_icon{
	display:none;
}

.avia_message_box.avia-border-solid{
	border-width:3px;
	border-style: solid;
}

.avia_message_box.avia-border-dashed{
	border-width:1px;
	border-style: dashed;
}

.avia_message_box a.av_message_close{
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	display: block;
	width: 1.2em;
	height: 1.2em;
	background: rgba(0,0,0,0.05);
	text-shadow: none;
	text-align: center;
	cursor: pointer;
	line-height: 1.2em;
	font-size: 1em;
	font-family: Arial, Baskerville, monospace !important;
}


.avia_message_box.messagebox-hidden{
	display: none;
}

#av-admin-preview .avia_message_box.messagebox-hidden{
	display: block;
}

.avia_message_box.avia-color-custom .av_message_close{
	color: inherit;
}

/*	Sonar effect	*/
.avia_message_box.avia-sonar-shadow:after{
	content: '';
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	/*border-radius: 10px;*/
	box-sizing: content-box;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	transform: scale(0.9);
	transform-style: preserve-3d;
}

/* ======================================================================================================================================================
Animated Numbers
====================================================================================================================================================== */

.avia-animated-number{
	display: block;
	clear: both;
	position: relative;
	text-align: center;
}

.avia-animated-number:hover{
	text-decoration: none;
}

.avia-animated-number-content{
	line-height: 1.3em;
}

.avia-animated-number.avia-color-font-light .avia-animated-number-content,
.avia-animated-number.avia-color-font-light .heading{
	color: #fff;
}

#top .avia-animated-number.avia-color-font-light .avia-svg-icon svg:first-child{
	fill: #fff;
	stroke: #fff;
}

.avia-animated-number.avia-color-font-dark .avia-animated-number-content,
.avia-animated-number.avia-color-font-dark .heading{
	color: #222;
}

#top .avia-animated-number.avia-color-font-dark .avia-svg-icon svg:first-child{
	fill: #222;
	stroke: #222;
}

#top .avia-color-font-custom .heading {
	color: inherit;
}

.avia-animated-number.avia-color-font-embossed .avia-single-number{
	text-shadow: 0 1px 0 rgb(203, 203, 203), 0 2px 0 rgb(201, 201, 201), 0 3px 0 rgb(186, 186, 186), 0 4px 0 rgb(184, 184, 184), 0 5px 0 rgb(171, 171, 171), 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
	color: rgb(255, 255, 255);
}

.avia-animated-number-title{
	font-size: 40px;
	white-space: nowrap;
	line-height: 1em;
	position: relative;
	letter-spacing: -2px;
	font-weight: 400;
	margin-bottom: 4px;
}

.avia-animated-number-title .avia-svg-icon svg:first-child{
	/*margin-bottom: -6px;*/
	vertical-align: bottom;
}

.avia-no-number{
	opacity: 0.5;
	font-size: 0.8em;
	font-weight: normal;
}

.avia-animated-number-content{
	padding: 0;
	position: relative;
	clear: none;
	overflow: hidden;
	font-size: 15px;
}

.avia-animated-number-content p{
	margin: 0;
}

.js_active .avia-animated-number-title{
	visibility: hidden;
}

.number_prepared .avia-animated-number-title{
	visibility: visible;
}

.av-icon-before-number{
	margin-right: 10px;
}
.av-icon-after-number{
	margin-left: 10px;
}

.avia-animated-number-circle{
    display: block;
    position: absolute;
    width: 100%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#top .avia-animated-number.av-display-circle{
	margin-top: 50%;
	margin-bottom: 50%;
}

.avia-animated-number-circle:after{
    content: "";
    display: block;
    padding-bottom: 100%;
}

.avia-animated-number-circle-inner{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border-width: 1px;
	border-style: solid;
}

.avia-animated-number-circle-inner:after{
    content: "";
    display: block;
    padding-bottom: 100%;
    border-radius: 100%;
}

@media only screen and (max-width: 767px)
{
	.avia-animated-number-circle.av-circle-hide-small{
		display: none;
	}

	#av-admin-preview .avia-animated-number-circle{
		display: block;
	}
}

/* Accessibility rules */
#top.av-accessibility-aaa .avia-animated-number-content{
	line-height: 1.5em;
}

/* ======================================================================================================================================================
Portfolio/Post Grid
====================================================================================================================================================== */
#top .grid-sort-container .no_margin.av_one_half {
	width: 49.999%;
}


.sort_width_container{
	margin: 30px 0;
}

.entry-content-wrapper .sort_width_container:first-child{
	margin-top:0;
}

.sort_width_container, #js_sort_items{
	overflow: hidden;
	position: relative;
	clear: both;
}

#js_sort_items{
	visibility: hidden;
	font-size: 0.9em;
}

#js_sort_items a{
	display:block;
	float:left;
	text-decoration: none;
}

.av-cat-count{
	display: none;
}

#js_sort_items .text-sep{
	float:left;
	padding:0 6px;
}

.grid-sort-container{
	clear: both;
	position: relative;
	z-index: 20;
}

.isotope_activated .isotope-item{
	margin-left:0;
}

#top .isotope-item{
	z-index: 2;
}

#top .isotope-hidden{
	z-index: 1;
}

.avia_sortable_active .isotope{
	transition: height 0.5s 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}




/*special layout for 1 column entry*/
#top .isotope-item.special_av_fullwidth .inner-entry{
	text-align: left;
	display: table;
	table-layout: fixed;
}


#top .isotope-item.special_av_fullwidth .av_table_col.grid-content{
    width: 33.3%;
    vertical-align: middle;
}

#top .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image{
	width: 67.7%;
    vertical-align: middle;
}

#top .isotope-item.special_av_fullwidth .av_table_col .entry-title{
    margin: 0 0 20px; font-size: 25px;
}

#top .isotope-item.special_av_fullwidth .av_table_col .grid-entry-excerpt {
    font-size: 1em;
    font-style: normal;
}

#top .isotope-item.special_av_fullwidth .av_table_col .avia-arrow {
	z-index: 5;
	margin: -5px 0 0 -5px;
	top: 50%;
	right: -5px;
	left: auto;
}


@media only screen and (max-width: 989px)
{
	#top .isotope-item.special_av_fullwidth .av_table_col .entry-title{
		font-size: 20px;
		margin: 0 0 10px;
	}
}

@media only screen and (max-width: 767px)
{
	#top .isotope-item.special_av_fullwidth .av_table_col.grid-content {
		width: 100%;
		display: block;
	}

	#top .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image{
		width: 100%;
		display: block;
	}

	#top .isotope-item.special_av_fullwidth .av_table_col .entry-title{
		font-size: 15px;
		margin: 0 0 10px;
	}

	#top .isotope-item.special_av_fullwidth .av_table_col .avia-arrow {
		z-index: 5;
		top: 100%;
		margin-top: -5px;
		left: 50%;
		right:auto;
	}

	#top div .av-current-sort-title{
		float: none;
	}

	#top div .av-sort-yes-tax .av-sort-by-term, #top div .av-sort-yes-tax .sort_by_cat{
		float:none
	}
}


/*single entries*/
.grid-entry{
	overflow: visible;
}

.grid-entry .avia-arrow{
	border:none;
	top: -4px;
}

.grid-entry .inner-entry {
	margin-right: 1px;
	box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.1); /* box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2); */
	position: relative;
}

.grid-image {
	display:block;
	width:100%;
	position: relative;
	overflow: hidden;
}

.grid-image img{
	width:100%;
	display: block;
}

.grid-content{
	padding:20px;
	position: relative;
}

.grid-entry-title{
	font-size:13px;
	margin:0;
	padding:0;
	font-weight: 500;
}

.grid-entry-excerpt{
	font-size: 12px;
	font-style: italic;
	margin-bottom: -2px;
}

.with-excerpt-container .grid-entry{
	text-align: center;
}

.grid-circle .inner-entry {
	margin: 0;
	border-radius: 999px;
	overflow: hidden;
}

.grid-circle .grid-content {
	padding: 16px 35px 45px;
	position: absolute;
	bottom: 0; left: 0; right: 0;
	text-align: center;
}

.pagination-portfolio .pagination{
	padding:20px 0;
}

/*within color section*/
.avia-section .pagination-portfolio .pagination{
	padding:16px;
}

/* pseudo 'ajax' portfolio */
.portfolio_preview_container{
	position: relative;
	clear: both;
	width:100%;
	overflow: hidden;
	display:none;
	margin-bottom: 25px;
	padding:0;
}

.portfolio-details-inner {
	display: none;
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
}

.portfolio-preview-title{
	font-size: 22px;
}

.ajax_slide {
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 120%;
	top: 0;
	z-index: 1;
}

.ajax_slide.open_slide {
	display: block;
	position: relative;
	left: 0;
	z-index: 2;
}

.ajax_slide .inner_slide{
	display: table;
	position: relative;
	table-layout: fixed;
	width:100%;
}

.av_table_col{
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.portfolio-preview-image{
	width:66.6%;
}

.portfolio-preview-content{
	width:33.5%;
	padding:63px 30px 30px 30px;
}

.portfolio_preview_container .portfolio-details-inner .no_portfolio_preview_gallery{
	width:100%;
}

div .portfolio-preview-image .avia-slideshow{
	margin:0;
}

div .portfolio-preview-image .avia-slideshow img{
	border-radius:0;
}

#top .portfolio-preview-image .avia-gallery{
	padding:0;
	margin-bottom: -1px;
}

#top .portfolio-preview-image .avia-gallery .avia-gallery-big{
	border-top:none;
	border-left:none;
	border-right:none;
	position: relative;
	margin-bottom: -1px;
	padding:0;
	border-radius:0;
}

#top .portfolio-preview-image .avia-gallery-thumb{
	position: relative;
	margin-right: -1px;
}

#top .portfolio-preview-image .avia-gallery-thumb img{
	border-left:none;
}

#top .portolio-preview-list-image, #top .portolio-preview-list-image img{
	display:block;
	position: relative;
	width:100%;
}

#top .portolio-preview-list-image{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div .portfolio-preview-image{
	border-right-style: solid;
	border-right-width: 1px;
}

div .portfolio-preview-image:last-child{
	border:none;
}

.portfolio-preview-content .avia-arrow {
	top: 50%;
	left: -1px;
	margin-top: -6px;
	border-right: none;
	border-top: none;
	z-index: 510;
}

.open_container, .open_container .portfolio-details-inner {
	display: block;
	height: auto;
}

.ajax_controlls{
	position: absolute;
	z-index: 100;
	right:0;
	top:0;
}

.ajax_controlls a {
	text-decoration: none;
	line-height: 40px;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-left: -1px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px;
	text-align: center;
}

.ajax_controlls a.avia-svg-icon svg:first-child,
.ajax_controlls a.avia-svg-icon img[is-svg-img="true"]{
	height: 1em;
	width: 1em;
	margin-top: 11px;
}

/*deactivate gallery animation*/
.avia_transform .portfolio-preview-image .avia-gallery-thumb img{
	opacity: 1;
	transform: scale(1);
}

.avia_transform .portfolio-preview-image .avia-gallery-thumb  img.avia_start_animation{
	animation: none;
}


/*fullwidth-portfolio*/

.avia-fullwidth-portfolio .sort_width_container{
	margin:0;
	padding: 20px 40px;
	border-top-style: solid;
	border-top-width: 1px;
}

.avia-fullwidth-portfolio .pagination{
	padding:15px 40px;
}

.avia-fullwidth-portfolio #js_sort_items{
	text-align: center;
}

.avia-fullwidth-portfolio #js_sort_items a, .avia-fullwidth-portfolio #js_sort_items .text-sep{
	float:none;
	display:inline-block;
}

.avia-fullwidth-portfolio .grid-entry .inner-entry{
	margin:0;
}

.avia-fullwidth-portfolio .portfolio_preview_container{
	margin-top:25px;
}

/*different portfolio sizes*/
.js_active .grid-image{
	opacity: 0;
}

.fullsize .grid-col-4 .grid-image{
	height: 161px;
}

.fullsize .grid-col-3 .grid-image{
	height: 249px;
}


@media only screen and (min-width: 1140px)
{
	.responsive .fullsize .grid-col-4 .grid-image{
		height: 183px;
	}

	.responsive .fullsize .grid-col-3 .grid-image{
		height: 276px;
	}
}

@media only screen and (min-width: 1340px)
{
	.responsive .fullsize .grid-col-4 .grid-image{
		height: 215px;
	}

	.responsive .fullsize .grid-col-3 .grid-image{
		height: 325px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 989px)
{
	.responsive .fullsize .grid-col-4 .grid-image{
		height: 121px;
	}

	.responsive .fullsize .grid-col-3 .grid-image{
		height: 183px;
	}
}

@media only screen and (max-width: 767px)
{
	.responsive .fullsize .grid-col-4 .grid-image,
	.responsive .fullsize .grid-col-3 .grid-image{
		height: auto;
	}

	.responsive .portfolio-preview-image,
	.responsive .portfolio-preview-content{
		display:block;
		width:100%;
		border-right:none;
	}

	.responsive .portfolio-preview-content{
		border-top-style: solid;
		border-top-width: 1px;
	}

	.responsive .ajax_slide .inner_slide{
		display:block;
	}

	.responsive .ajax_slide .av_table_col{
		display:block;padding: 30px;
	}

	.responsive #top #wrap_all .avia-fullwidth-portfolio .flex_column{
		margin-bottom:0
	}
}

/* Desktop - override default setting (grid.css settings for colums) */
@media only screen and (min-width: 990px)
{
	.responsive.av-no-preview #top #wrap_all .av-desktop-columns-6 .grid-entry{
		width: 11.666666666666666%;
	}

	.responsive.av-no-preview #top #wrap_all .av-desktop-columns-5 .grid-entry{
		width: 15.2%;
	}

	.responsive.av-no-preview #top #wrap_all .av-desktop-columns-4 .grid-entry{
		width: 20.5%;
	}

	.responsive.av-no-preview #top #wrap_all .av-desktop-columns-3 .grid-entry{
		width: 29.333333333333332%;
	}

	.responsive.av-no-preview #top #wrap_all .av-desktop-columns-2 .grid-entry{
		width: 47%;
	}

	.responsive.av-no-preview #top #wrap_all .av-desktop-columns-1 .grid-entry{
		width: 100%;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px)
{
	.responsive.av-no-preview #top #wrap_all .av-medium-columns-4 .grid-entry{
		width:25%;
	}

	.responsive.av-no-preview #top #wrap_all .av-medium-columns-3 .grid-entry{
		width:33.3%;
	}

	.responsive.av-no-preview #top #wrap_all .av-medium-columns-2 .grid-entry{
		width:50%;
	}

	.responsive.av-no-preview #top #wrap_all .av-medium-columns-1 .grid-entry{
		width:100%;
	}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
	.responsive.av-no-preview #top #wrap_all .av-small-columns-4 .grid-entry{
		width:25%;
	}

	.responsive.av-no-preview #top #wrap_all .av-small-columns-3 .grid-entry{
		width:33.3%;
	}

	.responsive.av-no-preview #top #wrap_all .av-small-columns-2 .grid-entry{
		width:50%;
	}

	.responsive.av-no-preview #top #wrap_all .av-small-columns-1 .grid-entry{
		width:100%;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px)
{
	.responsive.av-no-preview #top #wrap_all .av-mini-columns-4 .grid-entry{
		width:25%;
	}

	.responsive.av-no-preview #top #wrap_all .av-mini-columns-3 .grid-entry{
		width:33.3%;
	}

	.responsive.av-no-preview #top #wrap_all .av-mini-columns-2 .grid-entry{
		width:50%;
	}

	.responsive.av-no-preview #top #wrap_all .av-mini-columns-1 .grid-entry{
		width:100%;
	}
}

/* ======================================================================================================================================================
Post Metadata
====================================================================================================================================================== */

#top .av-post-metadata-container{
	position: relative;
	width: 100%;
}

.av-post-metadata-container-inner{
	position: relative; 
	line-height: 1.1em; 
	margin:0; 
	font-weight:300; 
	text-transform:none; 
	color:inherit; 
	font-size: inherit;
	display: inline-block;
}

.av-post-metadata-container-inner .av-post-metadata-content{
	position: relative;
	width: auto;
	padding: 0;
	line-break: auto;
}

.av-post-metadata-container-inner .av-post-metadata-content.av-post-metadata-separator{
	padding: 0 5px;
}

.av-post-metadata-container-inner .av-post-metadata-before-meta,
.av-post-metadata-container-inner .av-metadata-before{
	padding: 0 5px 0 0;
}

.av-post-metadata-container-inner .av-post-metadata-after-meta,
.av-post-metadata-container-inner .av-metadata-after{
	padding: 0 0 0 5px;
}

.av-post-metadata-container.av-metadata-container-align-left{
	text-align: left;
}

.av-post-metadata-container.av-metadata-container-align-center{
	text-align: center;
}

.av-post-metadata-container.av-metadata-container-align-right{
	text-align: right;
}

/* ======================================================================================================================================================
Progress Bar
====================================================================================================================================================== */
.avia-progress-bar-container{
	margin: 15px 0;
	clear:both;
}

.avia-progress-bar{
	position: relative;
	margin-bottom:4px;
}

.avia-progress-bar .progressbar-title-wrap{
	position: absolute;
	z-index: 2;
	bottom: 2px;
	left: 2px;
	color: white;
	background: black;
	background: rgba(0, 0, 0, 0.5);
	padding: 1px 10px 1px 10px;
	border-radius: 3px;
	line-height: 21px;
}

.avia-progress-bar .progressbar-char.avia-svg-icon svg:first-child{
	fill: white;
	stroke: white;
	margin-top: 4px;
}

.progressbar-icon{
	float:left;
	margin-right:5px;
}

.icon-bar-no .progressbar-icon{
	display:none;
}

.progressbar-title{
	float:left;
}

.avia-progress-bar .progress{
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

#top .avia-progress-bar div.progress .bar-outer,
#top .avia-progress-bar div.progress .bar{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-size: 32px 32px;
	border-radius: 3px;
}

.av-animated-bar .avia-progress-bar div.progress .bar{
	animation: avia-bg-move 1.2s linear infinite;
	height: 100%;
}

.avia-progress-bar div.progress{
	clear: both;
}

.html-admin-preview #top div.progress .bar-outer,
.avia_transform #top div.progress .bar-outer{
	width:0;
}


.av-small-bar .avia-progress-bar{
	margin-top:1.9em;
}

.av-small-bar .avia-progress-bar:first-child{
	margin-top:0em;
}

.av-small-bar .avia-progress-bar .progressbar-title-wrap{
	position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    background: none;
    color: inherit;
    line-height: 1.65em;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.av-small-bar .avia-progress-bar .progress{
    height: 10px;
    line-height: 1em;
    border-radius: 0px;
}

.progressbar-percent{
	float:right;
	opacity: 0.6;
}

#top .av-small-bar .avia-progress-bar div.progress .bar-outer,
#top .av-small-bar .avia-progress-bar div.progress .bar{
	border-radius: 0px;
}

.html-admin-preview #top .avia-progress-bar div.progress.avia_start_animation .bar-outer,
.avia_transform #top .avia-progress-bar div.progress.avia_start_animation .bar-outer{
	animation: avia_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width: 100%;
}

/* ======================================================================================================================================================
Promo Box
====================================================================================================================================================== */

.av_promobox{
	position: relative;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	padding: 20px 30px;
	clear: both;
	margin: 50px 0;
	width: 100%;
	float: left;
}

.flex_column >.av_promobox:first-child{
	margin-top:0;
}

.av_promobox .avia-button{
	right: 30px;
	top: 50%;
	position: absolute;
	z-index: 2;
}

.avia-promocontent{
	margin-right: 200px;
	position: relative;
	z-index: 3;
}

.avia-promocontent p{
	font-size: 14px;
}

.avia-button-no .avia-promocontent{
	margin:0;
}

.avia-button-no .avia-button{
	display:none;
}

.av_promobox .avia-button.avia-size-small{
	margin-top:-15px;
}

.av_promobox .avia-button.avia-size-medium{
	margin-top:-19px;
}

.av_promobox .avia-button.avia-size-large{
	margin-top:-21px;
}

@media only screen and (max-width: 767px)
{
	.responsive .avia-promocontent{
		margin: 0;
	}

	.responsive .av_promobox .avia-button,
	.responsive .av_promobox .avia-button-wrap{
		width:100%;
		margin-top:4px;
		position: relative;
		top:0;
		left:0;
		text-align: center;
		float:none;
	}
}

/*	Sonar effect	*/
.av_promobox.avia-sonar-shadow{
	overflow: visible;
}
.av_promobox.avia-sonar-shadow:after{
	content: '';
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	/*border-radius: 10px;*/
	box-sizing: content-box;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	transform: scale(0.9);
	transform-style: preserve-3d;
}

/* Accessibility rules */
#top.av-accessibility-aaa .avia-promocontent p{
	font-size: 100%;
}

#top .avia_search_element form{
    position: relative;
    overflow: hidden;
    clear: both;
}
#top .avia_search_element form div{
    position: relative;
    overflow: hidden;
}

/* search form wrapper */
.av_searchform_wrapper {
    border-width: 1px;
    border-style: solid;
}

/* submit button wrapper */
#top .avia_search_element .av_searchsubmit_wrapper{
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 2;
    transition: all 0.2s ease-in;
}

#top .avia_search_element .av_searchsubmit_wrapper:hover {
    opacity: 0.7;
}

#top .avia_search_element form.ajax_loading_now .av_searchsubmit_wrapper{
    padding-right: 60px;
}

#top .avia_search_element form.ajax_loading_now .av_searchsubmit_wrapper.av-submit-hasicon{
    padding-right: 0;
}

#top .avia_search_element .av_searchsubmit_wrapper .av-search-icon{
    position: absolute;
    left: 1em;
    top: 50%;
    height: auto;
    transform: translateY(-50%);
    z-index: 2;
}

#top .avia_search_element .av_searchsubmit_wrapper .av-search-icon.avia-svg-icon{
	left: calc(1em - 2px);
}

#top .avia_search_element .av_searchsubmit_wrapper.av-submit-hasicon .av-search-icon{
	left: calc(50% - 9px);
	font-size: 20px;
}

#top .avia_search_element .av_searchsubmit_wrapper.av-submit-hasicon .av-search-icon.avia-svg-icon{
	left: calc(50% - 11px);
}

.avia_search_element .av_searchsubmit_wrapper .av-search-icon.avia-svg-icon svg:first-child,
.avia_search_element .av_searchsubmit_wrapper .av-search-icon.avia-svg-icon img[is-svg-img="true"]{
	height: 14px;
	width: 14px;
	margin-top: 7px;
}

#av-admin-preview .avia_search_element .av_searchsubmit_wrapper .av-search-icon.avia-svg-icon svg:first-child,
#av-admin-preview .avia_search_element .av_searchsubmit_wrapper .av-search-icon.avia-svg-icon img[is-svg-img="true"]{
	margin-top: unset;
}

.avia_search_element .av_searchsubmit_wrapper.av-submit-hasicon .av-search-icon.avia-svg-icon svg:first-child
.avia_search_element .av_searchsubmit_wrapper.av-submit-hasicon .av-search-icon.avia-svg-icon img[is-svg-img="true"]{
	height: 20px;
	width: 20px;
}

#top .avia_search_element .av_searchsubmit_wrapper.av-submit-hasiconlabel #searchsubmit{
    padding-left: 2.5em;
}

/* submit button */
#top .avia_search_element #searchsubmit{
    position: relative;
    width: auto;
    height: 100%;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1em;
    z-index: 1;
    border: 0px solid rgba(255, 255, 255, 0);
    transition: all 0.2s ease-in;
}

#top .avia_search_element #searchsubmit:hover {
    border-color: transparent;
    background-color: inherit;
    opacity: 0.8;
}

#top .avia_search_element form.ajax_loading_now #searchsubmit {
    margin-right: 40px;
}

#top .avia_search_element #searchsubmit.av-submit-hasicon {
    position: absolute;
    width: 100%;
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
}

#top .avia_search_element .av-submit-hasicon img{
    height: 100%;
    width: auto;
    max-width: 100px;
}

.avia-mozilla #top .avia_search_element .av-submit-hasicon img{
    min-width: 60px;
}

#top .avia_search_element .av-submit-hasicon .av-search-icon{

}

#top .avia_search_element form.ajax_loading_now #searchsubmit{
    margin-right: 0;
    padding-right: 0;
}


/* input */
#top .avia_search_element #s {
    padding: 0 1.5em;
    height: 40px;
    line-height: 40px;
    border: 0;
    position: relative;
    z-index: 1;
}

#top .avia_search_element #s::-ms-clear {
    display: none;
}

#top .avia_search_element #s::placeholder {
    color: inherit;
}

#top .avia_search_element .av-search-icon{
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.avia_search_element .av-input-field-icon.avia-svg-icon svg:first-child,
.avia_search_element .av-input-field-icon.avia-svg-icon img[is-svg-img="true"]{
	height: 14px;
	width: 14px;
	margin-top: 7px;
}

#av-admin-preview .avia_search_element .av-input-field-icon.avia-svg-icon svg:first-child,
#av-admin-preview .avia_search_element .av-input-field-icon.avia-svg-icon img[is-svg-img="true"]{
	margin-top: unset;
}

#top .avia_search_element #s.av-input-hasicon{
    padding-left: 3em;
}

/* loader */
#top .avia_search_element .ajax_load{
    background-color: inherit;
    position: absolute;
    right: 0;
    width: 60px;
    z-index: 99999;
}

#top .avia_search_element .av-submit-hasicon .ajax_load{
    width: 100%;
}

#top .avia_search_element .ajax_load .ajax_load_inner{
	background: transparent;
	position: absolute;
	left:50%;
	top:50%;
	border-top: 2px solid rgba(255, 255, 255, 0.4);
	border-right: 2px solid rgba(255, 255, 255, 0.4);
	border-bottom:2px solid rgba(255, 255, 255, 0.4);
	border-left:  2px solid #fff;
	animation: av-rotate  0.8s infinite linear;
	height:24px;
	width:24px;
	border-radius: 100%;
	margin-top: -12px;
	margin-left: -12px;
	z-index: 20;
	opacity: 1;
}

@keyframes av-rotate {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


/* search results */
.avia_search_element .av_searchform_element_results{
    margin-top: 20px;
}

.av_searchform_element_results{
    position: relative;
}

body > .av_searchform_element_results{
    position: absolute;
    z-index: 500;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

#top > div.av_searchform_element_results .av_ajax_search_entry,
#top div .av_searchform_element_results .av_ajax_search_entry{
    display: table;
	width: 100%;
}

#top > div.av_searchform_element_results .av_ajax_search_entry.av_ajax_search_entry_view_all{
    display: block;
}

.main_color .av_searchform_element_results .av_ajax_search_image,
.main_color.av_searchform_element_results .av_ajax_search_image{
    background-color: rgba(0,0,0,0.1);
    display: table-cell;
}

.main_color .av_searchform_element_results .av_ajax_search_entry,
.main_color.av_searchform_element_results .av_ajax_search_entry {
    border-color: rgba(0,0,0,0.1);
}

/*#top div .av_searchform_element_results .av_ajax_search_entry{
    display: table;
    width: 100%;
}*/

.main_color .av_searchform_element_results .av_ajax_search_content,
.main_color.av_searchform_element_results .av_ajax_search_content{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.av_searchform_element_results h4:first-child {
    padding-top: 2em;
}

.av_searchform_element_results .av_ajax_search_title{
    text-transform: none;
}

/* ======================================================================================================================================================
AVIACCORDION
====================================================================================================================================================== */

#top .aviaccordion{
	position: relative;
	overflow: hidden;
	clear: both;
}

#top .avia-accordion-slider-wrap{
	border:none;
	z-index: 2;
}

#top .avia-accordion-slider-wrap.el_after_av_slideshow_accordion{
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

#top .aviaccordion-inner,
#top .aviaccordion-slide,
#top .aviaccordion-slide-link{
	position: absolute;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	list-style-type: none;
}

#top .aviaccordion-slide img{
	height:100%;
	position: absolute;
	display:block;
	opacity: 0;
}

#top .aviaccordion-slide{
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	z-index: 2;
	overflow: hidden;
}

#top .aviaccordion-preview{
	position: absolute;
	z-index: 10;
	height:100%;
}

#top .aviaccordion-preview-title-pos{
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 10;
	width:100%;
	height:100%;
	opacity: 0;
}

#top .aviaccordion-preview-title-wrap{
	position: relative;
	display: table;
	height:100%;
	width:100%;
	background:#000;
	background: rgba(0,0,0,0.5);
	padding:0;
}

#top .aviaccordion-preview-title{
	display: table-cell;
	vertical-align: middle;
	color:#fff;
	-webkit-font-smoothing: subpixel-antialiased;
	padding:10%;
}

#top .aviaccordion-preview-title h3{
	color:#fff;
}

#top .aviaccordion-excerpt{
	line-height: 1.65em;
}

#top .aviaccordion .av-accordion-text-center{
	text-align: center;
}

#top .aviaccordion-title{
	text-transform: uppercase;
	font-size: 14px;
}

#top .aviaccordion-title-on-hover .aviaccordion-preview{
	opacity: 0;
	text-align: center;
}

#top .aviaccordion-title-on-hover .aviaccordion-active-slide .aviaccordion-preview{
	opacity: 1;
}

#top .aviaccordion.av-animation-active .aviaccordion-slide,
#top .aviaccordion-title-on-hover .aviaccordion-preview{
	transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

@media only screen and (max-width: 767px)
{
	.responsive #top .aviaccordion-title-no-mobile .aviaccordion-preview-title-pos{
		display:none;
	}
}

/* ======================================================================================================================================================
Slideshow Feature Image Slider
====================================================================================================================================================== */
#top .avia-featureimage-slideshow{
	margin: 0;
}

#top .avia-slideshow-fixed-height > li{
	position: absolute;
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;
}

.avia-featureimage-slideshow .caption_container{
	height: 100%;
}

.html_boxed .avia-featureimage-slideshow .caption_container,
.html_av-framed-box .avia-featureimage-slideshow .caption_container{
	max-width: 100%;
}

.avia-featureimage-slideshow .slideshow_caption h2{
	margin: 0;
	text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.avia-featureimage-slideshow h2.avia-caption-title:after{
    display: block;
    content: "";
    width: 40px;
    border-top: 3px solid #fff;
    margin: 11px auto;
    position: relative;
    top: 7px;
}

.main_color .av-no-image-slider h2 a{
	text-shadow: none;
}

#top .avia-featureimage-slideshow .avia-caption-content{
	margin: 0 auto;
	max-width: 600px;
	padding-top: 4px;
}

.avia-featureimage-slideshow .av-image-copyright{
	line-height: 1.2em;
}


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

	#top .avia-featureimage-slideshow .avia-caption-content{
		display: none;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px){

	.responsive.av-no-preview #top .avia-featureimage-slideshow.av-medium-font-size-overwrite-css .avia-caption-content{
		display: block;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px){

	.responsive.av-no-preview #top .avia-featureimage-slideshow.av-small-font-size-overwrite-css .avia-caption-content{
		display: block;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px){

	.responsive.av-no-preview #top .avia-featureimage-slideshow.av-mini-font-size-overwrite-css .avia-caption-content{
		display: block;
	}
}

/* ======================================================================================================================================================
Slideshow Fullwidth
====================================================================================================================================================== */
.avia-slideshow-inner li{
	transform-style: preserve-3d; /*fixes flickering issue when slider moves. usually other elements in other container flicker */
}


.avia-fullwidth-slider{
	border-top-style: solid;
	border-top-width: 1px;
	z-index: 1;
}

.avia-fullwidth-slider.avia-builder-el-0{
	border-top: none;
}

div.slider-not-first,
.html_header_transparency #top .avia-builder-el-0{
	border-top: none;
}

.avia-slide-wrap{
	position: relative;
	display: block;
}

.avia-slide-wrap > p{
	margin: 0;
	padding: 0;
}

.av_slideshow_full.avia-slideshow{
	margin: 0;
}

#top .av_slideshow_full.av-control-default .avia-slideshow-arrows a{
	margin: -50px 0 0 0;
	width: 0;
	text-align: center;
	height: 100px;
	line-height: 102px;
	/*opacity: 0.5;		removed 5.0 */
}

#top .av_slideshow_full.av-control-minimal .avia-slideshow-arrows a{
	margin: -50px 0 0 0;
	width: 0;
	/*opacity: 0.4;		removed 5.0 */
}

#top .av_slideshow_full.av-control-default:not(.av-slideshow-ui) .avia-slideshow-arrows a,
#top .av_slideshow_full.av-control-minimal:not(.av-slideshow-ui) .avia-slideshow-arrows a{
	width: 35px;
}

/*	show/hide nav arrows depending on options and state of slider	*/
#top .av_slideshow_full.av-slideshow-ui.av-loop-endless .avia-slideshow-arrows > a,
#top .av_slideshow_full.av-slideshow-ui.av-loop-manual-endless .avia-slideshow-arrows > a,
#top .av_slideshow_full.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev > a.prev-slide,
#top .av_slideshow_full.av-slideshow-ui .avia-slideshow-arrows.av-visible-next > a.next-slide{
	width: 35px;
}

#top .av_slideshow_full .avia-slideshow-arrows a:hover{
	/*opacity: 1;		removed 5.0 */
}

#top .av_slideshow_full.av-control-default .next-slide:before{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	line-height: 102px;
}

#top .av_slideshow_full.av-control-default .prev-slide:before{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	line-height: 102px;
}

.av_slideshow_full li img{
	border-radius: 0px;
}

.av_slideshow_full .container.caption_container{
	position: relative;
	top: 0;
	z-index: 5;
	height: 100%;
	left: 0%;
	overflow: visible;
}

.av_slideshow_full .av-image-copyright{
	line-height: 1.2em;
}

.avia_transform .av_slideshow_full .avia-caption-content,
.avia_transform .av_slideshow_full .avia-caption-title,
.avia_transform .av_fullscreen .avia-caption-content,
.avia_transform .av_fullscreen .avia-caption-title,
.avia_transform .av_fullscreen .avia-slideshow-button,
.avia_transform .av_slideshow_full .avia-slideshow-button{
	transform: translate(0,0);
	visibility: hidden;
}


.avia_transform .av_slideshow_full .active-slide .avia-caption-content,
.avia_transform .av_fullscreen .active-slide .avia-caption-content{
	visibility: visible;
	animation: caption-right  1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}

.avia_transform .av_slideshow_full .active-slide .avia-slideshow-button,
.avia_transform .av_fullscreen .active-slide .avia-slideshow-button{
	visibility: visible;
	animation: caption-left  1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}

.avia_transform .av_slideshow_full .active-slide .avia-slideshow-button-2,
.avia_transform .av_fullscreen .active-slide .avia-slideshow-button-2{
	visibility: visible;
	animation: caption-right  1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}

.avia_transform .av_slideshow_full .active-slide .avia-caption-title,
.avia_transform .av_fullscreen .active-slide .avia-caption-title{
	visibility: visible;
	animation: caption-left   1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}

.avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-content,
.avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content{
	visibility: visible;
	animation: caption-bottom 0.5s 1 ease-out;
}

.avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title,
.avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title{
	visibility: visible;
	animation: caption-top    0.5s 1 ease-out;
}

.avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-slideshow-button,
.avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-slideshow-button{
	visibility: visible;
	animation: caption-top  1.2s 1 ease-out;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px)
{
	.responsive #top .slideshow_caption{
		left: 0;
		width: 100%;
		padding: 0;
	}

	.responsive #top .slideshow_caption h2{
		font-size: 20px;
	}

	.responsive #top .slideshow_caption .avia-caption-content,
	.responsive #top .slideshow_caption .avia-caption-content p{
		font-size: 13px;
	}

/*	.responsive .av_slideshow_full .container.caption_container { margin-left: -138px; } */

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
	.responsive #top .slideshow_caption{
		left: 0;
		width: 100%;
		padding: 0;
	}

	.responsive #top .slideshow_caption h2{
		font-size: 20px;
	}

	.responsive #top .slideshow_caption .avia-caption-content,
	.responsive #top .slideshow_caption .avia-caption-content p{
		font-size: 13px;
	}

/* 		.responsive .av_slideshow_full .container.caption_container { margin-left: -216px; } */

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px)
{
/* 		.responsive .av_slideshow_full .container.caption_container { margin-left: -342px; } */
}


@media only screen and (min-width: 1140px)
{
/* 		.responsive .av_slideshow_full .container.caption_container { margin-left: -515px;} */
}

@media only screen and (min-width: 1340px)
{
/* 		.responsive .av_slideshow_full .container.caption_container { margin-left: -605px;} */
}

/* ======================================================================================================================================================
Slideshow Fullscreen
====================================================================================================================================================== */

.avia-fullscreen-slider{
	border-top: none;
}

.avia-fullscreen-slider .avia_loading_icon{
	position: absolute;
}

.avia-fullscreen-slider .avia-slideshow{
	margin: 0;
	height: 1500px;
	height: 100vh;
	min-height: 250px;
}

.avia-fullscreen-slider .avia-slideshow-inner{
	width: 100%;
	height: 100%;
	position: absolute;
	-ms-perspective: 1000px; /*fixes: ie11 css flicker of following elements on transition*/
	-ms-backface-visibility: hidden;
}

.avia-fullscreen-slider .avia-slideshow > ul > li{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.avia-fullscreen-slider .avia-slideshow[data-image_attachment="fixed"] > ul > li{
	background-attachment: fixed;
}

.avia-fullscreen-slider .avia-slide-wrap{
	display: block;
	width: 100%;
	height: 100%;
}

.avia-fullscreen-slider .caption_container{
	height: 100%;
}

.avia-fullscreen-slider .caption_right{
	text-align: right;
}

.avia-fullscreen-slider .caption_bottom .slideshow_caption{
	bottom: 40px;
}

.avia-fullscreen-slider .avia-slideshow-controls a,
.avia-fullscreen-slider .av-control-minimal .avia-slideshow-controls a{
	opacity: 0;
}

.avia-fullscreen-slider:hover .avia-slideshow-dots a,
.avia-fullscreen-slider .av-control-minimal:hover .avia-slideshow-dots a{
	opacity: 0.8;
}

.avia-fullscreen-slider:hover .avia-slideshow-arrows a,
.avia-fullscreen-slider:hover .avia-slideshow-dots a:hover,
.avia-fullscreen-slider .av-control-minimal:hover .avia-slideshow-arrows a,
.avia-fullscreen-slider .av-control-minimal:hover .avia-slideshow-dots a:hover{
	opacity: 1;
}

.av-slider-scroll-down-active .avia-slideshow-dots a{
	bottom: 80px;
}

.avia-fullscreen-slider .av-image-copyright{
	bottom: 50px;
	line-height: 1.2em;
}

.avia-fullscreen-slider .av-image-copyright.av-copyright-right{
	border-bottom-left-radius: 5px;
}

.avia-fullscreen-slider .av-image-copyright.av-copyright-left{
	border-bottom-right-radius: 5px;
}


@media only screen and (max-width: 767px)
{
	.avia-fullscreen-slider .avia-slideshow{
		min-height: 150px;
	}

	.caption_right .slideshow_align_caption{
		text-align: right;
	}
}

/* ======================================================================================================================================================
Layer Slider
====================================================================================================================================================== */
div .avia-layerslider .ls-fullwidth .ls-nav-sides,
div .avia-layerslider .ls-fullwidth .ls-bottom-slidebuttons a,
div .avia-layerslider .ls-fullwidth .ls-nav-prev,
div .avia-layerslider .ls-fullwidth .ls-nav-next,
div .avia-layerslider .ls-fullwidth .ls-nav-start,
div .avia-layerslider .ls-fullwidth .ls-nav-stop,
div .avia-layerslider .ls-fullwidth .ls-fullscreen,
div .avia-layerslider .ls-fullwidth .ls-loading-container,
div .avia-layerslider .ls-noskin .ls-loading-container,
div .avia-layerslider .ls-noskin .ls-fullscreen {
	background-image: none;
}


.avia-layerslider .ls-container.ls-fullwidth{
margin-bottom:0 !important;
}

.avia-layerslider{
	border-top-style: solid;
	border-top-width:1px;
	overflow: hidden !important;
}

/*fixes issue with layerslider overwriting our container size in layerslider "responsive" mode - which is not backward compatible with older implementations of our demo slides*/
.avia-layerslider.container_wrap{
	max-width: 100% !important;
}

/*default line-height:normal produces results that do not match the backend*/
#top #wrap_all .ls-wp-container .ls-slide > *{
	line-height: 1.1em;
}

#top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
	display: block;
	text-decoration: none;
	color: #fff;
	position: absolute;
	width:60px;
	text-align: center;
	height: 60px;
	line-height: 62px;
	font-size: 25px;
	top:50%;
	margin:-30px 15px 0;
	background: transparent;
	color: #fff;
	visibility: hidden;
	opacity: 0.5;
	z-index: 10000;
	left:30px;
}

.avia-layerslider .ls-inner div, .avia-layerslider .ls-inner img{
	-webkit-backface-visibility: hidden;
}

#top .avia-layerslider .ls-nav-next{
	left:auto;
	right:30px;
}

#top .avia-layerslider .ls-nav-prev:before{
	text-indent: -4px;
}

#top .avia-layerslider .ls-nav-prev:hover, #top .avia-layerslider .ls-nav-next:hover{
	opacity:1;
}

#top .avia-layerslider .ls-nav-prev:before,
#top .avia-layerslider .ls-nav-next:before{
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 100;
	background: #000;
	background: rgba(0,0,0,0.3);
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius: 3px;
	text-align: center;
	line-height: 62px;
}

#top .avia-layerslider .ls-nav-start,
#top .avia-layerslider .ls-nav-stop{
	font-size: 13px;
}

#top .avia-layerslider .ls-bottom-slidebuttons a,
#top .avia-layerslider .ls-nav-start,
#top .avia-layerslider .ls-nav-stop{
	display: inline-block;
	height:10px;
	width:10px;
	border-radius: 30px;
	background: #000;
	opacity: 0.3;
	border:2px solid #fff !important;
	text-indent: 300%;
	overflow: hidden;
	text-indent: 0;
	z-index: 10000;
}

#top .avia-layerslider .ls-bottom-slidebuttons{
	height:30px;
}

#top .avia-layerslider .ls-bottom-slidebuttons a.ls-nav-active,
#top .avia-layerslider .ls-bottom-slidebuttons a:hover,
#top .avia-layerslider a.ls-nav-start:hover,
#top .avia-layerslider a.ls-nav-stop:hover,
#top .avia-layerslider a.ls-nav-start-active,
#top .avia-layerslider a.ls-nav-stop-active{
	opacity: 0.6;
	background: #000;
}

#top .avia-layerslider .ls-nav-start,
#top .avia-layerslider .ls-nav-stop{
	position: relative;
	height:23px;
	width:23px;
	margin: 0px 5px;
	top: -35px;
}

#top .avia-layerslider .ls-nav-start:before,
#top .avia-layerslider .ls-nav-stop:before{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position: absolute;
	color:#fff;
	line-height: 23px;
}

#top .avia-layerslider .ls-nav-start:before{
	text-indent: 1px;
}

.avia-layerslider div .ls-fullwidth .ls-thumbnail-hover {
	bottom: 39px;
	padding: 2px;
	margin-left: 2px;
}

div .avia-layerslider .ls-fullwidth .ls-bottom-slidebuttons,
div .avia-layerslider .ls-fullwidth div .avia-layerslider .ls-nav-start,
div .avia-layerslider .ls-fullwidth .ls-nav-stop,
div .avia-layerslider .ls-fullwidth .ls-nav-sides {
	top: -40px;
}

#top .avia-layerslider .ls-wp-container{
	margin:0px auto !important;
}

.avia-layerslider .ls-bottom-nav-wrapper{
	position: relative;
}

html * div .avia-layerslider .ls-wp-container .ls-layer > *,
body * div .avia-layerslider .ls-wp-container .ls-layer > *,
#ls-global * div .avia-layerslider .ls-wp-container .ls-layer > * {
	line-height: 1em;
}

.avia-layerslider .ls-thumbnail-wrapper{
	bottom: 120px;
	opacity: 1 !important;
	display:block !important;
}

/*layerslider default iconfont values. overwriten in case user applies a custom font value*/
#top .avia-layerslider .ls-nav-prev:before{
	content: "\E87c";
}

#top .avia-layerslider .ls-nav-next:before{
	content: "\E87d";
}

#top .avia-layerslider .ls-nav-start:before{
	content: "\E897";
}

#top .avia-layerslider .ls-nav-stop:before{
	content: "\E899";
}

#top .avia-layerslider .ls-bottom-slidebuttons a,
#top .avia-layerslider .ls-nav-next:before,
#top .avia-layerslider .ls-nav-prev:before,
#top .avia-layerslider .ls-nav-start:before,
#top .avia-layerslider .ls-nav-stop:before{
	font-family: 'entypo-fontello-enfold';
}

/* ======================================================================================================================================================
Share Box
====================================================================================================================================================== */

.av-social-sharing-box{
	margin-top: 30px;
	float: left;
	width: 100%;
}

.av-share-box{
	width: 100%;
	clear: both;
	float: left;
	font-size: 13px;
	margin-top: 30px;
	margin-bottom: -50px;
	padding: 0;
}

.av-share-box .av-share-link-description{
	margin-bottom: 20px;
}

#top .av-share-box ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	display: table;
	text-align: center;
	table-layout: fixed;
	border-radius: 3px;
	background: transparent;
}

.av-social-sharing-box.av-social-sharing-box-fullwidth .av-share-box ul{
	width: 100%;
}

#top .av-social-sharing-box.av-social-sharing-center .av-share-box ul{
	margin: 0 auto;
}

.av-social-sharing-box.av-social-sharing-right .av-share-box ul{
	float: right;
}

.av-share-box ul li{
	margin: 0;
	padding: 0;
	display: table-cell;
	border-left-style: solid;
	border-left-width: 1px;
}

.av-social-sharing-box:not(.av-social-sharing-box-rounded, .av-social-sharing-box-buttons, .av-social-sharing-box-default, .av-social-sharing-box-minimal) .av-share-box ul li {
	display: inline-block;
}

.av-social-sharing-box-circle .av-share-box ul li,
.av-social-sharing-box-icon .av-share-box ul li {
	margin-bottom: 2px;
}

.av-share-box ul li:first-child{
	border: none;
}

.av-share-box ul li a{
	display: block;
	padding: 15px 0;
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	transition: all 0.2s ease-in-out;
}

.av-share-box ul li.avia-svg-icon svg:first-child{
	height: 1em;
	width: 1em;
	margin-bottom: -3px;
}


.av-social-sharing-box.av-social-sharing-box-same-width .av-share-box ul li a{
	width: 55px;
	height: 55px;
}

.av-social-sharing-box.av-social-sharing-box-buttons .av-share-box ul li a{
	border-radius: 25px;
}

.av-social-sharing-box.av-social-sharing-box-circle .av-share-box ul li a{
	border-radius: 50%;
}

.av-social-sharing-box.av-social-sharing-box-rounded .av-share-box ul li:first-child a{
	border-radius: 25px 0 0 25px;
}

.av-social-sharing-box.av-social-sharing-box-rounded .av-share-box ul li:last-child a{
	border-radius: 0 25px 25px 0;
}

.av-social-sharing-box.av-social-sharing-box-icon .av-share-box ul li a{
	background: transparent;
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
}

.av-social-sharing-box.av-social-sharing-box-buttons .av-share-box ul li:nth-child(n + 1) a,
.av-social-sharing-box.av-social-sharing-box-circle .av-share-box ul li:nth-child(n + 1) a,
.av-social-sharing-box.av-social-sharing-box-icon .av-share-box ul li:nth-child(n + 1) a{
	margin-left: 2px;
}

.av-share-box .avia-related-tooltip{
	width: 150px;
}

.av-social-sharing-box .av-share-box{
	margin: 0;
}

#top .av-social-sharing-box:not(.av-social-sharing-box-default) .av-share-box ul{
	border: none;
}

#top .av-social-sharing-box:not(.av-social-sharing-box-default) .av-share-box ul li{
	border-left: none;
}

.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-rss a{ color: #fff; background-color: #ffa133; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-facebook a{ color: #fff; background-color: #37589b; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-twitter a,
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-square-x-twitter a{ color: #fff; background-color: #14171a; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-whatsapp a{ color: #fff; background-color: #00e676; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-mail a{ color: #fff; background-color: #9fae37; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-dribbble a{ color: #fff; background-color: #e44885; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-linkedin a{ color: #fff; background-color: #419cca; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-search a{ color: #fff; background-color: #222222; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-gplus a{ color: #fff; background-color: #de5a49; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-behance a{ color: #fff; background-color: #008cfa; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-flickr a{ color: #fff; background-color: #ff0086; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-forrst a{ color: #fff; background-color: #234317; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-myspace a{ color: #fff; background-color: #000000; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-tumblr a{ color: #fff; background-color: #345574; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-vimeo a{ color: #fff; background-color: #31baff; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-youtube a{ color: #fff; background-color: #a72b1d; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-pinterest a{ color: #fff; background-color: #cb2027; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-skype a{ color: #fff; background-color: #12a5f4; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-instagram a{ color: #fff; background-color: #a67658; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-five_100_px a{ color: #fff; background-color: #222222; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-soundcloud a{ color: #fff; background-color: #F76700; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-xing a{ color: #fff; background-color: #006567; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-vk a{ color: #fff; background-color: #597BA5; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-reddit a{ color: #fff; background-color: #FF4500; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-telegram a{ color: #fff; background-color: #25A4E3; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-yelp a{ color: #fff; background-color: #d32323; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-tiktok a{ color: #00F2EA; background-color: #FF0050; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-threads a{ color: #fff; background-color: #000; }

.av-social-sharing-box.av-social-sharing-box-color-bg .avia_social_svg_icon a svg:first-child{ stroke: #fff; fill: #fff; }
.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-tiktok a svg:first-child{ stroke: #00F2EA; fill: #00F2EA; }


.av-social-sharing-box.av-social-sharing-box-color-bg a:hover{
	opacity: 0.75;
}

/*	#top #wrap_all needed because of layout.css	*/
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-rss a:hover{ background: transparent; color: #ffa133; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-facebook a:hover{ background: transparent; color: #37589b; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-twitter a:hover,
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-square-x-twitter a:hover{ background: transparent; color: #14171a; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-whatsapp a:hover{ background: transparent; color: #00e676; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-mail a:hover{ background: transparent; color: #9fae37; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-dribbble a:hover{ background: transparent; color: #e44885; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-linkedin a:hover{ background: transparent; color: #419cca; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-search a:hover{ background: transparent; color: #222222; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-gplus a:hover{ background: transparent; color: #de5a49; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-behance a:hover{ background: transparent; color: #008cfa; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-flickr a:hover{ background: transparent; color: #ff0086; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-forrst a:hover{ background: transparent; color: #234317; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-myspace a:hover{ background: transparent; color: #000000; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-tumblr a:hover{ background: transparent; color: #345574; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-vimeo a:hover{ background: transparent; color: #31baff; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-youtube a:hover{ background: transparent; color: #a72b1d; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-pinterest a:hover{ background: transparent; color: #cb2027; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-skype a:hover{ background: transparent; color: #12a5f4; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-instagram a:hover{ background: transparent; color: #a67658; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-five_100_px a:hover{ background: transparent; color: #222222; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-soundcloud a:hover{ background: transparent; color: #F76700; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-xing a:hover{ background: transparent; color: #006567; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-vk a:hover{ background: transparent; color: #597BA5; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-reddit a:hover{ background: transparent; color: #FF4500; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-telegram a:hover{ background: transparent; color: #25A4E3; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-yelp a:hover{ background: transparent; color: #d32323; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-tiktok a:hover{ background: transparent; color: #00F2EA; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-threads a:hover{ background: transparent; color: #fff; }

#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-rss a:hover svg:first-child{ stroke: #ffa133; fill: #ffa133; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-facebook a:hover svg:first-child{ stroke: #37589b; fill: #37589b; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-twitter a:hover svg:first-child,
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-square-x-twitter a:hover svg:first-child{ stroke: #14171a; fill: #14171a; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-whatsapp a:hover svg:first-child{ stroke: #00e676; fill: #00e676; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-mail a:hover svg:first-child{ stroke: #9fae37; fill: #9fae37; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-dribbble a:hover svg:first-child{ stroke: #e44885; fill: #e44885; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-linkedin a:hover svg:first-child{ stroke: #419cca; fill: #419cca; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-search a:hover svg:first-child{ stroke: #222222; fill: #222222; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-gplus a:hover svg:first-child{ stroke: #de5a49; fill: #de5a49; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-behance a:hover svg:first-child{ stroke: #008cfa; fill: #008cfa; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-flickr a:hover svg:first-child{ stroke: #ff0086; fill: #ff0086; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-forrst a:hover svg:first-child{ stroke: #234317; fill: #234317; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-myspace a:hover svg:first-child{ stroke: #000000; fill: #000000; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-tumblr a:hover svg:first-child{ stroke: #345574; fill: #345574; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-vimeo a:hover svg:first-child{ stroke: #31baff; fill: #31baff; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-youtube a:hover svg:first-child{ stroke: #a72b1d; fill: #a72b1d; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-pinterest a:hover svg:first-child{ stroke: #cb2027; fill: #cb2027; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-skype a:hover svg:first-child{ stroke: #12a5f4; fill: #12a5f4; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-instagram a:hover svg:first-child{ stroke: #a67658; fill: #a67658; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-five_100_px a:hover svg:first-child{ stroke: #222222; fill: #222222; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-soundcloud a:hover svg:first-child{ stroke: #F76700; fill: #F76700; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-xing a:hover svg:first-child{ stroke: #006567; fill: #006567; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-vk a:hover svg:first-child{ stroke: #597BA5; fill: #597BA5; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-reddit a:hover svg:first-child{ stroke: #FF4500; fill: #FF4500; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-telegram a:hover svg:first-child{ stroke: #25A4E3; fill: #25A4E3; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-yelp a:hover svg:first-child{ stroke: #d32323; fill: #d32323; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-tiktok a:hover svg:first-child{ stroke: #00F2EA; fill: #00F2EA; }
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-threads a:hover svg{ stroke: #fff; fill: #fff; }


/* ======================================================================================================================================================
Tab Section and Slideshow / Tab Section
====================================================================================================================================================== */
.av-inner-tab-title,
.av-tab-section-icon,
.av-tab-arrow-container,
.av-tab-section-image{
	width: 90px;
}

.av-tab-section-container{
	width: 100%;
	overflow: hidden;
	position: relative;
	border: none;
}

.av-tab-section-outer-container{
	overflow: hidden;
}

.av-tab-section-inner-container{
	display: table;
	position: relative;
	left: 0%;

	/* Safari pixel gap fix */
	margin-left: -1px;
	margin-right: -1px;
}

.av-layout-tab{
	width: 100vw;
	display: block;
	vertical-align: middle;
	padding: 50px 0;
	border-top-style: solid;
	border-top-width: 1px;
}

.js_active .av-layout-tab{
	display: table-cell;
	border: none;
}

.av-tab-section-tab-title-container{
	text-align: center;
	padding: 20px 0 0 0;
	display: none;
	position: relative;
	transition: all 0.4s ease-in-out;
}

.js_active .av-tab-section-tab-title-container{
	display: block;
}

.js_active .av-tab-section-container.av-minimum-height .container{
	opacity: 1;
}

#top .av-section-tab-title{
	padding: 10px 20px 0px 20px;
	display: inline-block;
	text-decoration: none;
}

.av-section-tab-title,
.av-section-tab-title:hover{
	transition: all 0.4s ease-in-out;
}

.av-outer-tab-title{
	display: block;
}

.av-inner-tab-title{
	text-transform: uppercase;
	display: block;
	line-height: 1.2em;
	margin-top: 7px;
	margin-bottom: 3px;
	font-size: 13px;
	text-align: center;
}


.av-tab-with-image .av-inner-tab-title{
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

.av-tab-section-icon{
	display: inline-block;
    font-size: 40px;
    line-height: 1em;
}

.av-tab-section-icon.avia-svg-icon svg:first-child{
	margin-bottom: -6px;
}

.av-tab-arrow-container{
	display: block;
	height: 15px;
	overflow: hidden;
	position: relative;
	top: 8px;
}

.avia_transform .av-tab-arrow-container span{
	position: absolute;
	left: 50%;
	width: 50px;
	height: 50px;
	transform: translateX(-50%) rotate(45deg);
	transition: all 0.4s ease-in-out;
	top: 40px;
}

.avia_transform .av-active-tab-title .av-tab-arrow-container span{
	top: 10px;
}

.av-tab-section-image{
	display: block;
	opacity: 0.65;
	filter: grayscale(1);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height:90px;
}

.av-section-tab-title:hover .av-tab-section-image{
	opacity: 0.85;
}

.av-active-tab-title .av-tab-section-image{
	opacity: 1;
	filter: grayscale(0);
}

.av-tab-image-circle .av-tab-section-image{
	border-radius: 200px;
}

.av-tab-image-rounded .av-tab-section-image {
    border-radius: 4px;
}

.av_tab_navigation{
	position: absolute;
}

.avia-section-small .av-layout-tab{
	padding-top: 20px;
	padding-bottom: 20px;
}

.avia-section-large .av-layout-tab{
	padding-top: 70px;
	padding-bottom: 70px;
}

.avia-section-huge .av-layout-tab{
	padding-top: 130px;
	padding-bottom: 130px;
}

.avia-section-no-padding .av-layout-tab{
	padding-top: 0;
	padding-bottom: 0;
}

#top .av-custom-tab-color a{
	color: inherit;
}

.av-tab-no-icon.av-tab-no-image .av-inner-tab-title{
	margin-bottom: 15px;
}

.avia-tab-title-padding-none .av-outer-tab-title{
	padding: 0 0;
    position: relative;
    top: -6px;
}

.avia-tab-title-padding-small .av-outer-tab-title{
	padding: 0 0;
}

.avia-tab-title-padding-default .av-outer-tab-title{
	padding: 10px 0;
}

.avia-tab-title-padding-large .av-outer-tab-title{
	padding: 20px 0;
}

.av-tab-with-icon .av-outer-tab-title{
	margin-bottom: 10px;
	padding: 0 0;
}

.av-tab-without-text .av-outer-tab-title{
	display: none;
}

#top .av-tab-without-text.av-section-tab-title{
	padding-top: 0;
}

#top .av-tab-below-content .av-tab-without-text.av-section-tab-title{
	padding-bottom: 10px;
}

.av-tab-below-content .av-tab-arrow-container{
	position: absolute;
	top: 0;
}

.avia_transform .av-tab-below-content .av-tab-arrow-container span{
	top: -65px;
}

.avia_transform .av-tab-below-content .av-active-tab-title .av-tab-arrow-container span{
	top: -45px;
}

#top .av-tab-below-content .av-section-tab-title{
	padding: 5px 20px 0px 20px;
}

.av-tab-below-content .av-tab-section-tab-title-container{
	padding: 30px 0px 20px 0px;
}

.boxed .av-layout-tab-inner .container,
.html_header_sidebar .av-layout-tab-inner .container{
	margin:0;
}

.av-tab-content-auto .av-layout-tab-inner{
	transition: height 0.4s ease-in-out;
}

/* Arrows for tab header */
.av-tab-above-content .av-tabsection-arrow{
	position: absolute;
	width: 100%;
	top: 30px;
	left: 0;
}

.av-tab-below-content .av-tabsection-arrow{
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
}

#top .av-tabsection-arrow > a{
	width: 30px;
	margin: -30px 0 0 0;
	display: none;
}

#top .av-tabsection-arrow > a.prev-slide{
	border-radius: 0 5px 5px 0;
}

#top .av-tabsection-arrow > a.next-slide{
	border-radius: 5px 0 0 5px;
}

#top .av-tabsection-arrow.av-visible-prev > a.prev-slide,
#top .av-tabsection-arrow.av-visible-next > a.next-slide{
	display: block;
}

#top .av-tabsection-arrow > a:hover{
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
}

/* ============================================
	Slideshow section specific
=============================================== */
.av-tab-section-container.av-hide-tabs .av-tab-section-tab-title-container,
.av-tab-section-container.av-hide-tabs .av-tabsection-arrow{
	display: none;
}

.av-slideshow-section.av-is-slideshow .av-section-tab-title:hover{
	cursor: default;
}

.av-slideshow-section.av-strech-full .av-layout-tab-inner > .container{
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

#top .av-tabsection-slides-arrow > a{
	top: 50%;
	width: 0px;
	margin: -30px 0 0 0;
	display: block;
	opacity: 0;
	transition: all 0.8s ease-in-out;
}

#top .av-is-slideshow .av-control-default:not(.av-slideshow-ui) .avia-slideshow-arrows a,
#top .av-is-slideshow .av-control-minimal:not(.av-slideshow-ui) .avia-slideshow-arrows a{
	opacity: 1;
	width: 35px;
}

/*	show/hide nav arrows depending on options and state of slider	*/
#top .av-is-slideshow .av-slideshow-ui.av-loop-endless .avia-slideshow-arrows > a,
#top .av-is-slideshow .av-slideshow-ui.av-loop-manual-endless .avia-slideshow-arrows > a,
#top .av-is-slideshow .av-slideshow-ui .avia-slideshow-arrows.av-visible-prev > a.prev-slide,
#top .av-is-slideshow .av-slideshow-ui .avia-slideshow-arrows.av-visible-next > a.next-slide{
	opacity: 1;
	width: 35px;
	transition: all 0.8s ease-in-out;
}

#top .av-is-slideshow .av-no-slider-navigation .av-tabsection-slides-dots{
	display: none;
}

#top .av-is-slideshow .av-slideshow-ui .av-tabsection-slides-arrow.av-visible-prev > a:hover,
#top .av-is-slideshow .av-slideshow-ui .av-tabsection-slides-arrow.av-visible-next > a:hover{
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
}


/* hide controls on desktop */
.avia_desktop #top .av-slideshow-section.av-is-slideshow .av-slideshow-ui .avia-slideshow-controls a{
	opacity: 0;
}
.avia_desktop #top .av-slideshow-section.av-is-slideshow .av-slideshow-ui.av-nav-arrows-visible .avia-slideshow-arrows a,
.avia_desktop #top .av-slideshow-section.av-is-slideshow .av-slideshow-ui.av-nav-dots-visible .avia-slideshow-dots a{
	opacity: 0.6;
}

.avia_desktop #top .av-slideshow-section.av-is-slideshow:hover .avia-slideshow-controls a{
	opacity: 0.6;
}

.avia_desktop #top .av-slideshow-section.av-is-slideshow:hover .avia-slideshow-controls a:hover{
	opacity: 0.8;
}

#top .av-is-slideshow .av-slideshow-ui.av-hide-nav-arrows .avia-slideshow-arrows a,
#top .av-is-slideshow:hover .av-slideshow-ui.av-hide-nav-arrows .avia-slideshow-arrows a{
	width: 0;
	opacity: 0;
	transition: none;
}

#top .av-tabsection-slides-dots > a{
	transition: all 0.8s ease-in-out;
}

.av-tab-slide-up-transition .av-tab-section-tab-title-container{
	z-index: 2;
}

.av-tab-slide-up-transition .av-slide-section-container-wrap{
	overflow: hidden;
	width: 100%;
}

.av-tab-slide-up-transition .av-tab-section-inner-container,
.av-tab-fade-transition .av-tab-section-inner-container{
	width: 100%;
	display: block;
}

.av-tab-slide-up-transition .av-layout-tab{
	display: block;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.av-tab-slide-up-transition.av-tab-content-fixed .av-layout-tab,
.av-tab-fade-transition .av-layout-tab{
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
    align-items: start;
	justify-content: start;
}

.av-tab-slide-up-transition.av-tab-content-fixed .av-layout-tab.vertical-align-middle,
.av-tab-fade-transition .av-layout-tab.vertical-align-middle{
	justify-content: center;
}

.av-tab-slide-up-transition.av-tab-content-fixed .av-layout-tab.vertical-align-bottom,
.av-tab-fade-transition .av-layout-tab.vertical-align-bottom{
	justify-content: end;
}

.av-tab-slide-up-transition.av-tab-content-fixed .av-layout-tab-inner,
.av-tab-fade-transition .av-layout-tab-inner{
	width: 100%;
}

.av-tab-fade-transition .av-layout-tab.av-active-tab-content{
	position: relative;
	z-index: 5;
	opacity: 1;
}

.av-tab-fade-transition .av-layout-tab{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.8s ease-in-out;
}

/*		slide transitions sidewards and up	*/
.av-tab-slide-transition .av-tab-section-inner-container,
.av-tab-slide-up-transition .av-tab-section-inner-container{
	transition: all 0.4s ease-in-out;
}

.av-tab-slide-up-transition .av-tab-section-outer-container{
	transition: all 0.4s ease-in-out;
}

/* ======================================================================================================================================================
Table
====================================================================================================================================================== */

/*data table*/

div .avia-table {
	background: transparent;
	width:100%;
	clear:both;
	margin:30px 0;
	table-layout: fixed;
}

.avia-data-table .avia-heading-row .avia-desc-col{
	border-top:none;
	border-left:none;
}

.avia-data-table .avia-button-row td{
	text-align: center;
}

.avia-data-table .avia-center-col{
	text-align: center;
}

.avia-data-table td:before{
	display:none;
}

.avia-data-table .avia-pricing-row td,
.avia-data-table .avia-pricing-row th{
	text-align: center;
	font-size: 40px;
	line-height: 1.3em
}

.avia-data-table .avia-desc-col{
	text-align: right;
}

.avia-data-table .avia-pricing-row small{
	display: block;
	font-size: 11px;
	font-style: italic;
	line-height: 1.7em;
}

.avia-data-table .avia-pricing-row .avia-desc-col{
	font-size: 14px;
	text-align: right;
}

/*minimal data table*/
.avia-data-table.avia_pricing_minimal th,
.avia-data-table.avia_pricing_minimal td{
	text-align: center;
	padding:12px;
	color: inherit;
}

#top .avia-data-table.avia_pricing_minimal tr{
	background: transparent;
}


@media only screen and (max-width: 767px)
{
	.responsive div .avia_responsive_table .avia-data-table table,
    .responsive div .avia_responsive_table .avia-data-table tbody,
    .responsive div .avia_responsive_table .avia-data-table tr,
    .responsive div .avia_responsive_table .avia-data-table td,
    .responsive div .avia_responsive_table .avia-data-table th{
		display:block;
		border-top:none;
		border-right:none;
		border-left:none;
		text-align: center;
	}

    .responsive .avia_responsive_table .avia-data-table{
		border-style:solid;
		border-width: 1px;
	}

    .responsive .avia_responsive_table .avia-data-table .avia-pricing-row .avia-desc-col{
		text-align: center;
	}

    .responsive .avia_responsive_table .avia-data-table .avia-button-row,
	.responsive .avia_responsive_table .avia-data-table tr:first-child th{
		display:none;
	}

	.responsive .avia_responsive_table .avia-data-table td:before{
		display:block;
		font-style: italic;
		font-size: 11px;
	}

	.responsive .avia_responsive_table .avia-data-table td{
		position: relative;
	}

    .responsive .avia_scrollable_table{
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;					/*	non standard	*/
    }

    .avia_scrollable_table .avia-table {
    	width: auto;
    }

    .responsive .avia_scrollable_table .avia-data-table > thead > tr > th,
    .responsive .avia_scrollable_table .avia-data-table > tbody > tr > th,
    .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > th,
    .responsive .avia_scrollable_table .avia-data-table > thead > tr > td,
    .responsive .avia_scrollable_table .avia-data-table > tbody > tr > td,
    .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > td {
        white-space: nowrap;
    }
}

/*pricing table*/

.avia-pricing-table-container {
	position: relative;
	clear: both;
	width:100%;
	display:table;
	table-layout: fixed;
}

.pricing-table-wrap {
	display:table-cell;
}

.pricing-table {
	margin:10px;
}

.pricing-table>li{
	list-style-type: none;
	list-style-position: outside;
	padding:9px 12px;
	border-top-style:solid;
	border-top-width:1px;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	margin:0;
	text-align: center;
	position: relative;
}

.avia-pricing-table-container .pricing-table>li:last-child{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	display: block;
}


.pricing-table > li:first-child,
.pricing-extra{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-style:solid;
	border-top-width:1px;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
}

.pricing-extra{
	display:none;
}

.avia-desc-col.pricing-table li{
	border-style:dashed;
	border-left:none;
	border-right:none;
	text-align: right;
}

#top .avia-desc-col.pricing-table .avia-button-row{
	border:none;
}

#top .avia-button-row .avia-button-wrap{
	margin:10px 0;
}

.avia-center-col.pricing-table{
	text-align: center;
}

.pricing-table li.avia-pricing-row {
	text-align: center;
	font-size: 60px;
	line-height: 1em;
	padding:25px 12px;
/*	text-shadow: 0 2px 0 #C9C9C9, 0 3px 0 #BBB, 0 3px 0 #B9B9B9, 0 1px 0 #AAA, 0 1px 1px rgba(0, 0, 0, .1), 0 0 3px rgba(0, 0, 0, .1), 0 4px 10px rgba(0, 0, 0, .2); */
	font-weight:600;
}

.pricing-table li.avia-pricing-row small{
	display: block;
	font-size: 16px;
	font-style: italic;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 1px;
	text-shadow:none;
}

.pricing-table.avia-highlight-col .pricing-extra{
	display:block;
	position: absolute;
	top:-20px;
	height:25px;
	left:-1px;
	right:-1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.avia-pricing-table-container .pricing-table li.empty-table-cell{
	display: none;
}

.avia-pricing-table-container.avia_show_empty_cells .pricing-table li.empty-table-cell,
.avia-pricing-table-container .pricing-table.avia-desc-col li.empty-table-cell{
	display: block;
}

.fallback-table-val{
	visibility: hidden;
}

.pricing-table.avia-highlight-col{
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
	margin:4px;
}

.pricing-table.avia-highlight-col>li:last-child {
	padding-bottom:25px;
}

.pricing-table.avia-highlight-col .first-table-item{
	position: relative;
	top: -9px;
	z-index: 10;
}

.pricing-table li.avia-pricing-row .currency-symbol{
	font-size:0.5em;
	position: relative;
	top:-0.6em;
	line-height: 1em;
	text-shadow:none;
	font-weight:normal;
}

.avia_pricing_default .pricing-table li.avia-pricing-row small,
.avia_pricing_default .pricing-table li.avia-pricing-row .currency-symbol{
	opacity: 0.4;
	color:#fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/*style variation*/
.avia_show_empty_cells .pricing-table .empty-table-cell{
	display:block;
}

.avia_pricing_minimal .pricing-table{
	box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
}

#top .avia_pricing_minimal .pricing-table>li{
	border:none;
}

.avia_pricing_minimal .pricing-table > li:first-child,
#top .avia_pricing_minimal .pricing-extra,
.avia_pricing_minimal .pricing-table>li:last-child{
	border-radius: 0;
	border: none;
}

.avia_pricing_minimal .pricing-table.avia-highlight-col .pricing-extra{
	left:0;
	right:0;
}

.avia_pricing_minimal .pricing-table li.avia-pricing-row{
	font-weight:300;
}

@media only screen and (max-width: 767px)
{
	.responsive .avia-pricing-table-container,
	.responsive .pricing-table-wrap{
		display:block;
	}

	.responsive .pricing-table{
		display:block;
		margin-bottom:40px;
	}

	.responsive .pricing-table.avia-desc-col{
		display:none;
	}
}

/* ======================================================================================================================================================
Tabs
====================================================================================================================================================== */
#top .tabcontainer{
	background: transparent;
}

.tabcontainer{
	margin: 30px 0;
	position: relative;
	width:100%;
	clear: both;
	overflow: hidden;
	background: transparent;
}

.tab_titles{
	position: relative;
	width:100%;
	clear: both;
	float:left;
	z-index: 5;
}

.widget .tabcontainer{
	margin-top:0px;
}


.js_active .tab_content{
	visibility: hidden;
	clear: both;
	padding: 10px 19px;
	overflow:auto;
	position: absolute;
	top:0;
	z-index: 0;
	left:120%;
	width:100%;
}

.js_active .tab{
	cursor:pointer;
	margin:0 -1px 0 0;
	display: block;
	float: left;
	z-index: 2;
	position: relative;
	padding:12px 16px;
	top:1px;
	font-size: 0.8em;
	-webkit-touch-callout: none;			/*	non standard	*/
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-style: solid;
	border-width:1px;
}

.js_active .top_tab .tab{
	border-bottom: none;
	padding:12px 16px 14px 16px;
}

.js_active .active_tab{
	z-index: 4;
	position: relative;
	font-weight: bold;
}

.js_active .tab_titles .tab:first-child{
	border-top-left-radius:  2px;
}

.js_active .tab_titles .tab:last-child{
	border-top-right-radius: 2px;
}

.js_active .active_tab_content{
	display: block;
	visibility: visible;
	z-index: 3;
	position: relative;
	overflow:auto;
	border-style: solid;
	border-width:1px;
	border-radius: 2px;
	left:0;
	width:auto;
}

.tabcontainer .tab_icon{
	margin-right: 7px;
	font-size: 1em;
}

.tabcontainer .tab_icon.avia-svg-icon svg:first-child{
	height: 1.1em;
	width: 1.1em;
	margin-bottom: -2px;
}

.tab_inner_content{
	margin: 11px 0;
	left:-200%;
	position: relative;
}

.active_tab_content .tab_inner_content{
	left:0;
	position: relative;
}

/*sidebar tabs*/
.sidebar_tab .tab_titles{
	width:30%;
	min-width:170px;
	max-width:250px;
	float:left;
	display: block;
}

.sidebar_tab_right .tab_titles{
	float:right;
}

.sidebar_tab .tab_titles .tab{
	width:100%;
	margin:0 0 -1px 0;
	top:0;
}

.sidebar_tab .tab_content{
	overflow: hidden;
	clear:none;
	left: -1px;
}

.sidebar_tab_right .tab_content{
	left: 1px;
}

.js_active .sidebar_tab .tab_titles .tab:last-child{
	border-top-right-radius: 0;
	border-bottom-left-radius: 2px;
}

.sidebar_tab_left .active_tab.tab{
	width:100.5%;
	border-right:none;
}

.sidebar_tab_right .active_tab.tab{
	width:100.5%;
	border-left:none;
	left:-1px;
}

/*noborder sidebar tabs*/
.noborder_tabs.sidebar_tab_left .tab_content, .noborder_tabs.sidebar_tab_right .tab_content{
	border:none;
	box-shadow: -8px 0px 20px -10px rgba(0, 0, 0, 0.2);
	left:0;
	padding:0px 0 0 30px;
}

.noborder_tabs.sidebar_tab_right .tab_content{
	box-shadow: 8px 0px 20px -10px rgba(0, 0, 0, 0.2);
	padding:0px 30px 0 0;
}

.noborder_tabs.sidebar_tab_left .tab{
	border-left:none;
}

.noborder_tabs.sidebar_tab_right .tab{
	border-right:none;
}

.noborder_tabs .tab:first-child{
	border-top:none;
}
.noborder_tabs .tab:last-child{
	border-bottom:none;
}

.tabcontainer .tab.fullsize-tab{
	display:none;
}

@media only screen and (max-width: 767px)  {
	.responsive .tabcontainer{
		border-width: 1px;
		border-style: solid;
		border-top:none;
		overflow: hidden;
	}

	.responsive .tabcontainer .tab_titles{
		display:none;
	}

	.responsive .tabcontainer .tab_content,
	.responsive .tabcontainer .tab{
		width:100%;
		max-width:100%;
		border-left:none;
		border-right:0;
		left:0;
		top:0;
		min-height: 0!important;
	}

	.responsive .tabcontainer .tab_content{
		border-bottom:none;
		padding:15px 30px;
		clear: both;
	}

	.responsive .tabcontainer .tab.fullsize-tab{
		display:block;
		margin-bottom:-1px;
	}

	.responsive .top_tab .tab.fullsize-tab{
		margin-bottom:0px;
	}
}

/* ======================================================================================================================================================
Team Member
====================================================================================================================================================== */
.avia-team-member{
	margin:30px 0;
	clear:both;
}

.avia-team-member.avia-builder-el-no-sibling{
	margin:0;
}

.team-member-name{
	margin-top:7px;
	font-size: 1.55em;
}

.team-member-job-title{
	margin-top:-7px;
	font-size: 1em;
}

.team-member-description{}

.team-social a{
	text-decoration: none;
	position: relative;
	border-radius: 30px;
	padding: 0 16px;
	background: #fff;
	margin: 3px;
	display: inline-block;
	height:53px;
	line-height:54px;
	width:53px;
}

.team-social a.avia-svg-icon svg:first-child{
	margin-top: 16px;
	margin-bottom: -1px;
}

.team-img-container{
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	text-align: center;
	margin-bottom:10px;
}

.team-img-container img{
	display:block;
	margin:0 auto;
	width:100%;
}

.team-img-container img.av-team-img-original{
	width:auto;
	max-width:100%;
}

.avia-team-member .team-social{
	border: 7px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	font-size:19px;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	opacity: 0;
	visibility: hidden;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align: center;
	border-radius:3px;
}

.team-social-inner{
	width:100%;
	padding:0 5%;
	position: absolute;
	top:50%;
	margin-top:-26px;
	left:0;
}

.team-img-container:hover .team-social{
	visibility: visible;
	opacity: 1;
}

.avia-team-member .plus-google:hover{ color:#de5a49; }
.avia-team-member .rss:hover	    { color:#ffa133; }
.avia-team-member .facebook:hover   { color:#37589b; }
.avia-team-member .twitter:hover    { color:#46d4fe; }
.avia-team-member .mail:hover       { color:#9fae37; }
.avia-team-member .dribbble:hover   { color:#e44885; }
.avia-team-member .linkedin:hover   { color:#419cca; }
.avia-team-member .search:hover     { color:#222222; }
.avia-team-member .behance:hover    { color:#008cfa; }
.avia-team-member .flickr:hover     { color:#ff0086; }
.avia-team-member .forrst:hover     { color:#234317; }
.avia-team-member .myspace:hover    { color:#000000; }
.avia-team-member .tumblr:hover     { color:#345574; }
.avia-team-member .vimeo:hover      { color:#31baff; }
.avia-team-member .youtube:hover    { color:#a72b1d; }
.avia-team-member .pinterest:hover  { color:#cb2027; }
.avia-team-member .skype:hover 	    { color:#12a5f4; }
.avia-team-member .five_100_px:hover{ color:#222222; }
.avia-team-member .soundcloud:hover { color:#F76700; }
.avia-team-member .xing:hover 	    { color:#006567; }
.avia-team-member .reddit:hover a	{ color:#FF4500; }


/*mobile from super small to tablet*/
@media only screen and (max-width: 989px) {

	.responsive.av-no-preview .team-social a{
		padding: 0 8px;
		background: #fff;
		margin: 3px;
		margin-top:11px;
		display: inline-block;
		height:33px;
		line-height:32px;
		width:33px;
		border-style: solid;
		border-width: 1px;
	}

	.responsive.av-no-preview  #top .avia-team-member .team-img-container img{
		position: relative;
		z-index: 3;
	}

	.responsive.av-no-preview  #top .avia-team-member .team-social {
		border: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
		font-size: 20px;
		background: #FFF;
		background: rgba(0, 0, 0, 0.03);
		opacity: 1;
		visibility: visible;
		top: auto;
		left: 0;
		right: 0;
		bottom: 5px;
		height: 60px;
		text-align: center;
		border-radius: 3px;
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
		font-size: 15px;
		z-index: 1;
	}
}

/* ======================================================================================================================================================
Testimonials
====================================================================================================================================================== */

.avia-testimonial{
	border-right-style: dashed;
	border-right-width: 1px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding: 20px;
}

.avia-first-testimonial{
	clear: both;
}

.avia-testimonial-wrapper .avia-testimonial-row:last-child .avia-testimonial{
	border-bottom: none;
}

.avia-testimonial.avia-last-testimonial,
.avia-grid-1-testimonials .avia-testimonial{
	border-right: none;
}

.avia-testimonial-image img{
	border-radius: 100px;
}

.avia-testimonial-image{
	float: left;
	margin: 0 20px 0 0;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	overflow: hidden;
	background-size: contain;
	background-position: center center;
}

.avia-testimonial-content{
	overflow: hidden;
}

.avia-testimonial-content p:first-child{
	margin-top: 0;
}

.avia-testimonial-meta{
	position: relative;
	overflow: hidden;
	margin-left: 100px;
}

.avia-testimonial-meta-mini{
	overflow: hidden;
	line-height: 1.3em;
	padding-top: 0.2em;
}

.avia-testimonial-name{
	display: block;
}

.avia-testimonial-arrow-wrap{
	display: none;
}

.avia-testimonial-meta-mini .avia-testimonial-subtitle-sep{
	padding: 0 5px;
}

.avia-testimonial-meta-mini > *{
	line-height: 1.3em;
}

.avia-testimonial-wrapper{
	display: table;
	margin: 30px 0;
	clear: both;
	width: 100%;
	table-layout: fixed;
}

.avia-testimonial-row{
	display: table-row;
}

body div .avia-testimonial{
	display: table-cell;
	float: none;
}

.avia_transform .avia-testimonial .avia-testimonial-image{
	opacity: 0.2;
	transform: scale(0.5);
}

.avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image{
	animation: avia_appear 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
	transform: scale(1);
}


.av-minimal-grid-style .avia-testimonial{
	border: none;
	padding: 40px;
}

.av-minimal-grid-style .avia-testimonial-image{
	width: 45px;
	height: 45px;
	margin: 0 15px 0 0;
	overflow: visible;
}

.av-minimal-grid-style .avia-testimonial-meta{
	margin-left: 0;
	overflow: visible;
}

.av-minimal-grid-style .avia-testimonial-meta-mini{}

.av-boxed-grid-style.avia-testimonial-wrapper{
	border-spacing: 3px;
	border-collapse: separate;
}

.av-boxed-grid-style .avia-testimonial{
	border: none;
	padding: 0px;
}

.av-boxed-grid-style .avia-testimonial_inner{
	padding: 40px;
}

.avia-testimonial.avia-first-testimonial{
	padding-left: 0;
}

.avia-testimonial.avia-last-testimonial{
	padding-right: 0;
}

/*slider style*/
#top .avia-slider-testimonials.avia-testimonial-wrapper{
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
}

#top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row{
	display: block;
	width: 100%;
	position: relative;
}

#top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial{
	visibility: hidden;
	border: none;
	width: 100%;
	float: none;
	padding: 0;
	position: absolute;
	top: 0;
}

.js_active .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial{
	opacity: 0;
}

#top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial:first-child{
	display: block;
	visibility: visible;
	position: relative;
}

.avia-slider-testimonials .avia-testimonial-meta{
	margin: 13px 0 0 20px;
	overflow: visible;
	font-size: 12px;
}

.avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image{
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
}

.avia-slider-testimonials .avia-testimonial-content{
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
}

.avia-slider-testimonials .avia-testimonial-content p:last-child{
	margin-bottom: 0;
}

.avia-slider-testimonials .avia-testimonial-arrow-wrap{
	display: block;
	position: absolute;
	top: -14px;
	left: 14px;
	overflow: hidden;
	width: 10px;
	height: 10px;
}

.avia-slider-testimonials .avia-testimonial-name{
	font-size: 14px;
}
.avia_mobile .avia-slider-testimonials{
	pointer-events: none;
}

/* compact slider - navigation */
#top .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows a{
	top: 0;
	margin-top: 1px;
	/*opacity: 0.5;*/
	font-size: 20px;
	height: 40px;
	width: 0;
}

#top .avia-slider-testimonials.av-slideshow-ui .avia-slideshow-arrows a.avia-svg-icon{
	background-color: transparent;
	line-height: normal;
}

#top .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows a.avia-svg-icon svg:first-child{
	height: 20px;
	width: 20px;
	margin-top: 10px;
}

#av-admin-preview .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows a,
#top .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui.av-loop-endless .avia-slideshow-arrows > a,
#top .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui.av-loop-manual-endless .avia-slideshow-arrows > a,
#top .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows.av-visible-prev > a.prev-slide,
#top .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows.av-visible-next > a.next-slide{
	width: 40px;
}

#top .avia-slider-testimonials:not(.av-large-testimonial-slider) .avia-slideshow-arrows a:before{
	line-height: 20px;
	padding-top: 9px;
}

#top .avia-slider-testimonials:not(.av-large-testimonial-slider) .avia-slideshow-arrows a.prev-slide{
	right: 45px;
	margin-right: 0;
}

#top .avia-slider-testimonials:not(.av-large-testimonial-slider) .avia-slideshow-arrows a.next-slide{
	right: 0;
	margin-right: 0;
}

/*slider large*/
#top .av-large-testimonial-slider{
	text-align: center;
	pointer-events: all;
}

#top .av-large-testimonial-slider .avia-testimonial-content{
	border: none;
	padding: 0;
	background: transparent;
	font-size: 1.3em;
	line-height: 1.65em;
}

#top .av-large-testimonial-slider .avia-testimonial-meta{
	display: inline-block;
	width: auto;
	margin: 30px 0 0 0;
}

#top .av-large-testimonial-slider .avia-testimonial-arrow-wrap{
	display: none;
}

#top .av-large-testimonial-slider .avia-testimonial-meta-mini{
	text-align: left;
	overflow: visible;
	float: left;
	line-height: 1.8em;
	padding-top: 0;
}

#top .av-large-testimonial-slider .avia-testimonial-name{
	font-size: 1.6em;
	margin-top: 1em;
}

#top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image{
	width: 80px;
	height: 80px;
}

#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial{
	padding: 0px 100px ;
}

#top .av-large-testimonial-slider .avia-slideshow-arrows a{
	top: 0;
	margin-top: -1px;
	/*color: inherit;*/
	opacity: 0.1;
	font-size: 45px;
}

#top .av-large-testimonial-slider .avia-slideshow-arrows a.avia-svg-icon svg:first-child{
	height: 45px;
	width: 45px;
	margin-top: 8px;
}

/*  navigation both   */
#top .avia-slider-testimonials.av-slideshow-ui .avia-slideshow-arrows a{
	color: inherit;
	opacity: 0;
}

#top .avia-slider-testimonials.av-control-minimal .avia-slideshow-arrows a{
	color: #fff;
}

#top .avia-slider-testimonials.av-control-minimal .avia-slideshow-arrows a.avia-svg-icon svg:first-child{
	stroke: #fff;
	fill: #fff !important;
}


#top .avia-slider-testimonials.av-control-minimal-dark .avia-slideshow-arrows a{
	color: #000;
}

#top .avia-slider-testimonials.av-control-minimal-dark .avia-slideshow-arrows a.avia-svg-icon svg:first-child{
	stroke: #000;
	fill: #000 !important;
}

#top .avia-slider-testimonials:hover .avia-slideshow-arrows a,
.avia_desktop #top .avia-slider-testimonials.av-slideshow-ui.av-nav-arrows-visible .avia-slideshow-arrows a,
#av-admin-preview .avia-slider-testimonials.av-slideshow-ui.av-nav-arrows-visible .avia-slideshow-arrows a{
	opacity: 0.5;
}

#top .avia-slider-testimonials .avia-slideshow-arrows a:hover,
.avia_desktop #top .avia-slider-testimonials.av-slideshow-ui.av-nav-arrows-visible .avia-slideshow-arrows a:hover,
#av-admin-preview .avia-slider-testimonials.av-slideshow-ui.av-nav-arrows-visible .avia-slideshow-arrows a:hover{
	opacity: 0.9;
}

#top .av-large-testimonial-slider .avia-slideshow-arrows a:before{
	background: transparent;
}

#top .avia-slider-testimonials.av-slideshow-ui .avia-slideshow-arrows a:before{
	background: transparent;
	border-radius: 50%;
}

#top .avia-slider-testimonials.av-slideshow-ui.av-control-default .avia-slideshow-arrows a{
	border-radius: 50%;
}

@media only screen and (max-width: 767px)
{
	.responsive .avia-testimonial-wrapper,
	.responsive .avia-testimonial-row,
	.responsive .avia-testimonial{
		display: block;
		width: 100%;
		float: none;
	}

	.responsive .avia-testimonial{
		padding: 20px 0;
		border-right: none;
		margin: 0;
	}

	.responsive #top .avia-testimonial{
		border-bottom-style: dashed;
		border-bottom-width: 1px;
	}

	.responsive #top .avia-testimonial-row:last-child .avia-testimonial:last-child{
		border: none;
	}

    .responsive #top .avia-slider-testimonials .avia-testimonial{
		border: none;
	}

    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial{
		padding: 0px 70px ;
		font-size: 0.85em;
	}

    .responsive #top .av-large-testimonial-slider .avia-slideshow-arrows a{
		font-size: 30px;
	}
 }


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px)
{
	.responsive .avia-grid-testimonials .avia-testimonial-meta{
		margin-left: 0;
	}
}

/* ======================================================================================================================================================
TIMELINE
====================================================================================================================================================== */

.avia-timeline-container{
    clear: both;
    position: relative;
}

ul.avia-timeline{
    margin:0;
    padding:0;
}

.avia-timeline .av-milestone-icon-wrap{
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.av-milestone-content p:last-child{
	margin-bottom: 0;
}

.avia-timeline .milestone_icon{
    display: block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    z-index: 5;
    color: #fff;
    box-sizing: border-box;
}

.avia-timeline .milestone_icon i.milestone-char.avia-svg-icon svg:first-child{
	fill: #fff;
	stroke: #fff;
	margin-top: 30px;
}

.avia-timeline .milestone_icon.milestone-icon-hasborder{
    padding: 2px;
}

.avia-timeline .milestone_icon.milestone-icon-hasborder .milestone_inner{
    line-height: 86px;
}

.avia-timeline-boxshadow .av-milestone-contentbox{
    padding: 2em;
    background-color: #fff;
    position: relative;
}

.avia-timeline-boxshadow .av-milestone-contentbox:after{
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    left: 0;
    top: 2.5em;
    background-color: inherit;
    box-sizing: border-box;
    transform-origin: top left;
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    z-index: -1;
}

.avia-timeline-boxshadow .av-milestone-contentbox:before{
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    left: 0;
    top: 2.5em;
    background-color: inherit;
    box-sizing: border-box;
    transform-origin: top left;
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
}

.avia-timeline-boxshadow .av-milestone-contentbox{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.avia-timeline .milestone_inner{
    height: 100%;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    background-color: #fff;
}

.avia-timeline .av-milestone-date{
    overflow: hidden;
    font-size: 25px;
    position: relative;
}

.avia-timeline .av-milestone-date > a, .avia-timeline .av-milestone-date > strong{
	display: block;
	position: relative;
	min-height: 0.9em;
}

#top .av-milestone-date a:hover{
    text-decoration: underline;
}

#top .avia-timeline .av-milestone-content-wrap .entry-content-header h4 a:hover{
    text-decoration: underline;
}

/*timeline orientation vertical */

ul.avia-timeline-vertical{
    display: table;
    width: 100%;
}

ul.avia-timeline-vertical li{
    display: table-row;
    margin: 0;
    padding: 0;
}

.avia-timeline-vertical .av-milestone-date,
.avia-timeline-vertical .av-milestone-icon-wrap,
.avia-timeline-vertical .av-milestone-content-wrap{
    display: table-cell;
}

.avia-timeline-vertical .av-milestone-date{
    padding: 0 60px 0 0;
    text-align: right;
}

.avia-timeline-vertical .av-milestone-date span{
    display: block;
    zoom: 1;
    position: absolute;
    width: 30px;
    height: 1px;
    right: -60px;
    top: 0.5em;
}

.avia-timeline-vertical .av-milestone-date span:before{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: inherit;
    margin-top: -2px;
}

.avia-timeline-vertical .av-milestone-icon-wrap{
    padding: 30px 0 30px 0;
    width: 90px;
}

.avia-timeline-vertical .av-milestone-content-wrap{
    padding: 30px 0 30px 60px;
}

.avia-timeline-vertical .av-milestone-content-wrap .av-milestone-content ul li,
.avia-timeline-vertical .av-milestone-content-wrap .av-milestone-content ol li{
	display: list-item;
}

/* sigle milestone vertical align middle */

.avia-timeline-vertical li.av-milestone-valign-middle .av-milestone-date,
.avia-timeline-vertical li.av-milestone-valign-middle .av-milestone-icon-wrap,
.avia-timeline-vertical li.av-milestone-valign-middle .av-milestone-content-wrap{
    vertical-align: middle;
}

.avia-timeline-vertical.avia-timeline-boxshadow li.av-milestone-valign-middle .av-milestone-contentbox:before,
.avia-timeline-vertical.avia-timeline-boxshadow li.av-milestone-valign-middle .av-milestone-contentbox:after{
    top: 50%;
}

.avia-timeline-vertical li.av-milestone-valign-middle .av-milestone-indicator{
    top: 50%;
}

.avia-timeline-vertical li.av-milestone-valign-middle .av-milestone-content-wrap p:last-child{
    margin-bottom: 0;
}

.avia-timeline-vertical .av-milestone-icon-wrap:after{
    content: "";
    height: 1000%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    border-left-style: dashed;
    border-left-width: 1px;
}

.avia-timeline-vertical.avia-timeline-animate .av-milestone-icon-wrap:after{
    opacity: 0;
}

ul.avia-timeline-vertical li:first-child .av-milestone-icon-wrap:after{
    top: 30px;
}

ul.avia-timeline-vertical li.av-milestone-valign-middle:first-child .av-milestone-icon-wrap:after{
    top: 50%;
}

#av-admin-preview .avia-timeline-vertical .av-milestone-icon-wrap:after{
    opacity: 1;
}

ul.avia-timeline-vertical li:last-child .av-milestone-icon-wrap:after{
    height: 60px;
    top: 0;
}

ul.avia-timeline-vertical li.av-milestone-valign-middle:last-child .av-milestone-icon-wrap:after{
    height: 50%;
}

.avia-msie ul.avia-timeline-vertical li.av-milestone-valign-middle:last-child .av-milestone-icon-wrap:after{
    height: inherit;
}

.avia_transform .avia-timeline-vertical.avia-timeline-animate .milestone_icon{
    opacity: 0.1;
    transform: scale(0.5);
}


.avia_transform .avia-timeline-vertical .milestone_icon.milestone_bullet_arrow{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    transform: scale(0.5) rotate(45deg);
}

.avia-timeline-vertical .milestone_icon.milestone_bullet_arrow{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    transform: rotate(45deg);
}

.avia-timeline-vertical .milestone_icon.milestone_bullet_arrow .milestone_number{
    display: block;
    transform: rotate(-45deg);
}

.avia_transform .avia-timeline-vertical.avia-timeline-animate .av-milestone-indicator{
    opacity: 0.1;
}

.avia_transform .avia-timeline-vertical .avia_start_animation .milestone_icon{
    animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    transform: scale(1);
    opacity: 1;
}

.avia_transform .avia-timeline-vertical .avia_start_animation .milestone_icon.milestone_bullet_arrow{
    transform: scale(1) rotate(45deg);
}


.avia_transform .avia-timeline-vertical.avia-timeline-animate .avia_start_animation .milestone_icon,
.avia_transform .avia-timeline-vertical.avia-timeline-animate .avia_start_animation .av-milestone-icon-wrap:after{
    animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    transform: scale(1);
    opacity: 1;
}

/*timeline orientation vertical left */

.avia-timeline-vertical.av-milestone-placement-left .av-milestone-content-wrap{
    width: 90%;
}

.avia_transform .avia-timeline-vertical.av-milestone-placement-left.avia-timeline-animate .avia_start_animation .av-milestone-indicator{
    animation: caption-right 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    opacity: 1;
}

/*timeline orientation vertical right */

.avia-timeline-vertical.av-milestone-placement-right .av-milestone-icon-wrap,
.avia-timeline-vertical.av-milestone-placement-right .av-milestone-content-wrap{
    text-align: right;
}

.avia-timeline-vertical.av-milestone-placement-right .av-milestone-content-wrap{
    padding: 30px 60px 30px 0;
    width: 90%;
}

.avia-timeline-vertical.av-milestone-placement-right .av-milestone-date{
    padding: 0 0 0 60px;
    text-align: left;
}

/*.avia-timeline-vertical.av-milestone-placement-right li > .av-milestone-date:first-child{
    display: none;
}*/

.avia-timeline-vertical.av-milestone-placement-right .av-milestone-date span{
    left: -60px;
    right: auto;
}

.avia-timeline-vertical.av-milestone-placement-right .av-milestone-date span:before{
    right: 0;
    left: auto;
}

.avia_transform .avia-timeline-vertical.av-milestone-placement-right.avia-timeline-animate .avia_start_animation .av-milestone-indicator{
    animation: caption-left 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    opacity: 1;
}

.avia-timeline-vertical.av-milestone-placement-right.avia-timeline-boxshadow .av-milestone-contentbox:after,
.avia-timeline-vertical.av-milestone-placement-right.avia-timeline-boxshadow .av-milestone-contentbox:before{
    left: auto;
    right: -1em;
}

/*timeline orientation vertical alternating */

.avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-icon-wrap{
    width: 90px;
    text-align: center;
}

.avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-date{
    width: 50%;
}

.avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-content-wrap{
    width: 50%;
}

.avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-icon-wrap,
.avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-content-wrap{
    text-align: right;
}

.avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-content-wrap{
    padding: 30px 60px 30px 0;
}

.avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date{
    padding: 0 0 0 60px;
    text-align: left;
}

/*.avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even > .av-milestone-date:first-child{
    display: none;
}*/

.avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date span{
    left: -60px;
    right: auto;
}

.avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date span:before{
    right: 0;
    left: auto;
}

.avia_transform .avia-timeline-vertical.av-milestone-placement-alternate.avia-timeline-animate li.av-milestone-even.avia_start_animation .av-milestone-indicator{
    animation: caption-left 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    opacity: 1;
}

.avia_transform .avia-timeline-vertical.av-milestone-placement-alternate.avia-timeline-animate li.av-milestone-odd.avia_start_animation .av-milestone-indicator{
    animation: caption-right 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    opacity: 1;
}

.avia-timeline-vertical.av-milestone-placement-alternate.avia-timeline-boxshadow li.av-milestone-even .av-milestone-contentbox:after,
.avia-timeline-vertical.av-milestone-placement-alternate.avia-timeline-boxshadow li.av-milestone-even .av-milestone-contentbox:before{
    left: auto;
    right: -1em;
}


/*timeline orientation horizontal */


ul.avia-timeline-horizontal{
    width: 100%;
    overflow: hidden;
    padding-bottom: 2px;
}

#av-admin-preview ul.avia-timeline-horizontal{
    display: block;
}

ul.avia-timeline-horizontal li.av-milestone{
    display: inline-block;
    margin: 0 0 0 -4px;
    padding: 0;
    vertical-align: top;
}

.av-milestone-content li{
    margin-left: 0;
}

ul.avia-timeline-horizontal li:first-child{
    margin-left: 0;
}

.avia-slideshow-carousel ul{
    padding: 15px 0 15px 0;
}

#av-admin-preview ul.avia-timeline-horizontal li{
    /*display: none;*/
}

#av-admin-preview ul.avia-timeline-horizontal li:first-child{
/*    display: block;
    width: 100%*/
}

.avia-timeline-horizontal .av-milestone-icon-wrap{
    display: block;
}

.avia-timeline-horizontal .milestone_icon.milestone_bullet_arrow{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    transform: rotate(-45deg);
}

.avia-timeline-horizontal .milestone_icon.milestone_bullet_arrow .milestone_number{
    display: block;
    transform: rotate(45deg);
}


.avia-timeline-horizontal .av-milestone-icon-wrap:after{
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    border-top-style: dashed;
    border-top-width: 1px;
}

.avia-timeline-horizontal .av-milestone-date span{
    display: block;
    zoom: 1;
    position: absolute;
    width: 30px;
    height: 1px;
    left: -65px;
    top: 0.5em;
}

.avia-timeline-horizontal .av-milestone-date span:before{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    right: 0;
    border-radius: 100%;
    background-color: inherit;
    margin-top: -2px;
}

.avia-timeline-horizontal .av-milestone-date span:after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 500px;
    top: 0;
    background-color: inherit;
}

.avia-timeline-horizontal .av-milestone-content-wrap{
    position: relative;
}

.avia-timeline-horizontal .av-milestone-content-wrap footer{
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 45px;
}

.avia-timeline-horizontal .av-milestone-content-wrap footer:after{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    bottom: 0;
    border-radius: 100%;
    background-color: inherit;
    margin-left: -2px;
}

.avia-timeline-horizontal.avia-timeline-boxshadow .av-milestone-content-wrap footer{
    display: none;
}

.avia-timeline-horizontal.avia-timeline-boxshadow .av-milestone-contentbox:after,
.avia-timeline-horizontal.avia-timeline-boxshadow .av-milestone-contentbox:before{
    top: 0;
    bottom: auto;
    margin-top: 0;
    left: 45px;
}

.av-timeline-nav{
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 70px;
}

#av-admin-preview .av-timeline-nav{
    display: none;
}

#top .av-timeline-nav a.av-nav-btn{
	display: inline-block;
	position: relative;
	font-size: 0px;
	overflow: hidden;
	width: 0;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	margin: 0 0 0 2px;
	transition: all 0.8s ease-in-out;
	background-color: #fff;
	color: #fff;
}

#top .av-timeline-nav a.av-nav-btn.avia-svg-icon{
	background-color: rgba(0,0,0,0.3);
}

#top .av-timeline-nav a.av-nav-btn.avia-svg-icon svg:first-child{
	margin-top: 11px;
	height: 18px;
	width: 18px;
	fill: #fff;
	stroke: #fff;
}

#top .avia-timeline-container:not(.av-slideshow-ui) .av-timeline-nav a.av-nav-btn{
	width: 40px;
}

.av-timeline-nav a{
	opacity: 0.5;
	transition: all 0.8s ease-in-out;
}

#top .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows > a{
	width: 0;
}

#top .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev > a.prev-slide,
#top .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows.av-visible-next > a.next-slide{
	opacity: 0.5;
	width: 40px;
}

#top .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev > a.prev-slide:hover,
#top .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows.av-visible-next > a.next-slide:hover{
	opacity: 1;
}

.av-timeline-nav a.av-nav-btn:hover,
#top .avia-timeline-container.av-slideshow-ui .av-timeline-nav a.av-nav-btn:hover{
    color: #fff;
}

.av-timeline-nav a:before{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
	line-height: 40px;
}

.av-timeline-nav a:hover{
    opacity: 1;
}


/*timeline orientation horizontal - alternate */

.avia-timeline-horizontal.av-milestone-placement-alternate .av-milestone-date{
    margin: 0;
    padding: 30px 0 30px 110px;
}

.avia-timeline-horizontal.av-milestone-placement-alternate .av-milestone-content-wrap{
    padding: 30px 0 10px 110px;
}

.avia-timeline-horizontal.av-milestone-placement-alternate li.av-milestone-even .av-milestone-content-wrap{
    padding: 0 0 30px 110px;
}

.avia-timeline-horizontal.av-milestone-placement-alternate.avia-timeline-boxshadow .av-milestone-content-wrap{
    padding: 30px 60px 15px 0;
}

.avia-timeline-horizontal.av-milestone-placement-alternate.avia-timeline-boxshadow li.av-milestone-even .av-milestone-content-wrap{
    padding: 0 60px 30px 0;
}

.avia-timeline-horizontal.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date span:after{
    top: auto;
    bottom: 0;
}

.avia-timeline-horizontal.av-milestone-placement-alternate li.av-milestone-odd .av-milestone-date{
    padding: 0 30px 30px 110px;
}

.avia-timeline-horizontal.av-milestone-placement-alternate li.av-milestone-even .av-milestone-content-wrap footer:after{
    bottom: auto;
    top: 0;
}

.avia-timeline-horizontal.av-milestone-placement-alternate.avia-timeline-boxshadow li.av-milestone-even .av-milestone-contentbox:after,
.avia-timeline-horizontal.av-milestone-placement-alternate.avia-timeline-boxshadow li.av-milestone-even .av-milestone-contentbox:before{
    bottom: 0;
    top: auto;
    margin-top: 0;
    transform: rotate(45deg) translateY(50%) translateX(-50%);
    transform-origin: bottom left;
}



/*timeline orientation horizontal - top */

.avia-timeline-horizontal.av-milestone-placement-top .av-milestone-date{
    margin: 0;
    padding: 0 30px 30px 110px;
}

.avia-timeline-horizontal.av-milestone-placement-top .av-milestone-date > a,
.avia-timeline-horizontal.av-milestone-placement-top .av-milestone-date > strong{
    display: table-cell;
    vertical-align: bottom;
}

.avia-timeline-horizontal.av-milestone-placement-top .av-milestone-content-wrap{
    padding: 30px 15px 10px 110px;
}

.avia-timeline-horizontal.av-milestone-placement-top.avia-timeline-boxshadow .av-milestone-content-wrap{
    padding: 30px 60px 15px 0;
}


/*timeline orientation horizontal - bottom */

.avia-timeline-horizontal.av-milestone-placement-bottom .av-milestone-date{
    margin: 0;
    padding: 30px 30px 0 110px;
}

.avia-timeline-horizontal.av-milestone-placement-bottom .av-milestone-date span:before{
    right: 0;
    margin-top: -2px;
}

.avia-timeline-horizontal.av-milestone-placement-bottom .av-milestone-date span:after{
    top: auto;
    bottom: 0;
}

.avia-timeline-horizontal.av-milestone-placement-bottom .av-milestone-content-wrap{
    padding: 0 15px 30px 110px;
}

.avia-timeline-horizontal.av-milestone-placement-bottom.avia-timeline-boxshadow .av-milestone-content-wrap{
    padding: 0 60px 30px 0;
}

.avia-timeline-horizontal.av-milestone-placement-bottom .av-milestone-content-wrap footer:after{
    bottom: auto;
    top: 0;
}

.avia-timeline-horizontal.av-milestone-placement-bottom.avia-timeline-boxshadow .av-milestone-contentbox:after,
.avia-timeline-horizontal.av-milestone-placement-bottom.avia-timeline-boxshadow .av-milestone-contentbox:before{
    bottom: 0;
    top: auto;
    margin-top: 0;
    transform: rotate(45deg) translateY(50%) translateX(-50%);
    transform-origin: bottom left;
}


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

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate.avia-timeline-boxshadow li.av-milestone-even .av-milestone-contentbox:after,
    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate.avia-timeline-boxshadow li.av-milestone-even .av-milestone-contentbox:before{
        left: 2em;
        right: auto;
    }

    .av-no-preview ul.avia-timeline-vertical.avia-timeline-boxshadow .av-milestone-contentbox:before,
    .av-no-preview ul.avia-timeline-vertical.avia-timeline-boxshadow .av-milestone-contentbox:after{
        left: 2em;
        top: 0;
        margin-top: 0;
    }

    .av-no-preview .avia-timeline-container,
    .av-no-preview ul.avia-timeline-vertical,
    .av-no-preview ul.avia-timeline-vertical li,
    .av-no-preview .avia-timeline-vertical .av-milestone-date,
    .av-no-preview .avia-timeline-vertical .av-milestone-icon-wrap,
    .av-no-preview .avia-timeline-vertical .av-milestone-content-wrap{
        display: block;
    }

    .av-no-preview ul.avia-timeline-vertical li{
        display: block;
        overflow: hidden;
        position: relative;
        padding: 0 0 0 90px;
    }

    .av-no-preview .avia-timeline-vertical .av-milestone-date{
        display: block;
        white-space: normal;
        padding: 33px 0 30px 50px;
        margin: 0;
        position: relative;
        text-align: left;
    }

    .av-no-preview .avia-timeline-vertical .av-milestone-icon-wrap{
        overflow: visible;
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 0;
    }

    .av-no-preview .avia-timeline-vertical .av-milestone-icon-wrap:after{
        top: 0;
    }

    .av-no-preview .avia-timeline-vertical .av-milestone-date a{
        white-space: normal;
        position: relative;
        display: block;
        overflow: visible;
    }

    .av-no-preview .avia-timeline-vertical .av-milestone-date span{
        left: -50px;
        right: auto;
    }

    .av-no-preview .avia-timeline-vertical .av-milestone-date span:before{
        right: 0;
        left: auto;
    }

    .av-no-preview .avia-timeline-vertical .av-milestone-content-wrap{
        padding: 0 0 60px 50px;
    }

    .av-no-preview .avia-timeline-vertical.avia-timeline-boxshadow .av-milestone-content-wrap{
        padding: 0 15px 60px 50px;
    }

    /*timeline orientation vertical left */

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-left .av-milestone-content-wrap{
        width: 100%;
    }

    .av-no-preview .avia_transform .avia-timeline-vertical.av-milestone-placement-left.avia-timeline-animate .avia_start_animation .av-milestone-indicator{
        animation: caption-left 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1); /* IE 10+ */
    }

    /*timeline orientation vertical right */

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-right .av-milestone-content-wrap{
        text-align: left;
        padding: 0 0 60px 50px;
        width: 100%;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-right.avia-timeline-boxshadow .av-milestone-content-wrap{
        padding: 0 15px 60px 50px;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-right .av-milestone-date{
        padding: 33px 0 30px 50px;
        display: none;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-right li .av-milestone-date:first-child{
        display: block;
    }


    .av-no-preview .avia-timeline-vertical.av-milestone-placement-right .av-milestone-date span{
        left: -50px;
    }

    /*timeline orientation vertical alternating */

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-date{
        width: 100%;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-content-wrap{
        width: 100%;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-content-wrap{
        padding: 0 0 60px 50px;
        text-align: left;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate.avia-timeline-boxshadow li.av-milestone-even .av-milestone-content-wrap{
        padding: 0 15px 60px 50px;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date{
        padding: 33px 0 30px 50px;
        display: none;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even > .av-milestone-date:first-child{
        display: block;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date span{
        left: -50px;
    }

    .av-no-preview .avia_transform .avia-timeline-vertical.av-milestone-placement-alternate.avia-timeline-animate li.av-milestone-odd.avia_start_animation .av-milestone-indicator{
        animation: caption-left 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    }

}

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

    .av-no-preview .avia-timeline .milestone_icon{
        height: 64px;
        width: 64px;
        line-height: 64px;
    }
    .av-no-preview .avia-timeline .milestone_icon.milestone-icon-hasborder .milestone_inner{
        line-height: 60px;
    }

    /*timeline orientation vertical */

    .av-no-preview .avia-timeline-vertical .av-milestone-date{
        padding: 21px 0 30px 0;
    }

    .av-no-preview .avia-timeline-vertical .av-milestone-date span{
        display: none;
    }

    .av-no-preview .avia-timeline-vertical .av-milestone-content-wrap{
        padding: 0 0 60px 0;
    }

    .av-no-preview .avia-timeline-vertical.avia-timeline-boxshadow .av-milestone-content-wrap{
        padding: 0 15px 60px 0;
    }

    .av-no-preview .avia-timeline-vertical .av-milestone-icon-wrap:after{
        left: 32px;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-right .av-milestone-date{
        padding: 21px 0 30px 0;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-right .av-milestone-content-wrap{
        padding: 0 0 60px 0;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-right.avia-timeline-boxshadow .av-milestone-content-wrap{
        padding: 0 15px 60px 0;
    }


    /* vertical alignment */

    .av-no-preview .avia-timeline-vertical.avia-timeline-v-center .av-milestone-date{
        padding-top: 21px;
    }


    /*timeline orientation horizontal */


    .av-no-preview .avia-timeline-horizontal.avia-timeline-boxshadow .av-milestone-contentbox:after,
    .av-no-preview .avia-timeline-horizontal.avia-timeline-boxshadow .av-milestone-contentbox:before{
        left: 30px;
    }

    .av-no-preview .avia-timeline-horizontal.av-milestone-placement-top .av-milestone-date{
        padding: 0 0 30px 90px;
    }

    .av-no-preview .avia-timeline-horizontal.av-milestone-placement-top .av-milestone-content-wrap{
        padding: 30px 10px 10px 90px;
    }

    .av-no-preview .avia-timeline-horizontal.av-milestone-placement-top.avia-timeline-boxshadow .av-milestone-content-wrap{
        padding: 30px 30px 30px 0px;
    }

    .av-no-preview .avia-timeline-horizontal.av-milestone-placement-bottom .av-milestone-date{
        padding: 30px 0 0 90px;
    }

    .av-no-preview .avia-timeline-horizontal.av-milestone-placement-bottom .av-milestone-content-wrap{
        padding: 0 0 30px 90px;
    }

    .av-no-preview .avia-timeline-horizontal.av-milestone-placement-bottom.avia-timeline-boxshadow .av-milestone-content-wrap{
        padding: 0 30px 30px 0;
    }


    .av-no-preview .avia-timeline-horizontal .av-milestone-content-wrap footer{
        left: 32px;
    }

    .av-no-preview .av-timeline-nav{
        padding-top: 57px;
    }

    .av-no-preview .avia-timeline-horizontal .av-milestone-date span{
        left: -58px;
    }

    /*timeline orientation alternate */

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date{
        padding: 21px 0 30px 0;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-content-wrap{
        padding: 0 0 60px 0;
    }

    .av-no-preview .avia-timeline-vertical.av-milestone-placement-alternate.avia-timeline-boxshadow li.av-milestone-even .av-milestone-content-wrap{
        padding: 0 15px 60px 0;
    }

    .av-no-preview .avia-timeline-horizontal.av-milestone-placement-alternate .av-milestone-date{
        padding: 30px 0 0 90px;
    }

    .av-no-preview .avia-timeline-horizontal.av-milestone-placement-alternate li.av-milestone-odd .av-milestone-date{
        padding: 0 0 30px 90px;
    }

    .av-no-preview .avia-timeline-horizontal.av-milestone-placement-alternate .av-milestone-content-wrap{
        padding: 0 0 30px 90px;
    }

    .av-no-preview .avia-timeline-horizontal.av-milestone-placement-alternate.avia-timeline-boxshadow .av-milestone-content-wrap{
        padding: 30px 30px 30px 0px;
    }

    .av-no-preview .avia-timeline-horizontal.av-milestone-placement-alternate.avia-timeline-boxshadow li.av-milestone-odd .av-milestone-content-wrap{
        padding: 30px 30px 30px 0px;
    }

    .av-no-preview .avia-timeline-horizontal.av-milestone-placement-alternate.avia-timeline-boxshadow li.av-milestone-even .av-milestone-content-wrap{
        padding: 0 10px 30px 10px;
    }

}

/* ======================================================================================================================================================
Accordion/Toggle
====================================================================================================================================================== */


/*toggle*/
.js_active .toggle_wrap,
.avia-admin-preview-container .toggle_wrap{
	visibility: hidden;
	position: absolute;
	z-index: 0;
	width: 100%;
	left: 120%;
}

.active_tc.toggle_wrap{
	position: static;
	visibility: visible;
	left: 0;
	width: auto;
	z-index: 1;
	display: none;
}

.js_active .toggler,
.avia-admin-preview-container .toggler{
	cursor: pointer;
	display: block;
	margin:0;
	padding: 9px 3px 9px 35px;
	position: relative;
	top: 1px;
	border-style:solid;
	border-width:1px;
	line-height: 1.65em;
	-webkit-touch-callout: none;			/*	non standard	*/
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.js_active .toggler.av-title-below.activeTitle,
.avia-admin-preview-container .toggler.av-title-below.activeTitle{
	top: unset;
	bottom: 1px;
}

.togglecontainer{
	margin:30px 0;
	position: relative;
	clear: both;
	display: flex;
	flex-direction: column;
}

.togglecontainer .taglist{
	display: flex;
	flex-wrap: wrap;
}

.togglecontainer .single_toggle:first-child .toggler,
.togglecontainer .taglist + .single_toggle .toggler{
	border-top-left-radius:  2px;
	border-top-right-radius: 2px;
}

.togglecontainer > div:last-of-type .toggler{
	border-bottom-left-radius:  2px;
	border-bottom-right-radius: 2px;
}

.togglecontainer > p.activeTitle{
	border-radius: 0;
}

.toggle_content{
	padding: 12px 30px 11px 30px;
	margin: 0 0 5px 0;
	border-style:solid;
	border-width:1px;
	border-top:none;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	overflow: hidden;
}

.av-title-below > .toggle_content{
	padding: 11px 30px 12px 30px;
	margin: 5px 0 0 0;
	border-top: 1px;
	border-bottom: none;
}

.toggle_icon{
	position: absolute;
	width: 15px;
	height: 15px;
	border-style: solid;
	border-width: 1px;
	top: 50%;
	left: 10px;
	margin-top: -8px;
}

.toggle_icon .vert_icon{
	border-left-style:solid;
	border-left-width:3px;
	position: absolute;
	left:5px;
	top:1px;
	height:11px;
}

.toggle_icon .hor_icon{
	border-top-style:solid;
	border-top-width:3px;
	position: absolute;
	top:5px;
	left:1px;
	width:11px;
}

.activeTitle .toggle_icon .vert_icon{
	border:none;
}


.hasCurrentStyle .toggle_icon,
.hasCurrentStyle .toggle_icon > span{
    border-color: inherit !important;
}

/* removed, otherwise opening animation does not work
.active_tc.toggle_wrap{
display:block;
}
*/
#top .av_toggle_section .av-inherit-border-color *{
	border-color: inherit;
}

#top .av_toggle_section .av-inherit-font-color *{
	color: inherit;
}

.toggler .toggle_icon,
.toggler:hover .toggle_icon *{
	transition: all 0.4s ease-in-out;
}

/*sorting*/
.taglist {
	margin-bottom:5px;
}

.taglist .tag-tab:last-child .tag-seperator{
	display: none;
}

.taglist .tag-seperator{
	padding: 0px 4px;
}

.single_toggle{
	width:100%;
	/* @since 5.6.7 - fixes chrome bug https://kriesi.at/support/topic/bug-in-chrome-for-accordion-toggles/  */
	/* float:left; */
	display: block;
	margin: 0 0 -2px 0;
	padding-bottom: 1px;
	overflow: hidden;
	position: relative;
}

/*minimal toggle*/
.av-minimal-toggle.togglecontainer .single_toggle .toggler{
	border-radius:0;
	border-left:none;
	border-right:none;
	border-top:none;
	font-size: 1.1em;
}

.av-minimal-toggle .toggle_content{
	border-radius:0;
	border:none;
	padding:12px 35px 11px 35px;
}

.av-minimal-toggle .single_toggle{
	margin: 0 0 7px 0;
	padding-bottom: 0px;
}

.av-minimal-toggle .toggle_icon {
	margin-top: -7px;
	border: none;
}

.av-minimal-toggle .toggler:hover {
	opacity: 0.8;
}

.av-minimal-toggle .activeTitle.toggler:hover {
	opacity: 1;
}


/* elegant toggle */
.av-elegant-toggle.togglecontainer .single_toggle:first-child .toggler,
.av-elegant-toggle.togglecontainer .taglist + .single_toggle .toggler{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.av-elegant-toggle.togglecontainer .av_toggle_section:first-of-type .toggler{
    border-top-width: 1px;
    border-top-style: solid;
}

.js_active .av-elegant-toggle .toggler,
.avia-admin-preview-container .av-elegant-toggle .toggler{
    padding: 35px 55px 30px 35px;
    font-size: 17px;
    top: 0;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.av-elegant-toggle .toggle_icon{
    width: 32px;
    height: 32px;
    border-radius: 40px;
    left: auto;
    right: 20px;
    margin-top: -16px;
    border-width: 2px;
    opacity: 0.4;
    /*transition: all 0.2s ease-in;   removed 4.8.6.1 - replaced for all icons*/
}

.av-elegant-toggle .activeTitle .toggle_icon,
.av-elegant-toggle .single_toggle:hover .toggle_icon {
    opacity: 1;
}

.av-elegant-toggle .toggle_icon .hor_icon,
.av-elegant-toggle .toggle_icon .vert_icon{
    border-width: 2px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.av-elegant-toggle .toggle_content{
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.4;
    padding: 20px 35px 30px 35px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
}

.av-elegant-toggle .single_toggle{
    border-width: 0;
    margin: 0;
    padding: 0;
    float: none;
}

/* ======================================================================================================================================================
Video
====================================================================================================================================================== */

.avia-video,
.avia-iframe-wrap{
	clear:both;
	position: relative;
	margin-bottom:20px;
}

.avia-video,
.avia-video iframe,
.avia-video video{
	background-color: #000;
}

/*responsive iframe trick*/
.avia-video iframe,
.js_active .avia-iframe-wrap iframe,
div .avia-video .avia-iframe-wrap{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0;
}
.avia-video-custom{
	height:0;
}

.avia-video-16-9,
.js_active .avia-iframe-wrap{
	padding-bottom: 56.25%;
	height: 0;
}

.avia-video-9-16,
.js_active .avia-iframe-wrap{
	padding-bottom: 178%;
	height: 0;
}

.avia-video-4-3{
	padding-bottom: 75%;
	height: 0;
}

.avia-video-3-4{
	padding-bottom: 133.5%;
	height: 0;
}

/*html 5 video - always has 100 width and natural height. behaves like image when it comes to aspect ratio*/
video{
	width: 100%;
	height: auto;
}

.mejs-layer{
    z-index: 1;
    width: 100% !important;
}

.mejs-layer.mejs-overlay-play{
	height: 100% !important;
}

#top .avia-video .mejs-container,
#top .avia-video .mejs-container video{
	height: 100% !important;
	width: 100% !important;
	position: absolute;
}

#top .avia-video .av-click-to-play-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1000;
}

#top .avia-video .av-click-to-play-overlay .avia_playpause_icon{
	display: block;
	transition: opacity 0.4s ease-out;
}

#top .avia-video .av-click-to-play-overlay:hover .avia_playpause_icon{
	opacity: 0.7;
}

.avia-video .mejs-poster,
.avia-video{
	background-position: center center;
	background-size: cover;
}

.avia-video .mejs-poster{
	position: absolute;
	height: 100% !important;
	width: 100% !important;
	top: 0;
	left: 0;
}

/* ======================================================================================================================================================
GENERIC
====================================================================================================================================================== */


p:empty,
.entry-content-wrapper:empty{
	display:none;
}

.avia-shadow{
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/*fix webkit flickering bug*/
.webkit_fix{
	-webkit-perspective: 1000px;
	-webkit-backface-visibility: hidden;
}

body .container_wrap .avia-builder-el-no-sibling{
	margin-top:0;
	margin-bottom:0;
}

body .container_wrap .avia-builder-el-last{
	margin-bottom:0;
}

body .container_wrap .avia-builder-el-first{
	margin-top:0;
}

body .av-align-left{
	text-align: left;
}

body .av-align-right{
	text-align: right;
}

body .av-align-center{
	text-align: center;
}

#top .av_inherit_color *{
	color:inherit;
}
#top .av_inherit_color a{
	text-decoration: underline;
}

#top .av_opacity_variation{
	opacity: 0.7;
}

#top .av-shortcode-disabled-notice{
	display:block;
	text-align: center;
	margin: 5px;
	padding: 20px;
	background-color: #FFFDF3;
	color: #C96D11;
	border:1px solid #E6BF4A;
	clear:both;
}

#top .av-shortcode-disabled-notice a{
	color: inherit;
	text-decoration: underline;
}

/* ======================================================================================================================================================
SCREEN READER see https://webaim.org/techniques/css/invisiblecontent/#techniques
====================================================================================================================================================== */
.av-screen-reader-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/*	=====================================================================================
Loading icon e.g. masonry, portfolio     (moved from portfolio.css)
========================================================================================== */
.avia_loading_icon{
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	display: none;
	z-index: 10000;
}

#top .avia_loading_icon .av-siteloader{
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
}

/*	=============================================================================================
Tooltip for social share buttons     (moved from blog.css - breaks layout if blog disabled )
================================================================================================= */
.avia-related-tooltip{
	position: absolute;
	z-index: 9999999;
	padding: 0;
	width: 200px;
	border-radius: 2px;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
	border-width: 1px;
	border-style: solid;
	padding: 15px;
	margin-top: -10px;
}

.avia-related-tooltip .avia-arrow-wrap{
	top: auto;
	bottom: 0;
	position: absolute;
	left: 50%
}

.avia-related-tooltip .avia-arrow-wrap .avia-arrow{
	border-top: none;
	border-left: none;
	top: -4px;
}


/* ======================================================================================================================================================
TEXT BLOCK
====================================================================================================================================================== */
.avia_textblock{
	clear: both;
	line-height: 1.65em;
}

.avia_textblock.av_multi_colums > p:first-child{
	margin-top: 0;
}

.flex_column + .avia_textblock{
	padding-top: 50px;
}

/* ======================================================================================================================================================
Columns
====================================================================================================================================================== */
body .column-top-margin{
	margin-top:50px;
}

body .flex_column.avia-link-column{
	cursor: pointer;
}
body .flex_column.avia-link-column.avia-link-column-hover:hover{
	opacity: 0.8;
}

/* ======================================================================================================================================================
Icon
====================================================================================================================================================== */
.av-icon-display{
	display: block;
	font-size: 30px;
	line-height: 58px;
	margin: 0 auto 20px auto;
	width: 60px;
	border-radius: 100px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.av-icon-display.avia-svg-icon svg:first-child,
.av-icon-display.avia-svg-icon img[is-svg-img="true"]{
	height: 1em;
	width: 1em;
	margin-bottom: -4px;
}

/* ======================================================================================================================================================
COLOR SECTION
====================================================================================================================================================== */
.avia-section{
	clear:both;
	width:100%;
	float:left;
	min-height:100px;
	position: static; /*fixes a glitch with bg image not displaying below video slide*/
}

.avia-section.avia-section-small{
	min-height:0;
}

.js_active .av-minimum-height .container{
	z-index: 1; /*required for transition*/
	opacity: 0;
	transition: opacity 0.6s ease-in;
}

.js_active.av-preloader-enabled .av-minimum-height .container{
	transition: opacity 1.2s ease-in;
}

.avia-section.av-minimum-height .container{
	display: table;
	table-layout: fixed;
}

.avia-section.av-minimum-height .container .content{
	display: table-cell;
	vertical-align: middle;
	height:100%;
	float:none !important;
}

.av-minimum-height-100 .container {
	height:1500px;			/*will be overwritten by js*/
}

.avia-full-stretch{
	background-size: cover !important;
}

.avia-full-contain{
	background-size: contain !important;
}

.avia_mobile .avia-full-stretch{
	background-attachment: scroll !important;
}

#top #main .avia-section .template-page{
	width:100%;
	border:none;
	margin-left: auto;
	padding-left: 0;
	margin-right: auto;
}

.avia-section .template-page .entry-content-wrapper{
	padding-right:0;
}

.avia-section-small .content,
.avia-section-small .sidebar {
	padding-top: 20px;
	padding-bottom: 20px;
}

.avia-section-large .content,
.avia-section-large .sidebar {
	padding-top: 70px;
	padding-bottom: 70px;
}

.avia-section-huge .content,
.avia-section-huge .sidebar {
	padding-top: 130px;
	padding-bottom: 130px;
}

.avia-section-no-padding .content,
.avia-section-no-padding .sidebar,
.avia-section-custom .content,
.avia-section-custom .sidebar{
	padding-top:0;
	padding-bottom:0;
}

.html_header_sticky_disabled .container_wrap:first-child,
.avia-section.avia-full-stretch,
.html_header_transparency .avia-section.avia-builder-el-0{
	border-top:none;
}

#top #wrap_all #main .avia-no-border-styling{
	border:none;
}

#top .scroll-down-link {
	height: 60px;
	width: 80px;
	margin: 0px 0 0 -40px;
	line-height: 60px;
	position: absolute;
	left: 49.85%;
	bottom: 0px;
	color: #FFF;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	animation: avia_fade_move_down 2s ease-in-out infinite;
}

#top .scroll-down-link.avia-svg-icon svg:first-child{
	height: 70px;
	width: auto;
	stroke: #FFF;
	fill: #FFF;
}

#top .scroll-down-link.avia-svg-icon img[is-svg-img="true"]{
	height: 70px;
	width: auto;
}

/*video bg*/
#top .av-section-with-video-bg{
	border-top:none;
	position: relative;
}

#top .av-section-video-bg{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	padding: 0;
	margin: 0;
	z-index: 1;
}

#top .av-section-video-bg .av-click-to-play-overlay{
	display: none;
}

#top .av-section-video-bg .avia-slideshow-inner{
	height:100% !important;
}

#top .av-section-with-video-bg .av-section-video-bg .av-video-service-vimeo iframe{
	transform: 			scale(1.2);
}

/*handle video section on mobile*/
.avia_mobile #top .av-parallax-section{
	z-index: 0;
	transform: translate3d(0,0,0);
}

.avia_mobile #top .av-parallax{
	position: absolute;
	z-index: -10;
}

.avia_mobile #top .av-parallax .container{
	z-index: 10;
}
.avia_mobile #top .av-section-mobile-video-disabled .av-section-video-bg{
	display:none;
}

.avia_desktop #top .av-section-mobile-video-disabled
{background-image: none !important;
}

.avia_desktop #top .av-section-mobile-video-disabled .av-parallax{
	display: none;
}

@media only screen and (max-width: 1024px) {
    .touch-device #top .avia-section.avia-bg-style-fixed {
        background-attachment: scroll;
    }
}


/*parallax section*/
.av-parallax-section{
	position: relative;
	border-top: none;
	overflow: hidden;
}

.av-parallax {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	height: calc((100vh * 0.3) + 100%);
	will-change: transform;
}

.av-parallax-inner{
	position: absolute;
	width: 100%;
	height:100%;
	bottom:0;
	left:0;
}

/*prevent img pos flickering*/
.js_active .av-parallax,
.js_active .av-parallax-object{
	opacity: 0;
}

.js_active .av-parallax.enabled-parallax{
	opacity: 1
}

.js_active .av-parallax.active-parallax,
.js_active .av-parallax-object.active-parallax{
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}


/*special border top elements*/
.avia_transform .av-extra-border-element{
	position: relative;
	width: 100%;
	overflow: visible;
}

.avia_transform .av-extra-border-element.border-extra-arrow-down{
	position: relative;
	width: 50px;
	height: 25px;
	left: 50%;
	margin-left: -26px;
	margin-top: -1px;
	z-index: 25;
	margin-bottom: -25px;
	clear:both;
}

.avia_transform .av-extra-border-element .av-extra-border-outer{
	overflow: hidden;
	height:100%;
	width:100%;
	position: absolute;
}

.avia_transform .av-extra-border-element.border-extra-arrow-down .av-extra-border-inner{
	position: absolute;
	left: 50%;
	width: 50px;
	height: 50px;
	transform: translateX(-50%) rotate(45deg);
	top: -39px;
}

.av-section-color-overlay + .container + .border-extra-diagonal,
.av-section-color-overlay + .scroll-down-link + .container + .border-extra-diagonal{
    z-index: 1;
}

.avia_transform .av-extra-border-element.border-extra-diagonal{
	height:250px;
	margin-top: -250px;
}

.avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner{
	top: 250px;
    right: 0;
    width: 110%;
    height: 100%;
    transform-origin: right top;
    transform: rotate(5deg);
    position: absolute;
}

.avia_transform .av-extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse .av-extra-border-inner{
    transform: rotate(-5deg);
    transform-origin: left top;
    right:auto;
    left:0;
}

.av-extra-border-element.diagonal-box-shadow .av-extra-border-inner{
    box-shadow: 0 0 44px -8px rgba(0,0,0,0.2);
}

div .av-section-color-overlay-wrap{
	position: relative;
	width:100%;
}

.html_header_sidebar .av-section-color-overlay-wrap{
	float:left;
}

div .av-section-color-overlay{
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	width:100%;
}

div .av-arrow-down-section .av-section-color-overlay{
	bottom: 24px;
}

div .av-section-color-overlay{
	z-index: 1;
}

div .av-video-service-html5 .av-section-color-overlay{
	z-index: 8;
}

.html_minimal_header #main > .avia-builder-el-0,
.av_minimal_header + #main .container_wrap_first:first-child {
	border-top: none;
}


/* ======================================================================================================================================================
Dropcaps
====================================================================================================================================================== */
.av_dropcap1 {
	display: block;
	float: left;
	font-size: 38px;
	line-height: 32px;
	margin: 4px 8px 0 0;
}

.av_dropcap2{
	display:block;
	float:left;
	font-size:18px;
	line-height:35px;
	width:35px;
	text-align: center;
	margin:4px 8px 0 0;
	border-radius: 100px;
	font-weight: bold;
}

/* ======================================================================================================================================================
Contact Form Defaults
====================================================================================================================================================== */

fieldset{
	border:none;
}

#top select,
#top .avia_ajax_form .select,
#top .entry-content-wrapper select{
	-webkit-appearance: none;
	border-radius:0px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
	background-position: center right;
	background-repeat: no-repeat;
	border-radius: 2px;
}

#top select[multiple],
#top .avia_ajax_form .select[multiple]{
	background-image:none;
}

#top select[multiple] {
	background-image:none;
}


/* ======================================================================================================================================================
Sidebar
====================================================================================================================================================== */
.avia-builder-widget-area{
	position: relative;
}

.flex_column .widget:first-child,
.content .widget:first-child{
	padding-top: 0;
	border-top: none;
}

.flex_column .widget .widgettitle ,
.content .widget .widgettitle{
	margin-top:0.85em;
}



/* ======================================================================================================================================================
AVIA PLAYER Defaults
====================================================================================================================================================== */

/*playlist shortcode*/

.avia_textblock .wp-playlist{
	margin:0;
}

.wp-playlist-light .wp-playlist-item.wp-playlist-playing{
	background: transparent;
}

.wp-playlist-current-item img{
	border-radius: 3px;
}

.wp-playlist-current-item img[src$="media/audio.png"]{
	border-radius: 0px;
	background: #fff;
}

.wp-playlist-item-meta.wp-playlist-item-title{
	font-weight: bold;
}

.wp-playlist-tracks .wp-playlist-item{
	padding: 4px 3px;
}

.wp-playlist-tracks .wp-playlist-item-length{
	top: 4px;
}

div .mejs-controls .mejs-time-rail .mejs-time-loaded,
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{
	background:#9c9c9c;
}

div .mejs-controls .mejs-time-rail > span,
div .mejs-controls .mejs-time-rail a,
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{
	height:7px;
}

div .mejs-controls div.mejs-time-rail{
	padding-top: 7px;
}

div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{
	top:12px;
}

div .mejs-container,
div .mejs-embed,
div .mejs-embed body,
div .mejs-container div .mejs-controls{
	background:transparent;
}

div .mejs-container{
	border-radius:2px;
	background:#313131
}

div .wp-playlist-item-album{
	font-style: normal;
}

div .mejs-controls .mejs-playpause-button,
div .mejs-controls .mejs-volume-button{
	height:30px;
}

#top .mejs-container .mejs-controls .mejs-time,
#top .mejs-time-rail .mejs-time-float{
	color:#fff;
}

#top .mejs-time-rail .mejs-time-float {
	border:none;
}

div .mejs-container .mejs-controls{
	height: 30px;
	width: 100%;
}

#top .mejs-container{
	height: 30px;
}

#top .mejs-container.mejs-audio{
	max-height: 30px
}

div .mejs-button>button {
	margin: 6px 6px;
}

div .mejs-time{
	padding: 12px 6px 0;
	height:18px;
}

div .mejs-time-rail,
div .mejs-horizontal-volume-slider{
	height:30px;
}

div .mejs-controls .mejs-time-rail .mejs-time-handle{
	display:none;
}

div .mejs-time-buffering,
div .mejs-time-current,
div .mejs-time-float-corner,
div .mejs-time-hovered,
div .mejs-time-loaded,
div .mejs-time-marker,
div .mejs-time-total{
	height:7px;
	outline:none;
}

div .mejs-controls{
	padding:0;
}


/* ======================================================================================================================================================
Privacy toggles frontend
====================================================================================================================================================== */
#top .av-toggle-switch{
	display: block;
	margin-bottom: 10px;
	margin-top:10px;
	opacity: 0;
	text-align: left;
}

#top .av-toggle-switch.active{
	animation: avia-fadein 1s 1 ease-in;
	opacity: 1;
}

#top .av-toggle-switch input[type="checkbox"] {
	display:none
}

#top .av-toggle-switch label {
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#top .av-toggle-switch label .toggle-track {
	display:block;
	height:27px;
	width:54px;
	background:rgba(0, 0, 0, 0.08);
	border-radius:100px;
	position:relative;
	margin-right:15px;
	border:1px solid rgba(0, 0, 0, 0.15);
	clear:both;
	vertical-align: bottom;
	float: left;
	transition:all .1s ease-in;
}

#top .av-toggle-switch .toggle-track:before{
	content:'';
	display:inline;height:25px;width:25px;background:#fff;
	border-radius:100px;
	position:absolute;
	top:0;
	right:0;
	transition:right .1s ease-in;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}

#top .av-toggle-switch.av-cookie-sc-disabled .toggle-track{
	opacity: 0.2;
}

#top .av-toggle-switch input[type="checkbox"]:checked +  .toggle-track:before{
	right:27px;
}

#top .av-toggle-switch input[type="checkbox"]:checked +  .toggle-track{
	background:#5dceba;
}

#top .av-toggle-switch .toggle-label-content{
	color: inherit;
	font-weight: bold;
	display: block;
	overflow: hidden;
	font-size: inherit;
}

#top .avia-cookie-consent-modal-buttons-wrap{
	text-align: center;
}


/* ======================================================================================================================================================
Tooltips
========================================================================================================================================================= */
.avia-tooltip{
	position: absolute;
	z-index: 9999999;
	padding:12px;
	margin-top:-18px;
	margin-left: -4px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	color:#fff;
	width:140px;
	border-radius: 2px;
	text-align: center;
}

.avia-tooltip .inner_tooltip{
	font-size: 0.925em;
	line-height: 1.65em;
}

#top .avia-tooltip.transparent_dark,
#top .avia-tooltip.transparent_dark .avia-arrow{
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	color:#fff;
	border:none;
}

#top .avia-tooltip.transparent_dark h1,
#top .avia-tooltip.transparent_dark h2,
#top .avia-tooltip.transparent_dark h3,
#top .avia-tooltip.transparent_dark h4,
#top .avia-tooltip.transparent_dark h5,
#top .avia-tooltip.transparent_dark h6{
	color:inherit;
}

.avia-tooltip.av-tooltip-shadow,
.avia-tooltip.av-tooltip-shadow .avia-arrow{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.avia-tooltip ul,
.avia-tooltip ol,
.avia-tooltip blockquote{
	text-align: left;
	list-style-position: inside;
}

.avia-tooltip .avia-arrow{
	background: rgba(0, 0, 0, 0.8);
	border:none;
}

.avia-tooltip .avia-arrow-wrap{
	width:20px;
	height:20px;
	position: absolute;
	bottom:-20px;
	left:50%;
	margin-left:-7px;
	overflow: hidden;
}

.avia-tooltip .inner_tooltip br:first-child{
	display:none;
}

/*tooltip positions. mainly used for image hotspots but also for testimonials*/
.av-tt-hotspot .avia-arrow-wrap{
	bottom:auto;
	bottom:-19px;
}

.transparent_dark.av-tt-hotspot .avia-arrow-wrap{
	bottom:-20px;
}

/*below*/
.avia-tooltip.av-tt-pos-below{
	margin-top: 18px;
}

.avia-tooltip.av-tt-pos-below .avia-arrow-wrap{
	bottom:auto;
	top:-19px;
}

.avia-tooltip.av-tt-pos-below .avia-arrow{
	bottom: -6px;
	top:auto;
}

/*to the left*/
.avia-tooltip.av-tt-pos-left{
	margin-top: 0;
	margin-left: -18px;
}

.avia-tooltip.av-tt-pos-left .avia-arrow-wrap{
	left: auto;
	margin-left: 0;
	right: -19px;
	top: 50%;
	margin-top: -10px;
}

.avia-tooltip.av-tt-pos-left .avia-arrow{
	top: 5px;
	left: -5px;
	margin-left: 0;
}

/*to the right*/
.avia-tooltip.av-tt-pos-right{
	margin-top: 0;
	margin-left: 18px;
}

.avia-tooltip.av-tt-pos-right .avia-arrow-wrap{
	left: -19px;
	margin-left: 0;
	top: 50%;
	margin-top: -10px;
}

.avia-tooltip.av-tt-pos-right .avia-arrow{
	top: 5px;
	left:auto;
	right: -5px;
	margin-left: 0;
}

/*arrow alignment for above and below tooltips*/
.av-tt-pos-above.av-tt-align-right.avia-tooltip,
.av-tt-pos-below.av-tt-align-right.avia-tooltip{
	margin-left:4px;
}

.av-tt-pos-above.av-tt-align-left .avia-arrow-wrap,
.av-tt-pos-below.av-tt-align-left .avia-arrow-wrap{
	left: 0;
	margin-left: 7px;
}

.av-tt-pos-above.av-tt-align-right .avia-arrow-wrap,
.av-tt-pos-below.av-tt-align-right .avia-arrow-wrap{
	left: auto;
	right:0;
	margin-left: auto;
	margin-right: 7px;
}

/*arrow alignment for left and right tooltips*/
.av-tt-pos-left.av-tt-align-top .avia-arrow-wrap,
.av-tt-pos-right.av-tt-align-top .avia-arrow-wrap{
	top: 0;
	margin-top: 2px;
}

.av-tt-pos-left.av-tt-align-bottom .avia-arrow-wrap,
.av-tt-pos-right.av-tt-align-bottom .avia-arrow-wrap{
	bottom: 0;
	margin-bottom: 4px;
	top: auto;
}

.av-tt-pos-above.av-tt-align-centered,
.av-tt-pos-below.av-tt-align-centered{
	text-align: center;
}

/* ======================================================================================================================================================
ANIMATIONS
====================================================================================================================================================== */
.avia_transform .av-animated-generic {
	opacity: 0;
}

.avia_transform.avia_mobile .avia-mobile-no-animations .av-animated-generic {
	opacity: 1;
}

.avia_transform .av-animated-when-visible,
.avia_transform .av-animated-when-almost-visible,
.avia_transform .av-animated-when-visible-95{
	opacity: 0;
}

.avia_transform .shadow-animated.av-animated-when-visible,
.avia_transform .shadow-animated.av-animated-when-almost-visible,
.avia_transform .shadow-animated.av-animated-when-visible-95{
	opacity: 1;
}

.avia-animate-admin-preview.fade-in,
.avia_transform .avia_start_delayed_animation.fade-in {
	animation: avia-fadein 1.5s 1 ease-out;
	opacity: 1;
}

.avia-animate-admin-preview.pop-up,
.avia_transform .avia_start_delayed_animation.pop-up {
	animation: avia_image_appear 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
}

.avia-animate-admin-preview.top-to-bottom,
.avia_transform .avia_start_delayed_animation.top-to-bottom {
	animation: avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
}

.avia-animate-admin-preview.bottom-to-top,
.avia_transform .avia_start_delayed_animation.bottom-to-top {
	animation: avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
	opacity: 1;
}

.avia-animate-admin-preview.left-to-right,
.avia_transform .avia_start_delayed_animation.left-to-right {
	animation: avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
}

.avia-animate-admin-preview.right-to-left,
.avia_transform .avia_start_delayed_animation.right-to-left {
	animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
}

.avia-animate-admin-preview.av-rotateIn,
.avia_transform .avia_start_delayed_animation.av-rotateIn {
	animation: avia-rotateIn 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
}

.avia-animate-admin-preview.av-rotateInUpLeft,
.avia_transform .avia_start_delayed_animation.av-rotateInUpLeft {
	animation: avia-rotateInUpLeft 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
}

.avia-animate-admin-preview.av-rotateInUpRight,
.avia_transform .avia_start_delayed_animation.av-rotateInUpRight {
	animation: avia-rotateInUpRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
}

.avia-animate-admin-preview.avia-curtain-reveal-overlay,
.avia_transform.avia_desktop .avia-curtain-reveal-overlay,
.avia_transform .avia-curtain-reveal-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 100;
}

.avia-animate-admin-preview.curtain-reveal-ttb,
.avia_transform .avia_start_delayed_animation.curtain-reveal-ttb{
	animation: avia-curtain-reveal-ttb cubic-bezier(0.17,0.84,0.44,1) 1s 1;
	height: 0;
	top: 100%;
}

.avia-animate-admin-preview.curtain-reveal-btt,
.avia_transform .avia_start_delayed_animation.curtain-reveal-btt{
	animation: avia-curtain-reveal-btt cubic-bezier(0.17,0.84,0.44,1) 1s 1;
	height: 0;
}

.avia-animate-admin-preview.curtain-reveal-ltr,
.avia_transform .avia_start_delayed_animation.curtain-reveal-ltr{
	animation: avia-curtain-reveal-ltr cubic-bezier(0.17,0.84,0.44,1) 1s 1;
	width: 0;
	left: 100%;
}

.avia-animate-admin-preview.curtain-reveal-rtl,
.avia_transform .avia_start_delayed_animation.curtain-reveal-rtl{
	animation: avia-curtain-reveal-rtl cubic-bezier(0.17,0.84,0.44,1) 1s 1; /* IE 10+ */
	width: 0;
}


/*pop up animation*/
@keyframes avia_appear {
  0%   { transform:scale(0.5); opacity: 0.1;  }
  100% { transform:scale(1); opacity: 1;  }
}

@keyframes avia_image_appear {
  0%   { transform:scale(0.7); opacity: 0.1;  }
  100% { transform:scale(1); opacity: 1;  }
}

@keyframes avia_hotspot_appear {
  0%   { transform:translate(0, 80px); opacity: 0.1;  }
  100% { transform:translate(0, 0px); opacity: 1;  }
}

@keyframes avia_appear_short {
  0%   { transform:scale(0.5); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:scale(1); opacity: 0;  }
}


/*pop up animation*/
@keyframes avia_masonry_show {
  0%   { transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
  100% { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
}


/*animated arrow animattion*/
@keyframes avia_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}


/*slide down (height increase) animation*/
@keyframes avia_slide_down {
  0%   { height:0%; }
  100% { height:100%; }
}


/*expand width animation*/
@keyframes avia_expand {
  0%   { width:0%; }
  100% { width:100%; }
}


/*fade in animation*/
@keyframes avia-ltr {
  0%   { transform:translate(-10%,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@keyframes avia-rtl {
  0%   { transform:translate(10%,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@keyframes avia-btt {
  0%   { transform:translate(0,50%); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@keyframes avia-ttb {
  0%   { transform:translate(0, -10%); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}


@keyframes avia-fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

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


/*rotate*/
@keyframes avia-rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

@keyframes avia-rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes avia-rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -22deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}


/*background animation*/
@keyframes avia-bg-move {
  0%   { background-position: -31px 0;  }
  100% { background-position: 0 0; }
}


/*caption animation*/
@keyframes caption-right {
  0%   { transform:translate(2000px,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@keyframes caption-left {
  0%   { transform:translate(-2000px,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@keyframes caption-top {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@keyframes caption-bottom {
  0%   { transform:translate(0,20px); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}


/*image hotspot pulse*/
@keyframes av_pulsate {
    0% 		{transform: scale(0.1); opacity: 0.0;}
    50% 	{opacity: 0.7;}
    100% 	{transform: scale(1); opacity: 0.0;}
}


/*sonar effect*/
@keyframes sonarEffect {
	0% {opacity: 0.3;}
	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);}
	100% {box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);transform: scale(1.5);opacity: 0;}
}


/* curtain reveals  1px miscalc on several screen sizes !!! */
@keyframes avia-curtain-reveal-ltr{
	0%	{ width: 101%; left: 0; }
	100%{ width: 0; left: 100%; }
}

@keyframes avia-curtain-reveal-rtl{
	0%	{ width: 100%; }
	100%{ width: 0; }
}

@keyframes avia-curtain-reveal-ttb{
	0%	{ height: 101%; top: 0; }
	100%{ height: 0; top: 100%; }
}

@keyframes avia-curtain-reveal-btt{
	0%	{ height: 100%; }
	100%{ height: 0; }
}

/*	==================================================================
	Advanced Animations		based on https://github.com/animate-css
	==================================================================
*/

.avia-animate-admin-preview.fade-in-left,
.avia_transform .avia_start_delayed_animation.fade-in-left{
	animation: avia-fade-in-left cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}

.avia-animate-admin-preview.fade-in-right,
.avia_transform .avia_start_delayed_animation.fade-in-right{
	animation: avia-fade-in-right cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}

.avia-animate-admin-preview.fade-in-down,
.avia_transform .avia_start_delayed_animation.fade-in-down{
	animation: avia-fade-in-down cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}

.avia-animate-admin-preview.fade-in-up,
.avia_transform .avia_start_delayed_animation.fade-in-up{
	animation: avia-fade-in-up cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}

.avia-animate-admin-preview.flip-in-x,
.avia_transform .avia_start_delayed_animation.flip-in-x{
	animation: avia-flip-in-x cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}

.avia-animate-admin-preview.flip-in-y,
.avia_transform .avia_start_delayed_animation.flip-in-y{
	animation: avia-flip-in-y cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}

.avia-animate-admin-preview.roll-in,
.avia_transform .avia_start_delayed_animation.roll-in{
	animation: avia-roll-in cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}

.avia-animate-admin-preview.zoom-in,
.avia_transform .avia_start_delayed_animation.zoom-in{
	animation: avia-zoom-in cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}

@keyframes avia-fade-in-left{
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
  100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes avia-fade-in-right{
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes avia-fade-in-down {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes avia-fade-in-up {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes avia-flip-in-x{
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
/*	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}*/
	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		transform: perspective(400px);
		opacity: 1;
	}
}

@keyframes avia-flip-in-y{
	0% {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
/*	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}*/
	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	100% {
		transform: perspective(400px);
		opacity: 1;
	}
}

@keyframes avia-roll-in{
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes avia-zoom-in{
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	100% {
		opacity: 1;
	}
}



/*	=============================
	Shape SVG Dividers
	=============================
*/
.avia-divider-svg{
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	pointer-events: none;
}

.avia-divider-svg-top{
    top: 0px;
}

/* fix a small gap on different screen sizes - rotate(180deg) seems not calculate correctly  */
.avia-divider-svg-bottom{
	bottom: -2px;
}

/*	Temporary fixes for Chrome 85 issue. Can be removed in a future version of Chrome.	*/
.avia-divider-svg-top:not(.avia-svg-original) svg,
.avia-divider-svg-bottom:not(.avia-svg-negative) svg{
	z-index: -1;
}

.avia-divider-svg.avia-divider-svg-bottom.avia-svg-original,
.avia-divider-svg.avia-divider-svg-top.avia-svg-negative{
	transform: rotate(180deg);
}

.avia-divider-svg svg{
	fill: #fff;
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.avia-divider-svg path{
	transform-origin: center;
	transform: rotateY(0deg);
}

.avia-divider-svg.avia-flipped-svg svg{
	transform: translateX(-50%) rotateY(180deg);
}

.avia-divider-svg.avia-to-front{
	z-index: 100;
}


/*	special case for paralax with overlay hiding svg */
.av-parallax-section.av-section-color-overlay-active .avia-divider-svg{
	z-index: 1;
}
.av-parallax-section.av-section-color-overlay-active .avia-divider-svg.avia-to-front{
	z-index: 100;
}


/*
	Fold / Unfold basic stylings for various elements

    Created on : 21.03.2023, 15:59:05
    Author     : Guenter
	@since     : 5.6
*/

.avia-fold-unfold-section{
	position: relative;
	display: block;
	float: left;
	width: 100%;
}

.avia-fold-unfold-section.avia-fold-init{
	max-height: 80px;
	overflow: hidden;
	opacity: 0.3;
}

.avia-fold-textblock-wrap.avia-fold-init:not(.avia-fold-init-done) .avia_textblock,
.avia-fold-section-wrap.avia-fold-init:not(.avia-fold-init-done) + .avia-section,
.avia-fold-grid-row-wrap.avia-fold-init:not(.avia-fold-init-done) + .av-layout-grid-container{
	display: none;
}

.avia-fold-unfold-section.avia-fold-init-done{
	max-height: 500px;
	overflow: hidden;
	opacity: 1;
	transition: all 1.0s ease-in-out;
}

.avia-fold-unfold-section .av-fold-unfold-container{
	position: relative;
	clear: both;
	overflow: hidden;
	max-height: 80px;			/*	set via js for transition, initialize in post css to avoid jumping, adjust to max content height to unfold	*/
	transition: all 0.7s ease-in-out;
}

.avia-fold-unfold-section .av-fold-unfold-container::after{
	opacity: 0;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient( to bottom, rgba(255,255,255,0), rgba(255,255,255,1) );
	z-index: -1;			/* allow pointer events */
	height: 100%;
	transition: all 0.7s ease-in-out;
}

.avia-fold-unfold-section .av-fold-unfold-container.folded::after{
	z-index: 500;
	opacity: 1;
}

.av-fold-unfold-container .av-fold-unfold-inner{
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.avia-fold-unfold-section .av-fold-button-wrapper{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.avia-fold-unfold-section.align-left .av-fold-button-wrapper.av-fold-btn-padding{
	padding-left: 30px;
}

.avia-fold-unfold-section.align-right .av-fold-button-wrapper.av-fold-btn-padding{
	padding-right: 30px;
}

.avia-fold-unfold-section .av-fold-button-container{
	position: relative;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	z-index: 20;
	transition: all 0.7s ease-in-out;
}

.avia-fold-unfold-section.align-right .av-fold-button-container{
	float: right;
}

.avia-fold-unfold-section.align-center .av-fold-button-container{
	left: 50%;
	transform: translateX(-50%);
}

.avia-fold-unfold-section.fold-button .av-fold-button-container{
	padding: 0.5em 0.8em;
	border: 1px solid;
	border-radius: 7px;
}

#top .avia-fold-unfold-section :not(.avia-button-wrap) .av-fold-button-container{
	text-decoration: underline;
}

.avia-fold-unfold-section .av-fold-button-container:hover{
	opacity: 0.6;
	cursor: pointer;
}

/*	Element specific */

.avia-fold-unfold-section .av-fold-unfold-container .avia_textblock{
	display: inline-block;
}

