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

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

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

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

.av-typewriter .av-rotator-text {
    display: inline
}

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

.av-caret .av-rotator-text-single:after {
    border-right-width: 1px;
    border-right-style: solid;
    border-color: currentColor;
    content: ""
}

.av-blinking-caret .av-rotator-text-single:after {
    -webkit-animation: blink-caret 1s step-end infinite;
    animation: blink-caret 1s step-end infinite
}

.av-marked-text .av-rotator-text-single {
    color: #fff !important
}

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

@-webkit-keyframes blink-caret {

    from,
    to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes blink-caret {

    from,
    to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

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

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

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

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

.av_font_icon.av-icon-style-border .av-icon-char {
    -webkit-backface-visibility: hidden
}

.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;
    clear: both
}

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

.avia_transform .av_font_icon.avia-icon-animate {
    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.avia-icon-animate {
    -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)
}

#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: 60px;
    width: 60px;
    line-height: 60px;
    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;
    -moz-box-sizing: content-box;
    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
    }
}

.avia-icongrid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%
}

.avia-icongrid-borders-all {
    border-width: 1px;
    border-style: solid
}

.avia-icongrid li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative
}

.avia-icongrid-icon {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 0.5em;
    color: initial
}

.avia-icongrid li .avia-icongrid-wrapper {
    position: relative;
    display: block
}

.avia-icongrid-borders-all li .avia-icongrid-wrapper:before,
.avia-icongrid-borders-between li .avia-icongrid-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: inherit;
    -webkit-box-shadow: 1px 0 0 0, 0 1px 0 0;
    box-shadow: 1px 0 0 0, 0 1px 0 0;
    z-index: 8
}

.avia-icongrid-numrow-3.avia-icongrid-borders-all li:nth-child(3n+3) .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-3.avia-icongrid-borders-between li:nth-child(3n+3) .avia-icongrid-wrapper:before {
    -webkit-box-shadow: 0 1px 0 0;
    box-shadow: 0 1px 0 0
}

.avia-icongrid-numrow-3.avia-icongrid-borders-all li:nth-child(3n+1):nth-last-child(-n+3) .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-3.avia-icongrid-borders-all li:nth-child(3n+1):nth-last-child(-n+3)~li .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-3.avia-icongrid-borders-between li:nth-child(3n+1):nth-last-child(-n+3) .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-3.avia-icongrid-borders-between li:nth-child(3n+1):nth-last-child(-n+3)~li .avia-icongrid-wrapper:before {
    -webkit-box-shadow: 1px 0 0 0;
    box-shadow: 1px 0 0 0
}

.avia-icongrid-numrow-3.avia-icongrid-borders-all li:nth-child(3n+1):nth-last-child(-n+3)~li:nth-child(3n+3) .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-3.avia-icongrid-borders-between li:nth-child(3n+1):nth-last-child(-n+3)~li:nth-child(3n+3) .avia-icongrid-wrapper:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.avia-icongrid-numrow-4.avia-icongrid-borders-all li:nth-child(4n+4) .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-4.avia-icongrid-borders-between li:nth-child(4n+4) .avia-icongrid-wrapper:before {
    -webkit-box-shadow: 0 1px 0 0;
    box-shadow: 0 1px 0 0
}

.avia-icongrid-numrow-4.avia-icongrid-borders-all li:nth-child(4n+1):nth-last-child(-n+4) .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-4.avia-icongrid-borders-all li:nth-child(4n+1):nth-last-child(-n+4)~li .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-4.avia-icongrid-borders-between li:nth-child(4n+1):nth-last-child(-n+4) .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-4.avia-icongrid-borders-between li:nth-child(4n+1):nth-last-child(-n+4)~li .avia-icongrid-wrapper:before {
    -webkit-box-shadow: 1px 0 0 0;
    box-shadow: 1px 0 0 0
}

.avia-icongrid-numrow-4.avia-icongrid-borders-all li:nth-child(4n+1):nth-last-child(-n+4)~li:nth-child(4n+4) .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-4.avia-icongrid-borders-between li:nth-child(4n+1):nth-last-child(-n+4)~li:nth-child(4n+4) .avia-icongrid-wrapper:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.avia-icongrid-numrow-5.avia-icongrid-borders-all li:nth-child(5n+5) .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-5.avia-icongrid-borders-between li:nth-child(5n+5) .avia-icongrid-wrapper:before {
    -webkit-box-shadow: 0 1px 0 0;
    box-shadow: 0 1px 0 0
}

