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

/* ======================================================================================================================================================
TEXT BLOCK
====================================================================================================================================================== */
.avia_textblock {
    clear: both;
    line-height: 1.65em;
}

.flex_column + .avia_textblock {
    padding-top: 50px;
}

/* ======================================================================================================================================================
Columns
====================================================================================================================================================== */
body .column-top-margin {
    margin-top: 50px;
}



/* ======================================================================================================================================================
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;
    -webkit-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
}

.js_active.av-preloader-enabled .av-minimum-height .container {
    -webkit-transition: opacity 1.2s ease-in;
    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;
}


/*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 .avia-slideshow-inner {
    height: 100% !important;
}

#top .av-section-with-video-bg .av-section-video-bg .av-video-service-vimeo iframe {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*handle video section on mobile*/

.avia_mobile #top .av-parallax-section {
    z-index: 0;
    -webkit-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;
}


/*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 {
    opacity: 0;
}

.js_active .av-parallax.enabled-parallax {
    opacity: 1
}

.js_active .av-parallax.active-parallax {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    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;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: -39px;
}

.av-section-color-overlay + .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%;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    position: absolute;
}

.avia_transform .av-extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse .av-extra-border-inner {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: left top;
    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;
    height: 100%;
    width: 100%;
}

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 {
    border-top: none;
}

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



.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;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*tooltip*/

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


/*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 {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 1000px;
    border-width: 3px;
    border-style: solid;
    display: block;
    margin: 0 auto;
    padding: 30px;
    color: inherit;
    border-color: inherit;
    position: relative;
}

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

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


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





/*iconlist animation*/
.avia_transform .av_font_icon {
    opacity: 0.1;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}


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




/* ======================================================================================================================================================
ICONBOX
====================================================================================================================================================== */
#top .iconbox {
    background: transparent;
}

.iconbox {
    margin-bottom: 30px;
    position: relative;
    clear: both;
}

.iconbox_icon {
    float: left;
    margin: 2px 10px 0 0;
    height: 23px;
    width: 23px;
    font-size: 23px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.iconbox_icon:hover {
    text-decoration: none;
}

.iconbox_left .iconbox_icon {
    border-radius: 50px;
    text-align: center;
    position: relative;
    top: -7px;
    left: -5px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 2px 0px 0 0;
}

.iconbox .iconbox_content .iconbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.25em;
}

#top .iconbox_top {
    margin-top: 20px;
    text-align: center;
}

.iconbox_top .iconbox_content {
    padding: 45px 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.iconbox_top .iconbox_icon {
    float: none;
    position: absolute;
    left: 50%;
    top: -26px;
    margin: 0 0 0 -26px;
    padding: 15px;
    border-radius: 100px;
    -webkit-box-sizing: content-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;
    /* Firefox, other Gecko */
    box-sizing: content-box;
    font-size: 20px;
    line-height: 24px;
}


.iconbox_left_content .iconbox_content,
.iconbox_right_content .iconbox_content {
    overflow: hidden;
}

.iconbox_left_content .iconbox_content .iconbox_content_title,
.iconbox_right_content .iconbox_content .iconbox_content_title {
    margin: 0 0 -3px 0;
}

#top .iconbox_left_content .iconbox_icon,
#top .iconbox_right_content .iconbox_icon {
    width: 74px;
    height: 74px;
    font-size: 27px;
    line-height: 72px;
    border-style: solid;
    border-width: 1px;
    border-radius: 500px;
    text-align: center;
    margin-right: 22px;
}

#top .iconbox_right_content {
    text-align: right;
}

#top .iconbox_right_content .iconbox_icon {
    float: right;
    margin-right: 0;
    margin-left: 22px;
}


.iconbox .iconbox_content p:last-child {
    margin-bottom: 0;
}


#top .iconbox.av-no-box .iconbox_content {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
}

#top .iconbox.av-no-box .iconbox_icon {
    position: relative;
    top: 0;
    margin: 0 auto 20px auto;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    font-size: 30px;
    display: block;
}


#top .iconbox_left_content.av-icon-style-no-border .iconbox_icon,
#top .iconbox_right_content.av-icon-style-no-border .iconbox_icon {
    border: none;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-top: 0;
    font-size: 50px;
}

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


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

    #top .iconbox_left_content .iconbox_icon,
    #top .iconbox_right_content .iconbox_icon {
        margin-bottom: 15px;
        float: none;
        display: inline-block;
    }

}

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

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

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

.hr-invisible {
    float: none;
}

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

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

.hr-full.hr-shadow .hr-inner {
    box-shadow: 0 1px 2px 0px 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 {
    height: 20px;
    line-height: 20px;
    margin: 30px 0;
    float: none;
}

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

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

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

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

.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 {
    margin: 0;
    display: block;
    min-height: 21px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    float: left;
}

.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;
    vertical-align: middle;
    font-size: 15px;
}

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

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

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

#main .avia-button-right a[target="_blank"] {
    background-color: #a81010 !important;
}

#main .avia-button-left a[target="_blank"] {
    background-color: #a81010 !important;
}

#main .avia-button-center a[target="_blank"] {
    background-color: #a81010 !important;
}

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

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

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

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

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

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


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

.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: #333333;
    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 {
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
}

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

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

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

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

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

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

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

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

.avia-button.avia-size-small {
    padding: 8px 10px 8px;
    font-size: 13px;
    min-width: 80px;
    margin: 0;
}

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

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

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

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

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

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


#top .avia-button-fullwidth {
    width: 100%;
    padding: 20px;
    font-size: 1.5em;
    margin: 0;
    border: none;
    position: relative;
    display: block;
}

#top .avia-button-fullwidth .avia-button-fullwidth {
    font-size: 1em;
}

#top .avia-button-fullwidth .av-button-description {
    font-size: 0.8em;
    position: relative;
    z-index: 3;
    opacity: 0.7;
}

#top .avia-button-fullwidth .av-button-description-above p:first-child {
    margin-top: 0;
}

