/* ======================================================================================================================================================
Button 
====================================================================================================================================================== */

/*button element*/
.avia-button-wrap {
	display: inline-block;
}

.avia-button {
	background-color: #f8f8f8;
	border-color: #e1e1e1;
	color: #777;
}

body div .avia-button {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 3px 0;
	max-width: 100%;
	padding: 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.avia-button:hover {
	opacity: 0.9;
}

.avia-button:active {
	border-bottom-width: 0;
	border-top-style: solid;
	border-top-width: 1px !important;
}

.avia-button.avia-color-theme-color-subtle {
	background-image: none;
}

.avia-button.avia-color-theme-color-subtle:hover{}


.avia-button .avia_button_icon {
	-webkit-backface-visibility: hidden;
	left: -0.3em;
	-webkit-perspective: 1000px;
	position: relative;
}

.avia-button .avia_button_icon.avia_button_icon_right {
	left: 0.3em;
}

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

.avia-button.avia-color-grey,
.avia-button.avia-color-grey:hover {
	background-color: #555;
	border-color: #333;
	color: #fff;
}

.avia-button.avia-color-black,
.avia-button.avia-color-black:hover {
	background-color: #2c2c2c;
	border-color: #000;
	color: #fff;
}

.avia-button.avia-color-red,
.avia-button.avia-color-red:hover {
	background-color: #b02b2c;
	border-color: #8b2121;
	color: #fff;
}

.avia-button.avia-color-orange,
.avia-button.avia-color-orange:hover {
	background-color: #edae44;
	border-color: #ca9336;
	color: #fff;
}

.avia-button.avia-color-green,
.avia-button.avia-color-green:hover {
	background-color: #83a846;
	border-color: #6f8f3b;
	color: #fff;
}

.avia-button.avia-color-blue,
.avia-button.avia-color-blue:hover {
	background-color: #7bb0e7;
	border-color: #6693c2;
	color: #fff;
}

.avia-button.avia-color-aqua,
.avia-button.avia-color-aqua:hover {
	background-color: #4ecac2;
	border-color: #3eaaa3;
	color: #fff;
}

.avia-button.avia-color-teal,
.avia-button.avia-color-teal:hover {
	background-color: #5f8789;
	border-color: #3f5e5f;
	color: #fff;
}

.avia-button.avia-color-purple,
.avia-button.avia-color-purple:hover {
	background-color: #745f7e;
	border-color: #514358;
	color: #fff;
}

.avia-button.avia-color-pink,
.avia-button.avia-color-pink:hover {
	background-color: #d65799;
	border-color: #bb4b85;
	color: #fff;
}

.avia-button.avia-color-silver,
.avia-button.avia-color-silver:hover {
	background-color: #dadada;
	border-color: #b4b4b4;
	color: #555;
}


#top .avia-button.avia-color-light {
	background: transparent;
	border: 3px solid #fff;
	color: #fff;
}

#top .avia-button.avia-color-dark {
	background: transparent;
	border: 3px solid #000;
	border-color: rgba(0, 0, 0, 0.6);
	color: #000;
	color: rgba(0, 0, 0, 0.6);
}

.avia-button.avia-color-light:hover {
	color: #fff;
	opacity: 0.7;
}

.avia-button.avia-color-dark:hover {
	color: #000;
	color: rgba(0, 0, 0, 0.6);
	opacity: 0.7;
}

.avia-button.avia-color-theme-color-subtle {
	border-style: solid;
	border-width: 1px;
}

.avia-button-center {
	clear: both;
	display: block;
	text-align: center;
}

.avia-button-right {
	display: block;
	float: right;
}

.avia-button.avia-position-right {
	display: block;
	float: right;
}

.avia-button.avia-position-left {
	display: block;
	float: left;
}

.avia-button.avia-size-small {
	font-size: 13px;
	min-width: 80px;
	padding: 9px 10px 7px;
}

.avia-button.avia-size-medium {
	font-size: 13px;
	min-width: 90px;
	padding: 12px 16px 10px;
}

.avia-button.avia-size-large {
	font-size: 13px;
	min-width: 139px;
	padding: 15px 30px 13px;
}

.avia-button.avia-size-x-large {
	font-size: 15px;
	min-width: 200px;
	padding: 25px 50px 23px;
}

.av-icon-on-hover .avia_button_icon {
	display: inline-block;
	height: 1em;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 0;
}

.av-icon-on-hover:hover .avia_button_icon {
	opacity: 1;
	width: 1.5em;
}

#top .av-button-notext {
	min-width: 0;
}

#top .av-button-notext .avia_button_icon {
	left: 0;
}

.av-button-label-on-hover {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.av-button-label-on-hover.avia-button.avia-size-small {
	line-height: 30px;
	padding: 0;
	width: 32px;
}

.av-button-label-on-hover.avia-button.avia-size-medium {
	line-height: 36px;
	padding: 0;
	width: 38px;
}

.av-button-label-on-hover.avia-button.avia-size-large {
	line-height: 42px;
	padding: 0;
	width: 44px;
}

.av-button-label-on-hover.avia-button.avia-size-x-large {
	line-height: 66px;
	padding: 0;
	width: 68px;
}

/* ======================================================================================================================================================
Gallery
====================================================================================================================================================== */
#top div .avia-gallery {
	clear: both;
	overflow: hidden;
	padding-bottom: 2px;
}