.avia-icongrid-numrow-5.avia-icongrid-borders-all li:nth-child(5n+1):nth-last-child(-n+5) .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-5.avia-icongrid-borders-all li:nth-child(5n+1):nth-last-child(-n+5)~li .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-5.avia-icongrid-borders-between li:nth-child(5n+1):nth-last-child(-n+5) .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-5.avia-icongrid-borders-between li:nth-child(5n+1):nth-last-child(-n+5)~li .avia-icongrid-wrapper:before {
    -webkit-box-shadow: 1px 0 0 0;
    box-shadow: 1px 0 0 0
}

.avia-icongrid-numrow-5.avia-icongrid-borders-all li:nth-child(5n+1):nth-last-child(-n+5)~li:nth-child(5n+5) .avia-icongrid-wrapper:before,
.avia-icongrid-numrow-5.avia-icongrid-borders-between li:nth-child(5n+1):nth-last-child(-n+5)~li:nth-child(5n+5) .avia-icongrid-wrapper:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.avia-icongrid li .avia-icongrid-content {
    opacity: 0;
    visibility: hidden;
    padding: 4em 3em
}

.avia-icongrid li .avia-icongrid-front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.avia-icongrid-numrow-3 li {
    width: 33.333%
}

.avia-icongrid-numrow-4 li {
    width: 25%
}

.avia-icongrid-numrow-5 li {
    width: 20%
}

.avia-icongrid-flipbox li {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    cursor: pointer
}

.avia-icongrid-flipbox li article {
    position: relative;
    display: block;
    z-index: 3;
    min-height: 200px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.avia-icongrid-flipbox li .avia-icongrid-front,
.avia-icongrid-flipbox li .avia-icongrid-flipback {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%
}

.avia-msie-9 .avia-icongrid-flipbox li .avia-icongrid-flipback {
    opacity: 0;
    visibility: hidden
}

.avia-icongrid-flipbox li .avia-icongrid-front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    margin: 1px
}