#top .avia-button-fullwidth .av-button-description-below p:last-child {
    margin-bottom: 0;
}



#top .avia-button-fullwidth:hover {
    opacity: 1;
}

#top .avia-button-fullwidth .avia_button_icon,
#top .avia-button-fullwidth .avia_iconbox_title {
    position: relative;
    z-index: 3;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
}

#top .avia_button_background {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#top .avia-button-fullwidth:hover .avia_button_background {
    opacity: 1;
}


#top .av-fullscreen-button .avia-button-fullwidth {
    border-radius: 0;
    padding: 50px 10px;
}

.avia-safari .avia-button-fullwidth {
    -webkit-transform: translateZ(0);
}

/* ======================================================================================================================================================
Message 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.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-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-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-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-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-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_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-color-blue .avia_message_box_title {
    background: rgba(70, 113, 163, 0.08);
}

.avia_message_box.avia-color-red .avia_message_box_title {
    background: rgba(175, 44, 32, 0.06);
}

.avia_message_box.avia-color-orange .avia_message_box_title {
    background: rgba(250, 235, 125, 0.2)
}

.avia_message_box.avia-color-grey .avia_message_box_title {
    background: rgba(255, 255, 255, 0.05)
}

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


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

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

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

/*.active_tab_content .tab_inner_content p{
	padding-left:20px;	
}

.active_tab_content .tab_inner_content table{
	margin:0 20px;
	width:98%;
}*/

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


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


/*toggle*/
.js_active .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 {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 9px 3px 9px 35px;
    position: relative;
    top: 1px;
    border-style: solid;
    border-width: 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 {
    margin: 30px 0;
    position: relative;
    clear: both;
}

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

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

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

.active_tc.toggle_wrap {
    display: block;
}


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

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

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

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


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


/* ======================================================================================================================================================
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
====================================================================================================================================================== */

fieldset {
    border: none;
}

.avia_ajax_form {
    clear: both;
}

.avia_ajax_form fieldset p br {
    display: none;
}

.avia_ajax_form label {
    display: block;
    visibility: visible;
    position: relative;
}

/*dont delete. ie8 needs this separate*/
.avia_ajax_form label,
.modified_width:before {
    display: block;
    visibility: visible;
    position: relative;
    margin-bottom: 7px;
    font-weight: 600;
}

#ajaxresponse.hidden {
    visibility: visible;
    position: static;
    display: none;
}


#top .avia_ajax_form .text_input,
#top .avia_ajax_form .select,
#top .avia_ajax_form .text_area {
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 50px;
    padding: 13px;
    border-radius: 2px;
}

#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 .avia_ajax_form .select[multiple] option {
    padding: 5px;
}


/*remove bg on firefox*/
.avia-mozilla #top select,
.avia-mozilla #top .avia_ajax_form .select,
.avia-mozilla #top .entry-content-wrapper select {
    background-image: none;
}

#top select[multiple] {
    background-image: none;
}

#top .avia_ajax_form input[type="checkbox"] {
    float: left;
    margin-right: 8px;
    top: 2px;
    position: relative;
}

.value_verifier_label {
    position: absolute;
    bottom: 11px;
    left: 10px;
    font-size: 13px;
    line-height: 21px;
}

#top .avia_ajax_form .captcha {
    padding-left: 65px;
}

.avia_ajax_form p {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    margin: 11px 0;
}

.avia_ajax_form.av-form-labels-hidden p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.avia_ajax_form p.hidden {
    position: absolute;
    width: 0px;
    left: 0;
    top: 0;
}

.avia_ajax_form .form_element_half {
    width: 49.5%;
    float: left;
    margin-left: 1%;
    clear: none;
}

.avia_ajax_form .form_element_third {
    width: 32.6%;
    float: left;
    margin-left: 1%;
    clear: none;
}

.avia_ajax_form .form_element_two_third {
    width: 66.4%;
    float: left;
    margin-left: 1%;
    clear: none;
}

.avia_ajax_form .form_element_fourth {
    width: 24.2%;
    float: left;
    margin-left: 1%;
    clear: none;
}

.avia_ajax_form .form_element_three_fourth {
    width: 74.8%;
    float: left;
    margin-left: 1%;
    clear: none;
}

.avia_ajax_form .first_form {
    clear: both;
    margin-left: 0;
}

.avia_ajax_form .button {
    margin: 0;
    padding: 16px 20px;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    font-size: 0.92em;
    min-width: 142px;
    outline: none;
}


.modified_width .button {
    width: 100%;
    padding: 13px 10px 14px;
    min-width: 0;
}

.av-form-labels-visible .modified_width:before {
    display: block;
    content: "Submit Form";
    visibility: hidden;
}

.av-form-labels-visible .av-last-visible-form-element.first_form.modified_width:before {
    display: none;
}


#footer .avia_ajax_form textarea {
    height: 90px;
}


.avia_ajax_form p input,
.avia_ajax_form p textarea,
.avia_ajax_form p select,
.avia_ajax_form p .input_checkbox_label {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#top .button.av-sending-button {
    -webkit-transition: none;
    transition: none;
    background-size: 32px 32px;
    -webkit-animation: avia-bg-move 1.2s linear infinite;
    /* Safari 4+ */
    animation: avia-bg-move 1.2s linear infinite;
    /* IE 10+ */
}

.av-centered-form,
#top .av-centered-form input {
    text-align: center;
}

#top .av-centered-form ::-webkit-input-placeholder {
    text-align: center;
}

#top .av-centered-form ::-moz-placeholder {
    text-align: center;
}

#top .av-centered-form :-ms-input-placeholder {
    text-align: center;
}


.avia_ajax_form .av-hidden-submit {
    display: none;
}

.avia-form-success {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    padding: 20px 15px;
    line-height: 1.4em;
    border-radius: 2px;
}

#top .av-centered-form input[type="checkbox"] {
    float: none;
}

#top .av-centered-form .input_checkbox_label {
    display: inline-block;
}

.avia_ajax_form .required {
    text-decoration: none;
}

/*contact form datepicker*/