#top div .avia-gallery img {
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	float: left;
	padding: 7px;
	width: 100%;
}

#top div .avia-gallery .avia-gallery-big {
	border-style: solid;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-width: 1px;
	display: block;
	margin-bottom: -1px;
	overflow: hidden;
	padding: 7px;
}

#top div .avia-gallery .avia-gallery-big-inner {
	display: block;
	height: 100%;
	overflow: hidden;
}

#top div .avia-gallery .avia-gallery-big img {
	border: none;
	padding: 0;
}

#top .avia-gallery .avia-gallery-thumb a {
	opacity: 1;
	width: 20%;
}

#top #wrap_all .avia-gallery .avia-gallery-thumb a {
	display: block;
	float: left;
}

#top .avia-gallery .avia-gallery-thumb a:hover {
	opacity: 0.5;
}

#top .avia-gallery .avia-gallery-caption {
	display: none;
}

#top div .avia-gallery .avia-gallery-big-no-crop-thumb {
	text-align: center;
}

#top div .avia-gallery .avia-gallery-big-no-crop-thumb img {
	clear: both;
	float: none;
	text-align: center;
}


/*gallery animation*/
.avia_transform .avia-gallery-animate .avia-gallery-thumb img {
	opacity: 0.1;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.avia_transform .avia-gallery-animate .avia-gallery-thumb  img.avia_start_animation {
	-webkit-animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Safari 4+ */
	animation: avia_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* IE 10+ */
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.avia-gallery-animate .av-hover-grow {
	overflow: hidden;
}

.avia-gallery-animate .av-hover-grow img {
	-webkit-transition: all 1.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 1.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.avia-gallery-animate .av-hover-grow:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.av-hide-gallery-thumbs .avia-gallery-thumb {
	display: none;
}


#top #av-admin-preview .avia-gallery .avia-gallery-big-inner {
	height: auto;
}


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

	.responsive .avia-gallery-thumb img {
		padding: 3px;
	}
}

/* ======================================================================================================================================================
Layout Grid + Cells
====================================================================================================================================================== */
.av-layout-grid-container {
	border-top-style: none;
	border-top-width: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.flex_cell {
	display: table-cell;
	padding: 30px;
	vertical-align: top;
}

.flex_cell_inner {
	display: block;
	position: relative;
}

.av-border-top-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}

.av-border-cells .flex_cell {
	border-left-style: solid;
	border-left-width: 1px;
}

.av-border-cells .flex_cell:first-child {
	border: none;
}

.av-layout-grid-container + .av-layout-grid-container {
	border-top: none;
}


/*no image radius if zero padding cell*/
.av-zero-padding .av-hotspot-container-inner-wrap img {
	border-radius: 0;
}

body .flex_cell.avia-link-column {
	cursor: pointer;
}

body .flex_cell.avia-link-column.avia-link-column-hover:hover {
	opacity: 0.8;
}


/* ======================================================================================================================================================
HEADING
====================================================================================================================================================== */
.av-special-heading {
	clear: both;
	display: block;
	margin-top: 50px;
	position: relative;
	width: 100%;
}

.avia_mobile .av-special-heading {
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000px;
}

.av-special-heading.avia-builder-el-no-sibling {
	margin-bottom: 0;
	margin-top: 0;
}

.flex_column + .av-special-heading {
	float: left;
}

body .av-special-heading .av-special-heading-tag {
	float: left;
	margin: 0;
	padding: 0;
}

.meta-heading .av-special-heading-tag {
	font-weight: 400;
}

.custom-color-heading .av-special-heading-tag {
	color: inherit;
}

.special-heading-border {
	overflow: hidden;
	position: relative;
}

.av-special-heading-h1 .special-heading-border {
	height: 3.4em;
}

.av-special-heading-h2 .special-heading-border {
	height: 2.6em;
}

.av-special-heading-h3 .special-heading-border {
	height: 1.9em;
}

.av-special-heading-h4 .special-heading-border {
	height: 1.6em;
}

.av-special-heading-h5 .special-heading-border {
	height: 1.5em;
}

.av-special-heading-h6 .special-heading-border {
	height: 1.4em;
}

.special-heading-inner-border {
	border-top-style: solid;
	border-top-width: 1px;
	display: block;
	filter: alpha(opacity=15);
	margin-left: 15px;
	opacity: 0.15;
	position: relative;
	top: 50%;
	width: 100%;
}

.meta-heading .special-heading-inner-border {
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.custom-color-heading .special-heading-inner-border {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#top #wrap_all .custom-color-heading .av-special-heading-tag,
#top .custom-color-heading a,
#top .custom-color-heading strong,
#top .custom-color-heading .special_amp {
	color: inherit;
}

#top .custom-color-heading a {
	text-decoration: underline;
}

#top .custom-color-heading a:hover {
	opacity: 0.8;
	text-decoration: none;
}

