.an-location {
position: fixed;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: stretch;
justify-content: center;
}
.an-container {
box-sizing: border-box;
position: relative;
width: 100%;
font-size: 14px; }
.an-container a {
transition: none;
}
.an-content {
float: left;
width: 100%;
}
.an-content p {
margin: 0;
}
.an-content img {
max-width: 100%;
}
.an-header, .an-footer {
float: left;
width: 100%
}
.an-close-container {
position: absolute;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
align-items: center;
z-index: 1;
}
.an-close-button {
z-index: 9;
}
.an-close-icon {
text-decoration: none;
text-align: center;
}
.an-delay {
animation: 0!important;
display: none!important;
}
.an-design-default {
color: #383838;
background-color: #edf6ee; box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);
border-bottom: 6px solid #c60606;
}
.an-design-default a {
color: #383838;
}
.an-design-default .an-close-container a {
color: #a8a8a8;
}
.an-design-success {
color: #ffffff;
background-color: #37c1aa;
}
.an-design-success a {
color: #ffffff;
}
.an-design-info {
color: #ffffff;
background-color: #3473c1;
}
.an-design-info a {
color: #ffffff;
}
.an-design-warning {
color: #000000;
background-color: #ffee9e;
}
.an-design-warning a,
.an-design-warning .an-close-button {
color: #000000;
}
.an-design-danger {
color: #ffffff;
background-color: #d64f62;
}
.an-design-danger a {
color: #ffffff;
} .an-preview-container {
float: left;
width: 80%;
height: 70vh;
min-height: 300px;
margin: 10px 10%;
border: 2px dashed #a7ceaf;
padding: 20px;
background-color: #edf6ee;
display: flex;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
flex-direction: column;
}
.an-preview-title {
font-size: 22px;
line-height: 30px;
}
.an-preview-status {
font-size: 28px;
line-height: 40px;
color: #c60606;
}
.an-preview-devices {
font-size: 20px;
line-height: 30px; } .an-fadein {
animation-name: anFedeIn;
}
@keyframes anFedeIn {
from{ opacity:0; }
to{ opacity:1; }
}
.an-fadein-left {
animation-name: anFedeInLeft;
}
@keyframes anFedeInLeft {
from{opacity:0;transform:translate3d(-100%,0,0)}
to{opacity:1;transform:none}
}
.an-fadein-right {
animation-name: anFedeInRight;
}
@keyframes anFedeInRight {
from{opacity:0;transform:translate3d(100%,0,0)}
to{opacity:1;transform:none}
}
.an-fadein-up {
animation-name: anFedeInUp;
}
@keyframes anFedeInUp{
from{opacity:0;transform:translate3d(0,100%,0)}
to{opacity:1;transform:none}
}
.an-fadein-down {
animation-name: anFedeInDown;
}
@keyframes anFedeInDown{
from{opacity:0;transform:translate3d(0,-100%,0)}
to{opacity:1;transform:none}
}
.an-bounce-in {
animation-name: anBounceIn;
}
@keyframes anBounceIn{
20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:scale3d(.3,.3,.3)}
20%{transform:scale3d(1.1,1.1,1.1)}
40%{transform:scale3d(.9,.9,.9)}
60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}
80%{transform:scale3d(.97,.97,.97)}
to{opacity:1;transform:scale3d(1,1,1)}
}
.an-bounce-in-left {
animation-name: anBounceInLeft;
}
@keyframes anBounceInLeft{
60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:translate3d(-110%,0,0)}
60%{opacity:1;transform:translate3d(25px,0,0)}
75%{transform:translate3d(-10px,0,0)}
90%{transform:translate3d(5px,0,0)}
to{transform:none}
}
.an-bounce-in-right {
animation-name: anBounceInRight;
}
@keyframes anBounceInRight{
60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
from{opacity:0;transform:translate3d(110%,0,0)}
60%{opacity:1;transform:translate3d(-25px,0,0)}
75%{transform:translate3d(10px,0,0)}
90%{transform:translate3d(-5px,0,0)}
to{transform:none}
}
.an-bounce-in-up {
animation-name: anBounceInUp;
}
@keyframes anBounceInUp{
60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
from{opacity:0;transform:translate3d(0,110%,0)}
60%{opacity:1;transform:translate3d(0,-20px,0)}
75%{transform:translate3d(0,10px,0)}
90%{transform:translate3d(0,-5px,0)}
to{transform:translate3d(0,0,0)}
}
.an-bounce-in-down {
animation-name: anBounceInDown;
}
@keyframes anBounceInDown{
60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:translate3d(0,-110%,0)}
60%{opacity:1;transform:translate3d(0,25px,0)}
75%{transform:translate3d(0,-10px,0)}
90%{transform:translate3d(0,5px,0)}
to{transform:none}
}
.an-slide-in-left {
animation-name: anSlideInLeft;
}
@keyframes anSlideInLeft{
from{transform:translate3d(-110%,0,0);}
to{transform:translate3d(0,0,0)}
}
.an-slide-in-right {
animation-name: anSlideInRight;
}
@keyframes anSlideInRight{
from{transform:translate3d(110%,0,0);}
to{transform:translate3d(0,0,0)}
}
.an-slide-in-up {
animation-name: anSlideInUp;
}
@keyframes anSlideInUp{
from{transform:translate3d(0,110%,0);}
to{transform:translate3d(0,0,0)}
}
.an-slide-in-down {
animation-name: anSlideInDown;
}
@keyframes anSlideInDown{
from{transform:translate3d(0,-110%,0);}
to{transform:translate3d(0,0,0)}
}
.an-vertical-flip-in {
animation-name: anVerticalFlipIn;
animation-fill-mode: both;
}
@keyframes anVerticalFlipIn{
60%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{transform:rotateX(-90deg)}
60%{transform:rotateX(40deg)}
to{transform:none}
}
.an-unfold-down-in {
animation-name: anUnfoldDownIn;
animation-fill-mode: both;
transform-origin: 50% 0%;
}
@keyframes anUnfoldDownIn{
0%{transform:perspective(350px) rotateX(-90deg)}
to{transform:none}
} .an-fadeout {
animation-name: anFedeOut;
animation-fill-mode: both;
opacity:0;
}
@keyframes anFedeOut {
from{ opacity:1; }
to{ opacity:0; }
}
.an-fadeout-left {
animation-name: anFedeOutLeft;
animation-fill-mode: both;
opacity:0;
}
@keyframes anFedeOutLeft {
from{opacity:1;transform:none}
to{opacity:0;transform:translate3d(-100%,0,0)}
}
.an-fadeout-right {
animation-name: anFedeOutRight;
animation-fill-mode: both;
opacity:0;
}
@keyframes anFedeOutRight {
from{opacity:1;transform:none}
to{opacity:0;transform:translate3d(100%,0,0)}
}
.an-fadeout-up {
animation-name: anFedeOutUp;
animation-fill-mode: both;
opacity:0;
}
@keyframes anFedeOutUp{
from{opacity:1;transform:none}
to{opacity:0;transform:translate3d(0,-100%,0)}
}
.an-fadeout-down {
animation-name: anFedeOutDown;
animation-fill-mode: both;
opacity:0;
}
@keyframes anFedeOutDown{
from{opacity:1;transform:none}
to{opacity:0;transform:translate3d(0,100%,0)}
}
.an-slide-out-left {
animation-name: anSlideOutLeft;
animation-fill-mode: both;
}
@keyframes anSlideOutLeft{
from{transform:translate3d(0,0,0);}
to{transform:translate3d(-110%,0,0)}
}
.an-slide-out-right {
animation-name: anSlideOutRight;
animation-fill-mode: both;
}
@keyframes anSlideOutRight{
from{transform:translate3d(0,0,0);}
to{transform:translate3d(110%,0,0)}
}
.an-slide-out-up {
animation-name: anSlideOutUp;
animation-fill-mode: both;
}
@keyframes anSlideOutUp{
from{transform:translate3d(0,0,0);}
to{transform:translate3d(0,-110%,0)}
}
.an-slide-out-down {
animation-name: anSlideOutDown;
animation-fill-mode: both;
}
@keyframes anSlideOutDown{
from{transform:translate3d(0,0,0);}
to{transform:translate3d(0,110%,0)}
} .an-loader-container {
display: none;
float: right;
width: 100%;
height: 200px;
}
.an-loader {
color: var(--maincolor);
font-size: 80px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -40px auto;
top: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.an-page-loader {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 9999999;
}.an-cookie-consent :is(h1, h2, h3, h4, h5, h6) {
margin: 0px;
}
.an-cookies-content-default {
font-size: 16px;
margin: 0 0 5px 0;
max-height: calc(100vh - 200px);
overflow: auto;
}
.an-cookies-title-default,
.an-cookies-content-default h3 {
font-size: 20px;
margin: 0 0 5px 0;
}
.an-button-cookie.an-accept-cookies,
.an-button-cookie.an-reject-cookies {
float: left;
width: calc(50% - 4px);
font-size: 16px !important;
margin: 2px !important;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
padding: 5px 10px;
text-align: center;
text-decoration: none;
text-transform: none;
border-radius: 5px;
}
.an-button-cookie.an-accept-cookies {
background: #006ec5;
}
.an-button-cookie.an-reject-cookies {
color: #6d6d6d;
background: #e8e8e8;
}
.an-button-cookie.an-manage-cookies {
float: left;
width: calc(70%);
font-size: 14px !important;
margin: 4px 15% !important;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-radius: 0;
color: #535353;
cursor: pointer;
padding: 5px 10px;
text-align: center;
text-decoration: underline;
text-transform: none;
border-radius: 5px;
background: transparent;
} .an-manage-content {
max-height: calc(100vh - 120px);
display: flex;
flex-direction: column;
}
.an-manage-scrollable {
flex: 1;
overflow-y: auto;
overflow-x: hidden;
}
.an-manage-title {
font-size: 24px;
font-weight: 700;
color: #111827;
margin: 0 0 16px;
}
.an-manage-description {
color: #4b5563;
font-size: 15px;
line-height: 1.6;
padding: 5px;
margin: 0 0 24px;
}
.an-manage-categories {
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 24px;
}
.an-manage-category {
border: 1px solid #e5e7eb;
border-radius: 8px;
overflow: hidden;
transition: border-color 0.2s;
min-height: 56px;
}
.an-manage-category:hover {
border-color: #d1d5db;
}
.an-manage-category-header {
display: flex;
align-items: center;
gap: 12px;
padding: 16px;
background: #f9fafb;
}
.an-manage-expand {
background: none;
border: none;
cursor: pointer;
padding: 4px;
display: flex;
transition: transform 0.2s;
}
.an-manage-icon {
width: 16px;
height: 16px;
fill: #6b7280;
transform: rotate(90deg);
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.an-manage-expand.active .an-manage-icon {
transform: rotate(180deg);
}
.an-manage-category-title {
flex: 1;
font-weight: 600;
color: #111827;
font-size: 16px;
}
.an-manage-toggle-wrapper {
display: flex;
align-items: center;
gap: 8px;
}
.an-manage-required {
font-size: 12px;
color: #6b7280;
font-weight: 500;
}
.an-manage-toggle {
position: relative;
display: inline-block;
width: 48px;
height: 24px;
}
.an-manage-toggle input {
opacity: 0;
width: 0;
height: 0;
}
.an-manage-slider {
position: absolute;
cursor: pointer;
inset: 0;
background: #d1d5db;
border-radius: 24px;
transition: background 0.3s;
}
.an-manage-slider:before {
content: "";
position: absolute;
height: 18px;
width: 18px;
left: 3px;
bottom: 3px;
background: white;
border-radius: 50%;
transition: transform 0.3s;
}
.an-manage-toggle input:checked + .an-manage-slider {
background: #a7ceaf;
}
.an-manage-toggle input:checked + .an-manage-slider:before {
transform: translateX(24px);
}
.an-manage-toggle-disabled .an-manage-slider {
background: #a7ceaf;
cursor: not-allowed;
opacity: 0.7;
}
.an-manage-category-body {
overflow: hidden;
max-height: 0;
opacity: 0;
transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
padding: 0 16px;
}
.an-manage-category-body.active {
max-height: 800px;
opacity: 1;
padding: 16px;
border-top: 1px solid #e5e7eb;
}
.an-manage-category-body p {
color: #6b7280;
font-size: 14px;
line-height: 1.6;
margin: 0;
}
.an-manage-footer {
display: flex;
gap: 12px;
justify-content: flex-end;
padding-top: 20px;
border-top: 1px solid #e5e7eb;
flex-shrink: 0;
}
.an-manage-button-cookie {
float: left;
width: calc(50% - 4px);
font-size: 16px !important;
margin: 2px !important;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
padding: 5px 10px;
text-align: center;
text-decoration: none;
text-transform: none;
border-radius: 5px;
}
.an-manage-button-cookie.an-reject-cookies {
color: #6d6d6d;
background: #e8e8e8;
}
.an-manage-button-cookie.an-save-preferences {
background: #a7ceaf;
color: white;
}
.an-manage-button-cookie.an-accept-cookies {
background: #006ec5;
color: white;
}
.an-manage-cookies-container {
max-height: 100vh;
overflow: auto;
}
.an-design-an_manage_cookies_design .an-close-container .an-close-button {
color: rgb(0, 0, 0);
background-color: rgb(240, 242, 245);
width: 30px;
height: 30px;
margin: 4px;
padding: 4px;
border-radius: 20px;
}
@media (max-width: 600px) {
.an-manage-cookies-container {
max-height: calc(100vh - 80px);
}
.an-manage-footer {
flex-direction: column;
}
.an-manage-button-cookie {
width: 100%;
}
.an-manage-btn {
width: 100%;
}
}.an-button-cookie.an-accept-cookies, .an-button-cookie.an-reject-cookies {
float: right;
}
.an-manage-icon {
transform: rotate(270deg);
}.menu-toggle {
display: none;
}
#side-menu nav .lf-current-menu::after {
content: "•";
margin: 0 5px;
color: red;
}
.mobile-header-container {
display: none;
} :root{
--maincolor: #000000;
--mainbackgroundcolor: #ffffff;
}
svg, path {
outline: none;
}
input:not([type=radio],[type=checkbox]) {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
body {
box-sizing: border-box;
margin: 0px;
color: var(--main_text_color);
background-color: var(--pagebackgroundcolor);
}
#main-content {
background-color: var(--pagebackgroundcolor);
}
#main:not(.has-sidebar, .lf-blog-has-sidebar) {
float: left;
width: 100%;
}
.container {
max-width: var(--linker_continer_size);
width: 100%;
margin: auto;
padding: 0 10px;
}
.alignleft {
text-align: left;
}
.alignright {
text-align: right;
}
.aligncenter {
text-align: center;
}
.no-padding {
padding: 0!important;
}
.height-150 {
height: 150px;
overflow: hidden;
}
.height-200 {
height: 200px;
overflow: hidden;
}
.height-300 {
height: 300px;
overflow: hidden;
}
.height-350 {
height: 350px;
overflow: hidden;
}
.height-450 {
height: 450px;
overflow: hidden;
}
.top-content {
float: left;
width: 100%;
background-color: #747474;
color: #ffffff;
padding: 10px 0;
}
.no-link {
cursor: default;
}
.noselect {
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.lf-center-img {
position: relative;
float: right;
width: 100%;
height: 250px;
overflow: hidden;
}
.lf-center-img img {
position: absolute;
top: 50%;
left: 50%;
width: auto;
min-width: 100%;
height: 100%;  margin-right: -50%;
transform: translate(-50%, -50%);
object-fit: contain;
-o-object-fit: contain;
}
#lf-dark-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120%;
background-color: rgba(0, 0, 0, 0.55);
z-index: 99; display: none;
}
#lf-dark-screen.lf-dark-screen-show {
display: block;  }
@keyframes lf_dark_screen {
from {opacity: 0;}
to {opacity: 1;}
}
.lf-page-message-container {
float: left;
width: 100%;
}
.lf-page-message {
float: left;
width: 100%;
min-height: 60vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.lf-page-message-line-1 {
font-size: 30px;
line-height: 30px;
color: #777;
}
.lf-page-message-line-1 i {
float: left;
font-size: 30px;
line-height: 30px;
color: #777;
margin: 0 5px;
}
.lf-page-message-line-2 {
font-size: 40px;
color: #54595f;
}
h1.lf-page-title,
.lf-page-title h1 {
float: left;
height: 30px;
margin: 0 0 10px 0;
line-height: 30px;
font-size: 30px;
color: #54595f;
font-weight: normal;
}
.wp-block-table {
float: left;
width: 100%;
} .lf-breadcrumbs {
float: left;
width: 100%;
line-height: 20px;
margin: 5px 0;
color: #777;
font-size: 16px;
}
.top-page-area .lf-breadcrumbs {
position: absolute;
right: 0;
top: 0;
line-height: 30px;
margin: 0;
padding: 0 10px;
color: white;
filter: drop-shadow(1px 1px #000);
font-size: 20px;
}
.lf-breadcrumbs ol {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.lf-breadcrumbs li {
display: inline-block;
}
.lf-breadcrumbs span + span:before,
.lf-breadcrumbs .breadcrumb_last:before {
content: '>';
margin: 0 5px;
}
.lf-breadcrumbs a, .lf-breadcrumbs span {
color: #777;
font-size: 16px;
text-decoration: none;
}
.top-page-area .lf-breadcrumbs a, .top-page-area .lf-breadcrumbs span {
color: white;
font-size: 20px;
text-decoration: none;
} .customize-support header, .customize-support #side-menu {
top: 32px;
}
header ul {
margin: 0;
padding: 0;
}
header li {
margin: 0;
list-style-type: none;
} #side-menu ul {
margin: 0;
padding: 0;
}
#side-menu li {
margin: 0;
list-style-type: none;
} footer ul {
margin: 0;
padding: 0;
}
footer li {
margin: 0;
list-style-type: none;
}
.lf-scroll-up-container {
position: fixed;
left: 50px;
bottom: 20px;
z-index: 99;
}
.lf-scroll-up {
float: left;
width: 40px;
height: 40px;
border-radius: 100px;
background-color: #c6c6c6;
display: none;
cursor: pointer;
outline: 0;
}
.lf-scroll-up i {
float: left;
width: 40px;
height: 40px;
animation: arrow_up 0.5s infinite alternate-reverse;
}
.lf-scroll-up i svg {
fill: #ffffff;
}
@keyframes arrow_up {
from {transform: translate(0px, -2px);}
to {transform: translate(0px, 2px);}
} .navigation.pagination {
float: left;
width: 100%;
text-align: center;
margin-bottom: 5px;
}
.navigation.pagination a, .navigation.pagination span {
display: inline-block;
width: 30px;
line-height: 30px;
text-align: center;
font-size: 16px;
color: white;
background-color: #000000;
border-radius: 2px;
text-decoration: none;
}
.page-numbers.current {
background-color: #9d9d9d;
}
.lf-top-page {
float: left;
width: 100%;
}  .top-page-area {
float: left;
position: relative;
width: 100%;
height: 200px;
margin-bottom: 5px;
overflow: hidden;
}
.top-page-area img {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.top-page-area .top-page-title {
position: absolute;
left: 0;
bottom: 20px;
line-height: 50px;
padding: 0 10px;
background-color: #144788;
color: white;
font-size: 36px;
min-width: 30%;
}
.top-page-area .top-page-title:after {
content: "";
border-bottom: 50px solid rgba(255, 255, 255, 0);
border-right: 40px solid #144788;
float: left;
position: absolute;
left: -40px;
top: 0px;
z-index: 9;
} .more-sub-menu-left,
.more-sub-menu-right {
display: none;
}
header .sub-menu .more-sub-menu-left {
display: block;
position: absolute;
left: 5px;
top: 5px;
width: 20px;
height: 20px;
text-align: center;
color: #000000;
}
header .sub-menu .more-sub-menu-right {
display: block;
position: absolute;
right: 5px;
top: 5px;
width: 20px;
height: 20px;
text-align: center;
color: #000000;
}
header .sub-menu .more-sub-menu-right i,
header .sub-menu .more-sub-menu-left i {
float: left;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 18px;
} .cart-items-list-container {
position: absolute;
top: 50px;
left: 0;
width: 300px;
max-height: 470px;
background-color: whitesmoke;
border: 1px solid white;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
z-index: 9;
display: none;
}
.cart-container:hover .cart-items-list-container {
display: block;
}
.cart-list {
float: left;
width: 100%;
max-height: 420px;
overflow: auto;
padding: 5px 0;
direction: ltr;
}
.cart-list::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
.cart-list::-webkit-scrollbar {
width: 5px;
background-color: #F5F5F5;
}
.cart-list::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #727272;
}
.cart-list li {
float: left;
width: 100%;
direction: rtl;
}
.cart-list li + li {
border-top: 1px solid white;
}
.cart-list li a {
float: left;
width: 100%;
height: 100px;
padding: 5px;
}
.cart-actions {
float: left;
width: 100%;
height: 50px;
padding: 5px;
}
.cart-actions a {
float: right;
width: 50%;
}
.product-image-cart-list {
float: right;
width: 90px;
height: 90px;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
overflow: hidden;
}
.product-image-cart-list img {
margin: auto;
width: 100%;
}
.product-info-cart-list {
float: right;
width: calc(100% - 120px);
}
.product-title-cart-list {
float: right;
width: 100%;
height: 50px;
overflow: hidden;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
color: black;
}
.product-title-cart-list span {
margin: auto;
font-weight: bold;
}
.product-price-cart-list {
float: right;
width: 100%;
height: 50px;
text-align: center;
overflow: hidden;
}
.remove-product-from-cart {
float: right;
width: 30px;
height: 90px;
overflow: hidden;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
color: black;
cursor: pointer;
}
.remove-product-from-cart i {
margin: auto;
width: 30px!important;
height: 30px!important;
line-height: 30px!important;
font-size: 20px!important;
text-align: center!important;
color: black!important;
}
.remove-product-from-cart:hover i {
border-radius: 100%;
background-color: #d0d0d0;
} .animated-loader {
float: left;
color: #00559d;
font-size: 30px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -15px;
top: 50%;
left: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
img.lazy {
opacity: 0;
}
img.lazy.fadeIn {
opacity: 1;
transition: 0.5s all;
}  .mobile-contact-options {
position: fixed;
bottom: 20px;
left: 20px;
display: none;
width: 50px;
height: 50px;
border-radius: 5px;
color: white;
z-index: 999;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-open {
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.mobile-contact-open i {
float: right;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-options i svg {
width: 40px;
height: 40px;
fill: #ffffff;
}
.mobile-contact-active .mobile-contact-open i {
-ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-call {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-call i {
float: right;
width: 50px;
height: 50px;
border-radius: 100%;
}
.mobile-contact-whatsapp {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
}
.mobile-contact-whatsapp svg {
width: 32px;
height: 32px;
}
.mobile-contact-active .mobile-contact-whatsapp {
top: -120px;
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-waze {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
}
.mobile-contact-waze svg {
width: 32px;
height: 32px;
}
.mobile-contact-active .mobile-contact-waze {
top: -120px;
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-newsletter {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
}
.mobile-contact-newsletter i {
float: right;
width: 50px;
height: 50px;
border-radius: 100%;
}
.mobile-contact-active span {
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-active span:nth-child(1) {
top: -60px;
}
.mobile-contact-active span:nth-child(2) {
top: -120px;
}
.mobile-contact-active span:nth-child(3) {
top: -180px;
}
.mobile-contact-active span:nth-child(4) {
top: -240px;
}
.mobile-contact-active span:nth-child(5) {
top: -300px;
}
.mobile-contact-active .mobile-contact-open {
top: 0!important;
}
.always-open .mobile-contact-open {
display: none;
}
.always-open span:nth-child(1) {
top: -0px;
}
.always-open span:nth-child(2) {
top: -60px;
}
.always-open span:nth-child(3) {
top: -120px;
}
.always-open span:nth-child(4) {
top: -180px;
}
.always-open span:nth-child(5) {
top: -240px;
} .newsletter-dialog-box .md-dialog-title {
text-align: center;
}
.newsletter-dialog-box .dialog-content {
text-align: center;
}
.newsletter-close-button {
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
text-align: center;
font-size: 20px;
padding: 2px;
cursor: pointer;
background-color: transparent;
border: 0;
outline: 0;
}
.newsletter-dialog input {
width: 100%;
margin: auto;
font-size: 20px;
border: 0;
border-bottom: 1px solid #adadad;
outline: 0;
}
.newsletter-dialog input.mailpoet_submit {
display: block;
width: 100%;
margin: auto;
padding: 10px;
font-size: 20px;
color:var(--linker_action_button_text);
background-color: var(--linker_action_button_background);
border: 0;
}
.newsletter-dialog p {
margin: 5px 0;
}
.md-dialog-title {
font-size: 24px;
color: #144788;
}
.parsley-errors-list.filled {
padding: 0 5%;
} .lf-video-container {
height: 700px;
overflow: hidden;
}
.lf-video {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
object-fit: cover;
}
.lf-video-lazy {
display: none;
} .lf-loader-container {
display: none;
float: right;
width: 100%;
height: 200px;
}
.lf-loader {
color: var(--maincolor);
font-size: 80px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -40px auto;
top: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.lf-page-loader {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 9999999;
} .fix-heights {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.blog .fix-heights .md-card {
height: 100%;
}
.lf-loading,
.lf-loading a,
.lf-loading svg {
fill: transparent!important;
color:  transparent!important;
}
.lf-loading::after {
content: "";
position: absolute;
top: calc(50% - 9px);
left: calc(50% - 9px);
width: 18px;
height: 18px;
border: 1px solid rgba(255,255,255,.3);
border-left-color: #ffffff;
border-radius: 50%;
opacity: 1!important;
-webkit-animation: lf-rotate 450ms infinite linear;
animation: lf-rotate 450ms infinite linear;
}
@-webkit-keyframes lf-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes lf-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .lf-social-links-container {
position: relative;
float: left;
width: 100%;
padding: 5px 0;
}
.lf-social-link {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #000000;
color: #ffffff;
border-radius: 50px;
margin: 0 5px;
padding: 0;
border: 0;
}
.lf-social-link .md-parent-tooltip {
display: inline-block;
width: 40px;
height: 40px;
margin: 0;
font-size: 22px;
}
.lf-social-link svg {
width: 40px;
height: 40px;
padding: 8px;
fill: #ffffff;
} .lf-image-compare img.icv__img-a {
height: auto;
position: static;
z-index: 1;
left: 0px;
max-width: initial;
}
.lf-image-compare img.icv__img-b {
height: 100%;
position: absolute;
z-index: 2;
left: auto;
right: 0px;
width: auto;
max-width: initial;
}
.lf-image-compare.icv__icv--vertical img.icv__img-b {
width: 100%;
height: auto;
}
.lf-image-compare.icv__icv--vertical img.icv__img-a {
height: auto;
position: static;
z-index: 1;
left: 0px;
max-width: initial;
}
.icv__icv--horizontal { } @media screen and (min-width: 950px) {
.lf-desktop-hidden {
display: none;
}
}
@media screen and (max-width: 950px) {
.lf-tablet-hidden {
display: none;
}
.mobile-header-container {
display: block;
float: left;
width: 100%;
}
.menu-toggle {
display: block;
}
.tab-scroll-continer {
overflow-x: scroll;
}
.mobile-contact-options {
display: block;
}
.top-page-area {
height: 150px;
margin-top: 5px;
}
.top-page-area img {
height: 100%!important;
object-fit: cover;
-o-object-fit: cover;
}
.top-page-area .top-page-title {
line-height: 40px;
font-size: 26px;
}
.lf-breadcrumbs {
display: none;
}
.lf-mobile-hiddden {
display: none;
}
#lf-dark-screen {
z-index: 9999;
}
h1.lf-page-title,
.lf-page-title h1 {
height: auto;
margin: 5px 0;
line-height: 24px;
font-size: 18px;
}
}
@media screen and (max-width: 782px) {
.customize-support header, .customize-support #side-menu {
top: 46px;
}
}
@media screen and (min-width: 600px) {
.lf-only-mobile {
display: none;
}
}
@media screen and (max-width: 600px) {
.lf-mobile-hidden {
display: none;
}
}.lf-page-message-line-1 i {
float: right;
}
h1.lf-page-title,
.lf-page-title h1 {
float: right;
} .lf-breadcrumbs {
float: right;
}
.lf-breadcrumbs span + span:before,
.lf-breadcrumbs .breadcrumb_last:before { }   .lf-scroll-up-container {
left: auto;
right: 50px;
}  .top-page-area .top-page-title {
left: auto;
right: 0;
}           .icv__theme-wrapper {
flex-direction: row-reverse;
} @media screen and (max-width: 950px) {
.top-page-area .top-page-title:after {
border-bottom: 40px solid rgba(255, 255, 255, 0);
}
}
@media screen and (max-width: 600px) {
}.pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none; }
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.pswp img {
max-width: none; } .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open {
display: block; }
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab; }
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing; } .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; } .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none; }
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden; }
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden; }
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0; } .pswp__img--placeholder {
-webkit-backface-visibility: hidden; } .pswp__img--placeholder--blank {
background: #222; }
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0; } .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC; }
.pswp__error-msg a {
color: #CCC;
text-decoration: underline; }.pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none; }
.pswp__button:focus, .pswp__button:hover {
opacity: 1; }
.pswp__button:active {
outline: none;
opacity: 0.9; }
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0; } .pswp__ui--over-close .pswp__button--close {
opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//xn--9dblsm5a.com/wp-content/plugins/linker-framework/linker-framework/plugins/photoswipe/PhotoSwipe-4.1.3/default-skin/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//xn--9dblsm5a.com/wp-content/plugins/linker-framework/linker-framework/plugins/photoswipe/PhotoSwipe-4.1.3/default-skin/default-skin.svg); }
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none; } }
.pswp__button--close {
background-position: 0 -44px; }
.pswp__button--share {
background-position: -44px -44px; }
.pswp__button--fs {
display: none; }
.pswp--supports-fs .pswp__button--fs {
display: block; }
.pswp--fs .pswp__button--fs {
background-position: -44px 0; }
.pswp__button--zoom {
display: none;
background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
display: block; }
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0; } .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden; } .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute; }
.pswp__button--arrow--left {
left: 0; }
.pswp__button--arrow--right {
right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute; }
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px; }
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px; } .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__share-modal--hidden {
display: none; }
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px; }
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000; }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px; }
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF; }
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF; }
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D; }
a.pswp__share--download:hover {
background: #DDD; } .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px; } .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px; }
.pswp__caption small {
font-size: 11px;
color: #BBB; }
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC; }
.pswp__caption--empty {
display: none; } .pswp__caption--fake {
visibility: hidden; } .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr; }
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px; }
.pswp__preloader--active {
opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url(//xn--9dblsm5a.com/wp-content/plugins/linker-framework/linker-framework/plugins/photoswipe/PhotoSwipe-4.1.3/default-skin/preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active {
opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0; }
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0; }
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right; } }
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550; } .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); } .pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible; }
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5); } .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3); } .pswp__ui--idle .pswp__top-bar {
opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0; } .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; } .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none; }
.pswp__element--disabled {
display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
background: none; }@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.lf-slider-container {
position: relative;
width: 100%;
overflow: hidden;
}
.swiper-container {
width: 100%;
height: 300px;
}
.swiper-thumbnails {
display: inline-block;
height: 100px;
width: 100%;
}
.swiper-thumbnails lazy-image {
float: right;
width: 16.6666%;
}
.swiper-thumbnails img {
float: right;
width: 16.666%;
}
.swiper-wrapper .lf-image-container {
position: relative;
width: 100%;
height: 400px;
overflow: hidden;
}
.swiper-wrapper .lf-image-container img {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
-o-object-fit: cover;
}
.swiper-pagination {
width: 100%;
}
.swiper-pagination-bullet {
margin: 0 2px;
}
.swiper-pagination-bullet-active {
background: #000000;
}
.swiper-container-horizontal .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 5px;
left: 0;
width: 100%;
}figure {
margin: 0;
}
.lf-blog-col-1 {
float: left;
width: 100%;
}
.lf-blog-col-2 {
float: left;
width: 50%;
}
.lf-blog-col-3 {
float: left;
width: 33.33%;
}
.lf-blog-col-4 {
float: left;
width: 25%;
}
.lf-blog-col-5 {
float: left;
width: 20%;
}
.lf-blog-col-6 {
float: left;
width: 16.66%;
}
.lf-blog-col {
padding: 2px;
}
.lf-blog-grid {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 200px;
overflow: hidden;
}
.lf-blog-grid img {
width: 100%!important;
height: 100%!important;
object-fit: cover;
-o-object-fit: cover;
min-height: 180px!important;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lf-blog-grid-title {
position: absolute;
bottom: 20px;
right: 0;
width: 100%;
height: 50px;
padding: 0 15px;
background-color: rgba(0, 0, 0, 0.8);
color: white;
font-size: 18px;
line-height: 20px;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
}
.lf-blog-continer {
float: left;
width: 100%;
color: var(--main_text_color); }
.lf-blog-continer a {
color: var(--main_text_color);
}
.lf-blog-title-container {
float: left;
width: 100%;
}
.lf-blog-main-col {
float: left;
width: 70%;
}
.lf-blog-main-col {
float: left;
width: 70%;
padding: 2px;
}
.lf-blog-list-col {
float: left;
width: 30%;
max-height: 1000px;
padding: 2px;
overflow: auto;
}
.lf-blog-main-post-container {
float: left;
width: 100%;
}
.lf-blog-secondary-container {
float: left;
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.lf-blog-main-post-image {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 400px;
overflow: hidden;
}
.lf-blog-main-post-image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100%;
max-width: none!important; height: auto; margin-right: -50%;
transform: translate(-50%, -50%);
object-fit: contain;
-o-object-fit: contain;
}
.lf-blog-main-post-label {
float: left;
width: 100%;
padding: 0 10px;
font-size: 30px;
line-height: 34px;
display: flex;
align-items: flex-start;
overflow: hidden;
}
.lf-blog-main-post-info-container {
float: left;
width: 100%;
padding: 0 10px;
display: flex;
align-items: center;
}
.lf-blog-main-post-info { font-size: 14px;
}
.lf-blog-main-post-info-divider {
font-size: 12px;
margin: 0 5px;
}
.lf-blog-main-post-excerpt {
float: left;
width: 100%;
padding: 10px;
}
.lf-blog-secondary-image {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 120px;
overflow: hidden;
}
.lf-blog-secondary-image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100%;
max-width: none!important;
height: auto;
min-height: 100%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lf-blog-secondary-post-label {
float: left;
width: 100%;
padding: 0 5px;
}
.lf-blog-secondary-info-container {
float: left;
width: 100%;
padding: 0 5px;
display: flex;
align-items: center;
}
.lf-blog-secondary-info {
font-size: 14px;
}
.lf-blog-secondary-info-divider {
font-size: 10px;
margin: 0 5px;
}
.lf-blog-list-post {
padding: 2px;
}
.lf-blog-list-title {
float: left;
width: 100%;
text-align: center;
font-size: 20px;
height: 30px;
background-color: #ededed;
margin-bottom: 5px;
}
.lf-blog-list-post {
float: left;
width: 100%;
display: flex;
}
.lf-blog-list-image {
position: relative;
float: left;
width: 120px;
height: 68px;
overflow: hidden;
}
.lf-blog-list-image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100%;
max-width: none!important;
height: auto;
min-height: 100%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lf-blog-list-content-container {
float: left;
width: calc(100% - 68px);
padding: 2px;
}
.lf-blog-list-post-label {
font-size: 15px;
}
.lf-blog-list-info-container {
float: left;
width: 100%;
padding: 0;
display: flex;
align-items: center;
}
.lf-blog-list-info {
font-size: 14px;
}
.lf-blog-list-info-divider {
font-size: 10px;
margin: 0 5px;
}
.lf-blog-has-sidebar {
float: left;
width: calc(100% - 340px);
}
.lf-blog-sidebar {
float: left;
width: 340px;
padding: 0 10px;
} .wp-block-categories-list {
float: left;
width: 100%;
list-style: none;
padding: 5px;
margin: 5px 0;
}
li.cat-item {
float: left;
width: 100%;
}
li.cat-item + li.cat-item{
margin-top: 6px;
}
li.cat-item a {
float: left;
width: 100%;
padding: 8px;
border: 1px solid #dddddd;
border-radius: 6px;
font-size: 16px;
line-height: 16px;
color: var(--main_text_color);
text-decoration: none;
}
li.cat-item a:hover {
background-color: #fafafa;
}
.wp-block-latest-posts {
float: left;
width: 100%;
padding: 5px;
margin: 5px 0;
}
.wp-block-latest-posts__featured-image {
float: left;
width: 75px;
height: 75px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
float: left;
width: 100%;
padding: 5px;
margin: 5px 0;
background-color: #fafafa;
}
.wp-block-latest-posts__featured-image img {
padding: 0 5px 0 0;
}
.wp-block-latest-posts__post-title {
color: var(--main_text_color);
}
.lf-blog-related-posts-continer {
float: left;
width: 100%;
}
.lf-blog-related-posts-list {
float: left;
width: 100%;
list-style: none;
padding: 0;
}
.lf-blog-related-posts-item {
float: left;
width: 100%;
padding: 5px;
margin: 5px 0;
background-color: #fafafa;
color: var(--main_text_color);
}
.lf-blog-related-posts-image {
float: left;
width: 75px;
height: 75px;
}
.lf-blog-related-posts-image img {
float: left;
width: 75px;
height: 75px;
}
.lf-blog-related-posts-info {
float: left;
width: calc(100% - 75px);
padding: 0 5px;
}
.lf-blog-related-posts-title {
font-size: 16px;
text-decoration: underline;
}
.lf-blog-related-posts-author,
.lf-blog-related-posts-date {
font-size: 14px;
opacity: 0.9;
} @media screen and (max-width: 950px) {
.lf-blog-col-5,
.lf-blog-col-6 {
width: 33.33%;
}
.lf-blog-main-post-image {
height: 300px;
}
.lf-blog-secondary-image {
height: 100px;
}
.lf-blog-list-image {
width: 100px;
height: 60px;
}
.lf-blog-list-post-label {
font-size: 13px;
}
.lf-blog-list-info-container { }
.lf-blog-list-info {
font-size: 12px;
}
.lf-blog-list-info-divider { }
.lf-blog-has-sidebar,
.lf-blog-sidebar {
width: 100%;
}
}
@media screen and (max-width: 600px) {
.lf-blog-col-3,
.lf-blog-col-4,
.lf-blog-col-5,
.lf-blog-col-6 {
width: 50%;
}
.lf-blog-main-col,
.lf-blog-list-col {
width: 100%;
padding: 2px 0;
}
.lf-blog-main-post-image {
height: 240px;
}
.lf-blog-list-image {
width: 100px;
height: 60px;
}
.lf-blog-continer {
display: block;
}
.lf-blog-main-post-label {
padding: 0 5px;
font-size: 24px;
line-height: 30px;
}
.lf-blog-main-post-info-container {
padding: 0 5px;
}
.lf-blog-main-post-excerpt {
padding: 0 5px;
}
.lf-blog-secondary-post-label {
font-size: 14px;
}
.lf-blog-secondary-info {
font-size: 12px;
}
.lf-blog-secondary-info-container {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.lf-blog-secondary-info-divider {
display: none;
}
}.lf-blog-col-1,
.lf-blog-col-2,
.lf-blog-col-3,
.lf-blog-col-4,
.lf-blog-col-5,
.lf-blog-col-6 {
float: right;
}
.lf-blog-main-col,
.lf-blog-list-col {
float: right;
}
.lf-blog-list-image {
float: right;
}
.lf-blog-has-sidebar,
.lf-blog-sidebar {
float: right;
} .wp-block-latest-posts__featured-image {
float: right;
}
.wp-block-latest-posts__featured-image img {
padding: 0 0 0 5px;
}
.lf-blog-related-posts-image {
float: right;
}
.lf-blog-related-posts-info {
float: right;
}header li.menu-item:hover > .sub-menu,
header li.menu-item:hover > .lf-mega-menu-container,
header li.menu-item:hover > .lf-mega-menu-container > .sub-menu,
header li.menu-item:focus > .sub-menu,
header li.menu-item:focus > .lf-mega-menu-container,
header li.menu-item:focus > .lf-mega-menu-container > .sub-menu,
header li.menu-item:focus-within > .lf-mega-menu-container,
header li.menu-item:focus-within > .lf-mega-menu-container > .sub-menu,
header li.menu-item:focus-within > .sub-menu {
display: block;
z-index: 9;
}
.lf-hide-menu-only > :first-child,
.lf-hide-all-menus,
.lf-hide-submenu-only > .sub-menu {
display: none!important;
}
.lf-item-title {
float: left;
}
.lf-mega-menu-image {
display: none;
}
#lf-menu-side-container {
display: block;
position: fixed;
top: 0;
width: 340px;
height: 100%;
background-color: #ffffff;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
z-index: 999999;
-webkit-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#lf-menu-side-container.open {
-ms-transform: translateX(0px)!important;
-webkit-transform: translateX(0px)!important;
transform: translateX(0px)!important;
}
.lf-menu-side-left {
left: 0;
-ms-transform: translateX(-340px);
-webkit-transform: translateX(-340px);
transform: translateX(-340px);
}
.lf-menu-side-right {
right: 0;
-ms-transform: translateX(340px);
-webkit-transform: translateX(340px);
transform: translateX(340px);
}
.lf-menu-side-dark-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120%;
background-color: rgba(0, 0, 0, 0.55); z-index: 999;
display: none;
}
.lf-menu-side-dark-screen.show {
display: block;
background-color: rgba(0, 0, 0, 0.55);
}
.lf-menu-side-top {
position: relative;
float: left;
width: 100%;
height: 50px;
}
.lf-menu-side-close-button {
position: absolute;
top: 0;
width: 50px;
height: 50px;
padding: 5px;
}
.lf-menu-side-left .lf-menu-side-close-button {
right: 0;
}
.lf-menu-side-right .lf-menu-side-close-button {
left: 0;
}
.lf-menu-side-menu {
float: left;
width: 100%;
height: calc(100vh - 100px);
}
.lf-main-menu-container {
overflow: auto;
height: 100%;
}
.open-sub-menu,
.close-sub-menu {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 50px;
background-color: var(--header_mobile_sub_menu_toggle_background_color);
cursor: pointer;
}
.close-sub-menu {
display: none;
}
.open-sub-menu i svg,
.close-sub-menu i svg {
fill: var(--header_mobile_sub_menu_toggle_color);
}
#lf-menu-side-container ul.sub-menu {
float: right;
width: 100%;
display: none;
}
#lf-menu-side-container .sub-menu li a {
}
#lf-menu-side-container nav {
overflow: auto;
padding: 0 30px;
}
#lf-menu-side-container nav li {
float: left;
width: 100%;
}
#lf-menu-side-container i {
line-height: unset;
}
#lf-menu-side-container .sub-menu {
background-color: white;
}
#lf-menu-side-container .sub-menu a {
font-size: 16px;
}
#lf-menu-side-container nav a,
#lf-menu-side-container nav span {
float: left;
width: 100%;
height: 50px;
font-size: 16px;
line-height: 20px;
color: var(--main_text_color);
text-decoration: none;
outline: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
align-items: center;
}
#lf-menu-side-container .menu-item-has-children a {
width: calc(100% - 40px);
}
#lf-menu-side-container nav li + li {
border-top: 1px solid #eeeeee;
}
#lf-menu-side-container nav li span:hover,
#lf-menu-side-container nav li span:hover i,
#lf-menu-side-container nav li a:hover,
#lf-menu-side-container nav li a:hover i,
#lf-menu-side-container nav li i:hover,
#lf-menu-side-container nav li span:hover i.md-icons svg,
#lf-menu-side-container nav li a:hover i.md-icons svg {
background-color: var(--header_hover_select_background_color);
color: var(--header_hover_select_color);
fill: var(--header_hover_select_color);
}
#lf-menu-side-container li.menu-item {
margin: 0;
padding: 0;
position: relative;
}
#lf-menu-side-container nav li i.md-icons {
width: 40px;
height: 50px;
padding: 12px 7px;
}
#lf-menu-side-container nav li i.md-icons svg {
width: 26px;
height: 26px;
fill: #000000;
}
.header-main-menu ul:not(.sub-menu) > li[class*="current"] {
border-bottom: 5px solid;
border-bottom-color: var(--header_hover_select_background_color);
}
.header-main-menu ul.menu > li[class*="current"] > span,
.header-main-menu ul.menu > li[class*="current"] > span i,
.header-main-menu ul.menu > li[class*="current"] > a,
.header-main-menu ul.menu > li[class*="current"] > a i {
margin-bottom: -5px;
}
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > a,
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > i {
background-color: var(--header_hover_select_background_color);
color: var(--header_hover_select_color);
}
#lf-menu-side-container li > .sub-menu .sub-menu {
display: none;
position: absolute;
left: 100%;
top: 0;
width: 250px;
border-top: 0;
}
#lf-menu-side-container .sub-menu li {
float: right;
width: 100%;
background-color: white;
}
#lf-menu-side-container .sub-menu li a,
#lf-menu-side-container .sub-menu li span {
float: right;
width: 100%;
height: 46px;
padding: 0 10px;
font-size: 14px;
line-height: 16px;
display: flex;
flex-direction: row;
align-items: center;
opacity: 0.7;
}
#lf-menu-side-container .sub-menu li i {
float: right;
font-size: 22px;
line-height: 30px;
}
.sub-menu li + li {
border-top: 1px solid #f9f9f9;
}
.lf-menu-side-bottom {
position: relative;
float: left;
width: 100%;
height: 50px;
border-top: 1px solid #eeeeee;
}
#lf-menu-side-container nav .lf-current-menu::after {
content: "•";
margin: 0 5px;
color: red;
}
@media screen and (min-width: 950px) {
.lf-mega-menu-parent {
position: static!important;
}
.lf-mega-menu-container {
position: absolute;
top: 36px;
left: 0;
width: 100%;
border-top: 4px solid transparent;
display: none;
}
header .lf-sub-mega-menu-container {
position: absolute;
float: left;
width: var(--linker_continer_size);
background-color: #ffffff;
}
.lf-sub-mega-menu-container > li {
padding: 2px!important;
}
.lf-mega-menu-col-1 > li {
width: 100%!important;
}
.lf-mega-menu-col-2 > li {
width: 50%!important;
}
.lf-mega-menu-col-3 > li {
width: 33.33%!important;
}
.lf-mega-menu-col-4 > li {
width: 25%!important;
}
.lf-mega-menu-col-5 > li {
width: 20%!important;
}
.lf-mega-menu-col-6 > li {
width: 16.66%!important;
}
.lf-sub-mega-menu-container > li > span,
.lf-sub-mega-menu-container > li > a {
font-size: 22px!important; background-color: #eeeeee;
padding: 0 2px;
}
.lf-mega-menu-small-image {
float: left;
width: 36px;
height: 36px;
margin: 0 5px 0 0;
}
.lf-sub-mega-menu-container > li + li {
border-top: 0!important;
}
.lf-sub-mega-menu-container li + li {
border-right: 0!important;
border-left: 0!important;
}
.lf-sub-mega-menu-container > li > .sub-menu { }
.lf-mega-menu-container > .lf-sub-mega-menu-container > li > .more-sub-menu-left {
display: none!important;
}
.sub-menu li.current-menu-ancestor {
border-bottom: 0!important;
}
li.menu-item:hover > .lf-mega-menu-container > .sub-menu {
display: block;
z-index: 9;
} .lf-mega-menu-container > .lf-sub-mega-menu-2-container > li > .more-sub-menu-left {
display: none!important;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu {
display: none;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .menu-item:hover ~ .menu-item .sub-menu {
display: none;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container {
width: 260px;
min-height: 450px;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu {
position: absolute;
top: 0;
width: calc(var(--linker_continer_size) - 240px);
min-height: 450px;
right: 100%;
left: auto;
background-color: #ffffff;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container li.menu-item {
position: static;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > span,
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > a {
height: 46px;
display: flex;
flex-direction: row;
align-items: center;
border-bottom: 0;
}
.lf-mega-menu-type-2-container .lf-mega-menu-small-image {
float: left;
width: 46px;
height: 46px;
margin: 0 5px 0 0;
}
.lf-mega-menu-type-2-container li i.md-icons {
width: 46px;
height: 46px;
margin: 0 5px 0 0;
padding: 3px;
}
.lf-mega-menu-type-2-container li i.md-icons svg {
width: 40px;
height: 40px;
fill: #000000;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li {
float: left;
width: 20%;
height: 225px;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li a,
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li span,
.header-main-menu li[class*="current"] .lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li[class*="current"] a,
.header-main-menu li[class*="current"] .lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li[class*="current"] span {
height: 225px;
color: var(--main_text_color);
background-color: transparent;
flex-direction: column;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu .lf-item-title {
float: left;
width: 100%;
height: 50px;
padding: 5px 0;
margin: 5px 0;
line-height: 20px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
border-bottom: 2px solid var(--header_hover_select_background_color);
border-top: 2px solid var(--header_hover_select_background_color);
}
.lf-mega-menu-type-2-container .lf-mega-menu-image {
display: block;
height: 160px;
}
}
@media screen and (max-width: 950px) {
.sub-menu {
display: none;
}
.top-header-container,
.main-menu-container {
display: none!important;
}
.lf-menu-start-open-mobile > div > .sub-menu,
.lf-menu-start-open-mobile > .sub-menu {
display: block;
}
.lf-menu-start-open-mobile > .open-sub-menu,
.lf-menu-start-open-mobile > .close-sub-menu {
display: none!important;
} .lf-mega-menu-small-image {
float: left;
width: 40px;
height: 40px;
margin: 0 5px 0 0;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > span,
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > a {
border-bottom: 1px solid #f9f9f9;
}
}
@media screen and (max-width: 950px) {
#lf-menu-side-container {
width: 90%;
max-width: 340px;
}
.lf-menu-side-left {
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.lf-menu-side-right {
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}.lf-mega-menu-small-image {
float: right;
margin: 0 0 0 5px;
}
.lf-item-title {
float: right;
}
.open-sub-menu,
.close-sub-menu {
left: 0;
right: inherit;
}
#lf-menu-side-container nav a,
#lf-menu-side-container nav span {
float: right;
}
@media screen and (min-width: 950px) {
.lf-mega-menu-type-2-container .lf-mega-menu-small-image {
float: right;
margin: 0 0 0 5px;
}
} .lf-mega-menu-type-2-container li i.md-icons {
margin: 0 0 0 5px;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li {
float: right;
}
}
@media screen and (max-width: 950px) { .lf-mega-menu-type-2-container .lf-mega-menu-small-image {
float: right;
margin: 0 0 0 5px;
}
}.lf-search-loading {
display: none;
float: right;
width: 100%;
height: 200px;
}
.lf-search-loader {
color: #00559d;
font-size: 80px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -40px auto;
top: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.lf-search-container {
position: relative;
float: right;
width: 100%;
max-width: 300px;
height: 50px;
margin: 5px 0;
border: 1px solid #e9e9e9;
transition: 0.5s all;
}
.lf-search-container:hover {
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
transition: 0.5s all;
}
.lf-search-input {
float: right;
width: calc(100% - 50px);
height: 48px;
border: 0;
padding: 5px;
font-size: 20px;
outline: 0;
}
.lf-search-toggle {
float: left;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
cursor: pointer;
}
.lf-search-toggle i {
width: 50px;
height: 50px;
}
.lf-search-results-container {
position: absolute;
top: 40px;
left: 0;
width: 100%;
background-color: #f5f5f5;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
z-index: 9;
display: none;
}
.lf-search-group {
float: left;
width: 100%;
padding: 0 5px;
font-size: 14px;
}
.lf-search-page .lf-search-group {
padding: 10px;
margin: 5px 0;
font-size: 20px;
}
.lf-search-row {
float: left;
width: 100%;
}
.lf-search-image {
float: left;
position: relative;
width: 50px;
height: 50px;
overflow: hidden;
}
.lf-search-image img {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
height: 100%!important;
-o-object-fit: cover;
}
.lf-search-title {
float: left;
width: calc(100%);
font-size: 16px;
line-height: 20px;
padding: 5px;
}
.lf-search-item-has-image {
width: calc(100% - 50px);
} @media screen and (max-width: 950px) {
.lf-search-page .lf-search-group {
padding: 5px;
margin: 5px 0;
font-size: 16px;
}
}.lf-search-image {
float: right;
}
.lf-search-title {
float: right;
}.lf-share-bottons-container {
position: relative;
float: left;
width: 100%;
height: 50px; padding: 5px 0;
}
.lf-share-button {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #000000;
color: #ffffff;
border-radius: 50px;
margin: 0 5px;
padding: 0;
border: 0;
}
.lf-share-button:hover, .lf-share-button:active {
background-color: #000000;
color: #ffffff;
}
.lf-share-button .md-parent-tooltip {
display: inline-block;
width: 40px;
height: 40px;
margin: 0;
font-size: 22px;
}
.lf-share-button svg {
width: 40px;
height: 40px;
padding: 8px;
fill: #ffffff;
}
.lf-share-button-copy {
position: absolute;
left: 9999999px; }
.lf-share-button-copy-animation {
animation: copy-animation linear 0.5s;
}
@keyframes copy-animation {
0%, 100% {transform: translateY(0);}
50% {transform: translateY(-5px);}
}#pojo-a11y-toolbar{position:fixed;font-size:16px !important;line-height:1.4;z-index:9999}#pojo-a11y-toolbar.pojo-a11y-toolbar-right{right:-180px;-webkit-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:right 750ms cubic-bezier(.23, 1, .32, 1);transition:right 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open{right:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{right:180px}#pojo-a11y-toolbar.pojo-a11y-toolbar-left{left:-180px;-webkit-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:left 750ms cubic-bezier(.23, 1, .32, 1);transition:left 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{left:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{left:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{position:absolute}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{display:inline-block;font-size:200%;line-height:0;padding:10px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.1);box-shadow:0 0 10px 0 rgba(0,0,0,0.1)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg{max-width:inherit}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{border:1px solid;font-size:100%;width:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{display:block;line-height:2;font-weight:bold;padding:10px 15px 0;margin:0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{list-style:none;margin:0;padding:10px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{border-top:1px solid}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:10px 15px;font-size:80%;line-height:1}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active{font-weight:bold}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-right:6px;display:inline-block;width:1.5em;font-style:normal;font-weight:normal;font-size:inherit;line-height:1;text-align:center;text-rendering:auto;vertical-align:middle}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text{vertical-align:middle}body.rtl #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-left:6px;padding-right:0}@media (max-width:767px){#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{padding:7px 12px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{padding:7px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:7px 12px}}body.pojo-a11y-grayscale{filter:grayscale(100%);-webkit-filter:grayscale(100%);-webkit-filter:grayscale(1);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:gray}body.pojo-a11y-high-contrast .placebo{line-height:normal}body.pojo-a11y-high-contrast *{-webkit-box-shadow:none !important;box-shadow:none !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{-moz-appearance:none !important;-moz-user-select:text !important;-webkit-user-select:text !important;background-image:none !important;text-shadow:none !important;user-select:text !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav:not(#pojo-a11y-toolbar),body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{background:black !important;background-color:black !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{color:white !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast b span,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast strong span{color:yellow !important}body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast address span,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast cite span,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dfn span,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast em span,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast i span,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast u span{color:#FFFF80 !important}body.pojo-a11y-high-contrast dt{border-top:thin solid grey !important}body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 span{color:#40C090 !important}body.pojo-a11y-high-contrast img{background:#808080 !important;background-color:#808080 !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym{border-bottom:1px dotted !important}body.pojo-a11y-high-contrast :focus{outline:thin dotted !important}body.pojo-a11y-high-contrast a.button,body.pojo-a11y-high-contrast a.button abbr,body.pojo-a11y-high-contrast a.button acronym,body.pojo-a11y-high-contrast a.button b,body.pojo-a11y-high-contrast a.button basefont,body.pojo-a11y-high-contrast a.button big,body.pojo-a11y-high-contrast a.button br,body.pojo-a11y-high-contrast a.button code,body.pojo-a11y-high-contrast a.button div,body.pojo-a11y-high-contrast a.button em,body.pojo-a11y-high-contrast a.button font,body.pojo-a11y-high-contrast a.button h1,body.pojo-a11y-high-contrast a.button h2,body.pojo-a11y-high-contrast a.button h3,body.pojo-a11y-high-contrast a.button h4,body.pojo-a11y-high-contrast a.button h5,body.pojo-a11y-high-contrast a.button h6,body.pojo-a11y-high-contrast a.button i,body.pojo-a11y-high-contrast a.button kbd,body.pojo-a11y-high-contrast a.button rb,body.pojo-a11y-high-contrast a.button rp,body.pojo-a11y-high-contrast a.button rt,body.pojo-a11y-high-contrast a.button ruby,body.pojo-a11y-high-contrast a.button samp,body.pojo-a11y-high-contrast a.button small,body.pojo-a11y-high-contrast a.button span,body.pojo-a11y-high-contrast a.button strong,body.pojo-a11y-high-contrast a.button tt,body.pojo-a11y-high-contrast a.button u,body.pojo-a11y-high-contrast a.button var,body.pojo-a11y-high-contrast a:link,body.pojo-a11y-high-contrast a:link abbr,body.pojo-a11y-high-contrast a:link acronym,body.pojo-a11y-high-contrast a:link b,body.pojo-a11y-high-contrast a:link basefont,body.pojo-a11y-high-contrast a:link big,body.pojo-a11y-high-contrast a:link br,body.pojo-a11y-high-contrast a:link code,body.pojo-a11y-high-contrast a:link div,body.pojo-a11y-high-contrast a:link em,body.pojo-a11y-high-contrast a:link font,body.pojo-a11y-high-contrast a:link h1,body.pojo-a11y-high-contrast a:link h2,body.pojo-a11y-high-contrast a:link h3,body.pojo-a11y-high-contrast a:link h4,body.pojo-a11y-high-contrast a:link h5,body.pojo-a11y-high-contrast a:link h6,body.pojo-a11y-high-contrast a:link i,body.pojo-a11y-high-contrast a:link kbd,body.pojo-a11y-high-contrast a:link rb,body.pojo-a11y-high-contrast a:link rp,body.pojo-a11y-high-contrast a:link rt,body.pojo-a11y-high-contrast a:link ruby,body.pojo-a11y-high-contrast a:link samp,body.pojo-a11y-high-contrast a:link small,body.pojo-a11y-high-contrast a:link span,body.pojo-a11y-high-contrast a:link strong,body.pojo-a11y-high-contrast a:link tt,body.pojo-a11y-high-contrast a:link u,body.pojo-a11y-high-contrast a:link var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem{color:#0080FF !important}body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt{border:1px solid #ffffff !important}body.pojo-a11y-high-contrast button{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast select{-webkit-appearance:listbox !important;background:#600060 !important;background-color:#600060 !important}body.pojo-a11y-high-contrast a:visited,body.pojo-a11y-high-contrast a:visited abbr,body.pojo-a11y-high-contrast a:visited acronym,body.pojo-a11y-high-contrast a:visited b,body.pojo-a11y-high-contrast a:visited basefont,body.pojo-a11y-high-contrast a:visited big,body.pojo-a11y-high-contrast a:visited br,body.pojo-a11y-high-contrast a:visited code,body.pojo-a11y-high-contrast a:visited div,body.pojo-a11y-high-contrast a:visited em,body.pojo-a11y-high-contrast a:visited font,body.pojo-a11y-high-contrast a:visited h1,body.pojo-a11y-high-contrast a:visited h2,body.pojo-a11y-high-contrast a:visited h3,body.pojo-a11y-high-contrast a:visited h4,body.pojo-a11y-high-contrast a:visited h5,body.pojo-a11y-high-contrast a:visited h6,body.pojo-a11y-high-contrast a:visited i,body.pojo-a11y-high-contrast a:visited kbd,body.pojo-a11y-high-contrast a:visited rb,body.pojo-a11y-high-contrast a:visited rp,body.pojo-a11y-high-contrast a:visited rt,body.pojo-a11y-high-contrast a:visited ruby,body.pojo-a11y-high-contrast a:visited samp,body.pojo-a11y-high-contrast a:visited small,body.pojo-a11y-high-contrast a:visited span,body.pojo-a11y-high-contrast a:visited strong,body.pojo-a11y-high-contrast a:visited tt,body.pojo-a11y-high-contrast a:visited u,body.pojo-a11y-high-contrast a:visited var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active{color:#00FFFF !important}body.pojo-a11y-high-contrast ::selection,body.pojo-a11y-high-contrast ::-moz-selection{background:#4080c0 !important;background-color:#4080c0 !important}body.pojo-a11y-high-contrast a.button:hover,body.pojo-a11y-high-contrast a.button:hover abbr,body.pojo-a11y-high-contrast a.button:hover acronym,body.pojo-a11y-high-contrast a.button:hover b,body.pojo-a11y-high-contrast a.button:hover basefont,body.pojo-a11y-high-contrast a.button:hover big,body.pojo-a11y-high-contrast a.button:hover br,body.pojo-a11y-high-contrast a.button:hover code,body.pojo-a11y-high-contrast a.button:hover div,body.pojo-a11y-high-contrast a.button:hover em,body.pojo-a11y-high-contrast a.button:hover font,body.pojo-a11y-high-contrast a.button:hover h1,body.pojo-a11y-high-contrast a.button:hover h2,body.pojo-a11y-high-contrast a.button:hover h3,body.pojo-a11y-high-contrast a.button:hover h4,body.pojo-a11y-high-contrast a.button:hover h5,body.pojo-a11y-high-contrast a.button:hover h6,body.pojo-a11y-high-contrast a.button:hover i,body.pojo-a11y-high-contrast a.button:hover kbd,body.pojo-a11y-high-contrast a.button:hover rb,body.pojo-a11y-high-contrast a.button:hover rp,body.pojo-a11y-high-contrast a.button:hover rt,body.pojo-a11y-high-contrast a.button:hover ruby,body.pojo-a11y-high-contrast a.button:hover samp,body.pojo-a11y-high-contrast a.button:hover small,body.pojo-a11y-high-contrast a.button:hover span,body.pojo-a11y-high-contrast a.button:hover strong,body.pojo-a11y-high-contrast a.button:hover tt,body.pojo-a11y-high-contrast a.button:hover u,body.pojo-a11y-high-contrast a.button:hover var,body.pojo-a11y-high-contrast a:link:hover,body.pojo-a11y-high-contrast a:link:hover abbr,body.pojo-a11y-high-contrast a:link:hover acronym,body.pojo-a11y-high-contrast a:link:hover b,body.pojo-a11y-high-contrast a:link:hover basefont,body.pojo-a11y-high-contrast a:link:hover big,body.pojo-a11y-high-contrast a:link:hover br,body.pojo-a11y-high-contrast a:link:hover code,body.pojo-a11y-high-contrast a:link:hover div,body.pojo-a11y-high-contrast a:link:hover em,body.pojo-a11y-high-contrast a:link:hover font,body.pojo-a11y-high-contrast a:link:hover h1,body.pojo-a11y-high-contrast a:link:hover h2,body.pojo-a11y-high-contrast a:link:hover h3,body.pojo-a11y-high-contrast a:link:hover h4,body.pojo-a11y-high-contrast a:link:hover h5,body.pojo-a11y-high-contrast a:link:hover h6,body.pojo-a11y-high-contrast a:link:hover i,body.pojo-a11y-high-contrast a:link:hover kbd,body.pojo-a11y-high-contrast a:link:hover rb,body.pojo-a11y-high-contrast a:link:hover rp,body.pojo-a11y-high-contrast a:link:hover rt,body.pojo-a11y-high-contrast a:link:hover ruby,body.pojo-a11y-high-contrast a:link:hover samp,body.pojo-a11y-high-contrast a:link:hover small,body.pojo-a11y-high-contrast a:link:hover span,body.pojo-a11y-high-contrast a:link:hover strong,body.pojo-a11y-high-contrast a:link:hover tt,body.pojo-a11y-high-contrast a:link:hover u,body.pojo-a11y-high-contrast a:link:hover var,body.pojo-a11y-high-contrast a:visited:hover,body.pojo-a11y-high-contrast a:visited:hover abbr,body.pojo-a11y-high-contrast a:visited:hover acronym,body.pojo-a11y-high-contrast a:visited:hover b,body.pojo-a11y-high-contrast a:visited:hover basefont,body.pojo-a11y-high-contrast a:visited:hover big,body.pojo-a11y-high-contrast a:visited:hover br,body.pojo-a11y-high-contrast a:visited:hover code,body.pojo-a11y-high-contrast a:visited:hover div,body.pojo-a11y-high-contrast a:visited:hover em,body.pojo-a11y-high-contrast a:visited:hover font,body.pojo-a11y-high-contrast a:visited:hover h1,body.pojo-a11y-high-contrast a:visited:hover h2,body.pojo-a11y-high-contrast a:visited:hover h3,body.pojo-a11y-high-contrast a:visited:hover h4,body.pojo-a11y-high-contrast a:visited:hover h5,body.pojo-a11y-high-contrast a:visited:hover h6,body.pojo-a11y-high-contrast a:visited:hover i,body.pojo-a11y-high-contrast a:visited:hover kbd,body.pojo-a11y-high-contrast a:visited:hover rb,body.pojo-a11y-high-contrast a:visited:hover rp,body.pojo-a11y-high-contrast a:visited:hover rt,body.pojo-a11y-high-contrast a:visited:hover ruby,body.pojo-a11y-high-contrast a:visited:hover samp,body.pojo-a11y-high-contrast a:visited:hover small,body.pojo-a11y-high-contrast a:visited:hover span,body.pojo-a11y-high-contrast a:visited:hover strong,body.pojo-a11y-high-contrast a:visited:hover tt,body.pojo-a11y-high-contrast a:visited:hover u,body.pojo-a11y-high-contrast a:visited:hover var{background:#400000 !important;background-color:#400000 !important}body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk,body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk b,body.pojo-a11y-high-contrast input[type=reset]{background:#400060 !important;background-color:#400060 !important}body.pojo-a11y-high-contrast div[role="button"],body.pojo-a11y-high-contrast input[type=button],body.pojo-a11y-high-contrast input[type=submit]{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast input[type=search]{-webkit-appearance:textfield !important}body.pojo-a11y-high-contrast html button[disabled],body.pojo-a11y-high-contrast html input[disabled],body.pojo-a11y-high-contrast html select[disabled],body.pojo-a11y-high-contrast html textarea[disabled]{background:#404040 !important;background-color:#404040 !important}body.pojo-a11y-high-contrast .menu li a span.label{text-transform:none !important}body.pojo-a11y-high-contrast .menu li a span.label,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrolbar,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrols{display:inline !important}body.pojo-a11y-high-contrast a:link.new,body.pojo-a11y-high-contrast a:link.new i,body.pojo-a11y-high-contrast a:link.new b,body.pojo-a11y-high-contrast span.Apple-style-span{color:#FFFF40 !important}body.pojo-a11y-high-contrast body.mediawiki img.tex{background:white !important;background-color:white !important;border:white solid 3px !important}body.pojo-a11y-high-contrast text>tspan:first-letter,body.pojo-a11y-high-contrast text>tspan:first-line{background:inherit !important;background-color:inherit !important;color:inherit !important}body.pojo-a11y-high-contrast div.sbtc div.sbsb_a li.sbsb_d div,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i a,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i b,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i span,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i td{background:#003050 !important;background-color:#003050 !important}body.pojo-a11y-high-contrast img[width="18"][height="18"]{height:18px !important;width:18px !important}body.pojo-a11y-high-contrast a>span.iconHelp:empty:after{content:"Help" !important}body.pojo-a11y-high-contrast div#gmap,body.pojo-a11y-high-contrast div#gmap *{background:initial !important}body.pojo-a11y-negative-contrast,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar){background:#000 !important;color:#ffffff !important}body.pojo-a11y-negative-contrast a,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a,body.pojo-a11y-negative-contrast b,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) b,body.pojo-a11y-negative-contrast blockquote,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) blockquote,body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast canvas,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) canvas,body.pojo-a11y-negative-contrast caption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) caption,body.pojo-a11y-negative-contrast center,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) center,body.pojo-a11y-negative-contrast cite,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) cite,body.pojo-a11y-negative-contrast code,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) code,body.pojo-a11y-negative-contrast col,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) col,body.pojo-a11y-negative-contrast colgroup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) colgroup,body.pojo-a11y-negative-contrast dd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dd,body.pojo-a11y-negative-contrast details,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) details,body.pojo-a11y-negative-contrast dfn,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dfn,body.pojo-a11y-negative-contrast dir,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dir,body.pojo-a11y-negative-contrast div,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) div,body.pojo-a11y-negative-contrast dl,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dl,body.pojo-a11y-negative-contrast dt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dt,body.pojo-a11y-negative-contrast em,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) em,body.pojo-a11y-negative-contrast embed,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) embed,body.pojo-a11y-negative-contrast fieldset,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) fieldset,body.pojo-a11y-negative-contrast figcaption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figcaption,body.pojo-a11y-negative-contrast figure,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figure,body.pojo-a11y-negative-contrast font,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) font,body.pojo-a11y-negative-contrast footer,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) footer,body.pojo-a11y-negative-contrast form,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) form,body.pojo-a11y-negative-contrast header,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) header,body.pojo-a11y-negative-contrast i,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) i,body.pojo-a11y-negative-contrast iframe,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) iframe,body.pojo-a11y-negative-contrast img,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) img,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast kbd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) kbd,body.pojo-a11y-negative-contrast label,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) label,body.pojo-a11y-negative-contrast legend,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) legend,body.pojo-a11y-negative-contrast li,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) li,body.pojo-a11y-negative-contrast mark,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) mark,body.pojo-a11y-negative-contrast menu,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) menu,body.pojo-a11y-negative-contrast meter,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) meter,body.pojo-a11y-negative-contrast nav,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nav,body.pojo-a11y-negative-contrast nobr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nobr,body.pojo-a11y-negative-contrast object,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) object,body.pojo-a11y-negative-contrast ol,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ol,body.pojo-a11y-negative-contrast option,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) option,body.pojo-a11y-negative-contrast pre,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) pre,body.pojo-a11y-negative-contrast progress,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) progress,body.pojo-a11y-negative-contrast q,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) q,body.pojo-a11y-negative-contrast s,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) s,body.pojo-a11y-negative-contrast section,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) section,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast small,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) small,body.pojo-a11y-negative-contrast span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) span,body.pojo-a11y-negative-contrast strike,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strike,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong,body.pojo-a11y-negative-contrast sub,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sub,body.pojo-a11y-negative-contrast summary,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) summary,body.pojo-a11y-negative-contrast sup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sup,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast time,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) time,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt,body.pojo-a11y-negative-contrast u,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) u,body.pojo-a11y-negative-contrast ul,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ul,body.pojo-a11y-negative-contrast var,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) var,body.pojo-a11y-negative-contrast a span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a span,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong{color:yellow !important}body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt{border:1px solid #ffffff !important}body.pojo-a11y-negative-contrast div#gmap,body.pojo-a11y-negative-contrast div#gmap *{background:initial !important}body.pojo-a11y-light-background,body.pojo-a11y-light-background *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link){background:#fff !important;color:#000 !important}body.pojo-a11y-light-background div#gmap,body.pojo-a11y-light-background div#gmap *{background:initial !important}body.pojo-a11y-resize-font-200,body.pojo-a11y-resize-font-200 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-200 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-200 label,body.pojo-a11y-resize-font-200 input,body.pojo-a11y-resize-font-200 select,body.pojo-a11y-resize-font-200 textarea,body.pojo-a11y-resize-font-200 legend,body.pojo-a11y-resize-font-200 code,body.pojo-a11y-resize-font-200 pre,body.pojo-a11y-resize-font-200 dd,body.pojo-a11y-resize-font-200 dt,body.pojo-a11y-resize-font-200 span,body.pojo-a11y-resize-font-200 blockquote{font-size:200% !important}body.pojo-a11y-resize-font-200 h1,body.pojo-a11y-resize-font-200 h2,body.pojo-a11y-resize-font-200 h3,body.pojo-a11y-resize-font-200 h4,body.pojo-a11y-resize-font-200 h5,body.pojo-a11y-resize-font-200 h6,body.pojo-a11y-resize-font-200 h1 span,body.pojo-a11y-resize-font-200 h2 span,body.pojo-a11y-resize-font-200 h3 span,body.pojo-a11y-resize-font-200 h4 span,body.pojo-a11y-resize-font-200 h5 span,body.pojo-a11y-resize-font-200 h6 span{font-size:266% !important}body.pojo-a11y-resize-font-190,body.pojo-a11y-resize-font-190 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-190 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-190 label,body.pojo-a11y-resize-font-190 input,body.pojo-a11y-resize-font-190 select,body.pojo-a11y-resize-font-190 textarea,body.pojo-a11y-resize-font-190 legend,body.pojo-a11y-resize-font-190 code,body.pojo-a11y-resize-font-190 pre,body.pojo-a11y-resize-font-190 dd,body.pojo-a11y-resize-font-190 dt,body.pojo-a11y-resize-font-190 span,body.pojo-a11y-resize-font-190 blockquote{font-size:190% !important}body.pojo-a11y-resize-font-190 h1,body.pojo-a11y-resize-font-190 h2,body.pojo-a11y-resize-font-190 h3,body.pojo-a11y-resize-font-190 h4,body.pojo-a11y-resize-font-190 h5,body.pojo-a11y-resize-font-190 h6,body.pojo-a11y-resize-font-190 h1 span,body.pojo-a11y-resize-font-190 h2 span,body.pojo-a11y-resize-font-190 h3 span,body.pojo-a11y-resize-font-190 h4 span,body.pojo-a11y-resize-font-190 h5 span,body.pojo-a11y-resize-font-190 h6 span{font-size:252.70000000000002% !important}body.pojo-a11y-resize-font-180,body.pojo-a11y-resize-font-180 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-180 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-180 label,body.pojo-a11y-resize-font-180 input,body.pojo-a11y-resize-font-180 select,body.pojo-a11y-resize-font-180 textarea,body.pojo-a11y-resize-font-180 legend,body.pojo-a11y-resize-font-180 code,body.pojo-a11y-resize-font-180 pre,body.pojo-a11y-resize-font-180 dd,body.pojo-a11y-resize-font-180 dt,body.pojo-a11y-resize-font-180 span,body.pojo-a11y-resize-font-180 blockquote{font-size:180% !important}body.pojo-a11y-resize-font-180 h1,body.pojo-a11y-resize-font-180 h2,body.pojo-a11y-resize-font-180 h3,body.pojo-a11y-resize-font-180 h4,body.pojo-a11y-resize-font-180 h5,body.pojo-a11y-resize-font-180 h6,body.pojo-a11y-resize-font-180 h1 span,body.pojo-a11y-resize-font-180 h2 span,body.pojo-a11y-resize-font-180 h3 span,body.pojo-a11y-resize-font-180 h4 span,body.pojo-a11y-resize-font-180 h5 span,body.pojo-a11y-resize-font-180 h6 span{font-size:239.4% !important}body.pojo-a11y-resize-font-170,body.pojo-a11y-resize-font-170 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-170 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-170 label,body.pojo-a11y-resize-font-170 input,body.pojo-a11y-resize-font-170 select,body.pojo-a11y-resize-font-170 textarea,body.pojo-a11y-resize-font-170 legend,body.pojo-a11y-resize-font-170 code,body.pojo-a11y-resize-font-170 pre,body.pojo-a11y-resize-font-170 dd,body.pojo-a11y-resize-font-170 dt,body.pojo-a11y-resize-font-170 span,body.pojo-a11y-resize-font-170 blockquote{font-size:170% !important}body.pojo-a11y-resize-font-170 h1,body.pojo-a11y-resize-font-170 h2,body.pojo-a11y-resize-font-170 h3,body.pojo-a11y-resize-font-170 h4,body.pojo-a11y-resize-font-170 h5,body.pojo-a11y-resize-font-170 h6,body.pojo-a11y-resize-font-170 h1 span,body.pojo-a11y-resize-font-170 h2 span,body.pojo-a11y-resize-font-170 h3 span,body.pojo-a11y-resize-font-170 h4 span,body.pojo-a11y-resize-font-170 h5 span,body.pojo-a11y-resize-font-170 h6 span{font-size:226.10000000000002% !important}body.pojo-a11y-resize-font-160,body.pojo-a11y-resize-font-160 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-160 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-160 label,body.pojo-a11y-resize-font-160 input,body.pojo-a11y-resize-font-160 select,body.pojo-a11y-resize-font-160 textarea,body.pojo-a11y-resize-font-160 legend,body.pojo-a11y-resize-font-160 code,body.pojo-a11y-resize-font-160 pre,body.pojo-a11y-resize-font-160 dd,body.pojo-a11y-resize-font-160 dt,body.pojo-a11y-resize-font-160 span,body.pojo-a11y-resize-font-160 blockquote{font-size:160% !important}body.pojo-a11y-resize-font-160 h1,body.pojo-a11y-resize-font-160 h2,body.pojo-a11y-resize-font-160 h3,body.pojo-a11y-resize-font-160 h4,body.pojo-a11y-resize-font-160 h5,body.pojo-a11y-resize-font-160 h6,body.pojo-a11y-resize-font-160 h1 span,body.pojo-a11y-resize-font-160 h2 span,body.pojo-a11y-resize-font-160 h3 span,body.pojo-a11y-resize-font-160 h4 span,body.pojo-a11y-resize-font-160 h5 span,body.pojo-a11y-resize-font-160 h6 span{font-size:212.8% !important}body.pojo-a11y-resize-font-150,body.pojo-a11y-resize-font-150 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-150 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-150 label,body.pojo-a11y-resize-font-150 input,body.pojo-a11y-resize-font-150 select,body.pojo-a11y-resize-font-150 textarea,body.pojo-a11y-resize-font-150 legend,body.pojo-a11y-resize-font-150 code,body.pojo-a11y-resize-font-150 pre,body.pojo-a11y-resize-font-150 dd,body.pojo-a11y-resize-font-150 dt,body.pojo-a11y-resize-font-150 span,body.pojo-a11y-resize-font-150 blockquote{font-size:150% !important}body.pojo-a11y-resize-font-150 h1,body.pojo-a11y-resize-font-150 h2,body.pojo-a11y-resize-font-150 h3,body.pojo-a11y-resize-font-150 h4,body.pojo-a11y-resize-font-150 h5,body.pojo-a11y-resize-font-150 h6,body.pojo-a11y-resize-font-150 h1 span,body.pojo-a11y-resize-font-150 h2 span,body.pojo-a11y-resize-font-150 h3 span,body.pojo-a11y-resize-font-150 h4 span,body.pojo-a11y-resize-font-150 h5 span,body.pojo-a11y-resize-font-150 h6 span{font-size:199.5% !important}body.pojo-a11y-resize-font-140,body.pojo-a11y-resize-font-140 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-140 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-140 label,body.pojo-a11y-resize-font-140 input,body.pojo-a11y-resize-font-140 select,body.pojo-a11y-resize-font-140 textarea,body.pojo-a11y-resize-font-140 legend,body.pojo-a11y-resize-font-140 code,body.pojo-a11y-resize-font-140 pre,body.pojo-a11y-resize-font-140 dd,body.pojo-a11y-resize-font-140 dt,body.pojo-a11y-resize-font-140 span,body.pojo-a11y-resize-font-140 blockquote{font-size:140% !important}body.pojo-a11y-resize-font-140 h1,body.pojo-a11y-resize-font-140 h2,body.pojo-a11y-resize-font-140 h3,body.pojo-a11y-resize-font-140 h4,body.pojo-a11y-resize-font-140 h5,body.pojo-a11y-resize-font-140 h6,body.pojo-a11y-resize-font-140 h1 span,body.pojo-a11y-resize-font-140 h2 span,body.pojo-a11y-resize-font-140 h3 span,body.pojo-a11y-resize-font-140 h4 span,body.pojo-a11y-resize-font-140 h5 span,body.pojo-a11y-resize-font-140 h6 span{font-size:186.20000000000002% !important}body.pojo-a11y-resize-font-130,body.pojo-a11y-resize-font-130 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-130 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-130 label,body.pojo-a11y-resize-font-130 input,body.pojo-a11y-resize-font-130 select,body.pojo-a11y-resize-font-130 textarea,body.pojo-a11y-resize-font-130 legend,body.pojo-a11y-resize-font-130 code,body.pojo-a11y-resize-font-130 pre,body.pojo-a11y-resize-font-130 dd,body.pojo-a11y-resize-font-130 dt,body.pojo-a11y-resize-font-130 span,body.pojo-a11y-resize-font-130 blockquote{font-size:130% !important}body.pojo-a11y-resize-font-130 h1,body.pojo-a11y-resize-font-130 h2,body.pojo-a11y-resize-font-130 h3,body.pojo-a11y-resize-font-130 h4,body.pojo-a11y-resize-font-130 h5,body.pojo-a11y-resize-font-130 h6,body.pojo-a11y-resize-font-130 h1 span,body.pojo-a11y-resize-font-130 h2 span,body.pojo-a11y-resize-font-130 h3 span,body.pojo-a11y-resize-font-130 h4 span,body.pojo-a11y-resize-font-130 h5 span,body.pojo-a11y-resize-font-130 h6 span{font-size:172.9% !important}body.pojo-a11y-resize-font-120,body.pojo-a11y-resize-font-120 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-120 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-120 label,body.pojo-a11y-resize-font-120 input,body.pojo-a11y-resize-font-120 select,body.pojo-a11y-resize-font-120 textarea,body.pojo-a11y-resize-font-120 legend,body.pojo-a11y-resize-font-120 code,body.pojo-a11y-resize-font-120 pre,body.pojo-a11y-resize-font-120 dd,body.pojo-a11y-resize-font-120 dt,body.pojo-a11y-resize-font-120 span,body.pojo-a11y-resize-font-120 blockquote{font-size:120% !important}body.pojo-a11y-resize-font-120 h1,body.pojo-a11y-resize-font-120 h2,body.pojo-a11y-resize-font-120 h3,body.pojo-a11y-resize-font-120 h4,body.pojo-a11y-resize-font-120 h5,body.pojo-a11y-resize-font-120 h6,body.pojo-a11y-resize-font-120 h1 span,body.pojo-a11y-resize-font-120 h2 span,body.pojo-a11y-resize-font-120 h3 span,body.pojo-a11y-resize-font-120 h4 span,body.pojo-a11y-resize-font-120 h5 span,body.pojo-a11y-resize-font-120 h6 span{font-size:159.60000000000002% !important}body.pojo-a11y-links-underline a,body.pojo-a11y-links-underline a *{text-decoration:underline !important}body.pojo-a11y-readable-font,body.pojo-a11y-readable-font *:not(i):not(span){font-family:Verdana,Arial,Helvetica,sans-serif !important}.pojo-skip-link{position:absolute;top:-1000em}.pojo-skip-link:focus{left:50px;top:50px;height:auto;width:200px;display:block;font-size:14px;font-weight:700;text-align:center;padding:15px 23px 14px;background-color:#F1F1F1;color:#21759B;z-index:100000;line-height:normal;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,0.6)}body.rtl .pojo-skip-link:focus{right:50px;left:auto}#pojo-a11y-toolbar *,#pojo-a11y-toolbar ::before,#pojo-a11y-toolbar ::after{box-sizing:border-box}.pojo-a11y-visible-phone{display:none !important}.pojo-a11y-visible-tablet{display:none !important}.pojo-a11y-hidden-desktop{display:none !important}.pojo-a11y-visible-desktop{display:inherit !important}@media (min-width:768px) and (max-width:1024px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-tablet{display:inherit !important}.pojo-a11y-hidden-tablet{display:none !important}}@media (max-width:767px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-phone{display:inherit !important}.pojo-a11y-hidden-phone{display:none !important}}.pojo-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}:root {
--linker_continer_size: 1270px;
--linker_tablet_size: 950px;
--linker_mobile_size: 600px;
--pagebackgroundcolor: #ffffff;
--main_text_color: #131313;
--main_text_hover_select_color: #ffffff;
--main_text_bg_hover_select_color: #131313;
--linker_action_button_background: #131313;
--linker_action_button_text: #ffffff;
--linker_info_button_background: #131313;
--linker_info_button_text: #ffffff;
--linker_cancel_button_background: #c4c4c4;
--linker_cancel_button_text: #ffffff;
--header_hover_select_color: #ffffff;
--header_hover_select_background_color: #0a0a0a;
--header_mobile_background_color: #ffffff;
--header_mobile_menu_toggle_background_color: #0a0a0a;
--header_mobile_menu_toggle_color: #ffffff;
--header_mobile_close_menu_toggle_background_color: #0a0a0a;
--header_mobile_close_menu_toggle_color: #ffffff;
--header_mobile_search_toggle_background_color: #0a0a0a;
--header_mobile_search_toggle_color: #ffffff;
--header_mobile_cart_toggle_background_color: #0a0a0a;
--header_mobile_cart_toggle_color: #ffffff;
--header_mobile_sub_menu_toggle_background_color: #0a0a0a;
--header_mobile_sub_menu_toggle_color: #ffffff;
}
.lf-action-button,.lf-action-button:hover,.lf-action-button:focus,.lf-action-button:active {
background-color: #131313;
}
.lf-action-button {
color: #ffffff;
}
.lf-info-button,.lf-info-button:hover,.lf-info-button:focus,.lf-info-button:active {
background-color: #131313;
}
.lf-info-button {
color: #ffffff;
}
.lf-cancel-button,.lf-cancel-button:hover,.lf-cancel-button:focus,.lf-cancel-button:active {
background-color: #c4c4c4;
}
.lf-cancel-button {
color: #ffffff;
}
.top-header-container {
background-color: #ffffff;
}
.lf-woo-search-toggle {
background-color: #ffffff;
}.an-product-layout_1 .an-product-title {
float: left;
width: 100%;
margin: 0 0 5px 0;
}
.an-product-layout_1 .an-product-title a {
font-size: 30px;
line-height: 30px;
}
.an-product-layout_1 .an-product-image {
float: left;
}
.an-product-layout_1 .an-product-info-container {
float: left;
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
margin: 5px 0 0 0;
}
.an-product-layout_1 .an-product-price-container {
float: left;
width: 50%;
height: 50px;
display: flex;
flex-direction: column;
justify-content: center;
}
.rtl .an-product-layout_1 .an-product-price-container {
float: right;
}
.an-product-layout_1 .an-product-price-regular {
line-height: 18px;
font-size: 16px;
text-decoration: line-through;
}
.an-product-layout_1 .an-product-price {
line-height: 22px;
font-size: 20px;
}
.an-product-layout_1 .an-product-action {
float: left;
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
}
.rtl .an-product-layout_1 .an-product-action {
float: right;
}
.an-product-layout_1 .an-product-action a {
text-align: center;
}
.an-product-layout_2 { }
.an-product-layout_2 .an-product-image {
float: left;
width: 70px;
margin: 0 5px 0 0;
}
.rtl .an-product-layout_2 .an-product-image {
float: right;
margin: 0 0 0 5px;
}
.an-product-layout_2 .an-product-image img {
border-radius: 5px;
}
.an-product-layout_2 .an-product-info-container {
float: left;
width: 45%;
height: 70px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
}
.an-product-layout_2 .an-product-info-container.an-product-no-thumbnail {
width: calc(100% - 90px);
}
.rtl .an-product-layout_2 .an-product-info-container {
float: right;
}
.an-product-layout_2 .an-product-title {
font-size: 16px;
line-height: 20px;
height: 40px;
display: flex;
align-items: flex-end;
overflow: hidden;
}
.an-product-layout_2 .an-product-price-container {
display: flex;
flex-direction: row;
align-items: center;
height: 30px;
}
.an-product-layout_2 .an-product-price-regular {
line-height: 20px;
font-size: 14px;
text-decoration: line-through;
margin: 0 5px 0 0;
}
.rtl .an-product-layout_2 .an-product-price-regular {
margin: 0 0 0 5px;
}
.an-product-layout_2 .an-product-price {
line-height: 20px;
font-size: 16px;
}
.an-product-layout_2 .an-product-action {
float: left;
width: calc(55% - 75px);
height: 70px;
display: flex;
flex-direction: row;
align-content: center;
justify-content: center;
align-items: center;
}
.an-product-layout_2 .an-product-action.an-product-no-thumbnail {
width: 90px;
}
.rtl .an-product-layout_2 .an-product-action {
float: right;
}
.an-product-layout_2 a.button.wp-element-button.product_type_simple.add_to_cart_button {
float: left;
width: 100%;
padding: 5px;
font-size: 16px;
font-weight: normal;
} .an-pro-location-sidebar .an-container {
position: absolute;
}
.an-pro-location-sidebar .an-container:first-child {
z-index: 9;
}
.an-pro-sidebar-location-left .an-container {
left: 0;
}
.an-pro-sidebar-location-right .an-container {
right: 0;
}
.location-an_pro_sidebar_top,
.location-an_pro_sidebar_bottom {
justify-content: flex-end;
}
.location-an_pro_sidebar_top .an-container,
.location-an_pro_sidebar_bottom .an-container {
min-height: 40px;
max-height: 100vh;
}
.an-pro-sidebar-height {
height: 100%;
min-height: 100vh;
}
.an-pro-sidebar-height .an-container {
width: 280px;
height: 100%;
}
.an-pro-sidebar-height .an-container .an-content {
height: calc(100% - 80px); }
.an-design-an_pro_sidebar_default {
box-shadow: 0px 0px 4px 2px #00000040;
}
.an-design-an_pro_sidebar_default .an-header {
min-height: 40px;
}
.an-design-an_pro_sidebar_default .an-content {
float: left;
width: 100%;
}
.an-design-an_pro_sidebar_default .an-footer {
min-height: 40px;
}
.an-pro-sidebar-close-right {
float: right;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.an-pro-sidebar-close-left {
float: left;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.an-pro-sidebar-close-right.top,
.an-pro-sidebar-close-left.top {
top: auto;
bottom: 0;
}
[class*="an-pro-sidebar-close"] {
color: #a8a8a8;
}
.an-pro-menu-container ul {
margin: 0;
}
.an-pro-menu-container ul li {
display: flex;
min-height: 40px;
margin: 0;
line-height: 1;
list-style: none;
align-items: flex-start;
padding: 5px 18px;
flex-direction: column;
justify-content: center;
}
.an-pro-menu-container ul li + li {
border-top: 1px solid #eeeeee;
}
.an-pro-menu-container ul li,
.an-pro-menu-container ul li span,
.an-pro-menu-container ul li a {
width: 100%;
font-size: 20px;
text-decoration: none;
}
.an-pro-menu-container ul.sub-menu {
display: none;
}
.an-pro-menu-container ul li:hover > ul.sub-menu {
display: block;
position: absolute;
top: 0;
left: 100%;
width: 100%;
background: #ffffffff;
box-shadow: 0px 0px 2px 1px #00000040;
}
.an-pro-sidebar-location-right .an-pro-menu-container ul li:hover ul.sub-menu {
left: auto;
right: 100%;
}
.an-pro-menu-container .menu-item-has-children {
position: relative;
}
.an-pro-menu-container .menu-item-has-children::after {
content: "";
position: absolute;
right: 10px;
top: 15px;
width: 10px;
height: 10px;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
transform: rotate(315deg);
}
.an-pro-sidebar-location-right .an-pro-menu-container .menu-item-has-children::after {
right: auto;
left: 10px;
transform: rotate(135deg);
} .an-design-an_netflix_notice {  }
.an-design-an_netflix_notice .an-content{
filter: drop-shadow(0px 0px 4px rgb(2 0 36 / 20%));
}
.an-pro-netflix-start-line {
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 100%;
background-color: #db0000;
} .an-design-an_facebook_notice .an-close-button {
width: 30px;
height: 30px;
margin: 4px;
padding: 4px;
border-radius: 20px;
} .an-pro-netflix-notice-in {
animation-name: anProNetflixIn;
animation-fill-mode: both;
transform-origin: 0% 100%;
}
@keyframes anProNetflixIn{
0%{transform:rotateX(90deg)}
to{transform:none}
}
.an-pro-netflix-notice-in .an-header,
.an-pro-netflix-notice-in .an-content,
.an-pro-netflix-notice-in .an-footer {
overflow: hidden;
}
.an-pro-netflix-notice-in > div * {
animation-delay: 0.6s;
animation-duration: 1.2s;
animation-name: anFedeInNetflixUp;
animation-fill-mode: both;
}
@keyframes anFedeInNetflixUp{
from{opacity:0;transform:translate3d(0,40%,0)}
to{opacity:1;transform:none}
} .an-pro-netflix-notice-out {
animation-delay: 0.6s;
animation-name: anProNetflixOut;
animation-fill-mode: both;
transform-origin: 100% 0%;
}
@keyframes anProNetflixOut{
0%{transform:none}
to{transform:rotateX(90deg)}
}
.an-pro-netflix-notice-out .an-header,
.an-pro-netflix-notice-out .an-content,
.an-pro-netflix-notice-out .an-footer {
overflow: hidden;
}
.an-pro-netflix-notice-out > div * {
animation-duration: 0.6s;
animation-name: anFedeInNetflixDown;
animation-fill-mode: both;
}
@keyframes anFedeInNetflixDown{
from{opacity:1;transform:none}
to{opacity:0;transform:translate3d(0,-40%,0)}
}.elementor-element {
float: left;
width: 100%;
}
.lf-blog-post-content iframe {
width: 100%;
}
.lf-responsive-video {
position: relative;
float: left;
width: 100%;
padding-bottom: 56.25%; height: 0;
}
.lf-responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} @media screen and (max-width: 950px) {
}
@media screen and (max-width: 600px) {
}header {
position: fixed;
width: 100%;
height: 54px;
top: 0;
left: 0;
width: 100%;
background-color: #ffffff;
z-index: 999;
}
header.md-card {
padding: 0;
z-index: 999;
border-radius: 0;
}
.main-content-open header {
padding-right: 64px;
-webkit-transition: padding-right .5s!important;
transition: padding-right .5s!important;
}
.top-header {
float: left;
width: 100%;
height: 40px; }
.top-menu {
float: left;
width: 100%;
text-align: left;
height: 40px;
line-height: 20px;
font-size: 18px;
padding: 10px 0;
}
.top-menu li {
float: right;
}
.top-menu a {
color: #ffffff;
text-decoration: none;
float: right;
margin-left: 10px;
}
.top-menu li + li {
border-right: 2px solid #ffffff;
padding-right: 10px;
}
.top-menu li.menu-item {
float: right;
}
.top-menu li.menu-item + li {
padding-right: 10px;
}
.top-menu i {
float: right;
font-size: 18px;
line-height: 20px;
color: #ffffff;
text-decoration: none;
outline: 0;
}
.left-top-header {
position: relative;
float: left;
}
.top-logo {
float: left;
height: 50px;
color: white;
text-decoration: none;
}
.top-logo-html {
font-size: 32px;
line-height: 46px;
}
.top-logo i {
float: left;
font-size: 34px;
line-height: 46px;
}
.top-logo i.md-icons {
padding: 0;
}
.top-logo i.md-icons svg {
width: 40px;
height: 46px;
fill: #ffffff;
}
.top-logo-slogan {
float: left;
width: 100%;
font-size: 20px;
line-height: 30px;
text-align: center;
border-top: 1px solid white;
display: none;
}
.top-logo img {
float: right;
height: 50px;
max-width: 200px;
}
.top-logo img.top-slogan {
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.left-top-header .top-header-link {
float: left;
height: 36px;
line-height: 36px; font-size: 20px;
}
.left-top-header img {
height: 120px;
max-width: unset;
}
.top-header-link +.top-header-link {
border-left: 1px solid #f9f9f9;
}
.top-header-link i {
float: left;
line-height: 36px;
margin: 0 5px;
color: white;
}
.top-header-container {
float: left;
width: 100%;
height: 54px;
padding: 2px 0;
border-bottom: 1px solid #eeeeee;
}
.main-menu-container {
position: absolute;
left: 0;
bottom: -60px;
width: 100%;
height: 60px;
background-color: white;
transition: all 0.3s;
box-shadow: 0 2px 2px 0px rgb(0 0 0 / 20%);
}
.main-menu-container.main-menu-up {
bottom: 0px;
}
.header-main-menu {
position: relative;
float: right;
width: 100%;
height: 50px;
margin: 5px 0;
}
#main-content {
margin-top: 114px;
}
#side-menu {
display: none;
}
#logo {
float: left;
width: 200px;
height: 60px;
text-align: center;
background-color: #3279a0;
color: #ffffff;
text-decoration: none;
}
#logo img {
height: 54px;
}
.site-name {
float: left;
width: 100%;
font-size: 35px;
line-height: 35px;
}
.slogan {
float: left;
width: 100%;
font-size: 14px;
line-height: 25px;
}
img.logo-img-mobile {
display: none;
}
h1 {
font-size: 26px;
margin: 0px;
font-weight: normal;
}
#title h1 {
line-height: 64px;
}
#title {
float: right;
display: inline-block;
height: 64px;
width: 50%;
line-height: 64px;
color: white;
margin-right: 60px;
}
.menu-toggle {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
background-color: var(--header_mobile_menu_toggle_background_color);
border-right: 1px solid #f9f9f9;
cursor: pointer;
z-index: 99999;
}
.menu-toggle i svg {
fill: var(--header_mobile_menu_toggle_color);
}
#close-side-menu {
display: block;
position: absolute;
top: 0;
right: -40px;
width: 40px;
height: 40px;
background-color: var(--header_mobile_close_menu_toggle_background_color);
cursor: pointer;
border-left: 1px solid #f9f9f9;
}
#close-side-menu i svg {
fill: var(--header_mobile_close_menu_toggle_color);
}
.mobile-header-search-container {
position: absolute;
top: 0;
right: 0px;
width: 40px;
height: 40px;
background-color: var(--header_mobile_search_toggle_background_color);
color: #ffffff;
text-align: center;
transition: all 1s; z-index: 99999;
display: none;
}
.mobile-header-search-container i svg {
fill: var(--header_mobile_search_toggle_color);
}
.mobile-header-search-button {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
background-color: var(--header_mobile_search_toggle_background_color);
color: var(--header_mobile_search_toggle_color);
outline: 0;
z-index: 999999;
}
.mobile-header-close-search-button {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
background-color: var(--header_mobile_search_toggle_background_color);
color: var(--header_mobile_search_toggle_color);
border-left: 1px solid #f9f9f9;
outline: 0;
z-index: 999999;
}
.mobile-header-search-area {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 40px;
padding: 4px;
color: var(--main_text_color);
z-index: 99999;
}
.mobile-header-close-search-button {
display: none;
}
.mobile-search-open {
width: calc(100% - 40px);
} .lf-search-container {
width: 100%;
max-width: none;
height: 36px;
margin: 7px 0;
border: 2px solid #ffffff;
border-radius: 10px;
background-color: white;
}
.lf-search-container:hover {
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.lf-search-input {
float: right;
width: calc(100% - 36px);
height: 32px;
border: 0;
padding: 5px;
font-size: 16px;
outline: 0;
}
.lf-search-toggle {
float: left;
width: 32px;
height: 32px;
line-height: 32px;
padding: 0;
border: 0;
border-radius: 10px;
text-align: center;
cursor: pointer;
outline: 0;
}
.logo-area {
float: right;
width: 190px;
}
.header-search-area {
float: right;
width: auto;
}
.header-social-area {
float: right;
width: auto;
height: 50px;
}
.header-social-area .lf-social-links-container {
height: 50px;
}
.header-social-area + .header-search-area {
padding: 0 10px 0 0;
border-right: 1px solid #eeeeee;
margin: 0 10px 0 0;
}
.lf-search-container {
position: relative;
float: right;
width: 100%;
max-width: 300px;
height: 50px;
padding: 5px 0;
margin: 0;
border: 0;
transition: 0.5s all;
}
.lf-search-container:hover {
box-shadow: none;
transition: 0.5s all;
}
.lf-search-toggle {
float: left;
width: 40px;
height: 40px;
padding: 0;
border: 0;
background-color: #ffffff;
}
.lf-search-toggle i {
width: 40px;
height: 40px;
}
.lf-search-input {
float: right;
width: calc(100% - 50px);
height: 30px;
border: 0;
border-bottom: 1px solid #eeeeee;
padding: 0;
margin: 5px;
font-size: 20px;
outline: 0;
}
.top-tel {
float: left;
}
.top-tel span {
float: left;
font-size: 32px;
line-height: 60px;
text-decoration: none;
color: white;
}
.top-tel i {
float: left;
font-size: 32px;
line-height: 60px;
color: white;
}
.cart-container {
position: relative;
float: right;
width: 210px;
height: 50px;
padding: 7px 0;
}
.cart-container a {
float: left;
width: 100%;
height: 36px;
color: #ffffff;
}
.cart-list {
padding: 0;
}
.cart-container .cart-list .product-info-cart-row {
float: left;
width: 100%;
height: 60px;
padding: 0;
color: #000000;
}
.cart-container i {
float: left;
width: 36px;
height: 36px;
line-height: 36px;
font-size: 36px;
text-align: center;
text-align: center;
padding: 0;
}
.cart-container i svg {
float: right;
width: 36px;
height: 36px;
fill: #ffffff;
}
.cart-items-info {
float: left;
height: 36px;
width: calc(100% - 36px);
}
.cart-items-count {
float: left;
width: 100%;
height: 18px;
line-height: 18px;
font-size: 14px;
padding: 0 5px;
}
.cart-items-total {
float: left;
width: 100%;
height: 18px;
line-height: 18px;
font-size: 14px;
padding: 0 5px;
}
.product-image-cart-list {
width: 60px;
height: 60px;
}
.product-info-cart-list {
width: calc(100% - 90px);
padding: 0 5px;
}
.product-title-cart-list {
height: 40px;
}
.product-title-cart-list span {
width: 100%;
font-weight: normal;
line-height: 20px;
font-size: 14px;
text-align: left;
}
.product-price-cart-list {
height: 20px;
}
.product-price-cart-list span {
float: left;
width: 100%;
text-align: left;
height: 20px;
}
.remove-product-from-cart {
height: 60px;
}
.cart-actions {
height: 40px;
}
.cart-actions a {
float: right;
width: calc(50% - 4px);
margin: 0 2px;
height: 30px!important;
line-height: 30px!important;
text-align: center!important;
text-decoration: none!important;
color: #ffffff!important;
padding: 0!important;
} header nav {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
header nav a, #side-menu nav a, header nav span, #side-menu nav span {
float: left;
font-size: 18px;
min-height: 50px;
line-height: 50px;
padding: 0 10px;
color: var(--main_text_color);
text-decoration: none;
outline: 0;
}
header nav li {
float: left;
line-height: 50px;
}
header nav li span:hover,
header nav li span:hover i,
header nav li a:hover,
header nav li a:hover i,
header nav li i:hover,
header nav li span:hover i.md-icons svg,
header nav li a:hover i.md-icons svg {
background-color: var(--header_hover_select_background_color);
color: var(--header_hover_select_color);
fill: var(--header_hover_select_color);
}
header nav ul:not(.sub-menu) > li + li {
border-left: 1px solid #e9e9e9;
}
header li.menu-item, #side-menu li.menu-item {
margin: 0;
padding: 0;
position: relative;
}
header nav li i.md-icons {
width: 30px;
height: 50px;
padding: 5px 2px;
}
header nav li i.md-icons {
width: 30px;
height: 50px;
padding: 5px 2px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.header-main-menu ul:not(.sub-menu) > li[class*="current"] {
border-bottom: 5px solid;
border-bottom-color: var(--header_hover_select_background_color);
}
.header-main-menu ul.menu > li[class*="current"] > span,
.header-main-menu ul.menu > li[class*="current"] > span i,
.header-main-menu ul.menu > li[class*="current"] > a,
.header-main-menu ul.menu > li[class*="current"] > a i {
margin-bottom: -5px;
}
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > a,
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > i {
background-color: var(--header_hover_select_background_color);
color: var(--header_hover_select_color);
}
header .menu > li > .sub-menu {
display: none;
position: absolute;
top: 36px;
width: 250px;
border-top: 4px solid transparent;
}
header li > .sub-menu .sub-menu {
display: none;
position: absolute;
left: 100%;
top: 0;
width: 250px;
border-top: 0;
}
header .sub-menu li {
float: right;
width: 100%;
background-color: white;
}
header .sub-menu li a,
header .sub-menu li span {
float: right;
width: 100%;
font-size: 18px;
line-height: 30px;
display: flex;
flex-direction: row;
align-items: center;
}
header .sub-menu li i {
float: right;
font-size: 22px;
line-height: 30px;
}
.sub-menu li + li {
border-top: 1px solid #f9f9f9;
}
.open-sub-menu, .close-sub-menu {
display: none;
} @media screen and (min-width: 950px) {
.lf-mega-menu-container {
top: 36px!important;
}
}
@media screen and (max-width: 950px) {
header {
background-color: var(--header_mobile_background_color)!important;
height: 40px;
z-index: 99999!important;
}
.logo-area {
width: calc(100% - 140px); margin: 0 70px;
}
.header-right {
width: 30%;
height: 50px;
overflow: hidden;
}
.top-tel span {
display: none;
}
.top-tel i {
width: 50px;
line-height: 50px;
color: #ffffff;
text-align: center;
}
.top-logo {
float: right;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
width: 100%;
}
.image-logo {
max-height: 40px;
}
#main-content {
margin-top: 40px;
}
#logo {
position: absolute;
top: 0;
left: calc(50% - 90px);
width: 180px;
height: 50px;
}
.site-name {
font-size: 25px;
line-height: 30px;
}
.slogan {
font-size: 16px;
line-height: 20px;
}
#side-menu {
display: block;
position: fixed;
top: 0;
left: -50px;
width: 280px;
height: 100%;
background-color: #dfdfdf;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
z-index: 999999;
-ms-transform: translateX(-280px);
-webkit-transform: translateX(-280px);
transform: translateX(-280px);
-webkit-transition: transform 0.5s ease-in;
transition: transform 0.5s ease-in;
}
.side-menu-open {
-webkit-transition: transform 0.5s!important;
transition: transform 0.5s!important;
-ms-transform: translateX(0px)!important;
-webkit-transform: translateX(0px)!important;
transform: translateX(0px)!important;
}
.open-sub-menu {
display: block;
position: absolute;
top: 0;
right: 0px;
width: 40px;
height: 40px;
background-color: var(--header_mobile_sub_menu_toggle_background_color);
cursor: pointer;
}
.close-sub-menu {
display: none;
position: absolute;
top: 0;
right: 0px;
width: 40px;
height: 40px;
background-color: var(--header_mobile_sub_menu_toggle_background_color);
cursor: pointer;
}
.open-sub-menu i svg,
.close-sub-menu i svg {
fill: var(--header_mobile_sub_menu_toggle_color);
}
#side-menu ul.sub-menu {
float: right;
width: 100%;
}
#side-menu .sub-menu li a {
padding: 0 10px;
}
#side-menu nav {
height: 100vh;
overflow: auto;
padding: 0 0 0 40px;
}
#side-menu nav a, #side-menu nav span {
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
width: 100%;
min-height: 40px;
font-size: 18px;
line-height: 1;
padding: 0 40px 0 10px;
}
#side-menu nav li {
float: left;
width: 100%;
}
#side-menu i {
line-height: unset;
}
#side-menu .sub-menu {
background-color: white;
}
#side-menu .sub-menu a {
font-size: 16px;
}
.top-logo img.top-slogan {
margin: 0 -15px;
}
.mobile-header-search-container {
display: block;
}
.lf-search-container {
float: left;
height: 32px;
width: 100%;
max-width: 100%;
border: 0;
margin: 0;
padding: 2px;
transition: all 0.5s;
}
.lf-search-container form {
float: left;
width: 100%;
height: 28px; }
.mobile-search-open .lf-search-container {
width: calc(100% - 40px);
margin: 0 40px 0 0;
}
.lf-search-input {
width: calc(100% - 32px);
height: 28px;
padding: 5px;
border-radius: 10px;
border: 0;
margin: 0;
font-size: 14px;
}
.lf-search-toggle {
position: absolute;
right: 2px;
top: 2px;
width: 28px;
height: 28px;
line-height: 28px;
background-color:  var(--header_mobile_search_toggle_background_color)!important;
color:  var(--header_mobile_search_toggle_color)!important;
}
.lf-search-toggle i.md-icons {
width: 28px;
height: 28px;
padding: 3px;
}
.lf-search-toggle i.md-icons svg {
width: 22px;
height: 22px;
fill: #ffffff;
}
.top-logo {
height: 40px;
}
.top-logo-html {
font-size: 30px;
line-height: 36px;
}
.top-logo i {
font-size: 32px;
line-height: 36px;
}
}.logo-area {
float: right;
}
.top-logo {
float: right;
}
.top-logo i {
float: right;
}
.header-search-area {
float: left;
}
.header-social-area {
float: left;
width: auto;
}
.header-social-area + .header-search-area {
padding: 0 0 0 10px;
border-right: 0;
border-left: 1px solid #eeeeee;
margin: 0 0 0 10px;
}
header #logo {
float: right;
}
header nav {
left: inherit;
right: 0;
}
#side-menu {
right: -50px;
left: auto;
-ms-transform: translateX(280px);
-webkit-transform: translateX(280px);
transform: translateX(280px);
}
#side-menu nav a, #side-menu nav span {
padding: 0 10px 0 40px;
}
#close-side-menu {
left: -40px;
right: auto;
border-right: 1px solid #f9f9f9;
border-left: none;
}
header nav a, #side-menu nav a {
float: right;
}
header nav li {
float: right;
}
header .sub-menu .sub-menu {
right: 100%;
left: auto;
}
header nav ul:not(.sub-menu) > li + li {
border-left: 0;
border-right: 1px solid #e9e9e9;
}
.menu-toggle {
left: auto;
right: 0;
border-left: 1px solid #f9f9f9;
border-right: 0;
}
.mobile-header-search-container {
right: auto;
left: 0px;
}
.mobile-header-search-button {
left: 0;
right: auto;
}
.mobile-header-close-search-button {
left: 0;
right: auto;
border-right: 1px solid #f9f9f9;
border-left: 0;
}
#side-menu nav li {
float: right;
} @media screen and (max-width: 950px) {
#side-menu nav {
padding: 0 50px 0 0;
}
.open-sub-menu,
.close-sub-menu {
right: auto;
left: 0px;
}
.mobile-search-open .lf-search-container {
margin: 0 0 0 40px;
}
.lf-search-toggle {
left: 2px;
right: auto;
}
}footer {
float: left;
width: 100%;
}
.footer-top {
float: left;
width: 100%;
background-color: #ffffff;
border-top: 1px solid #144788;
padding: 20px 0;
}
.lf-footer-middle {
float: left;
width: 100%;
padding: 30px 0;
}
.lf-footer-bottom {
float: left;
width: 100%;
background-color: #ffffff;
}
.lf-footer-col-1 {
float: left;
width: 100%;
}
.lf-footer-col-2 {
float: left;
width: 50%;
min-height: 1px;
}
.lf-footer-col-3 {
float: left;
width: 33.333%;
min-height: 1px;
}
.lf-footer-col-4 {
float: left;
width: 25%;
min-height: 1px;
}
.lf-footer-col-5 {
float: left;
width: 20%;
}
.lf-footer-col-6 {
float: left;
width: 16.666%;
min-height: 1px;
}
.footer-icons {
text-align: center;
}
.footer-icons a {
display: inline-block;
margin: 0 14px;
}
.lf-footer-middle h2,
.lf-footer-middle h3,
.lf-footer-middle h4 {
font-size: 19px;
font-weight: bold;
color: #144788;
margin: 0 0 5px 0;
}
.lf-footer-middle a {
font-size: 15px;
line-height: 30px;
color: #737373;
text-decoration: none;
}
.lf-widget-menu {
padding: 0 10px;
}
.lf-footer-middle h2 a,
.lf-footer-middle h3 a,
.lf-footer-middle h4 a {
font-size: 19px;
line-height: 30px;
font-weight: bold;
color: #ffffff;
margin: 0 0 5px 0;
border-bottom: 1px solid #7d7d7d;
} .credit-footer {
float: left;
width: 100%;
background-color: #131313;
}
.credit-footer a {
color: #ffffff;
}
.footer-text {
float: left;
width: 100%;
color: #ffffff;
line-height: 50px;
}
.credit {
float: right;
width: 150px;
height: 50px;
text-align: left;
}
.credit i {
float: left;
height: 50px;
width: 30px;
padding: 0;
}
.credit i svg {
width: 30px;
height: 50px;
fill: #ffffff;
}
.credit div {
float: left;
padding-left: 5px;
}
.credit a {
float: left;
line-height: 50px;
width: calc(100%);
color: white;
text-align: center;
text-decoration: none;
}
.credit .first-letter::first-letter {
color: #f29400!important;
font-weight: bold;
} @media screen and (max-width: 950px) {
[class^="lf-footer-col"] {
width: 100%;
}
.credit-footer [class^="md-col"] {
width: 100%;
}
.footer-text {
text-align: center;
}
.credit {
width: 100%;
height: 30px;
}
.credit a {
float: none;
display: block;
margin: auto;
width: 150px;
line-height: 30px;
}
.credit i {
height: 30px;
line-height: 30px;
}
.credit i svg {
height: 30px;
}
}
@media screen and (max-width: 600px) {
}.lf-footer-col-1,
.lf-footer-col-2,
.lf-footer-col-3,
.lf-footer-col-4,
.lf-footer-col-5,
.lf-footer-col-6 {
float: right;
}
.credit {
float: left;
} @media screen and (max-width: 950px) {
}@media screen and (max-width: 950px) {
}.lf-blog-post-container {
float: left;
width: 100%;
}
.lf-blog-post-container h1 {
float: left;
width: 100%;
font-size: 44px;
font-weight: bold;
}
.lf-blog-post-excerpt {
float: left;
width: 100%;
font-size: 20px;
}
.lf-blog-post-info-container {
float: left;
width: 100%;
margin: 10px 0;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
display: flex;
flex-direction: row;
align-content: center;
align-items: center;
justify-content: space-between;
}
.lf-blog-post-info-col {
float: left;
}
.lf-blog-post-info { }
.lf-blog-post-info-val {
float: left;
height: 22px;
margin: 0 8px 0 0;
line-height: 22px;
font-size: 16px;
}
.lf-blog-post-info-val a {
color: var(--main_text_color);
text-decoration: none;
}
.lf-blog-post-info-val a:hover {
text-decoration: underline;
}
.lf-blog-post-info-val i {
width: 22px;
height: 22px;
padding: 3px;
margin: 0 2px 0 0;
}
.lf-blog-post-info-val i svg {
width: 18px;
height: 18px;
padding: 0;
}
.lf-blog-post-tags-container {
float: left;
margin: 2px 0;
}
.lf-blog-post-tag {
float: left;
}
.lf-blog-post-tag + .lf-blog-post-tag {
margin: 0 0 0 5px;
}
.lf-blog-post-tag a {
float: left;
height: 20px;
line-height: 20px;
font-size: 14px;
padding: 0 5px;
margin: 2px 0;
text-decoration: none;
background-color: #000000;
color: #ffffff;
font-style: italic;
}
.lf-blog-post-tag a::before {
content: "#";
}
.lf-blog-post-share-container {
float: right;
width: 100%;
max-width: 220px;
}
.lf-blog-post-image {
float: left;
width: 100%;
margin: 5px 0 10px; }
.lf-blog-post-image img {
max-width: 100%;
height: auto;
max-height: 900px;
}
.lf-blog-post-image figcaption {
float: left;
width: 100%;
color: #818181;
font-size: 14px;
}
.lf-share-bottons-container {
height: 40px;
}
.lf-share-button {
width: 30px;
height: 30px;
}
.lf-share-button .md-parent-tooltip {
width: 30px;
height: 30px;
}
.lf-share-button svg {
width: 30px;
height: 30px;
padding: 5px;
}
.lf-blog-post-content {
float: left;
width: 100%;
}
.lf-blog-post-content p {
margin: 8px 0;
} @media screen and (max-width: 950px) {
}
@media screen and (max-width: 600px) {
.lf-blog-post-container h1 {
font-size: 30px;
}
.lf-blog-post-excerpt {
font-size: 18px;
}
.lf-blog-post-info-container {
flex-direction: column;
}
}.lf-blog-post-info-col {
float: right;
}
.lf-blog-post-info-val {
float: right;
margin: 0 0 0 8px;
}
.lf-blog-post-info-val i {
float: right;
margin: 0 0 0 2px;
}
.lf-blog-post-share-container {
float: left;
}
.lf-blog-post-tags-container {
float: right;
margin: 2px 0;
}
.lf-blog-post-tag {
float: right;
}
.lf-blog-post-tag a {
float: right;
height: 20px;
}
.lf-blog-post-tag + .lf-blog-post-tag {
margin: 0 5px 0 0;
}.seolm-main-content {
position: relative;
padding: 10px;
}
.full-wide-card {
display: inline-block;
width: 100%;
margin-bottom: 10px;
min-height: 100px;
}
.bar {
display: inline-block;
color: #607d8b;
border-bottom: 1px solid #eeeeee;
}
.seolm-page-title {
display: inline-block;
// width: calc(100% - 30px);
line-height: 36px;
font-size: 28px;
}
.seolm-page-title i {
font-size: 28px;
line-height: 36px;
float: right;
margin: 0 5px;
}
.seolm-dialog-button {
float: right;
line-height: 28px;
height: 28px;
margin: 0 5px;
}
.seolm-dialog-button i {
font-size: 20px;
width: 20px;
text-align: center;
line-height: 28px;
float: right;
}
.seolm-check-domain {
float: left;width: 100%;
height: 20px;
line-height: 20px;
color: #F44336;
visibility: hidden;
} .seolm-more-info {
position: fixed;
bottom: 20px;
left: 20px;
width: 50px;
height: 50px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 100px;
cursor: pointer;
}
.seolm-more-info-icon {
float: left;
width: 100%;
height: 100%;
text-align: center;
line-height: 50px;
font-size: 30px;
color: white;
}
.seolm-more-info-icon.seolm-close {
display: none;
}
.seolm-more-info nav {
display: none;
position: absolute;
bottom: 60px;
left: 0;
width: 200px;
background-color: rgba(0, 0, 0, 0.5);
color: white;
border-radius: 3px;
padding: 5px;
}
span.seolm-links-title {
float: left;
width: 100%;
text-align: center;
font-size: 20px;
padding: 2px 0;
}
.seolm-more-info .seolm-link {
float: left;
width: 100%;
padding: 2px 0;
border-top: 1px solid rgba(255, 255, 255, 0.39);
font-size: 16px;
line-height: 20px;
color: white;
text-align: center;
text-decoration: underline;
}
.seolm-footer-more-info, .seolm-footer-nav {
float: left;
width: 100%;
text-align: center;
}
a.seolm-footer-link {
font-size: 16px;
line-height: 20px;
} .seolm-loading {
position: fixed;
top: 0;
left: 0;
display: none;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 99999999;
}
.seolm-loader {
color: #ffffff;
font-size: 80px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -40px auto;
top: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} @media screen and (max-width: 600px) {
.seolm-hidden-mobile {
display: none;
}
}.seolm-dialog-button {
float: left;
}
.seolm-dialog-button i {
float: left;
}