#top .avia-datepicker-div {
    background: #fff;
    border: 1px solid #e1e1e1;
    font-size: 15px;
}

#top .avia-datepicker-div a {
    color: #333;
    background-color: #f8f8f8;
    background-image: none;
}

#top .avia-datepicker-div a.ui-state-active {
    color: #8bba34;
}

#top .avia-datepicker-div a.ui-state-highlight {
    color: #8bba34;
}

#top .avia-datepicker-div a.ui-state-hover {
    color: #FFF;
    background-color: #bbb;
}

#top .avia-datepicker-div .ui-datepicker-buttonpane button {
    background-color: #8BBA34;
    color: #FFF;
    border-color: #8BBA34;
}


#top .avia-datepicker-div.ui-datepicker {
    width: 300px;
    padding: 20px;
    display: none;
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

#top .avia-datepicker-div.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: transparent;
    border: none;
}

#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev,
#top .avia-datepicker-div.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 4px;
    width: 50px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
    font-size: 12px;
}

#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

#top .avia-datepicker-div.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

#top .avia-datepicker-div.ui-datepicker .ui-datepicker-title {
    margin: 0px 53px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

#top .ui-datepicker-title select {
    width: 72px;
    float: left;
    font-size: 12px;
    margin-left: 3px;
    margin-bottom: 0;
    border-radius: 0px;
}

#top .avia-datepicker-div.ui-datepicker .ui-datepicker-title select {
    font-size: 14px;
    margin: 1px;
}

#top .avia-datepicker-div.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

#top .avia-datepicker-div.ui-datepicker select.ui-datepicker-month,
#top .avia-datepicker-div.ui-datepicker select.ui-datepicker-year {
    width: 48%;
}

#top .avia-datepicker-div.ui-datepicker select.ui-datepicker-year {
    float: right;
}

#top .avia-datepicker-div.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

#top .avia-datepicker-div.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

#top .avia-datepicker-div.ui-datepicker td {
    border: 0;
    padding: 1px;
}

#top .avia-datepicker-div.ui-datepicker td span,
#top .avia-datepicker-div.ui-datepicker td a {
    border: none;
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration: none;
}

#top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

#top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em 0 .4em;
    cursor: pointer;
    padding: 10px 20px;
    width: auto;
    overflow: visible;
    border: none;
    background-image: none;
    border-radius: 3px;
    font-size: 13px;
}

#top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

#top .avia-datepicker-div .ui-widget-content {
    background: transparent;
    border: none;
}

#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev span,
#top .avia-datepicker-div.ui-datepicker .ui-datepicker-next span {
    text-indent: 0;
    overflow: visible;
    background-image: none;
    display: inline;
    position: static;
    margin: 0;
    font-weight: normal;
}

/* RTL support */
.avia-datepicker-div.ui-datepicker-rtl {
    direction: rtl;
}

.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.avia-datepicker-div.ui-datepicker-cover {
    display: none;
    /*sorry for IE5*/
    display
    /**/
    : block;
    /*sorry for IE5*/
    position: absolute;
    /*must have*/
    z-index: -1;
    /*must have*/
    filter: mask();
    /*must have*/
    top: -4px;
    /*must have*/
    left: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    height: 200px;
    /*must have*/
}




/*custom form colors*/
#top .av-custom-form-color * {
    color: inherit;
}

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

#top .av-custom-form-color ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.8;
}

#top .av-custom-form-color ::-moz-placeholder {
    color: inherit;
    opacity: 0.8;
}

#top .av-custom-form-color :-ms-input-placeholder {
    color: inherit;
    opacity: 0.8;
}

#top .av-custom-form-color .button {
    border: 2px solid;
}

#top .av-custom-form-color .button:hover {}

#top .av-light-form,
#top .av-light-form + .ajaxresponse * {
    color: #fff;
}

#top .av-light-form + .ajaxresponse .avia-form-success {
    background: transparent;
}

#top div .av-light-form .input-text,
#top div .av-light-form input[type='text'],
#top div .av-light-form input[type='input'],
#top div .av-light-form input[type='password'],
#top div .av-light-form input[type='email'],
#top div .av-light-form input[type='number'],
#top div .av-light-form input[type='url'],
#top div .av-light-form input[type='tel'],
#top div .av-light-form input[type='search'],
#top div .av-light-form textarea,
#top div .av-light-form select,
div div .av-light-form .button {
    color: #fff;
    border-color: #fff;
    border-width: 2px !important;
    background-color: transparent;
}

#top .av-dark-form,
#top .av-dark-form + .ajaxresponse * {
    color: #222;
}

#top .av-dark-form + .ajaxresponse .avia-form-success {
    background: transparent;
}

#top div .av-dark-form .input-text,
#top div .av-dark-form input[type='text'],
#top div .av-dark-form input[type='input'],
#top div .av-dark-form input[type='password'],
#top div .av-dark-form input[type='email'],
#top div .av-dark-form input[type='number'],
#top div .av-dark-form input[type='url'],
#top div .av-dark-form input[type='tel'],
#top div .av-dark-form input[type='search'],
#top div .av-dark-form textarea,
#top div .av-dark-form select,
div div .av-dark-form .button {
    color: #222;
    border-color: #222;
    border-width: 2px !important;
    background-color: transparent;
}




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

    .responsive .avia_ajax_form .form_element {
        width: 100%;
        clear: both;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}

/* ======================================================================================================================================================
Post Slider
====================================================================================================================================================== */
.avia-content-slider {
    margin: 30px 0;
    clear: both;
}

.avia-content-slider,
.avia-content-slider-inner {
    position: relative;
    overflow: hidden;
    clear: both;
}

.avia-content-slider .slide-entry-title {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 0;
}

.avia-content-slider .slide-image,
.avia-content-slider .slide-image img {
    border-radius: 3px;
    display: block;
    position: relative;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
}

.avia-content-slider .slide-image {
    overflow: hidden;
    margin-bottom: 6px;
    border-radius: 3px;
}

.avia-content-slider .slide-entry-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
}