.avia-icongrid-flipbox li .avia-icongrid-flipback {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 1px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.avia-icongrid-flipbox li .avia-icongrid-front .avia-icongrid-inner,
.avia-icongrid-flipbox li .avia-icongrid-flipback .avia-icongrid-inner {
    position: absolute;
    color: initial;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 4em 3em;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.avia-icongrid-flipbox li:hover .avia-icongrid-front,
.avia-icongrid-flipbox li.av-flip .avia-icongrid-front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.avia-icongrid-flipbox li:hover .avia-icongrid-flipback,
.avia-icongrid-flipbox li.av-flip .avia-icongrid-flipback {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.avia-msie-9 .avia-icongrid-flipbox li:hover .avia-icongrid-front,
.avia-msie-9 .avia-icongrid-flipbox li.av-flip .avia-icongrid-front {
    opacity: 0;
    visibility: hidden
}

.avia-msie-9 .avia-icongrid-flipbox li:hover .avia-icongrid-flipback,
.avia-msie-9 .avia-icongrid-flipbox li.av-flip .avia-icongrid-flipback {
    opacity: 1;
    visibility: visible
}

.avia-icongrid-tooltip li {
    cursor: pointer
}

.avia-icongrid-tooltip li article:before {
    content: "";
    display: block;
    padding-top: 100%
}

.avia-icongrid-tooltip li .avia-icongrid-front {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 2em;
    bottom: 50%;
    top: auto;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.avia-icongrid-tooltip li .avia-icongrid-content {
    position: absolute;
    bottom: 4em;
    width: 85%;
    left: 7.5%;
    padding: 1em 2em !important;
    background-color: white;
    color: white;
    z-index: 8;
    border-width: 0.3em;
    border-style: solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.1)
}

.avia-icongrid-tooltip li .avia-icongrid-content .avia-icongrid-inner {
    color: initial
}

.avia-icongrid-tooltip li .avia-icongrid-content:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left-width: 0.5em;
    border-right-width: 0.5em;
    border-top-width: 0.5em;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: inherit;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -0.75em;
    -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.1)
}

.avia-icongrid-tooltip li:hover .avia-icongrid-content {
    visibility: visible;
    opacity: 1;
    bottom: 40%
}

.avia-icongrid-tooltip li:hover .avia-icongrid-front {
    bottom: 0.5em;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

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

    .avia-icongrid-numrow-3 li,
    .avia-icongrid-numrow-4 li,
    .avia-icongrid-numrow-5 li {
        width: 50%
    }

    .avia-icongrid-borders-all li .avia-icongrid-wrapper:before,
    .avia-icongrid-borders-between li .avia-icongrid-wrapper:before {
        display: none
    }

    .avia-icongrid-borders-all li .avia-icongrid-wrapper:after,
    .avia-icongrid-borders-between li .avia-icongrid-wrapper:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: inherit;
        -webkit-box-shadow: 1px 0 0 0, 0 1px 0 0;
        box-shadow: 1px 0 0 0, 0 1px 0 0;
        z-index: 8
    }

    .avia-icongrid-borders-all li:nth-child(2n+2) .avia-icongrid-wrapper:after,
    .avia-icongrid-borders-between li:nth-child(2n+2) .avia-icongrid-wrapper:after {
        -webkit-box-shadow: 0 1px 0 0;
        box-shadow: 0 1px 0 0
    }

    .avia-icongrid-borders-all li:last-child .avia-icongrid-wrapper:after,
    .avia-icongrid-borders-between li:last-child .avia-icongrid-wrapper:after {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .avia-icongrid-borders-all li:nth-child(2n+1):nth-last-child(-n+2) .avia-icongrid-wrapper:after,
    .avia-icongrid-borders-between li:nth-child(2n+1):nth-last-child(-n+2) .avia-icongrid-wrapper:after {
        -webkit-box-shadow: 1px 0 0 0;
        box-shadow: 1px 0 0 0
    }
}

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

    .avia-icongrid-numrow-3 li,
    .avia-icongrid-numrow-4 li,
    .avia-icongrid-numrow-5 li {
        width: 100%
    }

    .avia-icongrid-borders-all li .avia-icongrid-wrapper,
    .avia-icongrid-borders-between li .avia-icongrid-wrapper {
        border-right-width: 0px !important;
        border-right-style: hidden !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important
    }

    .avia-icongrid-borders-all li:nth-child(odd) .avia-icongrid-wrapper,
    .avia-icongrid-borders-between li:nth-child(odd) .avia-icongrid-wrapper {
        border-right-width: 0px !important;
        border-right-style: hidden !important
    }

    .avia-icongrid-flipbox li:hover .avia-icongrid-front,
    .avia-icongrid-flipbox li.av-flip .avia-icongrid-front,
    .avia-icongrid-flipbox li:hover .avia-icongrid-flipback,
    .avia-icongrid-flipbox li.av-flip .avia-icongrid-flipback {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .avia-icongrid li .avia-icongrid-wrapper:before {
        display: none
    }

    .avia-icongrid-flipbox li .avia-icongrid-front {
        position: relative;
        height: auto;
        top: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .avia-icongrid-flipbox li .avia-icongrid-content {
        display: none
    }

    .avia-icongrid-flipbox li .avia-icongrid-flipback {
        position: relative;
        height: auto;
        top: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .avia-icongrid-flipbox li .avia-icongrid-front .avia-icongrid-inner,
    .avia-icongrid-flipbox li .avia-icongrid-flipback .avia-icongrid-inner {
        position: relative;
        height: auto;
        top: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .avia-icongrid-flipbox li .avia-icongrid-front .avia-icongrid-inner {
        padding: 4em 3em
    }

    .avia-icongrid-tooltip li article {
        padding: 4em 3em
    }

    .avia-icongrid-tooltip li:hover .avia-icongrid-front,
    .avia-icongrid-tooltip li .avia-icongrid-front {
        position: relative;
        top: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .avia-icongrid-tooltip li:hover .avia-icongrid-content,
    .avia-icongrid-tooltip li .avia-icongrid-content {
        position: relative;
        top: auto;
        bottom: auto;
        visibility: visible;
        opacity: 1
    }

    .avia-icongrid-tooltip li .avia-icongrid-content:after {
        bottom: auto;
        top: -0.75em;
        border-top: 0.3em solid rgba(0, 0, 0, 0.07);
        border-left: 0.3em solid rgba(0, 0, 0, 0.07);
        border-bottom: 0;
        border-right: 0
    }

    .avia-icongrid-tooltip li article:before {
        display: none
    }
}

.avia-icon-list-container {
    margin: 30px 0;
    clear: both
}

.avia-icon-list {
    margin: 0;
    padding: 0
}

.avia-icon-list li {
    margin: 0;
    padding: 0 0 30px 0;
    list-style-type: none;
    list-style-position: outside;
    clear: both;
    position: relative;
    min-height: 60px
}

.avia-icon-list .iconlist_icon {
    height: 64px;
    width: 64px;
    line-height: 64px;
    font-size: 30px;
    text-align: center;
    border-radius: 500px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-left: 2px;
    z-index: 5;
    color: #fff
}

.avia-icon-list a.iconlist_icon:hover {
    color: #fff;
    text-decoration: none
}

.avia-icon-list .iconlist_title {
    text-transform: uppercase;
    top: 4px;
    margin-bottom: 0;
    position: relative
}

#top .avia-icon-list .iconlist_title a:hover {
    text-decoration: underline
}

.avia-icon-list .iconlist_content_wrap {
    overflow: hidden;
    min-height: 1.5em;
    padding-bottom: 4px
}

.avia-icon-list article.article-icon-entry {
    min-height: 45px
}

.avia-icon-list .av-iconlist-empty .iconlist_title {
    margin-top: 17px
}

.avia-icon-list .iconlist-timeline {
    position: absolute;
    top: 1%;
    left: 32px;
    width: 1px;
    height: 99%;
    border-right-width: 1px;
    border-right-style: dashed
}

.avia-icon-list .iconlist_content {
    line-height: 1.65em
}

.avia-icon-list .iconlist_content li {
    min-height: 0;
    padding: 0;
    list-style: disc outside
}

.avia-icon-list li:last-child .iconlist-timeline {
    display: none
}

#top .av_iconlist_title a {
    text-decoration: none
}

#top .av_iconlist_title a:hover {
    text-decoration: underline
}

#top .av-iconlist-small li {
    padding: 0px;
    min-height: 0px
}

#top .av-iconlist-small article.article-icon-entry {
    min-height: 0px
}

