body.no-touch .button-2:hover .button-in,
body.no-touch .button-2:hover .button-in.button-secondary {
    color: #fff !important;
}
body.no-touch .button-1:hover .button-in,
body.no-touch .button-3:hover .button-in,
body.no-touch .button-4:hover .button-in,
body.no-touch .button-1:hover .button-in.button-secondary,
body.no-touch .button-3:hover .button-in.button-secondary,
body.no-touch .button-4:hover .button-in.button-secondary {
    background: #fff !important;
}

body.no-touch .button-5:hover i {
    margin-left: 0.25rem;
}
body.no-touch .button-5:hover:active i {
    margin-left: 0.4rem;
}

body.no-touch .nav-item:hover .nav-item-sub {
    display:block;
}

body.no-touch .links-underlined  .link-text:hover {
    text-decoration:none;
}
body.no-touch .links-reversed  .link-text:hover {
    text-decoration:underline;
}

body.no-touch .filter-item:hover{
    font-weight: 700;
}

body.no-touch .button-new:hover .button-hover.hover-none,
body.no-touch a.item-in-link:hover .button-new:not(.no-hover) .button-hover.hover-none,
.image-tag.active .image-tag-toggle .button-new .button-hover.hover-none {
    visibility: visible;
}

body.no-touch .button-new.hover-none:hover,
body.no-touch a.item-in-link:hover .button-new.hover-none,
.image-tag.active .image-tag-toggle .button-new.hover-none{
    background: transparent !important;
}

/** Hover: sweep right **/
body.no-touch .button-new .button-hover.hover-sweep-right,
.image-tag .image-tag-toggle .button-new .button-hover.hover-sweep-right{
    transition-property: transform !important;
}
body.no-touch .button-new:hover .button-hover.hover-sweep-right,
body.no-touch a.item-in-link:hover .button-new:not(.no-hover) .button-hover.hover-sweep-right,
.image-tag.active .image-tag-toggle .button-new .button-hover.hover-sweep-right {
    transform: translateX(0%);
}

/** Hover: sweep left **/
body.no-touch .button-new .button-hover.hover-sweep-left,
.image-tag .image-tag-toggle .button-new .button-hover.hover-sweep-left {
    transition-property: transform !important;
}
body.no-touch .button-new:hover .button-hover.hover-sweep-left,
body.no-touch a.item-in-link:hover .button-new:not(.no-hover) .button-hover.hover-sweep-left,
.image-tag.active .image-tag-toggle .button-new .button-hover.hover-sweep-left {
    transform: translateX(0);
}

/** Hover: sweep bottom **/
body.no-touch .button-new .button-hover.hover-sweep-bottom,
.image-tag .image-tag-toggle .button-new .button-hover.hover-sweep-bottom {
    transition-property: transform !important;
}
body.no-touch .button-new:hover .button-hover.hover-sweep-bottom,
body.no-touch a.item-in-link:hover .button-new:not(.no-hover) .button-hover.hover-sweep-bottom,
.image-tag.active .image-tag-toggle .button-new .button-hover.hover-sweep-bottom {
    transform: translateY(0%);
}

/** Hover: sweep top **/
body.no-touch .button-new .button-hover.hover-sweep-top,
.image-tag .image-tag-toggle .button-new .button-hover.hover-sweep-top {
    transition-property: transform !important;
}
body.no-touch .button-new:hover .button-hover.hover-sweep-top,
body.no-touch a.item-in-link:hover .button-new:not(.no-hover) .button-hover.hover-sweep-top,
.image-tag.active .image-tag-toggle .button-new .button-hover.hover-sweep-top {
    transform: translateX(0%);
}

/** Hover: fade **/
body.no-touch .button-new .button-hover.hover-fade,
.image-tag .image-tag-toggle .button-new .button-hover.hover-fade {
    transition-property: opacity !important;
}
body.no-touch .button-new:hover .button-hover.hover-fade,
body.no-touch a.item-in-link:hover .button-new:not(.no-hover) .button-hover.hover-fade,
.image-tag.active .image-tag-toggle .button-new .button-hover.hover-fade {
    opacity: 1;
}