.avia-content-slider .slide-entry-wrap {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.avia-content-slider-active .slide-entry-wrap {
    position: absolute;
    top: 0;
    visibility: hidden;
    margin: 0;
}

.avia-content-slider .slide-entry-wrap:first-child {
    position: relative;
}

.avia-content-slider .slide-meta div,
.avia-content-slider .slide-meta time {
    display: inline-block;
    font-size: 0.9em;
}

.avia-content-slider .slide-meta a {
    position: relative;
}

.avia-content-slider .slide-meta {
    position: relative;
    padding-bottom: 10px;
}

.avia-content-slider .slide-meta-del {
    margin: 0px 4px;
}

.avia-content-slider.avia-builder-el-no-sibling {
    margin: 0;
}


.slider-fallback-image {
    visibility: hidden;
}

.avia-content-slider .fake-thumbnail .slide-image {
    border-width: 1px;
    border-style: solid;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    min-height: 70px;
}

.fallback-post-type-icon {
    position: absolute;
    top: 49%;
    left: 50%;
    margin: -28px 0 0 -30px;
    height: 60px;
    width: 60px;
    line-height: 59px;
    font-size: 25px;
    text-align: center;
    border-radius: 100px;
}

.avia-content-slider .slide-image:hover .fallback-post-type-icon {
    opacity: 0;
}

.pagination-slider .pagination {
    padding: 1px 0 10px 0;
}


.avia_desktop .avia-content-slider .avia-slideshow-arrows a {
    opacity: 0;
}

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


#top .avia-content-slider .avia-slideshow-arrows a {
    top: 38%;
    margin: -30px 0 0;
}

#top .avia-content-slider,
#top .avia-content-slider-inner,
#top .avia-content-slider-inner .slide-entry-wrap {
    /* fixes flickering issue when slider moves. usually other elements in other container flicker. temp removed */
    /* old: */
    /* -webkit-transform-style: preserve-3d; */

    /* new; */
    -webkit-transform-style: flat;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
}


/*audio*/
#top #wrap_all .avia-content-slider .audio-preview {
    margin-top: -36px;
    margin-bottom: -4px;
}

#top .avia-content-slider .audio-preview .mejs-volume-button,
#top .avia-content-slider .audio-preview .mejs-time {
    display: none;
}

#top #wrap_all .mejs-controls a.mejs-horizontal-volume-slider {
    width: 56px;
}

/*fix blur on content slider in safari*/
.avia-safari .avia-content-slider,
.avia-safari .avia-content-slider-inner,
.avia-safari .avia-content-slider-inner .slide-entry-wrap {
    -webkit-perspective: 0 !important;
}


@media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .slide-entry {
        width: 48%;
        margin-left: 4%
    }

    .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd,
    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
        margin: 0;
        clear: both;
    }

    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first {
        margin-left: 0;
        width: 100%;
    }

    .responsive avia-content-slider .slide-image img {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry {
        margin-left: 0;
        clear: both;
        width: 100%;
    }
}

/* ======================================================================================================================================================
Portfolio/Post Grid
====================================================================================================================================================== */
.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 {
    -webkit-transition: height 0.5s 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    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;
}

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

.avia-msie-8 .avia_loading_icon {
    background: #000;
    filter: alpha(opacity=70) !important;
}


#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;
}



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

.avia_transform .portfolio-preview-image .avia-gallery-thumb img.avia_start_animation {
    -webkit-animation: none;
    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
    }
}


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

}



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


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



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


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

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

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

.avia-image-container.avia-align-center .avia-image-container-inner {
    margin: 0 auto;
    display: inline-block;
    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;
}


/*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 {
    overflow: hidden;
    border-radius: 10000px;
}

.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-radius: 0;
    border: none;
}

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

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

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

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

.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 {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

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

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

/*animation variations*/

.avia_transform .avia_animated_image,
.avia_transform.avia_desktop .av-animated-generic {
    opacity: 0;
}


.avia_transform .avia_start_delayed_animation.fade-in {
    -webkit-animation: avia-fadein 1.5s 1 ease-out;
    /* Safari 4+ */
    animation: avia-fadein 1.5s 1 ease-out;
    /* IE 10+ */
    opacity: 1;
}

.avia_transform .avia_start_delayed_animation.pop-up {
    -webkit-animation: avia_image_appear 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Safari 4+ */
    animation: avia_image_appear 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* IE 10+ */
    opacity: 1;
}

.avia_transform .avia_start_delayed_animation.top-to-bottom {
    -webkit-animation: avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Safari 4+ */
    animation: avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* IE 10+ */
    opacity: 1;
}

.avia_transform .avia_start_delayed_animation.bottom-to-top {
    -webkit-animation: avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* Safari 4+ */
    animation: avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* IE 10+ */
    opacity: 1;
}

.avia_transform .avia_start_delayed_animation.left-to-right {
    -webkit-animation: avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Safari 4+ */
    animation: avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* IE 10+ */
    opacity: 1;
}

.avia_transform .avia_start_delayed_animation.right-to-left {
    -webkit-animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Safari 4+ */
    animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* IE 10+ */
    opacity: 1;
}

.avia_transform .avia_start_delayed_animation.av-rotateIn {
    -webkit-animation: avia-rotateIn 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia-rotateIn 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
}

.avia_transform .avia_start_delayed_animation.av-rotateInUpLeft {
    -webkit-animation: avia-rotateInUpLeft 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia-rotateInUpLeft 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
}

.avia_transform .avia_start_delayed_animation.av-rotateInUpRight {
    -webkit-animation: avia-rotateInUpRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia-rotateInUpRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
}




/* ======================================================================================================================================================
Image with Hotspots
====================================================================================================================================================== */


.av-hotspot-container {
    position: relative;
    display: table;
    margin: 0 auto;
    clear: both;
    table-layout: fixed
}

.av-hotspot-container-inner-cell {
    display: table-cell;
}

.av-fullwidth-hotspots .av-hotspot-container-inner-cell {
    width: 100%;
    display: block;
}