#top .av-iconlist-small .iconlist-timeline {
    display: none
}

#top .av-iconlist-small .iconlist_icon {
    background: transparent;
    color: inherit;
    height: 1.45em;
    width: 1.45em;
    line-height: 1.45em;
    font-size: inherit;
    margin-right: 0.25em
}

#top .av-iconlist-small.avia-icon-list-right .iconlist_icon {
    float: right;
    margin-left: 0.1em;
    margin-right: 2px
}

#top .av-iconlist-small .iconlist_content_wrap {
    min-height: 0;
    padding: 0
}

.av-iconlist-small .iconlist_title_small {
    line-height: 1.45em
}

.av-iconlist-small .iconlist_content p:first-child {
    margin-top: 2px
}

.avia-icon-list-right {
    text-align: right
}

.avia-icon-list-right .iconlist_icon {
    float: right;
    margin-left: 30px;
    margin-right: 0;
    margin-right: 2px
}

.avia-icon-list-right .iconlist-timeline {
    left: auto;
    right: 32px
}

.avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon {
    opacity: 0.1;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
}

.avia_transform .avia-iconlist-animate .iconlist-timeline {
    height: 0%
}

.avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist_icon {
    -webkit-animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist-timeline {
    -webkit-animation: avia_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    height: 100%
}

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

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

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

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

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

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

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

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

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

.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 .avia-image-overlay-wrap: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)
}

.avia_transform .avia_animated_image {
    opacity: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.av-fullwidth-hotspots {
    border-top: none
}

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

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

.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);
    animation: avia_hotspot_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    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
    }
}

.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 .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 .minor-meta {
    font-size: 12px
}

.av-magazine .av-magazine-text-sep.text-sep-cats,
.av-magazine .av-magazine-text-sep.text-sep-tags {
    padding: 0 5px 0 0;
    text-transform: uppercase
}

.av-magazine .av-magazine-cats-wrap,
.av-magazine .av-magazine-tags-wrap {
    width: 100%;
    float: left;
    margin-top: -10px
}

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

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

.av-masonry-container {
    width: 100.4%;
    float: left;
    clear: both;
    position: relative
}

.av-masonry-entry {
    position: relative;
    display: block;
    width: 24.90%;
    float: left;
    clear: none;
    text-decoration: none;
    visibility: hidden;
    opacity: 0
}

#top .masonry-no-border {
    border-top: none
}

.av-masonry-entry.av-landscape-img {
    width: 49.80%
}

.av-masonry-col-2 .av-masonry-entry {
    width: 49.80%
}