#top #wrap_all .av-inherit-size .av-special-heading-tag {
	font-size: 1em;
}

.av-thin-font .av-special-heading-tag,
.modern-quote .av-special-heading-tag {
	font-weight: 300;
}

.av-thin-font strong,
.modern-quote strong {
	font-weight: 600;
}

body .av-special-heading.modern-centered {
	text-align: center;
}


/*quote style*/
body .av-special-heading.blockquote > * {
	float: none;
	white-space: normal;
}

.av-special-heading.classic-quote {
	text-align: center;
}

body .av-special-heading.classic-quote > * {
	display: block;
	float: none;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	font-weight: 400;
}

body .av-special-heading.blockquote .special-heading-border {
	display: none;
}

/*linked header*/
#top .av-special-heading.av-linked-heading a:hover {
	opacity: 0.5;
}

/*subheading*/

.av-subheading {
	font-size: 15px;
	line-height: 1.3em;
}

.av-subheading p:first-child {
	margin-top: 0;
}

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

.av-subheading_below {
	margin-top: 0.3em;
}

.av-subheading_above {
	margin-bottom: 0.3em;
}

.av-subheading.av_custom_color {
	opacity: 0.8;
}

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

	#top #wrap_all .av-inherit-size .av-special-heading-tag {
		font-size: 0.8em;
	}
}

/* ======================================================================================================================================================
HR
====================================================================================================================================================== */

.hr {
	clear: both;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 30px 0;
	position: relative;
	width: 100%;
}

.hr-inner {
	border-top-style: solid;
	border-top-width: 1px;
	height: 1px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 100%;
}

#top .hr-invisible,
.hr-invisible .hr-inner {
	border: none;
	margin: 0;
}

.hr-invisible {
	float: none;
}

.hr-full,
.hr-big {
	margin: 70px 0;
}

.hr-full .hr-inner {
	left: -100%;
	width: 300%;
}