.av-hotspot-container-inner-wrap img {
    width: 100%;
    display: block;
}

.av-hotspot-container .av-image-hotspot {
    height: 18px;
    width: 18px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    z-index: 1;
    margin: -9px 0 0 -9px;
}

.av-hotspot-container .av-image-hotspot_inner {
    display: block;
    border-radius: 100px;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    color: #888;
    z-index: 2;
    cursor: pointer;
    text-decoration: none;
}

.av-hotspot-container .av-image-hotspot_inner:hover {
    background: #fff;
    color: #888;
}

.av-hotspot-blank .av-hotspot-container .av-image-hotspot_inner {
    overflow: hidden;
    text-indent: -200%;
}

.av-hotspot-container .av-image-hotspot-pulse {
    display: block;
    background: #fff;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-animation: av_pulsate 2s ease-out infinite;
    animation: av_pulsate 2s linear infinite;
    opacity: 0;
    top: -11px;
    left: -11px;
    z-index: 1;
}

.av-tt-hotspot {
    text-align: left;
}

.av-hotspot-fallback-tooltip {
    padding: 15px 15px 0 15px;
    position: relative;
    display: none;
}

.av-hotspot-image-container .av-hotspot-fallback-tooltip:last-child {
    padding-bottom: 15px;
}

.av-hotspot-fallback-tooltip-count {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}

.av-hotspot-fallback-tooltip-inner {
    margin-left: 60px;
    border: 1px solid;
    padding: 15px;
    position: relative;
    border-radius: 2px;
}

.av-hotspot-fallback-tooltip-inner img {
    max-width: 100px;
    margin: 0 10px 0 0;
    display: block;
}

.av-hotspot-fallback-tooltip-inner p:first-child,
.inner_tooltip p:first-child {
    margin-top: 0;
}

.av-hotspot-fallback-tooltip-inner p:last-child,
.inner_tooltip p:last-child {
    margin-bottom: 0;
}

.av-hotspot-fallback-tooltip div.avia-arrow {
    left: 60px;
    top: 13px;
    border-right: none;
    border-top: none;
}




.av-tt-large-width {
    width: 250px;
}

.av-tt-xlarge-width {
    width: 350px;
}

/*non-fullwidth hotspot*/
.av-non-fullwidth-hotspot-image .av-hotspot-fallback-tooltip {
    padding-left: 0;
    padding-right: 0;
}

.av-non-fullwidth-hotspot-image .av-hotspot-fallback-tooltip-count {
    left: 0px;
}

/*fullwidth hotspot*/
.av-fullwidth-hotspots {
    border-top: none;
}

.av-fullwidth-hotspots img {
    width: 100%;
    border-radius: 0px;
}

.av-fullwidth-hotspots .av-hotspot-container {
    display: block;
}

/*image and hotspot appearing*/
.avia_transform.js_active .avia_animated_image .av-image-hotspot {
    opacity: 0;
    visibility: hidden;
}

.avia_transform.js_active .avia_animated_image .av-display-hotspot {
    -webkit-animation: avia_hotspot_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Safari 4+ */
    animation: avia_hotspot_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* IE 10+ */
    opacity: 1;
    visibility: visible;
}

.avia_transform.js_active .avia_animated_image .av-image-hotspot .av-permanent-tooltip-single {
    opacity: 0 !important;
    -webkit-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000) 1s;
    transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000) 1s;
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
}

.avia_transform.js_active .avia_animated_image .av-display-hotspot .av-permanent-tooltip-single {
    opacity: 1 !important;
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}