.av-masonry-col-2 .av-masonry-entry.av-landscape-img {
    width: 99.50%
}

.av-masonry-col-3 .av-masonry-entry {
    width: 33.3%
}

.av-masonry-col-3 .av-masonry-entry.av-landscape-img {
    width: 66.6%
}

.av-masonry-col-4 .av-masonry-entry {}

.av-masonry-col-4 .av-masonry-entry.av-landscape-img {}

.av-masonry-col-5 .av-masonry-entry {
    width: 19.90%
}

.av-masonry-col-5 .av-masonry-entry.av-landscape-img {
    width: 39.80%
}

.av-masonry-col-6 .av-masonry-entry {
    width: 16.6%
}

.av-masonry-col-6 .av-masonry-entry.av-landscape-img {
    width: 33.2%
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive.av-no-preview #top .av-medium-columns-4 .av-masonry-entry {
        width: 24.90%
    }

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

    .responsive.av-no-preview #top .av-medium-columns-2 .av-masonry-entry {
        width: 49.80%
    }

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

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive.av-no-preview #top .av-small-columns-4 .av-masonry-entry {
        width: 24.90%
    }

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

    .responsive.av-no-preview #top .av-small-columns-2 .av-masonry-entry {
        width: 49.80%
    }

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

@media only screen and (max-width: 479px) {
    .responsive.av-no-preview #top .av-mini-columns-4 .av-masonry-entry {
        width: 24.90%
    }

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

    .responsive.av-no-preview #top .av-mini-columns-2 .av-masonry-entry {
        width: 49.80%
    }

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

.av-masonry-outerimage-container {
    overflow: hidden
}

.av-masonry-outerimage-container,
.av-masonry-image-container {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.av-masonry-image-container {
    text-align: center;
    background-size: cover;
    background-position: center center
}

.av-masonry-image-container img {
    display: block;
    margin: 0 auto
}

#top .av-inner-masonry {
    overflow: hidden;
    background-color: transparent
}

.av-masonry-entry .av-inner-masonry-content {
    padding: 20px;
    z-index: 2;
    position: relative;
    width: 100%
}

.av-masonry-entry .avia-arrow {
    border: none;
    top: -5px
}

.av-masonry-item-no-image .avia-arrow {
    display: none
}

.av-masonry-entry .av-masonry-entry-title {
    line-height: 1.3em;
    margin: 0;
    font-size: 15px
}

.av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
    padding-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden
}

.av-masonry-date,
.av-masonry-text-sep,
.av-masonry-author {
    font-size: 11px
}

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

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

.av-masonry-entry.av-masonry-item-loaded {
    opacity: 1;
    visibility: visible
}

.avia_desktop.avia_transform3d .av-masonry-animation-active .av-masonry-entry {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px
}

.avia_desktop.avia_transform3d .av-masonry-animation-active .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
    -webkit-animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
    animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075)
}

.av-large-gap.av-masonry {
    padding: 15px 0 0 15px
}

.av-no-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
    position: absolute;
    top: 0px;
    left: -1px;
    right: 0px;
    bottom: -2px
}

.av-1px-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 1px;
    bottom: 1px
}

.av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 15px;
    bottom: 15px
}

.av-no-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
    position: relative
}

.av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
    position: relative;
    margin-right: 1px;
    margin-bottom: 1px
}

.av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px
}

.avia-mozilla .av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
    margin-bottom: 2px
}

.av-flex-size .av-masonry-image-container {
    background-image: none !important
}

.av-fixed-size .av-masonry-image-container,
.av-fixed-size .av-masonry-outerimage-container {
    position: absolute
}

.av-fixed-size .av-masonry-image-container img {
    display: none
}

.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
    width: 100%;
    padding-bottom: 80%;
    z-index: 1
}

.av-fixed-size .av-masonry-entry.av-landscape-img .av-inner-masonry-sizer {
    padding-bottom: 40%
}

.av-fixed-size .av-masonry-entry.av-portrait-img .av-inner-masonry-sizer {
    padding-bottom: 160%
}

.av-fixed-size .av-masonry-entry.av-portrait-img.av-landscape-img .av-inner-masonry-sizer {
    padding-bottom: 80%
}

#top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content,
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    bottom: 0;
    table-layout: fixed
}

#top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos,
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry {
    background: transparent
}

.av-fixed-size .av-masonry-entry .av-inner-masonry-content,
.av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content,
.av-flex-size.av-caption-on-hover-hide .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
    position: absolute;
    bottom: -1px
}