.hr-full.hr-shadow .hr-inner {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.sidebar_right .hr-full .hr-inner {
	left: auto;
	right: -50px;
}

.sidebar_left .hr-full .hr-inner {
	left: -50px;
}


.hr-short {
	float: none;
	height: 20px;
	line-height: 20px;
	margin: 30px 0;
}

.hr-short .hr-inner {
	left: 50%;
	margin-left: -16%;
	width: 32%;
}

.hr-short.hr-left .hr-inner {
	left: 0%;
	margin-left: 0%;
}

.hr-short.hr-right .hr-inner {
	left: auto;
	margin-left: 0%;
	right: 0;
}

.hr-short .hr-inner-style {
	border-radius: 20px;
	border-style: solid;
	border-width: 2px;
	display: block;
	height: 9px;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	position: absolute;
	width: 9px;
}

.hr-short.hr-left .hr-inner-style {
	left: 5px;
}

.hr-short.hr-right .hr-inner-style {
	left: auto;
	right: 0;
}

body .container_wrap .hr.avia-builder-el-last,
body .container_wrap .hr.avia-builder-el-first {
	margin: 30px 0;
}


/*custom*/
.hr-custom {
	display: block;
	float: left;
	height: auto;
	margin: 0;
	min-height: 21px;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

.hr-custom .hr-inner {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.hr-custom.hr-center {
	text-align: center;
}

.hr-custom.hr-right {
	text-align: right;
}

.hr-custom.hr-left {
	text-align: left;
}

.hr-custom .hr-inner.inner-border-av-border-none {
	border: none;
}

.hr-custom .hr-inner.inner-border-av-border-fat {
	border-top-width: 2px;
}

.av-seperator-icon {
	display: inline-block;
	font-size: 15px;
	vertical-align: middle;
}

.hr-custom.hr-icon-yes .hr-inner {
	margin-left: 10px;
	margin-right: 10px;
}

/* ======================================================================================================================================================
ICON
====================================================================================================================================================== */

/*right icons*/
#top .av_font_icon a {
	color: inherit;
	display: block;
}

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

.av_font_icon {
	display: block;
	text-align: center;
}

.avia-icon-pos-left {
	float: left;
	margin-right: 0.5em;
}

.avia-icon-pos-right {
	float: right;
	margin-left: 0.5em;
}


/*tooltip*/

#top .avia-icon-tooltip {
	font-size: 15px;
	line-height: 1.6em;
	width: 250px;
}


/*big icon with border*/
.av_font_icon.av-icon-style-border .av-icon-char {
	-webkit-backface-visibility: hidden; /*fix bug in webkit where item shifts a few px on hover*/
}

.av_font_icon.av-icon-style-border .av-icon-char {
	border-color: inherit;
	border-radius: 1000px;
	border-style: solid;
	border-width: 3px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	clear: both;
	color: inherit;
	display: block;
	margin: 0 auto;
	padding: 30px;
	position: relative;
}

.av_icon_caption {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
	margin-top: 8px;
	text-align: center;
	text-transform: uppercase;
}

.av_font_icon.av-icon-style-border .av-icon-char::after {
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transform-style: preserve-3d;
	width: 100%;
	z-index: -1;
}


.av_font_icon.av-icon-style-border a.av-icon-char:hover::after {
	-webkit-animation: sonareffect 1s ease-out;
	animation: sonarEffect 1s ease-out;
}


.avia_transform .avia_start_delayed_animation.av_font_icon.avia-icon-animate {
	-webkit-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* ======================================================================================================================================================
Image
====================================================================================================================================================== */
.avia-image-container {
	display: block;
	max-width: 100%;
	position: relative;
}

.avia-image-container-inner,
.avia_image,
.av-image-caption-overlay {
	border-radius: 3px;
	display: block;
	max-width: 100%;
	position: relative;
}

.avia-image-container.avia-align-center {
	clear: both;
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
}

.avia-image-container.avia-align-center .avia-image-container-inner {
	display: inline-block;
	margin: 0 auto;
	vertical-align: bottom;
}

.avia-image-container.avia-align-left {
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.avia-image-container.avia-align-right {
	display: block;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}

.avia-image-container.avia-align-center.avia-builder-el-no-sibling {
	margin-bottom: 0;
	margin-top: 0;
}

.avia_image + br {
	display: none;
}

.avia-image-overlay-wrap a.avia_image {
	overflow: hidden;
}

.avia-image-overlay-wrap a.avia_image .image-overlay {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}


.avia-image-container .avia_image,
.avia-image-container .avia-image-overlay-wrap {
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}

.avia-image-container.av-hover-grow img:hover,
.avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.avia-image-container.av-hover-grow,
.avia-image-container.av-hover-grow .avia-image-container-inner,
.avia-image-container.av-hover-grow .avia-image-overlay-wrap a.avia_image {
	overflow: visible;
}

.avia-image-container.av-hover-grow.av-hide-overflow,
.avia-image-container.av-hover-grow.av-hide-overflow .avia-image-container-inner,
.avia-image-container.av-hover-grow.av-hide-overflow .avia-image-overlay-wrap a.avia_image {
	overflow: hidden;
}

/*styling variations*/

.av-styling-circle .avia-image-container-inner,
.av-styling-circle .avia_image,
.av-styling-circle .av-image-caption-overlay,
.av-styling-circle div.av-caption-image-overlay-bg {
	border-radius: 10000px;
	overflow: hidden;
}

.avia-safari div.av-image-caption-overlay-center {
	-webkit-transform: translate3d(0, 0, 0);
}/*flicker fix for caption in safari*/

.av-styling-no-styling .avia-image-container-inner,
.av-styling-no-styling .avia_image,
.av-styling-no-styling .av-image-caption-overlay {
	border: none;
	border-radius: 0;
}

/*captions*/
.av-image-caption-overlay {
	height: 100%;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	z-index: 10;
}

.avia-msie-8 .av-image-caption-overlay {
	background: #000;
	filter: alpha(opacity=40);
}

.av-image-caption-overlay-position {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}

.av-image-caption-overlay-center {
	display: table-cell;
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0 1.5em;
	vertical-align: middle;
}

.av-image-caption-overlay-center p:first-child {
	margin-top: 0;
}

.av-image-caption-overlay-center p:last-child {
	margin-bottom: 0;
}

.av-caption-image-overlay-bg {
	height: 100%;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.av-overlay-hover-deactivate .avia-image-overlay-wrap:hover .av-caption-image-overlay-bg {
	opacity: 0 !important;
}

.av-overlay-on-hover .av-image-caption-overlay {
	filter: alpha(opacity=00);
	opacity: 0;
}

.av-overlay-on-hover .avia-image-container-inner:hover .av-image-caption-overlay {
	filter: alpha(opacity=100);
	opacity: 1;
}

.avia_transform .avia_animated_image {
	opacity: 0;
}


/* image copyright */

.avia-image-container small.avia-copyright {
	font-size: 0.8em;
	line-height: 1.7em;
	text-align: left;
}

/* Simple */

.avia-image-container .avia-copyright {
	display: block;
}

.avia-image-container.av-has-copyright .avia-image-overlay-wrap {
	overflow: hidden;
	position: relative;
}

.av-styling-circle.avia-image-container.av-has-copyright .avia-image-container-inner {
	overflow: visible;
}

.avia-image-container.av-has-copyright.av-styling-circle .avia-copyright {
	text-align: center;
}

/* Icon Reveal on Hover */

.avia-image-container.av-has-copyright.av-copyright-icon-reveal .avia-copyright {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	color: #fff;
	line-height: 2em;
	max-height: 2em;
	overflow: hidden;
	padding: 0 2em 0 0;
	position: absolute;
	right: 0;
	text-align: right;
	text-indent: -99999px;
	transition: all 0.3s ease-in;
	width: 2em;
	z-index: 308;
}

.avia-image-container.av-has-copyright.av-copyright-icon-reveal .avia-copyright:hover {
	background-color: rgba(0, 0, 0, 0.4);
	max-height: 100%;
	padding: 0 3em 0 1em;
	text-indent: 0;
	width: 100%;
}

.avia-image-container.av-has-copyright.av-copyright-icon-reveal .avia-copyright::after {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	bottom: 0;
	color: rgba(255, 255, 255, 0.7);
	content: "\E81e";
	cursor: pointer;
	display: block;
	font-family: entypo-fontello;
	font-size: 0.8em;
	height: 2.6em;
	line-height: 2.8em;
	position: absolute;
	right: 0;
	text-align: center;
	text-indent: 0;
	width: 2.6em;
}

.avia-image-container.av-has-copyright.av-copyright-icon-reveal .avia-copyright:hover::after {
	background-color: rgba(0, 0, 0, 0.2);
	color: rgba(255, 255, 255, 1);
}


.avia-image-container.av-styling-circle.av-has-copyright.av-copyright-icon-reveal .avia-copyright {
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: right;
}

.avia-image-container.av-styling-circle.av-has-copyright.av-copyright-icon-reveal .avia-copyright::after {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.avia-image-container.av-styling-circle.av-has-copyright.av-copyright-icon-reveal .avia-copyright:hover {
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

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

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

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

.av_promobox .avia-button {
	position: absolute;
	right: 30px;
	top: 50%;
	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 {
		float: none;
		left: 0;
		margin-top: 4px;
		position: relative;
		text-align: center;
		top: 0;
		width: 100%;
	}
}


/* ======================================================================================================================================================
Slideshow
====================================================================================================================================================== */
.avia-slideshow {
	clear: both;
	margin: 50px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.flex_column .avia-slideshow {
	margin: 20px 0;
}

.flex_column .avia-slideshow.avia-builder-el-no-sibling {
	margin-top: 0;
}

.avia-slideshow-inner {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

#top .av-default-height-applied .avia-slideshow-inner {
	height: 0;
}

.avia-slideshow li {
	clear: both;
	left: 0;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

.avia-slideshow li:first-child {
	position: relative;
	visibility: visible;
	z-index: 3;
}

.avia-slideshow li img {
	border-radius: 3px;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.flex_cell_inner .avia-slideshow li img {
	border-radius: 0;
}

.avia-slideshow.image_no_stretch li img {
	width: auto;
}

.avia-slideshow li > p {
	margin: 0;
}

/* carousel */
.avia-slideshow-carousel {
	overflow: hidden;
}

.avia-slideshow-carousel ul {
	transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	white-space: nowrap;
}

.avia-slideshow-carousel ul * {
	white-space: normal;
}

.avia-slideshow-carousel li {
	opacity: 1;
	position: relative;
	vertical-align: top;
	visibility: visible;
}

#top .avia-slideshow-arrows a {
	color: #fff;
	display: block;
	font-size: 25px;
	height: 60px;
	line-height: 62px;
	margin: -30px 15px 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-indent: -600%;
	top: 50%;
	visibility: visible;
	width: 60px;
	z-index: 99;
}

#top .avia-slideshow-arrows a.next-slide {
	right: 0;
}

.avia-slideshow-arrows a::before {
	background: #aaa;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	bottom: 0;
	color: inherit;
	display: block;
	left: 0;
	line-height: 62px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	visibility: visible;
	z-index: 100;
}


.prev-slide::before {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	text-indent: -2px;
}

.next-slide::before {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	text-indent: 0;
}

.avia-slideshow-dots {
	bottom: 0;
	height: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 200;
}

.avia-slideshow-dots a {
	-webkit-backface-visibility: hidden;
	background: #000;
	border-radius: 14px;
	bottom: 33px;
	display: inline-block;
	filter: alpha(opacity=60);
	height: 13.5px;
	margin: 0 1px;
	opacity: 0.6;
	overflow: hidden;
	padding: 7px;
	position: relative;
	text-indent: 100px;
	width: 13.5px;
}

.avia-slideshow-dots a.active,
.avia-slideshow-dots a:hover {
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.avia-caption {
	border-radius: 3px;
	bottom: 17px;
	color: #fff;
	left: 17px;
	padding: 10px 20px;
	position: absolute;
	z-index: 10;
}

.avia-slideshow .avia-caption .avia-caption-title {
	color: #fff;
}

.js_active .avia-slideshow li:first-child {
	visibility: hidden;
}

.js_active .avia-slideshow-carousel li:first-child {
	visibility: visible;
}

/* hide controls on desktop */
.avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a {
	filter: alpha(opacity=0);
	opacity: 0;
}

.avia_desktop .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.avia_desktop .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/*various control stylings*/
#top .av-control-hidden .avia-slideshow-controls {
	display: none;
}

#top .av-control-minimal .avia-slideshow-arrows a::before {
	background: transparent;
	border: 2px solid #fff;
	line-height: 60px;
}

#top .av-control-minimal .avia-slideshow-dots a {
	background: transparent;
	border: 2px solid #fff;
	padding: 5px;
}

#top .av-control-minimal .avia-slideshow-dots a.active {
	background: #fff;
}

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

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

#top .av-control-minimal-dark .avia-slideshow-dots a {
	border-color: #000;
}

#top .av-control-minimal-dark .avia-slideshow-dots a.active {
	background: #000;
}

#top .scroll-down-link.av-control-minimal-dark {
	color: #000;
}

#top .scroll-down-link.av-custom-scroll-down-color {
	text-shadow: none;
}