@media only screen and (min-width: 990px) {
    .responsive .av-image-hotspot {
        height: 24px;
        width: 24px;
        line-height: 24px;
        font-size: 11px;
    }

    .responsive .av-image-hotspot-pulse {
        height: 54px;
        width: 54px;
        top: -15px;
        left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .responsive .av-hotspot-fallback-tooltip {
        display: block;
    }

    .responsive .av-mobile-fallback-active.avia-tooltip {
        visibility: hidden;
    }

    .responsive .av-hotspot-image-container.av-hotspot-blank.av-mobile-fallback-active .av-image-hotspot_inner {
        text-indent: 0px;
    }
}



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

/*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: 38%;
    height: 0;
}

.avia-video-4-3 {
    padding-bottom: 75%;
    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;
}

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



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

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

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

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

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

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

#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-thumb img {
    opacity: 0.1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

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

.av-hover-grow {
    overflow: hidden;
}

.av-hover-grow img {
    -webkit-transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

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






/* ======================================================================================================================================================
Horizontal Gallery
====================================================================================================================================================== */

.av-horizontal-gallery {
    clear: both;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.av-horizontal-gallery-inner {
    position: relative;
    white-space: nowrap;
    opacity: 0;
}

.av-horizontal-gallery-slider {
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.av-horizontal-gallery-wrap {
    height: 100%;
    top: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    vertical-align: top;
}

.av-horizontal-gallery-animated .av-horizontal-gallery-inner {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
}

.av-horizontal-gallery-animated .av-horizontal-gallery-slider {
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
}

.av-horizontal-gallery-animated .av-horizontal-gallery-wrap {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.av-horizontal-gallery-wrap:after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 5;
}

.av-horizontal-gallery-enlarge-effect.av-horizontal-gallery {
    padding: 60px 0;
}


.av-horizontal-gallery-enlarge-effect .av-horizontal-gallery-wrap.av-active-gal-item {
    z-index: 2;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.av-horizontal-gallery-wrap:first-child {
    transform-origin: 0% 50%;
}

.av-horizontal-gallery-wrap:last-child {
    transform-origin: 100% 50%;
}


.av-horizontal-gallery-wrap.av-active-gal-item:after {
    display: none;
}

.av-horizontal-gallery-link {
    position: absolute;
    opacity: 0;
    bottom: 10px;
    right: 10px;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    z-index: 100;
}

.av-horizontal-gallery-wrap:hover .av-horizontal-gallery-link {
    opacity: 1;
}

.av-horizontal-gallery-img {
    height: 100%;
    width: auto;
    display: block
}

.av-horizontal-gallery-large-gap .av-horizontal-gallery-wrap {
    margin-right: 15px;
}

.av-horizontal-gallery-1px-gap .av-horizontal-gallery-wrap {
    margin-right: 1px;
}

#top .av-horizontal-gallery-link {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    line-height: 24px;
    width: 24px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#top .av-horizontal-gallery-link:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.av-horizontal-gallery .avia-slideshow-controls a {
    opacity: 0;
}

.av-horizontal-gallery:hover .avia-slideshow-controls a {
    opacity: 1;
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) {
    .responsive #top .avia-slideshow-controls a {
        display: none;
    }

    .responsive .av-horizontal-gallery-inner {
        position: static;
        min-height: 180px;
    }

    .responsive .av-horizontal-gallery-enlarge-effect .av-horizontal-gallery-wrap.av-active-gal-item {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .responsive .av-horizontal-gallery-wrap {
        max-width: 85vw;
        margin: 0;
        overflow: hidden;
    }

    .responsive .av-horizontal-gallery-img {
        height: auto;
        width: 100%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50%;
        position: relative;
    }

    .responsive .av-horizontal-gallery-fullwidth .av-horizontal-gallery-wrap {
        max-width: 100vw;
    }
}


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

#top .av-control-minimal .avia-slideshow-dots a {
    border: 2px solid #fff;
    background: transparent;
    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;
}



/*avia-small-width-slider*/

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

#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 {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

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

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

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

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

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

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

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

#top .av-video-slide .me-plugin {
    width: 100%;
    height: 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 {
    background: #000 url("../images/layout/preload-dark-grey-big.gif") no-repeat center center;
}

#top .av-video-slide.av-video-service-youtube .avia-slide-wrap {
    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 {
    content: ".";
    position: absolute;
    text-indent: -200px;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;

    /*this allows to toggle to work in IE. its a hack since the browser does not accept click events on elements without bg. */
    filter: alpha(opacity=0);
    opacity: 0;
    background: #000;
}

.av-click-overlay {
    z-index: 9;
    bottom: 30px;
}

/*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 {
    position: absolute;
    height: 100px;
    width: 100px;
    margin: -50px 0 0 -50px;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    top: 50%;
    left: 50%;
    z-index: 50;
    display: none;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

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

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

.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.320, 1.275);
    /* Safari 4+ */
    animation: avia_appear_short 1.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* IE 10+ */
    opacity: 0;
}

.avia_playpause_icon.av-pause {}

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

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



/* ======================================================================================================================================================
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 {
    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: 35px;
    text-align: center;
    height: 100px;
    line-height: 102px;
    opacity: 0.5;

}

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

#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;
}


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

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

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 {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

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

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


.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 {
    left: 0;
    width: 100%;
    bottom: 0;
    height: auto;
}

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

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


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





/*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;
    filter: alpha(opacity=80);
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    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 {}

.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 {
    visibility: visible;
    -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);
}

.avia_transform .av_slideshow_full .active-slide .avia-slideshow-button,
.avia_transform .av_fullscreen .active-slide .avia-slideshow-button {
    visibility: visible;
    -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);
}

.avia_transform .av_slideshow_full .active-slide .avia-slideshow-button-2,
.avia_transform .av_fullscreen .active-slide .avia-slideshow-button-2 {
    visibility: visible;
    -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);
}


.avia_transform .av_slideshow_full .active-slide .avia-caption-title,
.avia_transform .av_fullscreen .active-slide .avia-caption-title {
    visibility: visible;
    -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);
}

.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;
    -webkit-animation: caption-bottom 0.5s 1 ease-out;
    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;
    -webkit-animation: caption-top 0.5s 1 ease-out;
    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;
    -webkit-animation: caption-top 1.2s 1 ease-out;
    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 !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;
        width: 100%;
        padding: 0;
    }

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




/* ======================================================================================================================================================
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,
.av-control-minimal .avia-slideshow-controls a {
    opacity: 0;
    filter: alpha(opacity=00);
}

.avia-fullscreen-slider:hover .avia-slideshow-arrows a,
.avia-fullscreen-slider:hover .avia-slideshow-dots a:hover,
.av-control-minimal:hover .avia-slideshow-arrows a,
.av-control-minimal:hover .avia-slideshow-dots a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.avia-fullscreen-slider:hover .avia-slideshow-dots a,
.av-control-minimal:hover .avia-slideshow-dots a {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


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

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

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



.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: 0px;
}

#top .scroll-down-link {
    height: 60px;
    width: 80px;
    margin: 0px 0 0 -40px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    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);

    -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
    animation: avia_fade_move_down 2s ease-in-out infinite;
}



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



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

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


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

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

.avia_desktop .avia-featureimage-slideshow .avia-slideshow-arrows a {
    opacity: 0;
}

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

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


@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 .av-mdedium-font-size-overwrite.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 .av-small-font-size-overwrite.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 .av-mini-font-size-overwrite.avia-caption-content {
        display: block;
    }

}








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

/*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;
    filter: alpha(opacity=30);
    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;
    filter: alpha(opacity=60);
    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';
}



/* ======================================================================================================================================================
Partner/Logo Slider + Content Slider
====================================================================================================================================================== */

/*shared styles*/
#top .avia-smallarrow-slider {
    position: relative;
    overflow: visible;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows {
    position: relative;
    width: 51px;
    top: -3px;
    left: 0;
    height: 24px;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows a {
    opacity: 1;
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 25px;
    font-size: 10px;
    top: 0;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows a:hover {
    opacity: 0.5;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows a:before {
    line-height: 25px;
    border-radius: 1px;
}

#top .avia-smallarrow-slider .slide-image,
#top .avia-logo-element-container img {
    margin: 0 auto;
    display: block;
    width: auto;
    width: 100%\9;
}

#top .avia-smallarrow-slider-heading {
    display: table;
    width: 100%;
}

#top .avia-smallarrow-slider-heading > div {
    display: table-cell;
}

#top .avia-smallarrow-slider-heading h3 {
    top: -3px;
    position: relative;
}