#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    background: rgba(0, 0, 0, 0.35)
}

#top .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content {
    background: transparent
}

#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content *,
#top .av-caption-style-overlay .av-masonry-item-with-image ins:before,
#top #wrap_all .av-caption-style-overlay .av-masonry-item-with-image del {
    color: #fff
}

#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content .avia-arrow,
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content .av-icon-display {
    display: none
}

#top #wrap_all .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    display: block;
    height: auto;
    width: auto
}

#top .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content-pos {
    display: table;
    height: 100%;
    width: 100%
}

#top .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content-pos-content {
    display: table-cell;
    vertical-align: middle
}

#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 1.5em
}

.av-fixed-size.av-orientation-landscape-large .av-masonry-entry .av-inner-masonry-sizer {
    width: 100%;
    padding-bottom: 50%
}

.av-fixed-size.av-orientation-square .av-masonry-entry .av-inner-masonry-sizer {
    width: 100%;
    padding-bottom: 100%
}

.av-fixed-size.av-orientation-portrait .av-masonry-entry .av-inner-masonry-sizer {
    width: 100%;
    padding-bottom: 130%
}

.av-fixed-size.av-orientation-portrait-large .av-masonry-entry .av-inner-masonry-sizer {
    width: 100%;
    padding-bottom: 150%
}

#top .av-masonry-entry:hover {
    text-decoration: none
}

.av-masonry-image-container,
.av-inner-masonry-content,
.av-masonry-pagination {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 0.7
}

.avia_desktop .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container,
.avia_desktop .av-hover-overlay-active.av-caption-style-overlay .av-masonry-entry .av-masonry-image-container {
    opacity: 1
}

.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.avia_desktop .av-caption-on-hover .av-masonry-item-with-image .av-inner-masonry-content {
    opacity: 0;
    filter: alpha(opacity=00)
}

.avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content {
    opacity: 1;
    filter: alpha(opacity=100)
}

.avia_desktop .av-caption-on-hover-hide .av-masonry-item-with-image .av-inner-masonry-content {
    opacity: 1;
    filter: alpha(opacity=100)
}

.avia_desktop .av-caption-on-hover-hide .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content {
    opacity: 0;
    filter: alpha(opacity=00)
}

.avia_desktop .av-inner-masonry-content {
    -webkit-backface-visibility: hidden
}

.avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content,
.avia_desktop.avia_transform3d .av-caption-on-hover-hide.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.avia_desktop.avia_transform3d .av-caption-on-hover-hide.av-caption-style- .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content,
.avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    transform-origin: center bottom
}

.avia_desktop.avia_transform3d .av-masonry-entry:hover .av-icon-display {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border-color: transparent
}

.avia_desktop.avia_transform3d .av-masonry-image-container {
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden
}

.av-masonry-sort {
    text-align: center;
    padding: 20px 40px;
    visibility: hidden;
    overflow: hidden
}

#top div.container .av-masonry .av-masonry-sort {
    padding: 0px;
    background: transparent;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 0.9em
}

.av-large-gap .av-masonry-sort {}

.av-masonry-sort a {
    text-decoration: none
}

.av-masonry-sort .avia_hide_sort {
    display: none
}

.av-sort-by-term>* {
    display: inline-block
}

.av-no-gap .av-masonry-sort,
.av-1px-gap .av-masonry-sort {
    margin: 0 0 1px 0
}

.av-large-gap .av-masonry-sort {
    margin: 0 15px 15px 0
}

.avia-term-count {
    display: none
}

#top .av-sort-yes-tax {
    line-height: 50px
}

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

#top .av-current-sort-title {
    float: left;
    font-weight: normal;
    font-size: 26px
}

.av-masonry-pagination {
    clear: both;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    display: block
}

#top .av-masonry-load-more {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden
}

#top .av-masonry-load-more.av-masonry-no-more-items {
    opacity: 0 !important;
    height: 0px;
    padding: 0px;
    filter: alpha(opacity=00)
}

#top .av-masonry-load-more:hover {
    letter-spacing: 0px
}

.av-no-gap .av-masonry-load-more {
    margin: 1px 0 0 0;
    float: left;
    width: 100%
}

.av-large-gap .av-masonry-pagination {
    margin: 0 15px 15px 0
}

.av-masonry-pagination .pagination {
    padding: 5px
}