/*avia-small-width-slider*/

#top .avia-small-width-slider .avia-slideshow-arrows a {
	font-size: 15px;
	height: 30px;
	line-height: 32px;
	margin: -15px 5px 0;
	width: 30px;
}

#top .avia-small-width-slider .avia-slideshow-arrows a::before {
	line-height: 32px;
}


#top .avia-super-small-width-slider .avia-slideshow-dots {
	display: none;
}


/*video slides*/

#top .av-video-slide,
#top .av-video-slide .avia-slide-wrap {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

#top .av-video-slide .mejs-poster {
	background-position: center center;
	background-size: cover;
	height: 100% !important;
	width: 100% !important;
}

#top .av-video-slide .mejs-poster img {
	display: none;
}

#top .av-video-slide .avia-iframe-wrap {
	height: 100%;
	margin: 0;
	padding: 0;
}

#top .av-video-slide iframe,
#top .av-video-slide embed,
#top .av-video-slide object,
#top .av-video-slide video {
	height: 100%;
	max-height: none;
	max-width: none;
	position: absolute;
	width: 100%;
}

#top .av-video-slide .caption_fullwidth {
	bottom: 40px;
	left: 0;
	right: 0;
	top: 0;
}

#top .av-video-slide.av-hide-video-controls .caption_fullwidth {
	bottom: 0;
}