#top .avia-logo-grid .slide-entry-wrap {
    margin: 0;
}

#top .avia-smallarrow-slider .avia-slideshow-dots {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: 10px;
}

#top .avia-smallarrow-slider .avia-slideshow-dots a {
    border-style: solid;
    border-width: 1px;
    bottom: 0;
}

#top .avia-smallarrow-slider .avia-slideshow-dots a.active,
#top .avia-logo-element-container .avia-slideshow-dots a:hover {
    background: #aaa;
}

/*content only*/
#top .avia-content-slider-element-container .avia-slideshow-dots {
    left: 0;
    text-align: right;
    width: auto;
}


/*partner only*/
#top .avia-logo-element-container .slide-entry {
    padding: 1px;
}

#top .avia-logo-element-container img {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

#top .av-border-deactivate.avia-logo-element-container img {
    box-shadow: none;
}

#top .avia-logo-element-container .slide-image {
    overflow: visible;
}

@media only screen and (max-width: 767px) {
    .responsive #top .avia-smallarrow-slider .flex_column {
        margin: 0px;
        width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .responsive #top #wrap_all .avia-logo-element-container.avia-logo-grid .flex_column {
        margin: 0;
    }
}



#top .avia-content-slider-element-container .avia-slideshow-dots a.active,
#top .avia-content-slider-element-container .avia-slideshow-dots a:hover {
    background: #aaa;
}

/* ======================================================================================================================================================
GOOGLE MAPS
====================================================================================================================================================== */

.avia-google-maps-section {
    border: none;
}

.avia-google-maps-section.avia-builder-el-0 {
    border-top-style: solid;
    border-top-width: 1px;
}

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

.avia-google-map-container img {
    max-width: none;
}

.avia-google-map-container div,
.avia-google-map-container img,
.avia-google-map-container a {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.avia-google-map-container .gm-style-iw p {
    color: #444;
}


/* ======================================================================================================================================================
Magazine
====================================================================================================================================================== */

.av-magazine {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
}

.av-magazine-group {
    clear: both;
    position: relative;
    overflow: hidden;
}

.av-magazine-group.av-hidden-mag {
    display: none;
}

.av-magazine-entry {
    clear: both;
    position: relative;
    margin-bottom: 10px;
}

.av-magazine-thumbnail {
    float: left;
    margin-right: 15px;
    width: 61px;
    min-height: 61px;
    border: 1px solid;
    padding: 5px;
    display: block;
    text-align: center;
    position: relative;
}

.av-magazine-thumbnail-link {
    overflow: hidden;
    display: block;
}

.av-magazine-thumbnail img {
    display: block;
    margin: 0 auto;
}

.av-magazine .av-magazine-no-thumb .av-magazine-content-wrap {
    min-height: 0px;
}

.av-magazine .av-magazine-no-thumb .av-magazine-content-wrap .av-magazine-title {
    padding-bottom: 10px;
}

.av-magazine .av-magazine-entry-icon {
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 51px;
}

.av-magazine .av-magazine-entry-icon:hover {
    text-decoration: none;
}

.av-magazine-content-wrap {
    overflow: hidden;
    border-bottom: 1px solid;
    min-height: 61px;
}

.av-magazine header {
    position: relative;
}

.av-magazine-time,
.av-magazine-author,
.av-magazine-text-sep {
    font-size: 12px;
    text-transform: uppercase;
}

.av-magazine-text-sep {
    padding: 0 5px;
}

.av-magazine-text-sep,
.av-magazine-author {
    display: none;
}

.av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 14px;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

.av-magazine-hero .av-magazine-thumbnail {
    margin: 0 0 8px 0;
    float: none;
    width: 100%;
    border-radius: 2px;
    padding: 7px;
}

.av-magazine-hero .av-magazine-content-wrap {
    padding-bottom: 10px;
}

.av-magazine-hero-left .av-magazine-hero .av-magazine-content-wrap {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.av-magazine-hero .av-magazine-content {
    margin-top: 10px;
}

.av-magazine .av-magazine-sideshow.av_one_half {
    margin-left: 3%;
    padding-left: 3%;
    width: 50%;
    border-left-width: 1px;
    border-left-style: solid;
}

.av-magazine-top-bar {
    line-height: 30px;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 10px;
}

.av-magazine-hero-left .av-magazine-top-bar {
    margin-bottom: 0px;
}

.av-magazine-hero-top .av-magazine-top-bar {
    margin-bottom: 0px;
    border: none;
}

.av-magazine-hero-left.av-magazine-top-bar-active .flex_column {
    padding-top: 20px;
}

.av-magazine-top-heading {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}

.av-magazine-sort {
    float: right;
    font-size: 12px;
}


#top .av-magazine .avia-inherit-font-color a.av-magazine-top-heading,
#top .av-magazine .avia-inherit-font-color a.active_sort,
#top .av-magazine .avia-inherit-font-color a:hover {
    color: inherit;
}


.avia-font-color-grey {
    color: #555;
}

.avia-font-color-black {
    color: #2c2c2c;
}

.avia-font-color-red {
    color: #B02B2C;
}

.avia-font-color-orange {
    color: #edae44;
}

.avia-font-color-green {
    color: #83a846;
}

.avia-font-color-blue {
    color: #7bb0e7;
}

.avia-font-color-aqua {
    color: #4ecac2;
}

.avia-font-color-teal {
    color: #5f8789;
}

.avia-font-color-purple {
    color: #745f7e;
}

.avia-font-color-pink {
    color: #d65799;
}

.avia-font-color-silver {
    color: #DADADA;
}

@media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-magazine .flex_column {
        margin: 0px;
        padding-left: 0px;
        width: 100%;
        border: none;
    }
}



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

#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 {
    position: relative;
    overflow: hidden;
}

#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;
    filter: alpha(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;
    filter: alpha(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;
    filter: alpha(opacity=60);
}

#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;
    filter: alpha(opacity=0);
    text-align: center;
}