.av-masonry-pagination .pagination-meta {
    line-height: 30px
}

.av-masonry-entry.sale .av-masonry-entry-title {
    padding-right: 48px
}

#top .av-masonry-entry.type-product .av-masonry-image-container {
    -webkit-transform: scale(1);
    transform: scale(1)
}

#top .av-masonry-entry .price,
#top .av-masonry-entry .price span,
#top .av-masonry-entry del,
#top .av-masonry-entry ins {
    font-size: 14px
}

#top .av-masonry-entry .onsale {
    top: 20px;
    right: 20px
}

#top .av-caption-style-overlay .av-masonry-entry .onsale {
    top: 0px;
    right: 0px;
    border-radius: 0
}

#top .av-caption-style-overlay .av-masonry-entry.sale .av-masonry-entry-title {
    padding-right: 0px
}

#top .av-masonry-entry .av-inner-masonry .av-masonry-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#top .av-masonry-entry:hover .av-inner-masonry .av-masonry-overlay {
    opacity: 1;
    filter: alpha(opacity=100)
}

#top .av-icon-display.av-masonry-media {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -75px;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

#top .av-masonry-entry:hover .av-icon-display.av-masonry-media {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

#top .av-masonry-entry.format-quote .av-icon-display {
    position: absolute;
    z-index: -1;
    border: none;
    background: rgba(0, 0, 0, 0);
    opacity: 0.1;
    filter: alpha(opacity=10);
    bottom: -20px;
    left: 0;
    font-size: 50px;
    line-height: 100px;
    width: 100px
}

#top div .av-masonry-entry.format-quote:hover .av-icon-display {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0.3;
    filter: alpha(opacity=30)
}

#top .container .av-masonry {
    background: transparent
}

#top .container .av-masonry.av-large-gap {
    padding: 0;
    width: 102%;
    width: calc(100% + 15px)
}

#top .av-hover-overlay-fade_out .av-masonry-image-container {
    opacity: 1.0
}

#top .av-hover-overlay-fade_out .av-masonry-entry:hover .av-masonry-image-container {
    opacity: 0.2
}

#top .av-hover-overlay-grayscale .av-masonry-entry .av-masonry-image-container {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

#top .av-hover-overlay-grayscale .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

#top .av-hover-overlay-desaturation .av-masonry-image-container {
    -webkit-filter: saturate(30%);
    filter: saturate(30%)
}

#top .av-hover-overlay-desaturation .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-filter: saturate(100%);
    filter: saturate(100%)
}

#top .av-hover-overlay-bluronhover .av-masonry-image-container {
    -webkit-filter: blur(0px);
    filter: blur(0px)
}

#top .av-hover-overlay-bluronhover .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

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

    .responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry,
    .responsive.html_av-framed-box .av-masonry-col-flexible .av-masonry-entry {
        width: 16.6%
    }

    .responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry.av-landscape-img,
    .responsive.html_av-framed-box .av-masonry-col-flexible .av-masonry-entry.av-landscape-img {
        width: 33.2%
    }
}

@media only screen and (min-width: 989px) and (max-width: 1340px) {
    .responsive .av-masonry-col-flexible .av-masonry-entry {
        width: 33.3%
    }

    .responsive .av-masonry-col-flexible .av-masonry-entry.av-landscape-img {
        width: 66.6%
    }
}

@media only screen and (max-width: 767px) {
    .responsive #top .av-masonry-entry {
        width: 100%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive #top .av-masonry-entry {
        width: 49.90%
    }

    .responsive #top .av-masonry-entry.av-landscape-img {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .responsive #top .av-masonry-entry {
        width: 100%
    }
}

@media only screen and (min-width: 767px) and (max-width: 989px) {
    .responsive .av-masonry-col-flexible.av-masonry-gallery .av-masonry-entry {
        width: 33.3%
    }

    .responsive .av-masonry-col-flexible.av-masonry-gallery .av-masonry-entry.av-landscape-img {
        width: 66.6%
    }

    .responsive .av-masonry-col-automatic .av-masonry-entry .av-masonry-entry-title {
        font-size: 13px
    }

    .responsive .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
        display: none
    }
}

@media only screen and (min-width: 767px) and (max-width: 989px) {
    .responsive .av-masonry-col-flexible .av-masonry-entry {
        width: 49.90%
    }

    .responsive .av-masonry-col-flexible .av-masonry-entry.av-landscape-img {
        width: 100%
    }
}