body.no-touch .image-hover:hover .background-overlay.op-0 {
    opacity:0 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-5 {
    opacity:0.05 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-10 {
    opacity:0.1 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-15 {
    opacity:0.15 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-20 {
    opacity:0.2 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-25 {
    opacity:0.25 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-30 {
    opacity:0.3 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-35 {
    opacity:0.35 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-40 {
    opacity:0.4 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-45 {
    opacity:0.45 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-50 {
    opacity:0.5 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-55 {
    opacity:0.55 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-60 {
    opacity:0.6 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-65 {
    opacity:0.65 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-70 {
    opacity:0.7 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-75 {
    opacity:0.75 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-80 {
    opacity:0.8 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-85 {
    opacity:0.85 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-90 {
    opacity:0.9 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-95 {
    opacity:0.95 !important;
}
body.no-touch .image-hover:hover .background-overlay.op-100 {
    opacity:1 !important;
}

body.no-touch [data-transition-blend="normal"]:hover img {
    mix-blend-mode: normal;
}
body.no-touch [data-transition-blend="multiply"]:hover img {
    mix-blend-mode: multiply;
}
body.no-touch [data-transition-blend="screen"]:hover img {
    mix-blend-mode: screen;
}
body.no-touch [data-transition-blend="overlay"]:hover img {
    mix-blend-mode: overlay;
}
body.no-touch [data-transition-blend="darken"]:hover img {
    mix-blend-mode: darken;
}
body.no-touch [data-transition-blend="lighten"]:hover img {
    mix-blend-mode: lighten;
}
body.no-touch [data-transition-blend="color-dodge"]:hover img {
    mix-blend-mode: color-dodge;
}
body.no-touch [data-transition-blend="color-burn"]:hover img {
    mix-blend-mode: color-burn;
}
body.no-touch [data-transition-blend="hard-light"]:hover img {
    mix-blend-mode: hard-light;
}
body.no-touch [data-transition-blend="soft-light"]:hover img {
    mix-blend-mode: soft-light;
}
body.no-touch [data-transition-blend="difference"]:hover img {
    mix-blend-mode: difference;
}
body.no-touch [data-transition-blend="exclusion"]:hover img {
    mix-blend-mode: exclusion;
}
body.no-touch [data-transition-blend="hue"]:hover img {
    mix-blend-mode: hue;
}
body.no-touch [data-transition-blend="saturation"]:hover img {
    mix-blend-mode: saturation;
}
body.no-touch [data-transition-blend="color"]:hover img {
    mix-blend-mode: color;
}
body.no-touch [data-transition-blend="luminosity"]:hover img {
    mix-blend-mode: luminosity;
}

body.no-touch .box-link:hover [data-scale="0.0"], [data-from-scale="0.0"] {transform: scale(0.0);}
body.no-touch .box-link:hover [data-scale="0.1"], [data-from-scale="0.1"] {transform: scale(0.1);}
body.no-touch .box-link:hover [data-scale="0.2"], [data-from-scale="0.2"] {transform: scale(0.2);}
body.no-touch .box-link:hover [data-scale="0.3"], [data-from-scale="0.3"] {transform: scale(0.3);}
body.no-touch .box-link:hover [data-scale="0.4"], [data-from-scale="0.4"] {transform: scale(0.4);}
body.no-touch .box-link:hover [data-scale="0.5"], [data-from-scale="0.5"] {transform: scale(0.5);}
body.no-touch .box-link:hover [data-scale="0.6"], [data-from-scale="0.6"] {transform: scale(0.6);}
body.no-touch .box-link:hover [data-scale="0.7"], [data-from-scale="0.7"] {transform: scale(0.7);}
body.no-touch .box-link:hover [data-scale="0.8"], [data-from-scale="0.8"] {transform: scale(0.8);}
body.no-touch .box-link:hover [data-scale="0.9"], [data-from-scale="0.9"] {transform: scale(0.9);}
body.no-touch .box-link:hover [data-scale="1.0"], [data-from-scale="1.0"] {transform: scale(1.0);}
body.no-touch .box-link:hover [data-scale="1.1"], [data-from-scale="1.1"] {transform: scale(1.1);}
body.no-touch .box-link:hover [data-scale="1.2"], [data-from-scale="1.2"] {transform: scale(1.2);}
body.no-touch .box-link:hover [data-scale="1.3"], [data-from-scale="1.3"] {transform: scale(1.3);}
body.no-touch .box-link:hover [data-scale="1.4"], [data-from-scale="1.4"] {transform: scale(1.4);}
body.no-touch .box-link:hover [data-scale="1.5"], [data-from-scale="1.5"] {transform: scale(1.5);}
body.no-touch .box-link:hover [data-scale="1.6"], [data-from-scale="1.6"] {transform: scale(1.6);}
body.no-touch .box-link:hover [data-scale="1.7"], [data-from-scale="1.7"] {transform: scale(1.7);}
body.no-touch .box-link:hover [data-scale="1.8"], [data-from-scale="1.8"] {transform: scale(1.8);}
body.no-touch .box-link:hover [data-scale="1.9"], [data-from-scale="1.9"] {transform: scale(1.9);}
body.no-touch .box-link:hover [data-scale="2.0"], body.no-touch .box-link:hover [data-scale="2"], [data-from-scale="2.0"] {transform: scale(2.0);}