#top .aviaccordion-title-on-hover .aviaccordion-active-slide .aviaccordion-preview {
    opacity: 1;
    filter: alpha(opacity=100);
}

#top .aviaccordion.av-animation-active .aviaccordion-slide,
#top .aviaccordion-title-on-hover .aviaccordion-preview {
    -webkit-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    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;
    }
}

/* ======================================================================================================================================================
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;
    -webkit-transition: all 0.3s ease-in-out;
    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 .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: 767px) {
    .responsive #top .sticky_placeholder {
        max-height: 0px;
    }

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

    .responsive #top .av-menu-mobile-active {
        text-align: center;
    }

    .responsive #top .av-menu-mobile-active .mobile_menu_toggle {
        display: inline-block;
    }

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

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

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

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

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

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

    .responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before {
        content: "\25BA";
        position: absolute;
        top: 15px;
        margin-left: -10px;
        font-family: 'entypo-fontello';
        font-size: 7px;
    }

    .responsive #top .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-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul {
        display: none;
    }

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

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

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

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

}

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

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

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

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


/* ======================================================================================================================================================
Text Rotator
====================================================================================================================================================== */
#top .av-rotator-container {
    position: relative;
}

#top .av-rotator-container-inner {
    position: relative;
    line-height: 1.1em;
    margin: 0;
    font-weight: 300;
    text-transform: none;
    color: inherit;
    font-size: inherit;
}

#top p.av-rotator-container .av-rotator-container-inner {
    line-height: 1.1em;
}

.av-rotator-text,
.av-rotator-text-single {
    position: relative;
    display: inline;
}


.av-rotator-text-single {
    display: none;
    top: 0;
}

.av-rotator-text-single:first-child {
    display: inline-block;
}


#top .av-rotator-container a:hover {
    text-decoration: underline;
}

.av-fixed-rotator-width .av-rotator-text {
    text-align: left;
    display: inline-block;
}

.av-rotator-multiline-on.av-rotator-text {
    display: block;
}

.av-rotation-container-center .av-rotator-multiline-on.av-rotator-text {
    display: block;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .responsive.no-preview #top .av-rotator-container-inner {
        font-size: 0.7em;
    }
}


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

.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;
    width: 100%;
    text-align: center;
    table-layout: fixed;
    border-radius: 3px;
    background: transparent;
}

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

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






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

.av-tab-slide-transition .av-tab-section-inner-container {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.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;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.js_active .av-tab-section-tab-title-container {
    display: block;
}


#top .av-section-tab-title {
    padding: 10px 20px 0px 20px;
    display: inline-block;
    text-decoration: none;
}

.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-arrow-container {
    display: block;
    height: 15px;
    overflow: hidden;
    position: relative;
    top: 7px;
}

.avia_transform .av-tab-arrow-container span {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    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);
}

.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,
.av-framed-box .av-layout-tab-inner .container,
.html_header_sidebar .av-layout-tab-inner .container {
    margin: 0;
}

.av-tab-content-auto .av-layout-tab-inner {
    -webkit-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
}


/* ======================================================================================================================================================
ANIMATIONS
====================================================================================================================================================== */


/*pop up animation*/
@-webkit-keyframes avia_appear {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes avia_appear {
    0% {
        transform: scale(0.5);
        opacity: 0.1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


@-webkit-keyframes avia_image_appear {
    0% {
        -webkit-transform: scale(0.7);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes avia_image_appear {
    0% {
        transform: scale(0.7);
        opacity: 0.1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes avia_hotspot_appear {
    0% {
        -webkit-transform: translate(0, 80px);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: translate(0, 0px);
        opacity: 1;
    }
}

@keyframes avia_hotspot_appear {
    0% {
        transform: translate(0, 80px);
        opacity: 0.1;
    }

    100% {
        transform: translate(0, 0px);
        opacity: 1;
    }
}



@-webkit-keyframes avia_appear_short {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes avia_appear_short {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}



/*pop up animation*/
@-webkit-keyframes avia_msonry_show {
    0% {
        -webkit-transform: translateZ(300px) translateY(200px) rotateX(-70deg);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes avia_msonry_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*/
@-webkit-keyframes avia_fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}

@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*/
@-webkit-keyframes avia_slide_down {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

@keyframes avia_slide_down {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

/*expand width animation*/
@-webkit-keyframes avia_expand {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes avia_expand {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

/*fade in animation*/

@-webkit-keyframes avia-ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes avia-ltr {
    0% {
        transform: translate(-10%, 0);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes avia-rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes avia-rtl {
    0% {
        transform: translate(10%, 0);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes avia-btt {
    0% {
        -webkit-transform: translate(0, 50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes avia-btt {
    0% {
        transform: translate(0, 50%);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes avia-ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes avia-ttb {
    0% {
        transform: translate(0, -10%);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes avia-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes avia-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*rotate*/

@-webkit-keyframes avia-rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes avia-rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes avia-rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes avia-rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}


@-webkit-keyframes avia-rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -22deg);
        transform: rotate3d(0, 0, 1, -22deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes avia-rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -22deg);
        transform: rotate3d(0, 0, 1, -22deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}




/*background animation*/
@-webkit-keyframes avia-bg-move {
    0% {
        background-position: -31px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes avia-bg-move {
    0% {
        background-position: -31px 0;
    }

    100% {
        background-position: 0 0;
    }
}




/*caption animation*/

@-webkit-keyframes caption-right {
    0% {
        -webkit-transform: translate(2000px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes caption-right {
    0% {
        transform: translate(2000px, 0);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes caption-left {
    0% {
        -webkit-transform: translate(-2000px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes caption-left {
    0% {
        transform: translate(-2000px, 0);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes caption-top {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes caption-top {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes caption-bottom {
    0% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        -webkit-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*/
@-webkit-keyframes av_pulsate {
    0% {
        -webkit-transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes av_pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}


/*sonar effect*/
@-webkit-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);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@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;
    }
}
