.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.awp-close-icon {
display: block;
width: 24px;
height: 24px;
position: relative;
}
.awp-close-icon:before,
.awp-close-icon:after {
content: '';
display: block;
width: 100%;
height: 2px;
background-color: #fff;
position: absolute;
top: 14px;
}
.awp-close-icon:before {
transform: rotate(45deg);
}
.awp-close-icon:after {
transform: rotate(-45deg);
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
} #acwp-toolbar * {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
} .acwp-hide {
display: none;
} #acwp-toolbar-btn-wrap {
border: 1.5px solid #1E7AB9;
z-index: 9500;
position: fixed;
margin-top: -100vh; border-radius: 50%;
-webkit-transition: all 1200ms ease;
-moz-transition: all 1200ms ease;
-ms-transition: all 1200ms ease;
-o-transition: all 1200ms ease;
transition: all 1200ms ease;
}
#acwp-toolbar-btn {
margin:  0;
padding: 0;
cursor:  pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
width: 48px;
height: 48px;
background: #1E7AB9;
text-align: center;
color: #fff;
border: 4px solid #fff;
border-radius:50%;
-webkit-box-shadow: 6px 8px 16px rgba(0,0,0,0.2);
-moz-box-shadow: 6px 8px 16px rgba(0,0,0,0.2);
-ms-box-shadow: 6px 8px 16px rgba(0,0,0,0.2);
-o-box-shadow: 6px 8px 16px rgba(0,0,0,0.2);
box-shadow: 6px 8px 16px rgba(0,0,0,0.2);
}
#acwp-toolbar-btn.acwp-noanimation {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
} #acwp-toolbar-btn:hover, 
#acwp-toolbar-btn:focus {
border-color: orangered;
} #acwp-toolbar-btn-wrap.show {
margin-top: 0;
} body.acwp-contrast #acwp-toolbar-btn svg,
#acwp-toolbar-btn svg {
height: auto;
display: inline-block;
width: 36px;
top: 2px;
position: relative;
background-color: transparent;
} #acwp-toolbar-btn-wrap.acwp-right {
left: auto;
right: 10px
} #acwp-close-toolbar {
margin: 0;
padding: 0;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
position: absolute;
top: 10px;
right: 10px;
outline: none;
color: #fff;
z-index: 250;
}
#acwp-toolbar-module > #acwp-close-toolbar{
color: #000;
top: 0;
right: 0;
} body.acwp-keyboard #acwp-close-toolbar:focus{
border: 1px solid orangered;
} body.rtl #acwp-close-toolbar{
right: auto;
left: 10px
}
body.rtl #acwp-toolbar-module > #acwp-close-toolbar{
color: #000;
right: auto;
left: 0;
} .acwp-footer {
border-top:1px solid #efefef
} .acwp-footer a {
color: #3c8dbc;
text-decoration: none;
} .acwp-footer a:hover, .acwp-footer a:focus {
color: #3c8dbc;
text-decoration: underline;
} .acwp-footer ul {
list-style: none;
padding: 0;
margin: 0;
} body.acwp-contrast #acwp-toolbar.acwp-style-columns .acwp-footer ul {
background-color: #ccc;
} .acwp-footer ul li {
margin: 0;
padding: 8px 20px;
line-height: 18px;
font-size: 15px;
border-bottom: 1px solid #efefef;
}
.acwp-footer ul li a {
color: #333;
}
.acwp-footer ul li a:hover,
.acwp-footer ul li a:focus {
text-decoration: underline;
color: #333;
} .acwp-footer ul li:last-child {
padding-bottom:0;
border:0;
background:#efefef;
text-align:center;
font-size:13px
}
.acwp-footer ul li:last-child i.material-icons{
line-height:18px;
font-size:13px;
position:relative;
top:2px
} #acwp-toolbar.acwp-style-columns .acwp-footer ul li {
text-align: center;
padding: 4px 12px;
border-radius: 5px;
} #acwp-toolbar.acwp-style-default .acwp-toggler {
border-bottom:1px solid rgba(36,36,36,0.1)
}
.acwp-toggler:last-child{
border-bottom:0
}
.acwp-toggler.acwp-toggler-decfont{
border-bottom:1px solid rgba(36,36,36,0.1)
}
#acwp-toolbar.acwp-style-columns .acwp-toggler label{
display: block;
text-align: center;
padding: 18px 12px;
font-size: 15px;
background: white;
margin: 2px;
cursor: pointer;
border-radius: 5px;
border: 2px solid white;
}
.acwp-toggler label > * {
pointer-events: none;
}
#acwp-toolbar.acwp-style-default .acwp-toggler label{
display:flex;
width:100%;
margin:0;
cursor:pointer;
background:white;
padding: 8px 16px;
font-weight:400;
font-size:1em;
outline:none;
align-items: center;
}
.acwp-toggler label:hover, 
.acwp-toggler label:focus {
outline: none;
background: whitesmoke;
}
#acwp-toolbar.acwp-style-default .acwp-toggler label > i.material-icons,
#acwp-toolbar.acwp-style-default .acwp-toggler label > span{
display:inline-block;
line-height:34px;
color: #333;
}
#acwp-toolbar.acwp-style-columns .acwp-toggler label > i.material-icons,
#acwp-toolbar.acwp-style-columns .acwp-toggler label > span{
display:block;
float: none;
margin: 0;
}
.acwp-toggler label > span{
flex-grow: 1;
}
.acwp-toggler label > i.material-icons{
float:left;
margin-right:8px
}
body.rtl .acwp-toggler label > i.material-icons{
float:right;
margin-right:auto;
margin-left:8px
}
.acwp-toggler label input{
display:none
}
.acwp-switcher{
position:relative;
display:inline-block;
height:34px;
width:60px;
float:right
}
body.rtl .acwp-switcher{
float:left
}
.acwp-switch{
background-color:rgba(36,36,36,0.22);
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
border-radius:500px;
cursor:pointer;
transition-property:background-color;
transition-duration:.2s;
box-shadow:inset 0 0 2px rgba(36,36,36,0.07)
}
.acwp-switch:before{
content:'';
background-color:#fff;
position:absolute;
width:30px;
height:30px;
left:2px;
bottom:2px;
border-radius:50%;
transition-property:transform, box-shadow;
transition-duration:.2s;
-webkit-transform:translateX(0px);
-moz-transform:translateX(0px);
-ms-transform:translateX(0px);
-o-transform:translateX(0px);
transform:translateX(0px)
}
body.rtl .acwp-switch:before{
-webkit-transform:translateX(26px);
-moz-transform:translateX(26px);
-ms-transform:translateX(26px);
-o-transform:translateX(26px);
transform:translateX(26px)
}
input:checked+.acwp-switch{
background-color:#3c8dbc !important
}
input:checked+.acwp-switch:before{
-webkit-transform:translateX(26px);
-moz-transform:translateX(26px);
-ms-transform:translateX(26px);
-o-transform:translateX(26px);
transform:translateX(26px)
}
body.rtl input:checked+.acwp-switch:before{
-webkit-transform:translateX(0px);
-moz-transform:translateX(0px);
-ms-transform:translateX(0px);
-o-transform:translateX(0px);
transform:translateX(0px)
}
.acwp-toolbar{
display:none;
position:fixed;
z-index:99999;
outline:none;
-webkit-transition: all 1200ms ease;
-moz-transition: all 1200ms ease;
-ms-transition: all 1200ms ease;
-o-transition: all 1200ms ease;
transition: all 1200ms ease;
}
.acwp-toolbar.acwp-noanimation {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.acwp-toolbar:focus{
outline:none
}
.acwp-toolbar.acwp-toolbar-active{
display:block
} #acwp-toolbar-module{
position:relative;
background-color:white;
width:380px;
border:8px solid #efefef;
-webkit-box-shadow:0 2px 12px 1px rgba(36,36,36,0.33);
-moz-box-shadow:0 2px 12px 1px rgba(36,36,36,0.33);
-ms-box-shadow:0 2px 12px 1px rgba(36,36,36,0.33);
-o-box-shadow:0 2px 12px 1px rgba(36,36,36,0.33);
box-shadow:0 2px 12px 1px rgba(36,36,36,0.33)
}
body.acwp-contrast #acwp-toolbar.acwp-style-default .acwp-toggler label,
body.acwp-contrast #acwp-toolbar-module {
background-color: black;
border-color: #ccc;
}
body.acwp-contrast #acwp-toolbar .acwp-heading,
body.acwp-contrast #acwp-toolbar .acwp-heading p.acwp-title {
background-color: #333;
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) .acwp-switch {
background-color: #666;
}
body.acwp-contrast #acwp-toolbar.acwp-style-default .acwp-toggler label > i.material-icons, 
body.acwp-contrast #acwp-toolbar.acwp-style-default .acwp-toggler label > span {
color: #fff;
}
#acwp-toolbar.acwp-style-columns #acwp-toolbar-module {
background-color: #efefef;
border-radius: 5px;
overflow: hidden;
}
body.acwp-contrast #acwp-toolbar.acwp-style-columns #acwp-toolbar-module {
background-color: #ccc;
}
.incresed #acwp-toolbar-module{
width:616px
}
.acwp-heading{
background: #1E7AB9;
padding: 8px 16px;
}
p.acwp-title {
color: #fff;
}
#acwp-toolbar.acwp-style-columns .acwp-heading {
border-radius: 5px;
}
.acwp-heading p.acwp-title {
margin:0;
padding:0;
font-size:32px
}
.acwp-heading p{
margin:0
}
body.acwp-keyboard #acwp-toolbar.acwp-style-columns .acwp-toggler-keyboard label,
body.acwp-decfont #acwp-toolbar.acwp-style-columns .acwp-toggler-decfont label,
body.acwp-incfont #acwp-toolbar.acwp-style-columns .acwp-toggler-incfont label,
body.acwp-animations #acwp-toolbar.acwp-style-columns .acwp-toggler-animations label,
body.acwp-contrast #acwp-toolbar.acwp-style-columns .acwp-toggler-contrast label,
body.acwp-readable #acwp-toolbar.acwp-style-columns .acwp-toggler-readable label,
body.acwp-marktitles #acwp-toolbar.acwp-style-columns .acwp-toggler-marktitles label,
body.acwp-underline #acwp-toolbar.acwp-style-columns .acwp-toggler-underline label {
border:2px solid #333;
box-shadow: inset 4px 8px 24px rgba(36, 36, 36, .25);
-webkit-box-shadow: inset 4px 8px 24px rgba(36, 36, 36, .25);
-moz-box-shadow: inset 4px 8px 24px rgba(36, 36, 36, .25);
-ms-box-shadow: inset 4px 8px 24px rgba(36, 36, 36, .25);
}
body.acwp-animations *{
-webkit-transition:none !important;
-moz-transition:none !important;
-o-transition:none !important;
transition:none !important;
-webkit-animation:none !important;
-o-animation:none !important;
animation:none !important
}
body.acwp-underline:not(.acwp-underline-hardcss) #acwp-close-toolbar,
body.acwp-underline:not(.acwp-underline-hardcss) a,
body.acwp-underline:not(.acwp-underline-hardcss) button{
text-decoration:underline;
background: #FFE901;
color: #000;
-webkit-box-shadow: 0 0 0 2px #FFE901;
-moz-box-shadow: 0 0 0 2px #FFE901;
-ms-box-shadow: 0 0 0 2px #FFE901;
box-shadow: 0 0 0 2px #FFE901;
}
body.acwp-underline.acwp-underline-hardcss a,
body.acwp-underline.acwp-underline-hardcss button {
text-decoration:underline !important;
background: #FFE901 !important;
color: #000 !important;
-webkit-box-shadow: 0 0 0 2px #FFE901 !important;
-moz-box-shadow: 0 0 0 2px #FFE901 !important;
-ms-box-shadow: 0 0 0 2px #FFE901 !important;
box-shadow: 0 0 0 2px #FFE901 !important;
}
body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) #acwp-toolbar .acwp-heading,
body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) #acwp-toolbar p.acwp-title,
body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) h1,
body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) h2,
body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) h3 {
background-color:yellow;
color:black
}
body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h1,
body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h2,
body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h3{
background-color:yellow !important;
color:black !important
}
body.acwp-marklinks:not(.acwp-links-hardcss):not(.acwp-links-custom) a,body.acwp-marklinks:not(.acwp-links-hardcss):not(.acwp-links-custom) button{
background-color:yellow;
color:black
}
body.acwp-marklinks.acwp-links-hardcss:not(.acwp-links-custom) a,body.acwp-marklinks.acwp-links-hardcss:not(.acwp-links-custom) button{
background-color:yellow !important;
color:black !important
}
body.acwp-contrast:not(.acwp-contrast-hardcss):not(.acwp-contrast-js):not(.acwp-contrast-bgimages) *{
background-image:none
}
body.acwp-contrast.acwp-contrast-hardcss:not(.acwp-contrast-js):not(.acwp-contrast-bgimages) *{
background-image:none !important
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js){
background-color:black;
color:white
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #acwp-toolbar.acwp-style-columns .acwp-toggler label,
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) *,
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #footer,
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #site-footer,
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #header,
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #site-header,
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) .singular .featured-media::before{
background-color:black;
color:white
}
body.acwp-contrast #acwp-toolbar.acwp-style-columns .acwp-toggler label {
border-color: black;
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #acwp-toolbar.acwp-style-columns .acwp-togglers > .acwp-toggler {
background-color: #ccc;
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #acwp-toolbar.acwp-style-columns .acwp-toggler label > i.material-icons, 
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #acwp-toolbar.acwp-style-columns .acwp-toggler label > span {
color: yellow;
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) a,body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button,body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) label{
color:yellow
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) .material-icons{
background:none
}
body.acwp-contrast-hardcss.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-js) *{
background-color:black !important;
color:white !important
}
body.acwp-contrast-hardcss.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-js) a,body.acwp-contrast-hardcss.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-js) button,body.acwp-contrast-hardcss.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-js) label{
color:yellow !important
}
body.acwp-monochrome,body.acwp-monochrome *{
filter:grayscale(100%)
}
body.acwp-readable:not(.acwp-readable-hardcss):not(.acwp-readable-custom):not(.acwp-readable-tahoma),body.acwp-readable:not(.acwp-readable-hardcss):not(.acwp-readable-custom):not(.acwp-readable-tahoma) *:not(.fa):not(.material-icons){
font-family:'Arial', sans-serif
}
body.acwp-readable-hardcss.acwp-readable:not(.acwp-readable-custom):not(.acwp-readable-tahoma),body.acwp-readable-hardcss.acwp-readable:not(.acwp-readable-custom):not(.acwp-readable-tahoma) *:not(.fa):not(.material-icons){
font-family:'Arial', sans-serif !important
}
body.acwp-readable:not(.acwp-readable-hardcss):not(.acwp-readable-custom):not(.acwp-readable-arial),body.acwp-readable:not(.acwp-readable-hardcss):not(.acwp-readable-custom):not(.acwp-readable-arial) *:not(.fa):not(.material-icons){
font-family:'Tahoma', sans-serif
}
body.acwp-readable-hardcss.acwp-readable:not(.acwp-readable-custom):not(.acwp-readable-arial),body.acwp-readable-hardcss.acwp-readable:not(.acwp-readable-custom):not(.acwp-readable-arial) *:not(.fa):not(.material-icons){
font-family:'Tahoma', sans-serif !important
}
#acwp-toolbar.acwp-style-columns .acwp-togglers {
display: flex;
flex-wrap: wrap;
margin: 6px -2px;
}
#acwp-toolbar.acwp-style-columns .acwp-togglers > .acwp-toggler {
flex-grow: 1;
width: 50%;
}
body.acwp-keyboard.acwp-decfont #acwp-toolbar.acwp-style-columns .acwp-toggler-decfont label:focus,
body.acwp-keyboard.acwp-contrast.acwp-decfont:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #acwp-toolbar.acwp-style-columns .acwp-toggler-decfont label:focus,
body.acwp-keyboard.acwp-incfont #acwp-toolbar.acwp-style-columns .acwp-toggler-incfont label:focus,
body.acwp-keyboard.acwp-contrast.acwp-incfont:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js)  #acwp-toolbar.acwp-style-columns .acwp-toggler-incfont label:focus,
body.acwp-keyboard a:not([disabled]):focus,
body.acwp-contrast.acwp-keyboard:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) a:not([disabled]):focus,
body.acwp-keyboard button:not([disabled]):focus,
body.acwp-contrast.acwp-keyboard:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]):focus,
body.acwp-keyboard input[type=text]:not([disabled]):focus,
body.acwp-contrast.acwp-keyboard:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) input[type=text]:not([disabled]):focus,
body.acwp-keyboard input[type=search]:not([disabled]):focus,
body.acwp-contrast.acwp-keyboard:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) input[type=search]:not([disabled]):focus,
body.acwp-keyboard [tabindex]:not([disabled]):not([tabindex="-1"]):focus,
body.acwp-contrast.acwp-keyboard:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) [tabindex]:not([disabled]):not([tabindex="-1"]):focus,
body.acwp-keyboard #acwp-toolbar.acwp-style-columns .acwp-toggler label:focus,
body.acwp-keyboard.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) #acwp-toolbar.acwp-style-columns .acwp-toggler label:focus,
body.acwp-contrast.acwp-keyboard:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) #acwp-toolbar.acwp-style-columns .acwp-toggler-keyboard label:focus,
body.acwp-keyboard #acwp-toolbar.acwp-style-columns .acwp-toggler-keyboard label:focus,
body.acwp-keyboard.acwp-marktitles #acwp-toolbar.acwp-style-columns .acwp-toggler-marktitles label:focus,
body.acwp-keyboard.acwp-contrast.acwp-marktitles:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) #acwp-toolbar.acwp-style-columns .acwp-toggler-marktitles label:focus,
body.acwp-keyboard.acwp-underline #acwp-toolbar.acwp-style-columns .acwp-toggler-underline label:focus,
body.acwp-keyboard.acwp-contrast.acwp-underline:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) #acwp-toolbar.acwp-style-columns .acwp-toggler-underline label:focus,
body.acwp-keyboard.acwp-readable #acwp-toolbar.acwp-style-columns .acwp-toggler-readable label:focus,
body.acwp-keyboard.acwp-contrast.acwp-readable:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) #acwp-toolbar.acwp-style-columns .acwp-toggler-readable label:focus,
body.acwp-keyboard.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js)  #acwp-toolbar.acwp-style-columns .acwp-toggler-contrast label:focus,
body.acwp-keyboard.acwp-animations #acwp-toolbar.acwp-style-columns .acwp-toggler-animations label:focus,
body.acwp-keyboard.acwp-contrast.acwp-animations:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) #acwp-toolbar.acwp-style-columns .acwp-toggler-animations label:focus
{
outline:none;
border:2px solid orangered
}
@media (max-height: 867px){
.acwp-toggler label>i.material-icons,.acwp-toggler label>span{
line-height:24px
}
.acwp-switcher{
height:24px;
width:50px
}
.acwp-switch::before{
width:20px;
height:20px
}
}
@media (max-height: 768px){
.acwp-heading{
padding: 8px 16px;
}
.acwp-heading p.acwp-title {
font-size:24px
}
}
@media (max-height: 600px){
.acwp-heading{
padding:6px 16px
}
.acwp-togglers h2{
font-size:1em
}
#acwp-toolbar-module{
border-width:4px
}
.acwp-footer ul li:last-child{
padding-top:0
}
}
@media (max-height: 558px){
.acwp-footer a {
font-size: 14px
}
#acwp-toolbar .acwp-toggler label>i.material-icons,
#acwp-toolbar.acwp-style-default .acwp-toggler label>i.material-icons,
#acwp-toolbar .acwp-toggler label>span,
#acwp-toolbar.acwp-style-default .acwp-toggler label>span{
font-size: 14px;
line-height:20px
}
.acwp-switcher{
height:20px;
width:46px
}
.acwp-footer ul li{
padding:2px 20px
}
.acwp-switch::before{
width:16px;
height:16px
}
.acwp-togglers h2{
line-height:1
}
.acwp-heading p.acwp-title {
font-size:18px
}
}
@media (max-height: 481px){
#acwp-close-toolbar{
top:4px;
right:4px
}
}
@media (max-height: 468px){
.acwp-togglers h2{
display:none
}
.acwp-heading{
padding: 4px 16px
}
.acwp-footer ul li{
padding:0 20px
}
.acwp-heading p.acwp-title{
font-size:16px
}
#acwp-close-toolbar{
top:0px;
right:0px
}
}
@media (max-height: 386px){
.acwp-heading p.acwp-title{
font-size:14px
}
.acwp-toggler label>i.material-icons,.acwp-toggler label>span{
font-size:12px;
line-height:18px
}
.acwp-switcher{
height:18px;
width:44px
}
.acwp-switch::before{
width:14px;
height:14px
}
}
@media (max-width: 768px) {
.incresed #acwp-toolbar-module {
width: 548px;
}
}
@media (max-width: 600px) {
.incresed #acwp-toolbar-module {
width: 420px;
}
}
@media (max-width: 481px) {
.incresed #acwp-toolbar-module {
width: 396px;
}
}
@media (max-width: 400px){
#acwp-toolbar-module{
width:320px
}
.incresed #acwp-toolbar-module {
width: 100%;
}
}
@media (max-width: 321px){
#acwp-toolbar-module{
width:300px
}
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}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_loading_icon{
background: rgba(0,0,0,0.7);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
margin: 0;
display: none;
z-index: 10000;
}
#top .avia_loading_icon .av-siteloader{
border-top-color: #fff;
border-right-color: #fff;
border-bottom-color: #fff;
position: absolute;
top: 50%;
left: 50%;
margin: -20px 0 0 -20px;
} .avia-related-tooltip{
position: absolute;
z-index: 9999999;
padding: 0;
width: 200px;
border-radius: 2px;
box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
border-width: 1px;
border-style: solid;
padding: 15px;
margin-top: -10px;
}
.avia-related-tooltip .avia-arrow-wrap{
top: auto;
bottom: 0;
position: absolute;
left: 50%
}
.avia-related-tooltip .avia-arrow-wrap .avia-arrow{
border-top: none;
border-left: none;
top: -4px;
} .avia_textblock{
clear: both;
line-height: 1.65em;
}
.avia_textblock.av_multi_colums > p:first-child{
margin-top: 0;
}
.flex_column + .avia_textblock{
padding-top: 50px;
} 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;
transition: all 0.3s ease-in-out;
}
.av-icon-display.avia-svg-icon svg:first-child,
.av-icon-display.avia-svg-icon img[is-svg-img="true"]{
height: 1em;
width: 1em;
margin-bottom: -4px;
} .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;
transition: opacity 0.6s ease-in;
}
.js_active.av-preloader-enabled .av-minimum-height .container{
transition: opacity 1.2s ease-in;
}
.avia-section.av-minimum-height .container{
display: table;
table-layout: fixed;
}
.avia-section.av-minimum-height .container .content{
display: table-cell;
vertical-align: middle;
height:100%;
float:none !important;
}
.av-minimum-height-100 .container {
height:1500px; }
.avia-full-stretch{
background-size: cover !important;
}
.avia-full-contain{
background-size: contain !important;
}
.avia_mobile .avia-full-stretch{
background-attachment: scroll !important;
}
#top #main .avia-section .template-page{
width:100%;
border:none;
margin-left: auto;
padding-left: 0;
margin-right: auto;
}
.avia-section .template-page .entry-content-wrapper{
padding-right:0;
}
.avia-section-small .content,
.avia-section-small .sidebar {
padding-top: 20px;
padding-bottom: 20px;
}
.avia-section-large .content,
.avia-section-large .sidebar {
padding-top: 70px;
padding-bottom: 70px;
}
.avia-section-huge .content,
.avia-section-huge .sidebar {
padding-top: 130px;
padding-bottom: 130px;
}
.avia-section-no-padding .content,
.avia-section-no-padding .sidebar,
.avia-section-custom .content,
.avia-section-custom .sidebar{
padding-top:0;
padding-bottom:0;
}
.html_header_sticky_disabled .container_wrap:first-child,
.avia-section.avia-full-stretch,
.html_header_transparency .avia-section.avia-builder-el-0{
border-top:none;
}
#top #wrap_all #main .avia-no-border-styling{
border:none;
}
#top .scroll-down-link {
height: 60px;
width: 80px;
margin: 0px 0 0 -40px;
line-height: 60px;
position: absolute;
left: 49.85%;
bottom: 0px;
color: #FFF;
text-align: center;
font-size: 70px;
z-index: 100;
text-decoration: none;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
animation: avia_fade_move_down 2s ease-in-out infinite;
}
#top .scroll-down-link.avia-svg-icon svg:first-child{
height: 70px;
width: auto;
stroke: #FFF;
fill: #FFF;
}
#top .scroll-down-link.avia-svg-icon img[is-svg-img="true"]{
height: 70px;
width: auto;
} #top .av-section-with-video-bg{
border-top:none;
position: relative;
}
#top .av-section-video-bg{
position: absolute;
top:0;
left:0;
right:0;
bottom: 0;
padding: 0;
margin: 0;
z-index: 1;
}
#top .av-section-video-bg .av-click-to-play-overlay{
display: none;
}
#top .av-section-video-bg .avia-slideshow-inner{
height:100% !important;
}
#top .av-section-with-video-bg .av-section-video-bg .av-video-service-vimeo iframe{
transform: 			scale(1.2);
} .avia_mobile #top .av-parallax-section{
z-index: 0;
transform: translate3d(0,0,0);
}
.avia_mobile #top .av-parallax{
position: absolute;
z-index: -10;
}
.avia_mobile #top .av-parallax .container{
z-index: 10;
}
.avia_mobile #top .av-section-mobile-video-disabled .av-section-video-bg{
display:none;
}
.avia_desktop #top .av-section-mobile-video-disabled
{background-image: none !important;
}
.avia_desktop #top .av-section-mobile-video-disabled .av-parallax{
display: none;
}
@media only screen and (max-width: 1024px) {
.touch-device #top .avia-section.avia-bg-style-fixed {
background-attachment: scroll;
}
} .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,
.js_active .av-parallax-object{
opacity: 0;
}
.js_active .av-parallax.enabled-parallax{
opacity: 1
}
.js_active .av-parallax.active-parallax,
.js_active .av-parallax-object.active-parallax{
opacity: 1;
transition: opacity 0.3s ease-in-out;
} .avia_transform .av-extra-border-element{
position: relative;
width: 100%;
overflow: visible;
}
.avia_transform .av-extra-border-element.border-extra-arrow-down{
position: relative;
width: 50px;
height: 25px;
left: 50%;
margin-left: -26px;
margin-top: -1px;
z-index: 25;
margin-bottom: -25px;
clear:both;
}
.avia_transform .av-extra-border-element .av-extra-border-outer{
overflow: hidden;
height:100%;
width:100%;
position: absolute;
}
.avia_transform .av-extra-border-element.border-extra-arrow-down .av-extra-border-inner{
position: absolute;
left: 50%;
width: 50px;
height: 50px;
transform: translateX(-50%) rotate(45deg);
top: -39px;
}
.av-section-color-overlay + .container + .border-extra-diagonal,
.av-section-color-overlay + .scroll-down-link + .container + .border-extra-diagonal{
z-index: 1;
}
.avia_transform .av-extra-border-element.border-extra-diagonal{
height:250px;
margin-top: -250px;
}
.avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner{
top: 250px;
right: 0;
width: 110%;
height: 100%;
transform-origin: right top;
transform: rotate(5deg);
position: absolute;
}
.avia_transform .av-extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse .av-extra-border-inner{
transform: rotate(-5deg);
transform-origin: left top;
right:auto;
left:0;
}
.av-extra-border-element.diagonal-box-shadow .av-extra-border-inner{
box-shadow: 0 0 44px -8px rgba(0,0,0,0.2);
}
div .av-section-color-overlay-wrap{
position: relative;
width:100%;
}
.html_header_sidebar .av-section-color-overlay-wrap{
float:left;
}
div .av-section-color-overlay{
position: absolute;
top:0;
left: 0;
bottom: 0;
width:100%;
}
div .av-arrow-down-section .av-section-color-overlay{
bottom: 24px;
}
div .av-section-color-overlay{
z-index: 1;
}
div .av-video-service-html5 .av-section-color-overlay{
z-index: 8;
}
.html_minimal_header #main > .avia-builder-el-0,
.av_minimal_header + #main .container_wrap_first:first-child {
border-top: none;
} .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{
animation: avia-fadein 1s 1 ease-in;
opacity: 1;
}
#top .av-toggle-switch input[type="checkbox"] {
display:none
}
#top .av-toggle-switch label {
cursor:pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#top .av-toggle-switch label .toggle-track {
display:block;
height:27px;
width:54px;
background:rgba(0, 0, 0, 0.08);
border-radius:100px;
position:relative;
margin-right:15px;
border:1px solid rgba(0, 0, 0, 0.15);
clear:both;
vertical-align: bottom;
float: left;
transition:all .1s ease-in;
}
#top .av-toggle-switch .toggle-track:before{
content:'';
display:inline;height:25px;width:25px;background:#fff;
border-radius:100px;
position:absolute;
top:0;
right:0;
transition:right .1s ease-in;
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}
#top .av-toggle-switch.av-cookie-sc-disabled .toggle-track{
opacity: 0.2;
}
#top .av-toggle-switch input[type="checkbox"]:checked +  .toggle-track:before{
right:27px;
}
#top .av-toggle-switch input[type="checkbox"]:checked +  .toggle-track{
background:#5dceba;
}
#top .av-toggle-switch .toggle-label-content{
color: inherit;
font-weight: bold;
display: block;
overflow: hidden;
font-size: inherit;
}
#top .avia-cookie-consent-modal-buttons-wrap{
text-align: center;
} .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 .av-animated-generic {
opacity: 0;
}
.avia_transform.avia_mobile .avia-mobile-no-animations .av-animated-generic {
opacity: 1;
}
.avia_transform .av-animated-when-visible,
.avia_transform .av-animated-when-almost-visible,
.avia_transform .av-animated-when-visible-95{
opacity: 0;
}
.avia_transform .shadow-animated.av-animated-when-visible,
.avia_transform .shadow-animated.av-animated-when-almost-visible,
.avia_transform .shadow-animated.av-animated-when-visible-95{
opacity: 1;
}
.avia-animate-admin-preview.fade-in,
.avia_transform .avia_start_delayed_animation.fade-in {
animation: avia-fadein 1.5s 1 ease-out;
opacity: 1;
}
.avia-animate-admin-preview.pop-up,
.avia_transform .avia_start_delayed_animation.pop-up {
animation: avia_image_appear 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1;
}
.avia-animate-admin-preview.top-to-bottom,
.avia_transform .avia_start_delayed_animation.top-to-bottom {
animation: avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1;
}
.avia-animate-admin-preview.bottom-to-top,
.avia_transform .avia_start_delayed_animation.bottom-to-top {
animation: avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
opacity: 1;
}
.avia-animate-admin-preview.left-to-right,
.avia_transform .avia_start_delayed_animation.left-to-right {
animation: avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1;
}
.avia-animate-admin-preview.right-to-left,
.avia_transform .avia_start_delayed_animation.right-to-left {
animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1;
}
.avia-animate-admin-preview.av-rotateIn,
.avia_transform .avia_start_delayed_animation.av-rotateIn {
animation: avia-rotateIn 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1;
}
.avia-animate-admin-preview.av-rotateInUpLeft,
.avia_transform .avia_start_delayed_animation.av-rotateInUpLeft {
animation: avia-rotateInUpLeft 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1;
}
.avia-animate-admin-preview.av-rotateInUpRight,
.avia_transform .avia_start_delayed_animation.av-rotateInUpRight {
animation: avia-rotateInUpRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1;
}
.avia-animate-admin-preview.avia-curtain-reveal-overlay,
.avia_transform.avia_desktop .avia-curtain-reveal-overlay,
.avia_transform .avia-curtain-reveal-overlay{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 1;
z-index: 100;
}
.avia-animate-admin-preview.curtain-reveal-ttb,
.avia_transform .avia_start_delayed_animation.curtain-reveal-ttb{
animation: avia-curtain-reveal-ttb cubic-bezier(0.17,0.84,0.44,1) 1s 1;
height: 0;
top: 100%;
}
.avia-animate-admin-preview.curtain-reveal-btt,
.avia_transform .avia_start_delayed_animation.curtain-reveal-btt{
animation: avia-curtain-reveal-btt cubic-bezier(0.17,0.84,0.44,1) 1s 1;
height: 0;
}
.avia-animate-admin-preview.curtain-reveal-ltr,
.avia_transform .avia_start_delayed_animation.curtain-reveal-ltr{
animation: avia-curtain-reveal-ltr cubic-bezier(0.17,0.84,0.44,1) 1s 1;
width: 0;
left: 100%;
}
.avia-animate-admin-preview.curtain-reveal-rtl,
.avia_transform .avia_start_delayed_animation.curtain-reveal-rtl{
animation: avia-curtain-reveal-rtl cubic-bezier(0.17,0.84,0.44,1) 1s 1; width: 0;
} @keyframes avia_appear {
0%   { transform:scale(0.5); opacity: 0.1;  }
100% { transform:scale(1); opacity: 1;  }
}
@keyframes avia_image_appear {
0%   { transform:scale(0.7); opacity: 0.1;  }
100% { transform:scale(1); opacity: 1;  }
}
@keyframes avia_hotspot_appear {
0%   { transform:translate(0, 80px); opacity: 0.1;  }
100% { transform:translate(0, 0px); opacity: 1;  }
}
@keyframes avia_appear_short {
0%   { transform:scale(0.5); opacity: 0;  }
50%  { opacity: 1;  }
100% { transform:scale(1); opacity: 0;  }
} @keyframes avia_masonry_show {
0%   { transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
100% { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
} @keyframes avia_fade_move_down {
0%   { transform:translate(0,-20px); opacity: 0;  }
50%  { opacity: 1;  }
100% { transform:translate(0,20px); opacity: 0; }
} @keyframes avia_slide_down {
0%   { height:0%; }
100% { height:100%; }
} @keyframes avia_expand {
0%   { width:0%; }
100% { width:100%; }
} @keyframes avia-ltr {
0%   { transform:translate(-10%,0); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@keyframes avia-rtl {
0%   { transform:translate(10%,0); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@keyframes avia-btt {
0%   { transform:translate(0,50%); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@keyframes avia-ttb {
0%   { transform:translate(0, -10%); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@keyframes avia-fadein {
0%   { opacity: 0; }
100% { opacity: 1; }
}
@keyframes avia-fadeOut {
0%   { opacity: 1; }
100% { opacity: 0; }
} @keyframes avia-rotateIn {
0% {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
transform-origin: center;
transform: none;
opacity: 1;
}
}
@keyframes avia-rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
@keyframes avia-rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -22deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
} @keyframes avia-bg-move {
0%   { background-position: -31px 0;  }
100% { background-position: 0 0; }
} @keyframes caption-right {
0%   { transform:translate(2000px,0); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@keyframes caption-left {
0%   { transform:translate(-2000px,0); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@keyframes caption-top {
0%   { transform:translate(0,-20px); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@keyframes caption-bottom {
0%   { transform:translate(0,20px); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
} @keyframes av_pulsate {
0% 		{transform: scale(0.1); opacity: 0.0;}
50% 	{opacity: 0.7;}
100% 	{transform: scale(1); opacity: 0.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;}
} @keyframes avia-curtain-reveal-ltr{
0%	{ width: 101%; left: 0; }
100%{ width: 0; left: 100%; }
}
@keyframes avia-curtain-reveal-rtl{
0%	{ width: 100%; }
100%{ width: 0; }
}
@keyframes avia-curtain-reveal-ttb{
0%	{ height: 101%; top: 0; }
100%{ height: 0; top: 100%; }
}
@keyframes avia-curtain-reveal-btt{
0%	{ height: 100%; }
100%{ height: 0; }
} .avia-animate-admin-preview.fade-in-left,
.avia_transform .avia_start_delayed_animation.fade-in-left{
animation: avia-fade-in-left cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}
.avia-animate-admin-preview.fade-in-right,
.avia_transform .avia_start_delayed_animation.fade-in-right{
animation: avia-fade-in-right cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}
.avia-animate-admin-preview.fade-in-down,
.avia_transform .avia_start_delayed_animation.fade-in-down{
animation: avia-fade-in-down cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}
.avia-animate-admin-preview.fade-in-up,
.avia_transform .avia_start_delayed_animation.fade-in-up{
animation: avia-fade-in-up cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}
.avia-animate-admin-preview.flip-in-x,
.avia_transform .avia_start_delayed_animation.flip-in-x{
animation: avia-flip-in-x cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}
.avia-animate-admin-preview.flip-in-y,
.avia_transform .avia_start_delayed_animation.flip-in-y{
animation: avia-flip-in-y cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}
.avia-animate-admin-preview.roll-in,
.avia_transform .avia_start_delayed_animation.roll-in{
animation: avia-roll-in cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}
.avia-animate-admin-preview.zoom-in,
.avia_transform .avia_start_delayed_animation.zoom-in{
animation: avia-zoom-in cubic-bezier(0.17,0.84,0.44,1) 1s 1 forwards;
}
@keyframes avia-fade-in-left{
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes avia-fade-in-right{
0% {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes avia-fade-in-down {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes avia-fade-in-up {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes avia-flip-in-x{
0% {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
} 80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
transform: perspective(400px);
opacity: 1;
}
}
@keyframes avia-flip-in-y{
0% {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
} 80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
transform: perspective(400px);
opacity: 1;
}
}
@keyframes avia-roll-in{
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes avia-zoom-in{
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 1;
}
} .avia-divider-svg{
overflow: hidden;
position: absolute;
left: 0;
width: 100%;
line-height: 0;
direction: ltr;
pointer-events: none;
}
.avia-divider-svg-top{
top: 0px;
} .avia-divider-svg-bottom{
bottom: -2px;
} .avia-divider-svg-top:not(.avia-svg-original) svg,
.avia-divider-svg-bottom:not(.avia-svg-negative) svg{
z-index: -1;
}
.avia-divider-svg.avia-divider-svg-bottom.avia-svg-original,
.avia-divider-svg.avia-divider-svg-top.avia-svg-negative{
transform: rotate(180deg);
}
.avia-divider-svg svg{
fill: #fff;
display: block;
width: calc(100% + 1.3px);
position: relative;
left: 50%;
transform: translateX(-50%);
}
.avia-divider-svg path{
transform-origin: center;
transform: rotateY(0deg);
}
.avia-divider-svg.avia-flipped-svg svg{
transform: translateX(-50%) rotateY(180deg);
}
.avia-divider-svg.avia-to-front{
z-index: 100;
} .av-parallax-section.av-section-color-overlay-active .avia-divider-svg{
z-index: 1;
}
.av-parallax-section.av-section-color-overlay-active .avia-divider-svg.avia-to-front{
z-index: 100;
}.avia-fold-unfold-section{
position: relative;
display: block;
float: left;
width: 100%;
}
.avia-fold-unfold-section.avia-fold-init{
max-height: 80px;
overflow: hidden;
opacity: 0.3;
}
.avia-fold-textblock-wrap.avia-fold-init:not(.avia-fold-init-done) .avia_textblock,
.avia-fold-section-wrap.avia-fold-init:not(.avia-fold-init-done) + .avia-section,
.avia-fold-grid-row-wrap.avia-fold-init:not(.avia-fold-init-done) + .av-layout-grid-container{
display: none;
}
.avia-fold-unfold-section.avia-fold-init-done{
max-height: 500px;
overflow: hidden;
opacity: 1;
transition: all 1.0s ease-in-out;
}
.avia-fold-unfold-section .av-fold-unfold-container{
position: relative;
clear: both;
overflow: hidden;
max-height: 80px; transition: all 0.7s ease-in-out;
}
.avia-fold-unfold-section .av-fold-unfold-container::after{
opacity: 0;
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient( to bottom, rgba(255,255,255,0), rgba(255,255,255,1) );
z-index: -1; height: 100%;
transition: all 0.7s ease-in-out;
}
.avia-fold-unfold-section .av-fold-unfold-container.folded::after{
z-index: 500;
opacity: 1;
}
.av-fold-unfold-container .av-fold-unfold-inner{
display: block;
position: relative;
float: left;
width: 100%;
}
.avia-fold-unfold-section .av-fold-button-wrapper{
position: relative;
display: block;
float: left;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.avia-fold-unfold-section.align-left .av-fold-button-wrapper.av-fold-btn-padding{
padding-left: 30px;
}
.avia-fold-unfold-section.align-right .av-fold-button-wrapper.av-fold-btn-padding{
padding-right: 30px;
}
.avia-fold-unfold-section .av-fold-button-container{
position: relative;
display: inline-block;
margin-top: 15px;
margin-bottom: 15px;
float: left;
z-index: 20;
transition: all 0.7s ease-in-out;
}
.avia-fold-unfold-section.align-right .av-fold-button-container{
float: right;
}
.avia-fold-unfold-section.align-center .av-fold-button-container{
left: 50%;
transform: translateX(-50%);
}
.avia-fold-unfold-section.fold-button .av-fold-button-container{
padding: 0.5em 0.8em;
border: 1px solid;
border-radius: 7px;
}
#top .avia-fold-unfold-section :not(.avia-button-wrap) .av-fold-button-container{
text-decoration: underline;
}
.avia-fold-unfold-section .av-fold-button-container:hover{
opacity: 0.6;
cursor: pointer;
} .avia-fold-unfold-section .av-fold-unfold-container .avia_textblock{
display: inline-block;
}