#image-sizes-credit{font-size:11px;padding:5px;text-align:center;margin:0 auto;color:#aaa}#image-sizes-credit a{color:#3677b9}#hollerbox-popup-content {
display: none !important;
}
body.holler-box-blurred {
filter: blur(4px);
}
body.holler-suppress-animations .holler-box-overlay,
body.holler-suppress-animations .holler-box .animation {
animation: none !important;
}
body.holler-slide-down {
animation-duration: 0.3s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
body.disable-scrolling {
overflow: hidden;
}
body:not(.wp-admin) .holler-box {
position: fixed;
}
body:not(.wp-admin).admin-bar .positioner.top-left {
top: calc(20px + 32px);
}
body:not(.wp-admin).admin-bar .positioner.top-center {
top: calc(20px + 32px);
}
body:not(.wp-admin).admin-bar .positioner.top-right {
top: calc(20px + 32px);
}
body:not(.wp-admin).admin-bar .holler-box.holler-sidebar .positioner,
body:not(.wp-admin).admin-bar .holler-box.holler-banner .positioner.top-left {
top: 32px !important;
}
@keyframes progress-bar-stripes {
from {
background-position: 0 40px;
}
to {
background-position: 0 0;
}
}
@keyframes holler-rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes holler-overlay-appear {
from {
opacity: 0;
}
}
@keyframes holler-appear {
0% {
transform: scale(0.5);
opacity: 0;
}
75% {
opacity: 1;
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
@keyframes holler-disappear {
to {
transform: scale(0.8);
opacity: 0;
}
}
@keyframes holler-slide-in-up {
from {
transform: translateY(100%);
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes holler-slide-in-down {
from {
transform: translateY(-100%);
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes holler-slide-in-left {
from {
transform: translateX(-100%);
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes holler-slide-in-right {
from {
transform: translateX(100%);
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes holler-slide-out-up {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translateY(-100%);
}
}
@keyframes holler-slide-out-down {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translateY(100%);
}
}
@keyframes holler-slide-out-right {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translateX(100%);
}
}
@keyframes holler-slide-out-left {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translateX(-100%);
}
}
.holler-box {
z-index: 1000;
}
.holler-box .hollerbox-integration-errors {
background: #FFFFFF;
color: #e91f4f;
padding: 20px;
font-size: 16px;
}
.holler-box .hollerbox-integration-errors p:first-child {
margin-top: 0;
}
.holler-box .hollerbox-integration-errors p:last-child {
margin-bottom: 0;
}
.holler-box.no-animation .holler-box-overlay,
.holler-box.no-animation .holler-box-overlay::before,
.holler-box.no-animation .holler-box-overlay::after,
.holler-box.no-animation .animation {
animation: none !important;
}
.holler-box .animation {
animation-duration: 0.3s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
.holler-box .animation.appear {
animation-name: holler-appear;
}
.holler-box .positioner {
position: fixed;
}
.holler-box .positioner.top {
top: 20px;
left: 20px;
}
.holler-box .positioner.top .slide-in {
animation-name: holler-slide-in-down;
}
.holler-box .positioner.top .slide-out {
animation-name: holler-slide-out-up;
}
.holler-box .positioner.top-left {
top: 20px;
left: 20px;
}
.holler-box .positioner.top-left .slide-in {
animation-name: holler-slide-in-down;
}
.holler-box .positioner.top-left .slide-out {
animation-name: holler-slide-out-up;
}
.holler-box .positioner.top-center {
top: 20px;
left: 50%;
transform: translateX(-50%);
}
.holler-box .positioner.top-center .slide-in {
animation-name: holler-slide-in-down;
}
.holler-box .positioner.top-center .slide-out {
animation-name: holler-slide-out-up;
}
.holler-box .positioner.top-right {
top: 20px;
right: 20px;
}
.holler-box .positioner.top-right .slide-in {
animation-name: holler-slide-in-down;
}
.holler-box .positioner.top-right .slide-out {
animation-name: holler-slide-out-up;
}
.holler-box .positioner.center-left {
left: 20px;
top: 50%;
transform: translateY(-50%);
}
.holler-box .positioner.center-left .slide-in {
animation-name: holler-slide-in-left;
}
.holler-box .positioner.center-left .slide-out {
animation-name: holler-slide-out-left;
}
.holler-box .positioner.center-center {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.holler-box .positioner.center-center .slide-in {
animation-name: holler-appear;
}
.holler-box .positioner.center-center .slide-out {
animation-name: holler-disappear;
}
.holler-box .positioner.center-right {
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.holler-box .positioner.center-right .slide-in {
animation-name: holler-slide-in-right;
}
.holler-box .positioner.center-right .slide-out {
animation-name: holler-slide-out-right;
}
.holler-box .positioner.bottom {
bottom: 20px;
left: 20px;
}
.holler-box .positioner.bottom .slide-in {
animation-name: holler-slide-in-up;
}
.holler-box .positioner.bottom .slide-out {
animation-name: holler-slide-out-down;
}
.holler-box .positioner.bottom-left {
bottom: 20px;
left: 20px;
}
.holler-box .positioner.bottom-left .slide-in {
animation-name: holler-slide-in-up;
}
.holler-box .positioner.bottom-left .slide-out {
animation-name: holler-slide-out-down;
}
.holler-box .positioner.bottom-center {
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}
.holler-box .positioner.bottom-center .slide-in {
animation-name: holler-slide-in-up;
}
.holler-box .positioner.bottom-center .slide-out {
animation-name: holler-slide-out-down;
}
.holler-box .positioner.bottom-right {
bottom: 20px;
right: 20px;
}
.holler-box .positioner.bottom-right .slide-in {
animation-name: holler-slide-in-up;
}
.holler-box .positioner.bottom-right .slide-out {
animation-name: holler-slide-out-down;
}
.holler-box .holler-box-credit {
margin-top: 10px;
text-align: center;
}
.holler-box .holler-box-credit a {
color: #e8ad0b;
text-decoration: none;
font-size: 16px;
}
.holler-box .holler-box-overlay {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: transparent;
opacity: 1;
animation: holler-overlay-appear 0.4s ease-in-out;
}
.holler-box .holler-box-overlay::after {
content: "";
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: #333;
opacity: 0.5;
}
.holler-box .holler-box-overlay.no-animation {
animation: none;
}
.holler-box .display-flex {
display: flex;
gap: 20px;
}
.holler-box .holler-box-modal {
min-width: 300px;
width: min-content;
max-width: calc(100vw - 40px);
background: #ffffff;
padding: 30px;
box-sizing: border-box;
box-shadow: 5px 5px 30px 0 rgba(24, 45, 70, 0.15);
}
.holler-box .holler-box-modal.notification-closed {
cursor: pointer;
box-sizing: border-box;
width: 60px !important;
height: 60px !important;
border-radius: 50% !important;
display: flex;
align-items: center;
justify-content: center;
background: #0075ff;
box-shadow: 5px 5px 30px 0 rgba(24, 45, 70, 0.15);
min-width: 0 !important;
padding: 0 !important;
}
.holler-box .holler-box-modal.notification-closed svg {
height: 30px;
width: 30px;
}
.holler-box .holler-box-modal img {
max-width: 100%;
}
.holler-box .holler-box-modal img.alignright {
float: right;
}
.holler-box .holler-box-modal img.alignleft {
float: left;
}
.holler-box .holler-box-modal img.aligncenter {
margin: 0 auto;
display: block;
}
.holler-box .holler-box-modal .holler-box-modal-content {
box-sizing: border-box;
}
.holler-box .holler-box-modal .holler-box-modal-content p, .holler-box .holler-box-modal .holler-box-modal-content li, .holler-box .holler-box-modal .holler-box-modal-content ul, .holler-box .holler-box-modal .holler-box-modal-content ol {
font-size: 18px;
}
.holler-box .holler-box-modal .holler-box-modal-content h1 {
font-size: 40px;
}
.holler-box .holler-box-modal .holler-box-modal-content h2 {
font-size: 32px;
}
.holler-box .holler-box-modal .holler-box-modal-content h3 {
font-size: 24px;
}
.holler-box .holler-box-modal button.holler-box-modal-close {
cursor: pointer;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
border: none;
position: absolute;
top: 5px;
right: 5px;
height: 12px;
width: 12px;
background-color: transparent !important;
background: none;
color: #102640;
}
.holler-box .holler-box-modal button.holler-box-modal-close svg {
height: 100%;
width: 100%;
}
.holler-box .holler-box-modal button.holler-box-modal-close.medium {
top: 7px;
right: 7px;
height: 16px;
width: 16px;
}
.holler-box .holler-box-modal button.holler-box-modal-close.large {
top: 9px;
right: 9px;
height: 22px;
width: 22px;
}
.holler-box .holler-box-modal button.holler-box-modal-close.filled {
top: 0;
right: 0;
height: 18px;
width: 18px;
transform: translate(50%, -50%);
}
.holler-box .holler-box-modal button.holler-box-modal-close.filled.icon-inside {
top: 5px;
right: 5px;
transform: none;
}
.holler-box .holler-box-modal button.holler-box-modal-close.filled.medium {
height: 24px;
width: 24px;
}
.holler-box .holler-box-modal button.holler-box-modal-close.filled.large {
height: 30px;
width: 30px;
}
.holler-box.holler-notification-box .holler-box-credit {
margin-top: 10px;
text-align: right;
}
.holler-box.holler-notification-box .holler-box-credit a {
color: #e8ad0b;
text-decoration: none;
font-size: 14px;
}
.holler-box.holler-notification-box.with-chat {   }
.holler-box.holler-notification-box.with-chat ::-webkit-scrollbar {
width: 5px;
}
.holler-box.holler-notification-box.with-chat ::-webkit-scrollbar-track {
background: rgba(16, 38, 64, 0.05);
}
.holler-box.holler-notification-box.with-chat ::-webkit-scrollbar-thumb {
background: rgba(16, 38, 64, 0.3);
border-radius: 5px;
}
.holler-box.holler-notification-box.with-chat ::-webkit-scrollbar-thumb:hover {
background: rgba(16, 38, 64, 0.5);
}
.holler-box.holler-notification-box.with-chat .holler-box-modal {
max-height: 600px;
overflow-y: auto;
}
.holler-box.holler-notification-box.with-chat .close-chat-wrap {
display: flex;
justify-content: center;
margin: 10px;
}
.holler-box.holler-notification-box.with-chat .close-chat-wrap button.close-chat {
cursor: pointer;
background: none;
border: none;
color: rgba(16, 38, 64, 0.3);
font-weight: 500;
font-size: 14px;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-response {
margin: 10px 0;
display: flex;
justify-content: flex-end;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-response .content {
padding: 10px;
background: #0075ff;
color: #ffffff;
border-radius: 5px;
font-size: 16px;
line-height: 1.3;
margin: 0;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-response .content * {
background: #0075ff;
color: #ffffff;
font-size: 16px;
line-height: 1.3;
margin: 0;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-message {
display: flex;
gap: 10px;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-message img.avatar {
border-radius: 50%;
height: 30px;
width: 30px;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-message .content {
display: flex;
gap: 10px;
flex-direction: column;
align-items: flex-start;
}
.holler-box.holler-notification-box.with-chat .holler-box-chat-message .content > * {
padding: 10px;
background: rgba(0, 117, 255, 0.07);
border-radius: 5px;
font-size: 16px;
line-height: 1.3;
margin: 0;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form {
display: flex;
align-items: stretch;
width: 100%;
margin-top: 15px;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form textarea,
.holler-box.holler-notification-box.with-chat form.holler-chat-form .holler-box-input {
border-radius: 5px 0 0 5px;
background: #ffffff;
padding: 6px 16px;
font-size: 14px;
width: 100%;
border: 1px solid rgba(16, 38, 64, 0.3);
line-height: 2;
min-height: 30px;
box-sizing: border-box;
max-height: 42px;
min-width: 0;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form textarea::placeholder,
.holler-box.holler-notification-box.with-chat form.holler-chat-form .holler-box-input::placeholder {
color: #cccccc;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form textarea:-ms-input-placeholder,
.holler-box.holler-notification-box.with-chat form.holler-chat-form .holler-box-input:-ms-input-placeholder {
color: #cccccc;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form button.send-message {
cursor: pointer;
border: none;
background: #0075ff;
color: #ffffff;
border-radius: 0 5px 5px 0;
padding: 5px 10px;
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form button.send-message:focus, .holler-box.holler-notification-box.with-chat form.holler-chat-form button.send-message:hover {
background: rgba(0, 117, 255, 0.6);
}
.holler-box.holler-notification-box.with-chat form.holler-chat-form button.send-message svg {
height: 20px;
width: 20px;
}
.holler-box.holler-notification-box.with-button .holler-button-cta {
display: flex;
justify-content: flex-end;
margin-top: 10px;
}
.holler-box.holler-notification-box.with-button .holler-button-cta .holler-box-button {
border-radius: 5px;
font-size: 18px;
}
.holler-box.holler-notification-box.with-form form.holler-box-form {
margin-top: 10px;
}
.holler-box.holler-notification-box.with-form form.holler-box-form .fields {
gap: 0;
}
.holler-box.holler-notification-box.with-form form.holler-box-form input[type=email] {
width: 100%;
background: rgba(16, 38, 64, 0.05);
border: none;
font-size: 16px;
border-radius: 5px 0 0 5px;
}
.holler-box.holler-notification-box.with-form form.holler-box-form button {
border-radius: 0 5px 5px 0;
font-size: 18px;
}
.holler-box.holler-notification-box .holler-box-modal {
width: 400px;
padding: 20px 10px 10px 10px;
box-shadow: 5px 5px 30px 0 rgba(24, 45, 70, 0.15);
border-radius: 5px;
}
.holler-box.holler-notification-box .holler-box-modal .display-flex {
align-items: flex-start;
gap: 10px;
}
.holler-box.holler-notification-box .holler-box-modal img {
border-radius: 50%;
width: 50px;
height: 50px;
}
.holler-box.holler-notification-box .holler-box-modal .holler-box-modal-content {
width: 100%;
padding: 20px;
background-color: rgba(0, 117, 255, 0.07);
border-radius: 5px;
}
.holler-box.holler-notification-box .holler-box-modal .holler-box-modal-content p {
font-size: 16px;
margin: 0.8em 0;
line-height: 1.1;
}
.holler-box.holler-notification-box .holler-box-modal .holler-box-modal-content p:first-child {
margin-top: 0;
}
.holler-box.holler-notification-box .holler-box-modal .holler-box-modal-content p:last-child {
margin-bottom: 0;
}
.holler-box.holler-popup-custom .holler-box-modal-content {
width: 400px;
}
.holler-box.holler-popup-standard .holler-box-modal-content {
width: 400px;
}
.holler-box.holler-popup-image-left .holler-box-modal {
padding: 0;
}
.holler-box.holler-popup-image-left .holler-box-modal .holler-box-modal-content {
width: 330px;
}
.holler-box.holler-popup-image-left .display-flex {
display: flex;
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-image-left .display-flex .left {
flex-shrink: 0;
background-size: cover;
background-position: center center;
width: 300px;
}
.holler-box.holler-popup-image-left .display-flex .right {
align-self: flex-start;
padding: 30px;
}
.holler-box.holler-popup-image-right .holler-box-modal {
padding: 0;
}
.holler-box.holler-popup-image-right .holler-box-modal .holler-box-modal-content {
width: 330px;
}
.holler-box.holler-popup-image-right .display-flex {
display: flex;
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-image-right .display-flex .right {
flex-shrink: 0;
background-size: cover;
background-position: center center;
width: 300px;
}
.holler-box.holler-popup-image-right .display-flex .left {
align-self: flex-start;
padding: 30px;
}
.holler-box.holler-popup-form-below .holler-box-modal {
padding: 0;
}
.holler-box.holler-popup-form-below .holler-box-modal .holler-box-modal-content {
width: 330px;
}
.holler-box.holler-popup-form-below .display-flex {
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-form-below .display-flex .left {
padding: 30px;
}
.holler-box.holler-popup-form-below .display-flex .right {
flex-shrink: 0;
width: 300px;
background-size: cover;
background-position: center center;
}
.holler-box.holler-popup-form-below .holler-box-form {
padding: 20px;
background: rgba(0, 117, 255, 0.07);
}
.holler-box.holler-popup-progress-bar .holler-box-progress-bar-wrap .holler-box-progress-bar {
display: flex;
overflow: hidden;
background-color: #e9ecef;
}
.holler-box.holler-popup-progress-bar .holler-box-progress-bar-wrap .holler-box-progress-bar .holler-box-progress-bar-fill {
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
height: 20px;
width: 50%;
animation: progress-bar-stripes 1s linear infinite;
}
.holler-box.holler-popup-progress-bar .holler-box-progress-bar-wrap .holler-box-progress-bar .holler-box-progress-bar-fill.filled {
animation: none;
width: 100% !important;
}
.holler-box.holler-popup-progress-bar .holler-box-modal {
padding: 0;
border-radius: 5px;
overflow: hidden;
}
.holler-box.holler-popup-progress-bar .holler-box-modal .holler-box-modal-content {
width: 330px;
}
.holler-box.holler-popup-progress-bar .holler-box-modal button.holler-box-modal-close {
top: 25px;
}
.holler-box.holler-popup-progress-bar .display-flex {
display: flex;
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-progress-bar .display-flex .left {
flex-shrink: 0;
background-size: cover;
background-position: center center;
width: 300px;
}
.holler-box.holler-popup-progress-bar .display-flex .right {
align-self: flex-start;
padding: 30px;
}
.holler-box.holler-popup-image-beside-text-top .holler-box-modal {
padding: 0;
}
.holler-box.holler-popup-image-beside-text-top .holler-box-modal-content {
padding: 30px;
}
.holler-box.holler-popup-image-beside-text-top .display-flex {
align-items: stretch;
gap: 0;
}
.holler-box.holler-popup-image-beside-text-top .display-flex .left {
flex-shrink: 0;
background-size: cover;
background-position: center center;
width: 250px;
}
.holler-box.holler-popup-image-beside-text-top .display-flex .holler-box-form {
padding: 30px;
min-width: 250px;
background-color: rgba(0, 117, 255, 0.07);
}
.holler-box.holler-popup-full-image-background .holler-box-modal {
background-size: cover;
background-position: center center;
}
.holler-box.holler-popup-full-image-background .holler-box-modal .holler-box-modal-content {
width: 400px;
}
.holler-box input[type=submit].holler-box-button,
.holler-box input[type=button].holler-box-button,
.holler-box button.holler-box-button {
font-size: 20px;
padding: 10px 16px;
border-radius: 0;
background: #2196F3;
color: #ffffff;
font-weight: bold;
border: none;
white-space: nowrap;
cursor: pointer;
}
.holler-box input[type=submit].holler-box-button:disabled,
.holler-box input[type=button].holler-box-button:disabled,
.holler-box button.holler-box-button:disabled {
opacity: 0.8;
}
.holler-box input[type=submit].holler-box-button .holler-spinner,
.holler-box input[type=button].holler-box-button .holler-spinner,
.holler-box button.holler-box-button .holler-spinner {
display: block;
margin: 0 auto;
height: 15px;
width: 15px;
border: 5px solid rgba(255, 255, 255, 0.4);
border-bottom-color: #ffffff;
border-radius: 50%;
position: relative;
animation: holler-rotation 1s linear infinite;
}
.holler-box input[type=submit].holler-box-button.inverse,
.holler-box input[type=button].holler-box-button.inverse,
.holler-box button.holler-box-button.inverse {
background-color: transparent;
color: #2196f3;
border: 1px solid #2196F3;
}
.holler-box input[type=submit].holler-box-button.inverse .holler-spinner,
.holler-box input[type=button].holler-box-button.inverse .holler-spinner,
.holler-box button.holler-box-button.inverse .holler-spinner {
border: 5px solid rgba(33, 150, 243, 0.4);
border-bottom-color: #2196f3;
}
.holler-box form.holler-box-form.custom-form {
display: flex;
gap: 10px;
flex-direction: column;
}
.holler-box form.holler-box-form .fields {
display: flex;
gap: 10px;
align-items: stretch;
}
.holler-box form.holler-box-form.vertical .fields {
display: grid;
grid-auto-rows: 1fr;
}
.holler-box form.holler-box-form.vertical .fields label.holler-gdpr-consent {
align-self: center;
}
.holler-box form.holler-box-form label.holler-gdpr-consent {
display: flex;
gap: 10px;
align-items: flex-start;
}
.holler-box form.holler-box-form label.holler-gdpr-consent span {
line-height: 1.1;
}
.holler-box form.holler-box-form.horizontal label.holler-gdpr-consent {
margin-top: 10px;
}
.holler-box form.holler-box-form input.holler-box-input {
border-radius: 0;
background: #ffffff;
padding: 6px 16px;
font-size: 18px;
width: 100%;
border: 1px solid rgba(16, 38, 64, 0.3);
line-height: 2;
min-height: 30px;
box-sizing: border-box;
min-width: 0;
}
.holler-box form.holler-box-form input.holler-box-input::placeholder {
color: #cccccc;
}
.holler-box form.holler-box-form input.holler-box-input:-ms-input-placeholder {
color: #cccccc;
}
@media (max-width: 600px) {
.holler-box.holler-popup .holler-box-modal {
width: calc( 100vw - 40px );
max-height: calc( 100vw - 40px );
}
.holler-box.holler-notification-box .positioner:not(:has(.notification-closed)) {
left: 0;
right: 0;
}
.holler-box.holler-notification-box .positioner.top-left, .holler-box.holler-notification-box .positioner.top-center, .holler-box.holler-notification-box .positioner.top-right {
top: 0;
transform: none;
}
.holler-box.holler-notification-box .positioner.top-left .notification-closed, .holler-box.holler-notification-box .positioner.top-center .notification-closed, .holler-box.holler-notification-box .positioner.top-right .notification-closed {
margin-top: 10px;
}
.holler-box.holler-notification-box .positioner.center-right, .holler-box.holler-notification-box .positioner.center-center, .holler-box.holler-notification-box .positioner.center-left, .holler-box.holler-notification-box .positioner.bottom-right, .holler-box.holler-notification-box .positioner.bottom-center, .holler-box.holler-notification-box .positioner.bottom-left {
top: auto;
bottom: 0;
transform: none;
}
.holler-box.holler-notification-box .positioner.center-right .notification-closed, .holler-box.holler-notification-box .positioner.center-center .notification-closed, .holler-box.holler-notification-box .positioner.center-left .notification-closed, .holler-box.holler-notification-box .positioner.bottom-right .notification-closed, .holler-box.holler-notification-box .positioner.bottom-center .notification-closed, .holler-box.holler-notification-box .positioner.bottom-left .notification-closed {
margin-bottom: 10px;
}
.holler-box.holler-notification-box .positioner.top-center, .holler-box.holler-notification-box .positioner.center-center, .holler-box.holler-notification-box .positioner.bottom-center, .holler-box.holler-notification-box .positioner.top-left, .holler-box.holler-notification-box .positioner.center-left, .holler-box.holler-notification-box .positioner.bottom-left {
left: 0;
}
.holler-box.holler-notification-box .positioner.top-center .notification-closed, .holler-box.holler-notification-box .positioner.center-center .notification-closed, .holler-box.holler-notification-box .positioner.bottom-center .notification-closed, .holler-box.holler-notification-box .positioner.top-left .notification-closed, .holler-box.holler-notification-box .positioner.center-left .notification-closed, .holler-box.holler-notification-box .positioner.bottom-left .notification-closed {
margin-left: 10px;
}
.holler-box.holler-notification-box .positioner.top-right, .holler-box.holler-notification-box .positioner.center-right, .holler-box.holler-notification-box .positioner.bottom-right {
right: 0;
}
.holler-box.holler-notification-box .positioner.top-right .notification-closed, .holler-box.holler-notification-box .positioner.center-right .notification-closed, .holler-box.holler-notification-box .positioner.bottom-right .notification-closed {
margin-left: auto;
margin-right: 10px;
}
.holler-box.holler-notification-box .positioner .holler-box-modal {
border-radius: 0;
}
.holler-box.holler-notification-box .positioner .holler-box-modal:not(.notification-closed) {
max-width: 100vw;
width: auto;
}
.holler-box:not(.holler-notification-box) .holler-box-modal {
overflow: auto !important;
max-height: calc(100vh - 40px);
}
.holler-box:not(.holler-notification-box) .holler-box-modal .holler-box-modal-content {
width: 100%;
}
.holler-box:not(.holler-notification-box) .holler-box-modal .display-flex {
flex-direction: column;
}
.holler-box:not(.holler-notification-box) .holler-box-modal .display-flex > * {
width: 100%;
box-sizing: border-box;
}
.holler-box:not(.holler-notification-box) .holler-box-modal .display-flex .image-width {
min-height: 300px;
width: 100% !important;
}
.holler-box:not(.holler-notification-box) .holler-box-modal form.holler-box-form.horizontal .fields {
display: grid;
grid-auto-rows: 1fr;
width: 100%;
}
.holler-box:not(.holler-notification-box) .holler-box-modal form.holler-box-form.horizontal .holler-box-input {
max-width: 100% !important;
}
.holler-box:not(.holler-notification-box).holler-popup-form-below .display-flex {
flex-direction: column-reverse;
}
}.wpac,.wpac h1,.wpac h2,.wpac h3,.wpac h4,.wpac h5,.wpac h6,.wpac p,.wpac td,.wpac dl,.wpac tr,.wpac dt,.wpac ol,.wpac form,.wpac select,.wpac option,.wpac pre,.wpac div,.wpac table,.wpac th,.wpac tbody,.wpac tfoot,.wpac caption,.wpac thead,.wpac ul,.wpac li,.wpac address,.wpac blockquote,.wpac dd,.wpac fieldset,.wpac li,.wpac strong,.wpac legend,.wpac em,.wpac s,.wpac cite,.wpac span,.wpac input,.wpac sup,.wpac label,.wpac dfn,.wpac object,.wpac big,.wpac q,.wpac font,.wpac samp,.wpac acronym,.wpac small,.wpac img,.wpac strike,.wpac code,.wpac sub,.wpac ins,.wpac textarea,.wpac var,.wpac a,.wpac abbr,.wpac applet,.wpac del,.wpac kbd,.wpac tt,.wpac b,.wpac i,.wpac hr{background-attachment:scroll!important;background-color:transparent!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-color:black!important;border-color:currentColor!important;border-radius:0!important;border-style:none!important;border-width:medium!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1;outline:invert none medium!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;text-shadow:none!important;-webkit-transition:none!important;transition:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.wpac,.wpac h3,.wpac h5,.wpac p,.wpac h1,.wpac dl,.wpac dt,.wpac h6,.wpac ol,.wpac form,.wpac select,.wpac option,.wpac pre,.wpac div,.wpac h2,.wpac caption,.wpac h4,.wpac ul,.wpac address,.wpac blockquote,.wpac dd,.wpac fieldset,.wpac textarea,.wpac hr{display:block}.wpac table{display:table}.wpac tbody{display:table-row-group}.wpac tr{display:table-row}.wpac td{display:table-cell}.wpac ul{list-style-type:none!important}.wpac li{display:list-item;min-height:auto!important;min-width:auto!important}.wpac a,.wpac a *,.wpac input[type=submit],.wpac input[type=radio],.wpac input[type=checkbox],.wpac select{cursor:pointer!important}.wpac a:hover{text-decoration:none!important}.wpac button,.wpac input[type=submit]{height:auto!important;text-align:center!important}.wpac input[type=hidden]{display:none}.wpac select{-webkit-appearance:menulist!important;-moz-appearance:menulist!important;appearance:menulist!important}.wpac input[type=checkbox]{-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important}.wpac input[type="checkbox"]:before,.wpac input[type="checkbox"]:after{content:none!important;border:0!important}.wpac input[type=radio]{-webkit-appearance:radio!important;-moz-appearance:radio!important;appearance:radio!important}.wpac input[type="radio"]:before,.wpac input[type="radio"]:after{content:none!important;border:0!important}.wpac li:before,.wpac li:after{content:""!important}.wpac input,.wpac select{vertical-align:middle!important}.wpac select,.wpac textarea,.wpac input{border:1px solid #ccc!important}.wpac table{border-collapse:collapse!important;border-spacing:0!important}.wpac *[dir=rtl]{direction:rtl!important}.wpac img{border:0!important}.wpac svg{vertical-align:middle!important;-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.wpac{font-size:14px!important;line-height:20px!important;direction:inherit!important;text-align:inherit!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;color:#333!important;font-style:normal!important;font-weight:normal!important;text-decoration:none!important;list-style-type:disc!important}.wp-gr .wp-google-badge{display:inline-block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge-fixed{position:fixed!important;right:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge_left-fixed{position:fixed!important;left:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important}.wp-gr .wp-google-badge *{cursor:pointer!important}.wp-gr .wp-google-border{width:100%!important;height:6px!important;background:#4fce6a!important;border-radius:2px 2px 0 0!important}.wp-gr .wp-google-badge-btn{position:relative!important;padding:10px!important;background:#fff!important;transition:all .2s ease-in-out!important;border-radius:2px!important}.wp-gr .wp-google-badge-btn:hover{background:#f3f3f5!important}.wp-gr .wp-google-badge-score{display:inline-block;margin:0 0 0 4px!important;vertical-align:middle!important}.wp-gr .wp-google-rating{color:#fb8e28!important;font-size:21px!important;font-weight:600!important;margin:0 6px 0 0!important;vertical-align:middle!important}.wp-gr .wp-google-stars .wp-star{padding:0 4px 0 0!important;line-height:22px!important}.wp-gr .wp-google-powered{color:#555!important;margin:6px 0 0!important}.wp-gr .wp-google-powered img{max-width:144px!important}.wp-gr .wp-google-form .wp-google-reviews{padding:16px 16px 0!important}.wp-gr .wp-google-review{margin-top:15px!important}.wp-gr .wp-google-left{display:table-cell!important;vertical-align:top!important}[dir="ltr"] .wp-google-left{padding-right:10px!important}[dir="rtl"] .wp-google-left{padding-left:10px!important}.wp-gr .wp-google-left img{border:none!important;float:left!important;height:50px!important;width:50px!important;margin-right:10px!important;overflow:hidden!important;border-radius:50%!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .wp-google-reviews img{border-radius:50%!important}.wp-gr .wp-google-right{display:table-cell!important;vertical-align:top!important;width:10000px!important}.wp-gr .wp-google-place.wp-place-center{text-align:center!important}.wp-gr .wp-google-place.wp-place-center .wp-google-left{display:block!important}.wp-gr .wp-google-place.wp-place-center .wp-google-left img{float:none!important}.wp-gr .wp-google-place .wp-star svg{width:20px!important;height:20px!important;vertical-align:middle!important}.wp-gr .wp-star svg{display:inline-block!important}.wp-gr .wp-google-review .wp-star svg{width:19px!important;height:19px!important;vertical-align:middle!important}.wp-gr .wp-google-name{color:black!important;font-size:100%!important;font-weight:bold!important;margin:0 0 2px!important;padding-right:6px!important;text-decoration:none!important}.wp-gr a.wp-google-name{color:#427fed!important;text-decoration:none!important}.wp-gr .wp-google-time{color:#555!important;font-size:13px!important}.wp-gr .wp-google-text{color:#222!important;font-size:15px!important;line-height:24px!important;max-width:100%!important;overflow:hidden!important;white-space:pre-wrap!important;word-break:break-word!important}.wp-gr .wp-google-text .wp-google-stars{padding-right:7px!important}.wp-gr .wp-more{display:none}.wp-gr .wp-more-toggle{color:#136aaf!important;cursor:pointer!important;text-decoration:none!important}.wp-gr .wp-google-url{display:block;margin:10px 0!important;color:#136aaf!important;text-align:center!important}.wp-gr .wp-google-form{position:fixed!important;bottom:0!important;right:0!important;height:100%!important;width:368px!important;z-index:2147483000!important}.wp-gr .wp-google-form.wp-google-form-left{left:0!important}@media(max-width:460px){.wp-gr .wp-google-form{width:100%!important}}.wp-gr .wp-google-head{position:absolute!important;top:0!important;right:0!important;width:100%!important;height:80px!important;background:#fff!important;padding:10px 16px!important;overflow:hidden!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.12)!important;z-index:2147483002!important}.wp-gr .wp-google-head-inner{z-index:2147483000!important;position:absolute!important;left:20px!important;top:20px!important;width:100%!important;height:100%!important;pointer-events:none!important}.wp-gr .wp-google-close{padding:0!important;cursor:pointer!important;outline:0!important;border:0!important;background:0 0!important;min-height:0!important;width:auto!important;float:right!important;font-size:32px!important;font-weight:500!important;line-height:.6!important;color:#999!important;-webkit-appearance:none!important}.wp-gr .wp-google-close:hover{color:#555!important}.wp-gr .wp-google-body{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;background:rgba(250,250,251,.98)!important;border-left:1px solid #dadee2!important;box-shadow:0 0 4px 1px rgba(0,0,0,.08)!important;z-index:2147483000!important}.wp-gr .wp-google-content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;overflow-y:auto!important;z-index:2147483001!important;-webkit-transform:translateZ(0)!important}.wp-gr .wp-google-content{top:80px!important;bottom:48px!important}.wp-gr .wp-google-content-inner{position:relative!important;min-height:100%!important;margin:0 auto!important}.wp-gr .wp-google-footer{position:absolute!important;bottom:0!important;right:0!important;width:100%!important;height:48px!important;text-align:center!important;z-index:2147483002!important;background:#fff!important;box-shadow:0 -1px 2px 0 rgba(0,0,0,.06)!important;-moz-text-align-last:center!important;text-align-last:center!important}.wp-gr .wp-google-footer img{float:right!important;padding:16px!important}.wp-gr .wp-dark .wp-google-name{color:#eee!important}.wp-gr .wp-dark .wp-google-time{color:#bbb!important}.wp-gr .wp-dark .wp-google-text{color:#ececec!important}.wp-gr.wpac .wp-google-name{font-size:100%!important}.wp-gr.wpac .wp-google-hide{display:none}.wp-gr.wpac .wp-google-name a{color:#333!important;font-size:100%!important;text-decoration:none!important}.wp-gr.wpac .wp-google-left img{width:50px!important;height:50px!important;border-radius:50%!important}.wp-gr.wpac a.wp-google-name{color:#154fc1!important;text-decoration:none!important;white-space:nowrap!important;text-overflow:ellipsis!important}.wp-gr.wpac .wp-google-place .wp-star svg{width:20px;height:20px}.wp-gr.wpac .wp-google-review .wp-google-stars{display:inline-block;margin-right:4px!important}.wp-gr.wpac .wp-google-review .wp-star svg{width:18px;height:18px}.wp-gr.wpac .wp-dark .wp-google-name a{color:#eee!important}@media(max-width:480px){.wp-google-badge.wp-google-badge-fixed.wp-google-badge-hide{display:none!important}}@media(max-width:480px){.wp-google-badge.wp-google-badge_left-fixed.wp-google-badge-hide{display:none!important}}.wp-gr .grw-slider{display:block!important;width:100%!important;padding-bottom:20px!important;text-align:left!important;direction:ltr!important;box-sizing:border-box!important}.wp-gr .grw-slider .grw-row{display:-ms-flexbox!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;-ms-flex-wrap:nowrap!important;-ms-flex-align:center!important}.wp-gr .grw-slider .grw-row-xs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wp-gr .grw-row-xs .grw-slider-header,.wp-gr .grw-row-xs .grw-slider-content,.wp-gr .grw-row-xs .grw-slider-review,.wp-gr .grw-row-x .grw-slider-header+.grw-slider-content .grw-slider-review{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wp-gr .grw-row-xl .grw-slider-header+.grw-slider-content{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.wp-gr .grw-row-l .grw-slider-header+.grw-slider-content{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.wp-gr .grw-row-m .grw-slider-header+.grw-slider-content{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.wp-gr .grw-row-s .grw-slider-header+.grw-slider-content{-ms-flex:0 0 66.666666%;flex:0 0 66.666666%;max-width:66.666666%}.wp-gr .grw-row-x .grw-slider-header,.wp-gr .grw-row-x .grw-slider-header+.grw-slider-content,.wp-gr .grw-row-x .grw-slider-review,.wp-gr .grw-row-s .grw-slider-header+.grw-slider-content .grw-slider-review{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wp-gr .grw-row-s .grw-slider-header,.wp-gr .grw-row-s .grw-slider-review,.wp-gr .grw-row-m .grw-slider-header+.grw-slider-content .grw-slider-review{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.wp-gr .grw-row-m .grw-slider-header,.wp-gr .grw-row-m .grw-slider-review,.wp-gr .grw-row-l .grw-slider-review{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wp-gr .grw-row-l .grw-slider-header,.wp-gr .grw-row-xl .grw-slider-review{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.wp-gr .grw-row-xl .grw-slider-header{-ms-flex:0 0 16.666666%;flex:0 0 16.666666%;max-width:16.666666%}.wp-gr .grw-slider .grw-slider-content{position:relative!important;min-width:0!important}.wp-gr .grw-slider .grw-slider-content-inner{position:relative!important}.wp-gr .grw-slider .grw-slider-header-inner,.wp-gr .grw-slider .grw-slider-review-inner{position:relative!important;margin:0 10px!important;padding:15px!important;width:100%!important}.wp-gr .grw-slider:not(.wp-dark) .grw-slider-review-inner.grw-slider-review-border{background:#fafafa!important;border-radius:4px!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .grw-slider .grw-slider-review-inner>svg{position:absolute!important;top:10px!important;right:10px!important;width:18px!important;height:18px!important}.wp-gr .grw-slider .grw-slider-reviews{display:flex!important;display:-ms-flexbox!important;overflow:hidden!important;overflow-x:scroll!important;margin:0 20px!important;padding:10px 0 15px!important;flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none}.wp-gr .grw-slider .grw-slider-reviews::-webkit-scrollbar{display:none!important}.wp-gr .grw-slider .grw-slider-review{display:flex!important;position:relative!important;justify-content:center!important;align-items:center!important;flex-shrink:0!important;scroll-snap-align:start!important;transform-origin:center center!important;transform:scale(1)!important;transition:transform .5s!important}.wp-gr .grw-slider .grw-slider-controls{position:absolute!important;top:50%!important;width:100%!important}.wp-gr .grw-slider .grw-slider-btns{position:absolute!important;height:33px!important;width:33px!important;text-align:center!important;cursor:pointer!important;border-radius:50%!important;user-select:none!important;transition:all .2s ease-in-out!important}.wp-gr .grw-slider .grw-slider-btns svg path{fill:#aaa}.wp-gr .grw-slider .grw-slider-btns:hover svg path{fill:#555!important}.wp-gr .grw-slider .grw-slider-btns.grw-slider-prev{left:0!important;margin-left:-5px!important}.wp-gr .grw-slider .grw-slider-btns.grw-slider-next{right:0!important;margin-right:-5px!important}.wp-gr .grw-slider .grw-slider-dots{position:absolute!important;left:50%!important;transform:translate(-50%,0)!important;text-align:center!important}.wp-gr .grw-slider .grw-slider-dot{display:inline-block!important;width:9px!important;height:9px!important;margin:3px!important;background:#ccc!important;border-radius:20px!important;cursor:pointer!important;opacity:.4!important;transition:all .2s ease-in-out!important}.wp-gr .grw-slider .grw-slider-dot:hover{opacity:1!important}.wp-gr .grw-slider .grw-slider-dot.active{opacity:1!important;background:#427fed!important}.wp-gr .grw-slider-review .wp-google-left{display:block!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;line-height:24px!important}.wp-gr .grw-slider .wp-google-review{margin:0!important}.wp-gr .grw-slider .wp-google-stars{margin:15px 0 7px!important}.wp-gr .grw-slider .wp-google-feedback{height:100px!important;overflow-y:auto!important}.wp-gr .grw-slider .wp-google-feedback::-webkit-scrollbar{width:4px!important}.wp-gr .grw-slider .wp-google-feedback::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)!important;-webkit-border-radius:4px!important;border-radius:4px!important}.wp-gr .grw-slider .wp-google-feedback::-webkit-scrollbar-thumb{-webkit-border-radius:10px!important;border-radius:10px!important;background:#ccc!important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5)!important}.wp-gr .grw-slider .wp-google-feedback::-webkit-scrollbar-thumb:window-inactive{background:#ccc!important}.wp-gr .wp-google-wr{margin:15px auto 8px -6px!important}.wp-gr .wp-google-wr a{color:#fff!important;padding:8px 20px 10px!important;outline:none!important;border-radius:27px!important;background:#0a6cff!important;white-space:nowrap!important;text-shadow:1px 1px 0 #888!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;user-select:none!important;transition:all .2s ease-in-out!important}.wp-gr .wp-google-wr a:hover{background:#1f67e7!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 3px 5px rgba(0,0,0,.24)!important}.wp-gr .wp-google-wr a:active{background:#0a6cff!important;box-shadow:none!important}.wp-gr .wp-google-wr a svg{display:inline-block;padding:1px;margin:0 0 0 4px;background:#fff;border-radius:50%}p:empty, .entry-content-wrapper:empty{display:none;}
.avia-shadow{box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);} .webkit_fix{
-webkit-perspective: 1000px;
-webkit-backface-visibility: hidden;
}
body .container_wrap .avia-builder-el-no-sibling{margin-top:0; margin-bottom:0;}
body .container_wrap .avia-builder-el-last{margin-bottom:0;}
body .container_wrap .avia-builder-el-first{margin-top:0;}
body .av-align-left{text-align: left;}
body .av-align-right{text-align: right;}
body .av-align-center{text-align: center;}
#top .av_inherit_color *{color:inherit;}
#top .av_inherit_color a{text-decoration: underline; }
#top .av_opacity_variation{opacity: 0.7;}
#top .av-shortcode-disabled-notice{display:block; text-align: center; margin: 5px; padding: 20px; background-color: #FFFDF3;color: #C96D11; border:1px solid #E6BF4A; clear:both; }
#top .av-shortcode-disabled-notice a{color: inherit; text-decoration: underline;} .av-screen-reader-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
} .avia_textblock{
clear: both;
line-height: 1.65em;
}
.flex_column + .avia_textblock{padding-top:50px;} body .column-top-margin{
margin-top:50px;
}
body .flex_column.avia-link-column{
cursor: pointer;
}
body .flex_column.avia-link-column.avia-link-column-hover:hover{
opacity: 0.8;
} .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;
} .avia-section{
clear:both;
width:100%;
float:left;
min-height:100px;
position: static; }
.avia-section.avia-section-small{
min-height:0;	
}
.js_active .av-minimum-height .container{
z-index: 1; 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;} .avia-full-stretch{
background-size: cover !important;
}
.avia-full-contain{
background-size: contain !important;
}
.avia_mobile .avia-full-stretch{
background-attachment: scroll !important;
}
#top #main .avia-section .template-page{
width:100%;
border:none;
margin-left: auto;
padding-left: 0;
margin-right: auto;
}
.avia-section .template-page .entry-content-wrapper{
padding-right:0;
}
.avia-section-small .content, .avia-section-small .sidebar { padding-top: 20px; padding-bottom: 20px;}
.avia-section-large .content, .avia-section-large .sidebar { padding-top: 70px; padding-bottom: 70px;}
.avia-section-huge .content,  .avia-section-huge .sidebar { padding-top: 130px; padding-bottom: 130px;}
.avia-section-no-padding .content, .avia-section-no-padding .sidebar,
.avia-section-custom .content, .avia-section-custom .sidebar{padding-top:0; padding-bottom:0;}
.html_header_sticky_disabled .container_wrap:first-child, .avia-section.avia-full-stretch, .html_header_transparency .avia-section.avia-builder-el-0{border-top:none;}
#top #wrap_all #main .avia-no-border-styling{border:none;}
#top .scroll-down-link {
height: 60px;
width: 80px;
margin: 0px 0 0 -40px;
line-height: 60px;
position: absolute;
left: 49.85%;
bottom: 0px;
color: #FFF;
text-align: center;
font-size: 70px;
z-index: 100;
text-decoration: none;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
-webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
animation:         avia_fade_move_down 2s ease-in-out infinite;
} #top .av-section-with-video-bg{border-top:none; position: relative;}
#top .av-section-video-bg{
position: absolute;
top:0;
left:0;
right:0;
bottom: 0;
padding: 0;
margin: 0;
z-index: 1;
}
#top .av-section-video-bg .av-click-to-play-overlay{
display: none;
}
#top .av-section-video-bg .avia-slideshow-inner{
height:100% !important;
}
#top .av-section-with-video-bg .av-section-video-bg .av-video-service-vimeo iframe{
-webkit-transform: 	scale(1.2);
-ms-transform: 		scale(1.2);
transform: 			scale(1.2);
} .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;} .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;
} .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;} .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,
.av-section-color-overlay + .scroll-down-link + .container + .border-extra-diagonal{
z-index: 1;
}
.avia_transform .av-extra-border-element.border-extra-diagonal{
height:250px;
margin-top: -250px;
}
.avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner{
top: 250px;
right: 0;
width: 110%;
height: 100%;
-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; bottom: 0; width:100%; }
div .av-arrow-down-section .av-section-color-overlay{bottom: 24px; }
div .av-section-color-overlay{z-index: 1;}
div .av-video-service-html5 .av-section-color-overlay{z-index: 8;}
.html_minimal_header #main > .avia-builder-el-0,
.av_minimal_header + #main .container_wrap_first:first-child { border-top: none; } .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;
} fieldset{
border:none;
}
#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select{
-webkit-appearance: none;
border-radius:0px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
background-position: center right;
background-repeat: no-repeat;
border-radius: 2px;
}
#top select[multiple], #top .avia_ajax_form .select[multiple]{background-image:none;} 
#top select[multiple] { background-image:none; } .avia-builder-widget-area{
position: relative;
}
.flex_column .widget:first-child, .content .widget:first-child{
padding-top: 0;
border-top: none;
}
.flex_column .widget .widgettitle , .content .widget .widgettitle{
margin-top:0.85em;
}  .avia_textblock .wp-playlist{margin:0;}
.wp-playlist-light .wp-playlist-item.wp-playlist-playing{background: transparent;}
.wp-playlist-current-item img{border-radius: 3px;}
.wp-playlist-current-item img[src$="media/audio.png"]{border-radius: 0px; background: #fff;}
.wp-playlist-item-meta.wp-playlist-item-title{font-weight: bold;}
.wp-playlist-tracks .wp-playlist-item{padding: 4px 3px;}
.wp-playlist-tracks .wp-playlist-item-length{top: 4px;}
div .mejs-controls .mejs-time-rail .mejs-time-loaded, div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:#9c9c9c;}
div .mejs-controls .mejs-time-rail > span, div .mejs-controls .mejs-time-rail a,
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{height:7px;}
div .mejs-controls div.mejs-time-rail{padding-top: 7px;}
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{top:12px;}
div .mejs-container, div .mejs-embed, div .mejs-embed body, div .mejs-container div .mejs-controls{background:transparent;}
div .mejs-container{border-radius:2px;background:#313131}
div .wp-playlist-item-album{font-style: normal; }
div .mejs-controls .mejs-playpause-button , div .mejs-controls .mejs-volume-button{ height:30px;}
#top .mejs-container .mejs-controls .mejs-time, #top .mejs-time-rail .mejs-time-float{color:#fff;}
#top .mejs-time-rail .mejs-time-float {border:none;}
div .mejs-container .mejs-controls{height: 30px;width: 100%;}
#top .mejs-container{height: 30px;}
#top .mejs-container.mejs-audio{max-height: 30px}
div .mejs-button>button {margin: 6px 6px;}
div .mejs-time{padding: 12px 6px 0; height:18px;}
div .mejs-time-rail, div .mejs-horizontal-volume-slider{height:30px;}
div .mejs-controls .mejs-time-rail .mejs-time-handle{display:none;}
div .mejs-time-buffering, div .mejs-time-current,  div .mejs-time-float-corner, div .mejs-time-hovered, div .mejs-time-loaded, div .mejs-time-marker, div .mejs-time-total{ height:7px; outline:none;}
div .mejs-controls{padding:0;} #top .av-toggle-switch{display: block; margin-bottom: 10px; margin-top:10px;	
opacity: 0;
text-align: left;
} 
#top .av-toggle-switch.active{	
-webkit-animation: avia-fadein 1s 1 ease-in; animation:         avia-fadein 1s 1 ease-in; opacity: 1;
}
#top .av-toggle-switch input[type="checkbox"] {display:none}
#top .av-toggle-switch label {cursor:pointer; 
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;}
#top .av-toggle-switch label .toggle-track {
display:block; height:27px; width:54px;background:rgba(0, 0, 0, 0.08); border-radius:100px;
position:relative;
margin-right:15px;border:1px solid rgba(0, 0, 0, 0.15);
clear:both;
vertical-align: bottom;
float: left;
transition:all .1s ease-in;
}
#top .av-toggle-switch .toggle-track:before{
content:'';
display:inline;height:25px;width:25px;background:#fff;
border-radius:100px;
position:absolute;
top:0;
right:0;
transition:right .1s ease-in;
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}
#top .av-toggle-switch input[type="checkbox"]:checked +  .toggle-track:before{
right:27px;
}
#top .av-toggle-switch input[type="checkbox"]:checked +  .toggle-track{
background:#5dceba;
}
#top .av-toggle-switch .toggle-label-content{
color: inherit;
font-weight: bold;
display: block;
overflow: hidden;
font-size: inherit;
} .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;} .av-tt-hotspot .avia-arrow-wrap{bottom:auto; bottom:-19px;}
.transparent_dark.av-tt-hotspot .avia-arrow-wrap{bottom:-20px;} .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;} .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;} .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;} .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;} .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_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; animation:         avia-fadein 1.5s 1 ease-out; 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); animation:         avia_image_appear 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); 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); animation:         avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); 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); animation:         avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); 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); animation:         avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); 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); animation:         avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); 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;
} @-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;  }
} @-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;  }
} @-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; }
} @-webkit-keyframes avia_slide_down {
0%   { height:0%; }
100% { height:100%; }
}
@keyframes avia_slide_down {
0%   { height:0%; }
100% { height:100%; }
} @-webkit-keyframes avia_expand {
0%   { width:0%; }
100% { width:100%; }
}
@keyframes avia_expand {
0%   { width:0%; }
100% { width:100%; }
} @-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; }
} @-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;
}
} @-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; }
} @-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; }
} @-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;}
} @-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;}
}