#top .av-video-slide .mejs-container {
	height: 100% !important;
	position: absolute;
	width: 100% !important;
}

#top .av-video-slide .me-plugin {
	height: 100%;
	width: 100%;
}

span.mejs-offscreen {
	display: none !important;
}


#top .avia-fullscreen-slider .av-video-slide.av-video-service-vimeo iframe {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


.avia_video {
	z-index: 8;
}

.mejs-controls {
	z-index: 9;
}

#top .av-video-slide.av-video-service-vimeo .mejs-controls,
.av-force-resize .av-video-service-youtube .avia_video,
.av-hide-video-controls .mejs-controls {
	display: none !important;
}

.av-video-slide.slide-1 .mejs-mediaelement {
	opacity: 0;
}

.av-video-slide .mejs-mediaelement {
	height: 100%;
}

#top .av-video-slide .mejs-overlay-button {
	display: none;
}

#top .av-video-slide .avia-slide-wrap,
#top .av-video-slide iframe {
	background: #000;
}


#top .av-video-slide.av-video-4-3-stretch iframe,
#top .av-video-slide.av-video-4-3-stretch embed,
#top .av-video-slide.av-video-4-3-stretch object,
#top .av-video-slide.av-video-4-3-stretch video {
	height: 270%;
}


/*blocks the option to click the video. play/pause events get attached to the av click overlay instead*/
#top .av-section-with-video-bg .av-section-video-bg::after,
.av-click-overlay {
	bottom: 0;
	content: ".";
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -200px;
	top: 0;
	z-index: 11;
}

#shadowbar .template-page {
	background: #000080;
}

.av-click-overlay {
	bottom: 30px;
	z-index: 9;
} /*z index 9 to move it behind caption*/
.av-hide-video-controls .av-click-overlay {
	bottom: 0;
}

.av-video-service-vimeo .av-click-overlay {
	bottom: 42px;
}

.av-video-service-youtube .av-click-overlay {
	bottom: 36px;
}

.av-video-stretch.av-video-service-vimeo .av-click-overlay,
.av-video-stretch.av-video-service-youtube .av-click-overlay {
	bottom: 0;
}


/*video play/pause icon*/

.avia_playpause_icon {
	background: #000;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	display: none;
	height: 100px;
	left: 50%;
	margin: -50px 0 0 -50px;
	position: absolute;
	top: 50%;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	width: 100px;
	z-index: 50;
}

.avia_playpause_icon.av-play,
.avia_playpause_icon.av-pause {
	display: block !important;
}

#top .avia_playpause_icon::before {
	bottom: 0;
	color: #fff;
	font-size: 40px;
	left: 0;
	line-height: 100px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.avia_transform .avia_playpause_icon.av-play,
.avia_transform .avia_playpause_icon.av-pause {
	-webkit-animation: avia_appear_short 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Safari 4+ */
	animation: avia_appear_short 1.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* IE 10+ */
	opacity: 0;
}

.avia_playpause_icon.av-pause{

}

/*slideshow on mobile*/
.av-fallback-message {
	left: 0;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 100%;
	z-index: 1000;
}

.av-fallback-message span {
	background: #fff;
	border: 1px solid #e1e1e1;
	display: inline-block;
	padding: 10px;
}


/*slideshow captions Fullscreen slider*/
.caption_fullwidth {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.slideshow_caption {
	bottom: 0;
	display: block;
	height: 100%;
	padding: 50px;
	position: absolute;
	text-decoration: none;
	top: auto;
	width: 42%;
	z-index: 100;
}

div .slideshow_caption h2 {
	text-transform: uppercase;
}

div .slideshow_caption,
div .slideshow_caption a,
div .slideshow_caption a:hover,
div .slideshow_caption h2,
div .slideshow_caption h2 .special_amp,
div .slideshow_caption strong,
div .slideshow_caption h2 strong {
	color: #fff;
}


.slideshow_inner_caption {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}

.slideshow_align_caption {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

/*caption frame*/
.avia-caption-content {
	line-height: 1.3em;
}

.avia-caption-content p {
	margin: 15px 0;
}

.caption_framed .slideshow_caption .avia-caption-content p,
.caption_framed .slideshow_caption .avia-caption-title,
.avia-caption .avia-caption-content p,
.avia-caption .avia-caption-title {
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	filter: alpha(opacity = 80);
	margin: 0 0 1px 0;
	padding: 10px 15px;
}

#top .avia-caption-content .wp-smiley {
	display: none;
}

#top .avia-caption-content a {
	text-decoration: underline;
}

#top .avia-caption-content a:hover {
	text-decoration: none;
}


.avia_transform .av_slideshow_full .avia-caption-title{

}

.caption_left .slideshow_caption {
	left: 0;
}

.caption_right .slideshow_caption {
	right: 0;
}

.caption_right .slideshow_caption .slideshow_inner_caption {
	float: right;
}

.caption_bottom .slideshow_caption {
	bottom: 0;
	height: auto;
	left: 0;
	width: 100%;
}

#top div .caption_center .slideshow_caption {
	left: 0;
	text-align: center;
	width: 100%;
}

.caption_bottom .slideshow_caption .slideshow_inner_caption {
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	padding: 0 50px;
	position: absolute;
	width: 100%;
}


.caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
	display: block;
	padding: 20px 0;
}

/*button*/

#top .avia-slideshow-button {
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	margin-top: 20px;
	padding: 15px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#top .avia-slideshow-button.avia-color-light {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 12px 16px;
}

#top .avia-slideshow-button.avia-color-dark {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 12px 16px;
}


.avia-multi-slideshow-button {
	min-width: 140px;
}

.avia-multi-slideshow-button.avia-slideshow-button {
	margin-right: 20px;
}

.avia-multi-slideshow-button.avia-slideshow-button-2 {
	margin-right: 0;
}


/*afterload video*/
#top .av-video-slide .avia-slide-wrap {
	background-position: center center;
	background-size: cover;
}

#top .av-video-lazyload .av-click-to-play-overlay {
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#top .av-video-lazyload .av-click-to-play-overlay .avia_playpause_icon {
	display: block;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

#top .av-video-lazyload .av-click-to-play-overlay:hover .avia_playpause_icon {
	opacity: 0.7;
}

/* ======================================================================================================================================================
Slideshow Fullwidth
====================================================================================================================================================== */
.avia-slideshow-inner li {
	-webkit-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 {
	display: block;
	position: relative;
}

.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 {
	height: 100px;
	line-height: 102px;
	margin: -50px 0 0 0;
	opacity: 0.5;
	text-align: center;
	width: 35px;

}

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

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

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

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


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


.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 {
	-webkit-transform: translate(0, 0);
	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 {
	-webkit-animation: caption-right  1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
	animation: caption-right  1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
	visibility: visible;
}

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

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


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

.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 {
	-webkit-animation: caption-bottom 0.5s 1 ease-out;
	animation: caption-bottom 0.5s 1 ease-out;
	visibility: visible;
}

.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 {
	-webkit-animation: caption-top    0.5s 1 ease-out;
	animation: caption-top    0.5s 1 ease-out;
	visibility: visible;
}

.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 {
	-webkit-animation: caption-top  1.2s 1 ease-out;
	animation: caption-top  1.2s 1 ease-out;
	visibility: visible;
}


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

	.responsive #top .slideshow_caption {
		left: 0;
		padding: 0;
		width: 100%;
	}

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

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

	/* 		.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;
		padding: 0;
		width: 100%;
	}

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

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

	/* 		.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;} */
}


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

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

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

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

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

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

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

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


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

#top .av-social-sharing-box-minimal .av-share-box ul {
	border: none;
}

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

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

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

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


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

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

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

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

.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 {
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	display: block;
	left: 0;
	overflow: auto;
	position: relative;
	visibility: visible;
	width: auto;
	z-index: 3;
}

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

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

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

/*sidebar tabs*/


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


.sidebar_tab_right .tab_titles {
	float: right;
}

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

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

.sidebar_tab_right .tab_content {
	left: 1px;
}

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

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

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

/*noborder sidebar tabs*/

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

.noborder_tabs.sidebar_tab_right .tab_content {
	box-shadow: 8px 0 20px -10px rgba(0, 0, 0, 0.2);
	padding: 0 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-style: solid;
		border-top: none;
		border-width: 1px;
		overflow: hidden;
	}

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

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

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

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

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

}

/* ======================================================================================================================================================
Accordion/Toggle
====================================================================================================================================================== */


/*toggle*/
.js_active .toggle_wrap {
	left: 120%;
	position: absolute;
	visibility: hidden;
	width: 100%;
	z-index: 0;
}

.active_tc.toggle_wrap {
	display: none;
	left: 0;
	position: static;
	visibility: visible;
	width: auto;
	z-index: 1;
}

.js_active .toggler {
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: block;
	line-height: 1.65em;
	margin: 0;
	padding: 9px 3px 9px 35px;
	position: relative;
	top: 1px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.togglecontainer {
	clear: both;
	margin: 30px 0;
	position: relative;
}

.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 {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-style: solid;
	border-top: none;
	border-width: 1px;
	margin: 0 0 5px 0;
	overflow: hidden;
	padding: 12px 30px 11px 30px;
}

.toggle_icon {
	border-style: solid;
	border-width: 1px;
	height: 15px;
	left: 10px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 15px;
}

.toggle_icon .vert_icon {
	border-left-style: solid;
	border-left-width: 3px;
	height: 11px;
	left: 5px;
	position: absolute;
	top: 1px;
}

.toggle_icon .hor_icon {
	border-top-style: solid;
	border-top-width: 3px;
	left: 1px;
	position: absolute;
	top: 5px;
	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;
}


/*sorting*/
.taglist {
	margin-bottom: 5px;
}

.taglist .tag-seperator:last-child {
	display: none;
}

.taglist .tag-seperator {
	padding: 0 4px;
}

.single_toggle {
	display: block;
	float: left;
	margin: 0 0 -2px 0;
	overflow: hidden;
	padding-bottom: 1px;
	position: relative;
	width: 100%;
}

/*minimal toggle*/
.av-minimal-toggle.togglecontainer .single_toggle .toggler {
	border-left: none;
	border-radius: 0;
	border-right: none;
	border-top: none;
	font-size: 1.1em;
}

.av-minimal-toggle .toggle_content {
	border: none;
	border-radius: 0;
	padding: 12px 35px 11px 35px;
}

.av-minimal-toggle .single_toggle {
	margin: 0 0 7px 0;
	padding-bottom: 0;
}

.av-minimal-toggle .toggle_icon {
	border: none;
	margin-top: -7px;
}

.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-style: 1px;
	border-top-width: 1px;
}

.js_active .av-elegant-toggle .toggler {
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	font-size: 17px;
	padding: 35px 10px 30px 35px;
	top: 0;
}

.av-elegant-toggle .toggle_icon {
	border-radius: 40px;
	border-width: 2px;
	height: 32px;
	left: auto;
	margin-top: -16px;
	opacity: 0.4;
	right: 20px;
	transition: all 0.2s ease-in;
	width: 32px;
}

.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;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.av-elegant-toggle .toggle_content {
	border-bottom-width: 1px;
	border-left-width: 0;
	border-radius: 0;
	border-right-width: 0;
	border-top-width: 0;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 20px 35px 30px 35px;
}

.av-elegant-toggle .single_toggle {
	border-width: 0;
	float: none;
	margin: 0;
	padding: 0;
}

/* ======================================================================================================================================================
Video
====================================================================================================================================================== */

.avia-video,
.avia-iframe-wrap {
	clear: both;
	margin-bottom: 20px;
	position: relative;
}

.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 {
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.avia-video-custom {
	height: 0;
}

.avia-video-16-9,
.js_active .avia-iframe-wrap {
	height: 0;
	padding-bottom: 56.25%;
}

.avia-video-4-3 {
	height: 0;
	padding-bottom: 75%;
}

/*html 5 video - always has 100 width and natural height. behaves like image when it comes to aspect ratio*/

video {
	height: auto;
	width: 100%;
}

.mejs-layer {
	width: 100% !important;
	z-index: 1;
}

.mejs-layer.mejs-overlay-play {
	height: 100% !important;
}

#top .avia-video .mejs-container,
#top .avia-video .mejs-container video {
	height: 100% !important;
	position: absolute;
	width: 100% !important;
}

#top .avia-video .av-click-to-play-overlay {
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#top .avia-video .av-click-to-play-overlay .avia_playpause_icon {
	display: block;
	-webkit-transition: opacity 0.4s ease-out;
	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 {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

.avia_textblock li::marker,
.avia_textblock li strong {
  color: #4498dd;
}

#footer .menu > li.menu-item > a:hover {
  color: #fff !important;
}

.review-stars {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

.glsr.glsr-default {
  min-width: 100% !important;
}

.glsr.glsr-default .glsr-review {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  #wtk .avia-builder-widget-area {
    align-items: center !important;
    justify-items: center;
    display: grid !important;
    grid: auto / auto auto;
    grid-template-columns: 1fr 1fr;
  }
  #wtk .avia-builder-widget-area .widget_custom_html {
    width: auto !important;
  }
  #wtk .clearfix:before, #wtk .clearfix:after, #wtk .flex_column:before, #wtk .flex_column:after, #wtk .widget:before, #wtk .widget:after {
    content: none !important;
  }
  #bewezen {
    margin-top: 230px !important;
  }
}