@charset "UTF-8";
.crp-hvr {
vertical-align: middle;
overflow: hidden;
box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}  .crp-hvr-grow {
}
.crp-hvr-grow:hover, .crp-hvr-grow:focus, .crp-hvr-grow:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
} .crp-hvr-shrink {
}
.crp-hvr-shrink:hover,
.crp-hvr-shrink:focus,
.crp-hvr-shrink:active {
-webkit-transform: scale(0.9);
transform: scale(0.9);
} @-webkit-keyframes crp-hvr-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes crp-hvr-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
.crp-hvr-pulse {
}
.crp-hvr-pulse:hover,
.crp-hvr-pulse:focus,
.crp-hvr-pulse:active {
-webkit-animation-name: crp-hvr-pulse;
animation-name: crp-hvr-pulse;
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @-webkit-keyframes crp-hvr-pulse-grow {
to {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
@keyframes crp-hvr-pulse-grow {
to {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
.crp-hvr-pulse-grow {
}
.crp-hvr-pulse-grow:hover,
.crp-hvr-pulse-grow:focus,
.crp-hvr-pulse-grow:active {
-webkit-animation-name: crp-hvr-pulse-grow;
animation-name: crp-hvr-pulse-grow;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes crp-hvr-pulse-shrink {
to {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes crp-hvr-pulse-shrink {
to {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
.crp-hvr-pulse-shrink {
}
.crp-hvr-pulse-shrink:hover,
.crp-hvr-pulse-shrink:focus,
.crp-hvr-pulse-shrink:active {
-webkit-animation-name: crp-hvr-pulse-shrink;
animation-name: crp-hvr-pulse-shrink;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes crp-hvr-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes crp-hvr-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.crp-hvr-push {
}
.crp-hvr-push:hover,
.crp-hvr-push:focus,
.crp-hvr-push:active {
-webkit-animation-name: crp-hvr-push;
animation-name: crp-hvr-push;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes crp-hvr-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes crp-hvr-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
.crp-hvr-pop {
}
.crp-hvr-pop:hover, .crp-hvr-pop:focus, .crp-hvr-pop:active {
-webkit-animation-name: crp-hvr-pop;
animation-name: crp-hvr-pop;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} .crp-hvr-bounce-in {
}
.crp-hvr-bounce-in:hover,
.crp-hvr-bounce-in:focus,
.crp-hvr-bounce-in:active {
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
} .crp-hvr-bounce-out {
}
.crp-hvr-bounce-out:hover,
.crp-hvr-bounce-out:focus,
.crp-hvr-bounce-out:active {
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
} .crp-hvr-rotate {
}
.crp-hvr-rotate:hover,
.crp-hvr-rotate:focus,
.crp-hvr-rotate:active {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
} .crp-hvr-grow-rotate {
}
.crp-hvr-grow-rotate:hover,
.crp-hvr-grow-rotate:focus,
.crp-hvr-grow-rotate:active {
-webkit-transform: scale(1.1) rotate(5deg);
transform: scale(1.1) rotate(5deg);
} .crp-hvr-float {
}
.crp-hvr-float:hover,
.crp-hvr-float:focus,
.crp-hvr-float:active {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
} .crp-hvr-sink {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-sink:hover,
.crp-hvr-sink:focus,
.crp-hvr-sink:active {
-webkit-transform: translateY(8px);
transform: translateY(8px);
} @-webkit-keyframes crp-hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes crp-hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes crp-hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes crp-hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
.crp-hvr-bob {
}
.crp-hvr-bob:hover,
.crp-hvr-bob:focus,
.crp-hvr-bob:active {
-webkit-animation-name: crp-hvr-bob-float, crp-hvr-bob;
animation-name: crp-hvr-bob-float, crp-hvr-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
} @-webkit-keyframes crp-hvr-hang {
0% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
50% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
@keyframes crp-hvr-hang {
0% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
50% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
@-webkit-keyframes crp-hvr-hang-sink {
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
@keyframes crp-hvr-hang-sink {
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
.crp-hvr-hang {
}
.crp-hvr-hang:hover,
.crp-hvr-hang:focus,
.crp-hvr-hang:active {
-webkit-animation-name: crp-hvr-hang-sink, crp-hvr-hang;
animation-name: crp-hvr-hang-sink, crp-hvr-hang;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
} .crp-hvr-skew {
}
.crp-hvr-skew:hover,
.crp-hvr-skew:focus,
.crp-hvr-skew:active {
-webkit-transform: skew(-10deg);
transform: skew(-10deg);
} .crp-hvr-skew-forward {
}
.crp-hvr-skew-forward:hover,
.crp-hvr-skew-forward:focus,
.crp-hvr-skew-forward:active {
-webkit-transform: skew(-10deg);
transform: skew(-10deg);
} .crp-hvr-skew-backward {
}
.crp-hvr-skew-backward:hover,
.crp-hvr-skew-backward:focus,
.crp-hvr-skew-backward:active {
-webkit-transform: skew(10deg);
transform: skew(10deg);
} @-webkit-keyframes crp-hvr-wobble-vertical {
16.65% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
33.3% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes crp-hvr-wobble-vertical {
16.65% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
33.3% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.crp-hvr-wobble-vertical {
}
.crp-hvr-wobble-vertical:hover,
.crp-hvr-wobble-vertical:focus,
.crp-hvr-wobble-vertical:active {
-webkit-animation-name: crp-hvr-wobble-vertical;
animation-name: crp-hvr-wobble-vertical;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes crp-hvr-wobble-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes crp-hvr-wobble-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.crp-hvr-wobble-horizontal {
}
.crp-hvr-wobble-horizontal:hover,
.crp-hvr-wobble-horizontal:focus,
.crp-hvr-wobble-horizontal:active {
-webkit-animation-name: crp-hvr-wobble-horizontal;
animation-name: crp-hvr-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes crp-hvr-wobble-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px);
}
33.3% {
-webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px);
}
49.95% {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
66.6% {
-webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px);
}
83.25% {
-webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes crp-hvr-wobble-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px);
}
33.3% {
-webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px);
}
49.95% {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
66.6% {
-webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px);
}
83.25% {
-webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
.crp-hvr-wobble-to-bottom-right {
}
.crp-hvr-wobble-to-bottom-right:hover,
.crp-hvr-wobble-to-bottom-right:focus,
.crp-hvr-wobble-to-bottom-right:active {
-webkit-animation-name: crp-hvr-wobble-to-bottom-right;
animation-name: crp-hvr-wobble-to-bottom-right;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes crp-hvr-wobble-to-top-right {
16.65% {
-webkit-transform: translate(8px, -8px);
transform: translate(8px, -8px);
}
33.3% {
-webkit-transform: translate(-6px, 6px);
transform: translate(-6px, 6px);
}
49.95% {
-webkit-transform: translate(4px, -4px);
transform: translate(4px, -4px);
}
66.6% {
-webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
83.25% {
-webkit-transform: translate(1px, -1px);
transform: translate(1px, -1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes crp-hvr-wobble-to-top-right {
16.65% {
-webkit-transform: translate(8px, -8px);
transform: translate(8px, -8px);
}
33.3% {
-webkit-transform: translate(-6px, 6px);
transform: translate(-6px, 6px);
}
49.95% {
-webkit-transform: translate(4px, -4px);
transform: translate(4px, -4px);
}
66.6% {
-webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
83.25% {
-webkit-transform: translate(1px, -1px);
transform: translate(1px, -1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
.crp-hvr-wobble-to-top-right {
}
.crp-hvr-wobble-to-top-right:hover, .crp-hvr-wobble-to-top-right:focus, .crp-hvr-wobble-to-top-right:active {
-webkit-animation-name: crp-hvr-wobble-to-top-right;
animation-name: crp-hvr-wobble-to-top-right;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes crp-hvr-wobble-top {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@keyframes crp-hvr-wobble-top {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
.crp-hvr-wobble-top {
}
.crp-hvr-wobble-top:hover, .crp-hvr-wobble-top:focus, .crp-hvr-wobble-top:active {
-webkit-animation-name: crp-hvr-wobble-top;
animation-name: crp-hvr-wobble-top;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes crp-hvr-wobble-bottom {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@keyframes crp-hvr-wobble-bottom {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
.crp-hvr-wobble-bottom {
}
.crp-hvr-wobble-bottom:hover, .crp-hvr-wobble-bottom:focus, .crp-hvr-wobble-bottom:active {
-webkit-animation-name: crp-hvr-wobble-bottom;
animation-name: crp-hvr-wobble-bottom;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes crp-hvr-wobble-skew {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@keyframes crp-hvr-wobble-skew {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
.crp-hvr-wobble-skew {
}
.crp-hvr-wobble-skew:hover, .crp-hvr-wobble-skew:focus, .crp-hvr-wobble-skew:active {
-webkit-animation-name: crp-hvr-wobble-skew;
animation-name: crp-hvr-wobble-skew;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes crp-hvr-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
}
@keyframes crp-hvr-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
}
.crp-hvr-buzz {
}
.crp-hvr-buzz:hover, .crp-hvr-buzz:focus, .crp-hvr-buzz:active {
-webkit-animation-name: crp-hvr-buzz;
animation-name: crp-hvr-buzz;
-webkit-animation-duration: 0.15s;
animation-duration: 0.15s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @-webkit-keyframes crp-hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@keyframes crp-hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
.crp-hvr-buzz-out {
}
.crp-hvr-buzz-out:hover, .crp-hvr-buzz-out:focus, .crp-hvr-buzz-out:active {
-webkit-animation-name: crp-hvr-buzz-out;
animation-name: crp-hvr-buzz-out;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}  .crp-hvr-fade {
}
.crp-hvr-fade:hover, .crp-hvr-fade:focus, .crp-hvr-fade:active { } .crp-hvr-sweep-to-right {
}
.crp-hvr-sweep-to-right:before {
content: "";
position: absolute; top: 0;
left: 0;
right: 0;
bottom: 0; -webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-sweep-to-right:hover, .crp-hvr-sweep-to-right:focus, .crp-hvr-sweep-to-right:active {
color: white;
}
.crp-hvr-sweep-to-right:hover:before, .crp-hvr-sweep-to-right:focus:before, .crp-hvr-sweep-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .crp-hvr-sweep-to-left {
}
.crp-hvr-sweep-to-left:before {
content: "";
position: absolute; top: 0;
left: 0;
right: 0;
bottom: 0; -webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-sweep-to-left:hover, .crp-hvr-sweep-to-left:focus, .crp-hvr-sweep-to-left:active {
color: white;
}
.crp-hvr-sweep-to-left:hover:before, .crp-hvr-sweep-to-left:focus:before, .crp-hvr-sweep-to-left:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .crp-hvr-sweep-to-bottom {
}
.crp-hvr-sweep-to-bottom:before {
content: "";
position: absolute; top: 0;
left: 0;
right: 0;
bottom: 0; -webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-sweep-to-bottom:hover, .crp-hvr-sweep-to-bottom:focus, .crp-hvr-sweep-to-bottom:active {
color: white;
}
.crp-hvr-sweep-to-bottom:hover:before, .crp-hvr-sweep-to-bottom:focus:before, .crp-hvr-sweep-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .crp-hvr-sweep-to-top {
}
.crp-hvr-sweep-to-top:before {
content: "";
position: absolute; top: 0;
left: 0;
right: 0;
bottom: 0; -webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-sweep-to-top:hover, .crp-hvr-sweep-to-top:focus, .crp-hvr-sweep-to-top:active {
color: white;
}
.crp-hvr-sweep-to-top:hover:before, .crp-hvr-sweep-to-top:focus:before, .crp-hvr-sweep-to-top:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .crp-hvr-bounce-to-right {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.crp-hvr-bounce-to-right:before {
content: "";
position: absolute; top: 0;
left: 0;
right: 0;
bottom: 0; -webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-bounce-to-right:hover, .crp-hvr-bounce-to-right:focus, .crp-hvr-bounce-to-right:active {
color: white;
}
.crp-hvr-bounce-to-right:hover:before, .crp-hvr-bounce-to-right:focus:before, .crp-hvr-bounce-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .crp-hvr-bounce-to-left {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.crp-hvr-bounce-to-left:before {
content: "";
position: absolute; top: 0;
left: 0;
right: 0;
bottom: 0; -webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-bounce-to-left:hover, .crp-hvr-bounce-to-left:focus, .crp-hvr-bounce-to-left:active {
color: white;
}
.crp-hvr-bounce-to-left:hover:before, .crp-hvr-bounce-to-left:focus:before, .crp-hvr-bounce-to-left:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .crp-hvr-bounce-to-bottom {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.crp-hvr-bounce-to-bottom:before {
content: "";
position: absolute; top: 0;
left: 0;
right: 0;
bottom: 0; -webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-bounce-to-bottom:hover, .crp-hvr-bounce-to-bottom:focus, .crp-hvr-bounce-to-bottom:active {
color: white;
}
.crp-hvr-bounce-to-bottom:hover:before, .crp-hvr-bounce-to-bottom:focus:before, .crp-hvr-bounce-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .crp-hvr-bounce-to-top {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.crp-hvr-bounce-to-top:before {
content: "";
position: absolute; top: 0;
left: 0;
right: 0;
bottom: 0; -webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-bounce-to-top:hover, .crp-hvr-bounce-to-top:focus, .crp-hvr-bounce-to-top:active {
color: white;
}
.crp-hvr-bounce-to-top:hover:before, .crp-hvr-bounce-to-top:focus:before, .crp-hvr-bounce-to-top:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .crp-hvr-radial-out {
}
.crp-hvr-radial-out:before {
content: "";
position: absolute; top: 0;
left: 0;
right: 0;
bottom: 0; border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-radial-out:hover, .crp-hvr-radial-out:focus, .crp-hvr-radial-out:active {
color: white;
}
.crp-hvr-radial-out:hover:before, .crp-hvr-radial-out:focus:before, .crp-hvr-radial-out:active:before {
-webkit-transform: scale(2);
transform: scale(2);
} .crp-hvr-radial-in {
}
.crp-hvr-radial-in:before {
content: "";
position: absolute; top: 0;
left: 0;
right: 0;
bottom: 0; border-radius: 100%;
-webkit-transform: scale(2);
transform: scale(2);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-radial-in:hover, .crp-hvr-radial-in:focus, .crp-hvr-radial-in:active {
color: white;
}
.crp-hvr-radial-in:hover:before, .crp-hvr-radial-in:focus:before, .crp-hvr-radial-in:active:before {
-webkit-transform: scale(0);
transform: scale(0);
} .crp-hvr-rectangle-in {
}
.crp-hvr-rectangle-in:before {
content: "";
position: absolute; top: 0;
left: 0;
right: 0;
bottom: 0; -webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-rectangle-in:hover, .crp-hvr-rectangle-in:focus, .crp-hvr-rectangle-in:active {
color: white;
}
.crp-hvr-rectangle-in:hover:before, .crp-hvr-rectangle-in:focus:before, .crp-hvr-rectangle-in:active:before {
-webkit-transform: scale(0);
transform: scale(0);
} .crp-hvr-rectangle-out {
}
.crp-hvr-rectangle-out:before {
content: "";
position: absolute; top: 0;
left: 0;
right: 0;
bottom: 0; -webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-rectangle-out:hover, .crp-hvr-rectangle-out:focus, .crp-hvr-rectangle-out:active {
color: white;
}
.crp-hvr-rectangle-out:hover:before, .crp-hvr-rectangle-out:focus:before, .crp-hvr-rectangle-out:active:before {
-webkit-transform: scale(1);
transform: scale(1);
} .crp-hvr-shutter-in-horizontal {
}
.crp-hvr-shutter-in-horizontal:before {
content: "";
position: absolute; top: 0;
bottom: 0;
left: 0;
right: 0; -webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-shutter-in-horizontal:hover, .crp-hvr-shutter-in-horizontal:focus, .crp-hvr-shutter-in-horizontal:active {
color: white;
}
.crp-hvr-shutter-in-horizontal:hover:before, .crp-hvr-shutter-in-horizontal:focus:before, .crp-hvr-shutter-in-horizontal:active:before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
} .crp-hvr-shutter-out-horizontal {
}
.crp-hvr-shutter-out-horizontal:before {
content: "";
position: absolute; top: 0;
bottom: 0;
left: 0;
right: 0; -webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-shutter-out-horizontal:hover, .crp-hvr-shutter-out-horizontal:focus, .crp-hvr-shutter-out-horizontal:active {
color: white;
}
.crp-hvr-shutter-out-horizontal:hover:before, .crp-hvr-shutter-out-horizontal:focus:before, .crp-hvr-shutter-out-horizontal:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .crp-hvr-shutter-in-vertical {
}
.crp-hvr-shutter-in-vertical:before {
content: "";
position: absolute; top: 0;
bottom: 0;
left: 0;
right: 0; -webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-shutter-in-vertical:hover, .crp-hvr-shutter-in-vertical:focus, .crp-hvr-shutter-in-vertical:active {
color: white;
}
.crp-hvr-shutter-in-vertical:hover:before, .crp-hvr-shutter-in-vertical:focus:before, .crp-hvr-shutter-in-vertical:active:before {
-webkit-transform: scaleY(0);
transform: scaleY(0);
} .crp-hvr-shutter-out-vertical {
}
.crp-hvr-shutter-out-vertical:before {
content: "";
position: absolute; top: 0;
bottom: 0;
left: 0;
right: 0; -webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-shutter-out-vertical:hover, .crp-hvr-shutter-out-vertical:focus, .crp-hvr-shutter-out-vertical:active {
color: white;
}
.crp-hvr-shutter-out-vertical:hover:before, .crp-hvr-shutter-out-vertical:focus:before, .crp-hvr-shutter-out-vertical:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}  .crp-hvr-underline-from-left {
}
.crp-hvr-underline-from-left:before {
content: "";
position: absolute; left: 0;
right: 100%;
bottom: 0; height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-underline-from-left:hover:before, .crp-hvr-underline-from-left:focus:before, .crp-hvr-underline-from-left:active:before {
right: 0;
} .crp-hvr-underline-from-center {
}
.crp-hvr-underline-from-center:before {
content: "";
position: absolute; left: 50%;
right: 50%;
bottom: 0; height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-underline-from-center:hover:before, .crp-hvr-underline-from-center:focus:before, .crp-hvr-underline-from-center:active:before {
left: 0;
right: 0;
} .crp-hvr-underline-from-right {
}
.crp-hvr-underline-from-right:before {
content: "";
position: absolute; left: 100%;
right: 0;
bottom: 0; height: 4px;
-webkit-transition-property: left;
transition-property: left;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-underline-from-right:hover:before, .crp-hvr-underline-from-right:focus:before, .crp-hvr-underline-from-right:active:before {
left: 0;
} .crp-hvr-overline-from-left {
}
.crp-hvr-overline-from-left:before {
content: "";
position: absolute; left: 0;
right: 100%;
top: 0; height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-overline-from-left:hover:before, .crp-hvr-overline-from-left:focus:before, .crp-hvr-overline-from-left:active:before {
right: 0;
} .crp-hvr-overline-from-center {
}
.crp-hvr-overline-from-center:before {
content: "";
position: absolute; left: 50%;
right: 50%;
top: 0; height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-overline-from-center:hover:before, .crp-hvr-overline-from-center:focus:before, .crp-hvr-overline-from-center:active:before {
left: 0;
right: 0;
} .crp-hvr-overline-from-right {
}
.crp-hvr-overline-from-right:before {
content: "";
position: absolute; left: 100%;
right: 0;
top: 0; height: 4px;
-webkit-transition-property: left;
transition-property: left;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-overline-from-right:hover:before, .crp-hvr-overline-from-right:focus:before, .crp-hvr-overline-from-right:active:before {
left: 0;
} .crp-hvr-underline-reveal {
}
.crp-hvr-underline-reveal:before {
content: "";
position: absolute; left: 0;
right: 0;
bottom: 0; height: 4px;
-webkit-transform: translateY(4px);
transform: translateY(4px);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-underline-reveal:hover:before, .crp-hvr-underline-reveal:focus:before, .crp-hvr-underline-reveal:active:before {
-webkit-transform: translateY(0);
transform: translateY(0);
} .crp-hvr-overline-reveal {
}
.crp-hvr-overline-reveal:before {
content: "";
position: absolute; left: 0;
right: 0;
top: 0; height: 4px;
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.crp-hvr-overline-reveal:hover:before, .crp-hvr-overline-reveal:focus:before, .crp-hvr-overline-reveal:active:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}.ftg-filters *,
.ftg-filters *:after,
.ftg-filters *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.crp-wrapper .ftg-filters {
padding-bottom: 5px;
margin-bottom: 5px;
text-align: center;
}
.crp-wrapper .ftg-filters a {
position: relative;
display: inline-block;
min-width: 120px;
text-align: center;
font-size: 14px;
margin-right: 10px;
color: #666;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
}
.ftg-filters a:hover,
.ftg-filters a:focus,
.ftg-filters a.selected {
outline: none;
} .crp-filter-style-1 a {
padding: 8px 0px;
border: 1px solid #666;
}
.crp-filter-style-1 a:hover,
.crp-filter-style-1 a.selected {
color: #000;
border: 1px solid #000;
text-decoration: none;
} .crp-filter-style-2 a {
padding: 8px 0;
}
.crp-filter-style-2 a::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: rgba(0,0,0,0.1);
content: '';
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: opacity 0.3s, -moz-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
}
.crp-filter-style-2 a:hover::after,
.crp-filter-style-2 a:focus::after,
.crp-filter-style-2 a.selected::after {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
} .crp-filter-style-3 a {
padding: 0 0 8px;
}
.crp-filter-style-3 a::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: #fff;
content: '';
opacity: 0;
-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
transition: height 0.3s, opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.crp-filter-style-3 a:hover::after,
.crp-filter-style-3 a:focus::after,
.crp-filter-style-3 a.selected::after {
height: 1px;
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
} .crp-filter-style-4 a {
padding: 8px 8px;
}
.crp-filter-style-4 a::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: #fff;
content: '';
-webkit-transition: top 0.3s;
-moz-transition: top 0.3s;
transition: top 0.3s;
}
.crp-filter-style-4 a::after {
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 1px;
background: #fff;
content: '';
-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
}
.crp-filter-style-4 a:hover::before,
.crp-filter-style-4 a.selected::before {
top: 100%;
opacity: 1;
}
.crp-filter-style-4 a:hover::after,
.crp-filter-style-4 a.selected::after {
height: 100%;
} .crp-filter-style-5 a {
padding: 8px 8px 8px; }
.crp-filter-style-5 a::before,
.crp-filter-style-5 a::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: #566473;
content: '';
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
transform: scale(0.85);
}
.crp-filter-style-5 a::after {
opacity: 0;
-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
transition: top 0.3s, opacity 0.3s, transform 0.3s;
}
.crp-filter-style-5 a:hover::before,
.crp-filter-style-5 a:hover::after,
.crp-filter-style-5 a:focus::before,
.crp-filter-style-5 a:focus::after,
.crp-filter-style-5 a.selected::before,
.crp-filter-style-5 a.selected::after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.crp-filter-style-5 a:hover::after,
.crp-filter-style-5 a:focus::after,
.crp-filter-style-5 a.selected::after {
top: 0%;
opacity: 1;
} .crp-filter-style-6 a {
padding: 8px 8px;
}
.crp-filter-style-6 a::before,
.crp-filter-style-6 a::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: #fff;
content: '';
opacity: 0.2;
-webkit-transition: opacity 0.3s, height 0.3s;
-moz-transition: opacity 0.3s, height 0.3s;
transition: opacity 0.3s, height 0.3s;
}
.crp-filter-style-6 a::after {
top: 100%;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.crp-filter-style-6 a span:first-child {
z-index: 2;
display: block;
font-weight: 300;
}
.crp-filter-style-6 a span:last-child {
z-index: 1;
display: block;
padding: 8px 0 0 0;
color: rgba(0,0,0,0.4);
text-shadow: none;
text-transform: none;
font-style: italic;
font-size: 0.75em;
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
.crp-filter-style-6 a:hover::before,
.crp-filter-style-6 a:focus::before,
.crp-filter-style-6 a.selected::before {
height: 3px;
}
.crp-filter-style-6 a:hover::before,
.crp-filter-style-6 a:hover::after,
.crp-filter-style-6 a:focus::before,
.crp-filter-style-6 a:focus::after,
.crp-filter-style-6 a.selected::before,
.crp-filter-style-6 a.selected::after {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
.crp-filter-style-6 a:hover span:last-child,
.crp-filter-style-6 a:focus span:last-child,
.crp-filter-style-6 a.selected span:last-child {
opacity: 1;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
} .crp-filter-style-7 a {
height: 45px;
line-height: 45px;
}
.crp-filter-style-7 a::before,
.crp-filter-style-7 a::after {
position: absolute;
width: 45px;
height: 1px;
background: #fff;
content: '';
opacity: 0.2;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
pointer-events: none;
}
.crp-filter-style-7 a::before {
top: 0;
left: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
}
.crp-filter-style-7 a::after {
right: 0;
bottom: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.crp-filter-style-7 a:hover::before,
.crp-filter-style-7 a:hover::after,
.crp-filter-style-7 a:focus::before,
.crp-filter-style-7 a:focus::after,
.crp-filter-style-7 a.selected::before,
.crp-filter-style-7 a.selected::after {
opacity: 1;
}
.crp-filter-style-7 a:hover::before,
.crp-filter-style-7 a:focus::before ,
.crp-filter-style-7 a.selected::before {
left: 50%;
-webkit-transform: rotate(0deg) translateX(-50%);
-moz-transform: rotate(0deg) translateX(-50%);
transform: rotate(0deg) translateX(-50%);
}
.crp-filter-style-7 a:hover::after,
.crp-filter-style-7 a:focus::after,
.crp-filter-style-7 a.selected::after {
right: 50%;
-webkit-transform: rotate(0deg) translateX(50%);
-moz-transform: rotate(0deg) translateX(50%);
transform: rotate(0deg) translateX(50%);
}.ftg-pages *,
.ftg-pages *:after,
.ftg-pages *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.crp-wrapper .ftg-pages {
padding-bottom: 5px;
margin-bottom: 5px;
text-align: center;
}
.crp-wrapper .ftg-pages a {
position: relative;
display: inline-block;
min-width: 50px;
text-align: center;
font-size: 14px;
margin-right: 10px;
color: #666;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
}
.ftg-pages a:hover,
.ftg-pages a:focus,
.ftg-pages a.selected {
outline: none;
} .crp-pagination-style-1 a {
padding: 8px 0px;
border: 1px solid #666;
}
.crp-pagination-style-1 a:hover,
.crp-pagination-style-1 a.selected {
color: #000;
border: 1px solid #000;
text-decoration: none;
} .crp-pagination-style-2 a {
padding: 8px 0;
}
.crp-pagination-style-2 a::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: rgba(0,0,0,0.1);
content: '';
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: opacity 0.3s, -moz-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
}
.crp-pagination-style-2 a:hover::after,
.crp-pagination-style-2 a:focus::after,
.crp-pagination-style-2 a.selected::after {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
} .crp-pagination-style-3 a {
padding: 0 0 8px;
}
.crp-pagination-style-3 a::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: #fff;
content: '';
opacity: 0;
-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
transition: height 0.3s, opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.crp-pagination-style-3 a:hover::after,
.crp-pagination-style-3 a:focus::after,
.crp-pagination-style-3 a.selected::after {
height: 1px;
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
} .crp-pagination-style-4 a {
padding: 8px 8px;
}
.crp-pagination-style-4 a::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: #fff;
content: '';
-webkit-transition: top 0.3s;
-moz-transition: top 0.3s;
transition: top 0.3s;
}
.crp-pagination-style-4 a::after {
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 1px;
background: #fff;
content: '';
-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
}
.crp-pagination-style-4 a:hover::before,
.crp-pagination-style-4 a.selected::before {
top: 100%;
opacity: 1;
}
.crp-pagination-style-4 a:hover::after,
.crp-pagination-style-4 a.selected::after {
height: 100%;
} .crp-pagination-style-5 a {
padding: 8px 8px 8px; }
.crp-pagination-style-5 a::before,
.crp-pagination-style-5 a::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: #566473;
content: '';
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
transform: scale(0.85);
}
.crp-pagination-style-5 a::after {
opacity: 0;
-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
transition: top 0.3s, opacity 0.3s, transform 0.3s;
}
.crp-pagination-style-5 a:hover::before,
.crp-pagination-style-5 a:hover::after,
.crp-pagination-style-5 a:focus::before,
.crp-pagination-style-5 a:focus::after,
.crp-pagination-style-5 a.selected::before,
.crp-pagination-style-5 a.selected::after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.crp-pagination-style-5 a:hover::after,
.crp-pagination-style-5 a:focus::after,
.crp-pagination-style-5 a.selected::after {
top: 0%;
opacity: 1;
} .crp-pagination-style-6 a {
padding: 8px 8px;
}
.crp-pagination-style-6 a::before,
.crp-pagination-style-6 a::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: #fff;
content: '';
opacity: 0.2;
-webkit-transition: opacity 0.3s, height 0.3s;
-moz-transition: opacity 0.3s, height 0.3s;
transition: opacity 0.3s, height 0.3s;
}
.crp-pagination-style-6 a::after {
top: 100%;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.crp-pagination-style-6 a span:first-child {
z-index: 2;
display: block;
font-weight: 300;
}
.crp-pagination-style-6 a span:last-child {
z-index: 1;
display: block;
padding: 8px 0 0 0;
color: rgba(0,0,0,0.4);
text-shadow: none;
text-transform: none;
font-style: italic;
font-size: 0.75em;
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
.crp-pagination-style-6 a:hover::before,
.crp-pagination-style-6 a:focus::before,
.crp-pagination-style-6 a.selected::before {
height: 3px;
}
.crp-pagination-style-6 a:hover::before,
.crp-pagination-style-6 a:hover::after,
.crp-pagination-style-6 a:focus::before,
.crp-pagination-style-6 a:focus::after,
.crp-pagination-style-6 a.selected::before,
.crp-pagination-style-6 a.selected::after {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
.crp-pagination-style-6 a:hover span:last-child,
.crp-pagination-style-6 a:focus span:last-child,
.crp-pagination-style-6 a.selected span:last-child {
opacity: 1;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
} .crp-pagination-style-7 a {
height: 45px;
line-height: 45px;
}
.crp-pagination-style-7 a::before,
.crp-pagination-style-7 a::after {
position: absolute;
width: 45px;
height: 1px;
background: #fff;
content: '';
opacity: 0.2;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
pointer-events: none;
}
.crp-pagination-style-7 a::before {
top: 0;
left: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
}
.crp-pagination-style-7 a::after {
right: 0;
bottom: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.crp-pagination-style-7 a:hover::before,
.crp-pagination-style-7 a:hover::after,
.crp-pagination-style-7 a:focus::before,
.crp-pagination-style-7 a:focus::after,
.crp-pagination-style-7 a.selected::before,
.crp-pagination-style-7 a.selected::after {
opacity: 1;
}
.crp-pagination-style-7 a:hover::before,
.crp-pagination-style-7 a:focus::before ,
.crp-pagination-style-7 a.selected::before {
left: 50%;
-webkit-transform: rotate(0deg) translateX(-50%);
-moz-transform: rotate(0deg) translateX(-50%);
transform: rotate(0deg) translateX(-50%);
}
.crp-pagination-style-7 a:hover::after,
.crp-pagination-style-7 a:focus::after,
.crp-pagination-style-7 a.selected::after {
right: 50%;
-webkit-transform: rotate(0deg) translateX(50%);
-moz-transform: rotate(0deg) translateX(50%);
transform: rotate(0deg) translateX(50%);
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//sirvion-metalli.fi/wp-content/plugins/grid-kit-premium/css/viewer/owl-carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//sirvion-metalli.fi/wp-content/plugins/grid-kit-premium/css/viewer/owl-carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.gkit-slider-layout {
position: relative;
}
.gkit-slider-layout a img,
.gkit-slider-layout a:hover img {
opacity: 1;
}
.gkit-slider-layout .owl-carousel {
width: auto;
}
.gkit-slider-layout .gkit-slider-cell{
position: relative;
}
.gkit-slider-layout .gkit-slider-image-wrapper {
overflow: hidden;
}
.gkit-slider-layout .gkit-slider-image{
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;     }
.gkit-slider-cell--content__image {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.gkit-slider-layout .gkit-slider-overlay {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
opacity: 0;     display: block;
}
.gkit-slider-layout .gkit-slider-overlay-caption {
padding: 20px;
position: absolute;
text-decoration: none;
}
.gkit-slider-layout .gkit-slider-overlay-caption.gkit-info-opened {
overflow-y: scroll;
}
.gkit-slider-title + .gkit-slider-desc {
padding-top: 10px;
}
.gkit-slider-layout .gkit-slider-overlay-caption h3,
.gkit-slider-layout .gkit-slider-overlay-caption p {
display: block;
margin: 0;
}
.gkit-slider-layout .gkit-slider-overlay-caption .owl-icon {
display: inline-block;
}
.gkit-slider-layout .gkit-slider-ctrl-prev,
.gkit-slider-layout .gkit-slider-ctrl-next {
z-index: 2;
transform: translateY(-50%);
position: absolute;
text-align: center;
cursor: pointer;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
display: block;
text-decoration: none;
}
.gkit-slider-layout .gkit-slider-ctrl-prev {
left: 0;
}
.gkit-slider-layout .gkit-slider-ctrl-next {
right: 0;
}
.gkit-slider-layout .gkit-slider-ctrl-prev,
.gkit-slider-layout .gkit-slider-ctrl-next,
.gkit-slider-layout .gkit-slider-ctrl-prev:hover,
.gkit-slider-layout .gkit-slider-ctrl-next:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: table;
color: rgba(0,0,0,0) !important;
}
.gkit-slider-layout .gkit-slider-ctrl-prev i,
.gkit-slider-layout .gkit-slider-ctrl-next i {
width: 100%;
left: 0;
top: 50%;
display: table-cell;
vertical-align: middle;  -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.gkit-slider-layout .gkit-slider-ctrl-prev i.fa-caret-left {
margin: 0 0 0 -2px;
}
.gkit-slider-layout .gkit-slider-ctrl-next i.fa-caret-right {
margin: 0 0 0 2px;
}
.gkit-slider-layout .gkit-slider-ctrl-prev i.fa-angle-left {
margin: -1px 0 0 -2px;
}
.gkit-slider-layout .gkit-slider-ctrl-next i.fa-angle-right {
margin: -1px 0 0 2px;
}
.gkit-slider-layout .gkit-slider-ctrl-prev i.fa-angle-double-left {
margin: -1px 0 0 -2px;
}
.gkit-slider-layout .gkit-slider-ctrl-next i.fa-angle-double-right {
margin: -1px 0 0 2px;
}
.gkit-slider-layout .gkit-slider-ctrl-prev i.fa-arrow-left {
margin: -1px 0 0 -2px;
}
.gkit-slider-layout .gkit-slider-ctrl-next i.fa-arrow-right {
margin: -1px 0 0 2px;
}
.gkit-slider-layout .gkit-slider-info-toggle {
position: absolute;
color: white;
width: 20px;
line-height: 20px;
height: 20px;
font-size: 16px;
text-align: center;
cursor: pointer;
display: none;
font-weight: bold;
padding-bottom: 10px;
left: 50%;
transform: translateX(-50%);
}
.gkit-slider-layout .gkit-slider-info-hidden {
display: none!important;
}
.gkit-slider-layout .gkit-slider-overlay-caption.gkit-info-opened .gkit-slider-title,
.gkit-slider-layout .gkit-slider-overlay-caption.gkit-info-opened .gkit-slider-desc {
height: auto!important;
overflow-y: visible!important;
}
.gkit-slider-layout.gkit-slider-mobile .gkit-slider-info-toggle {
display: block;
margin: 0 3px 3px 0;
}
.gkit-slider-layout .owl-dots {
-webkit-tap-highlight-color: transparent;
text-align: center;
}
.gkit-slider-layout .owl-dots .owl-dot {
zoom: 1; display: inline-block;
background: none;
}
.gkit-slider-layout .owl-dots .owl-dot span {
width: 10px;
height: 10px;
line-height: 10px;
margin: 5px 5px;
background: #cccccc; -webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
-ms-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
display: block;
}
.gkit-slider-layout .owl-dot,
.gkit-slider-layout .owl-dot:active,
.gkit-slider-layout .owl-dot:focus {
outline: none;
}
.gkit-slider-layout .gkit-slider-onslide-content {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
}
.gkit-slider-cell--content:not([data-url=""]) {
cursor: pointer;
}
.gkit-slider-cell--content {
overflow: hidden;
box-sizing:border-box;
position: relative;
}
.gkit-slider-layout .gkit-slider-onslide-content .gkit-slider-onslide-details{
position: absolute;
width: 100%;
}
.gkit-slider-layout .gkit-slider-onslide-content .gkit-slider-button {
color: white;
text-decoration: none;
box-shadow: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transition: opacity 0.1s ease-in;
-moz-transition: opacity 0.1s ease-in;
-ms-transition: opacity 0.1s ease-in;
-o-transition: opacity 0.1s ease-in;
transition: opacity 0.1s ease-in;
}
.gkit-slider-layout .gkit-slider-onslide-content .gkit-slider-button-icon {
width: 40px;
height: 40px;
background-color: rgba(0,0,0,0.6);
}
.gkit-slider-layout .gkit-slider-onslide-content .gkit-slider-button-icon i {
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
position: absolute;
}
.owl-item {
box-sizing: border-box;
}
.gkit-slider-carousel-layout.gkit-slider-mobile .gkit-slider-ctrl {
display: none;
}
.gkit-slider-carousel-layout.gkit-slider-mobile .owl-carousel {
padding-left: 0!important;
padding-right: 0!important;
}
 @-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.fast {
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
.animated.faster {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important;
}
}.gallery-4 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-4  .ftg-pages {
float: right;                }
.gallery-4  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-4  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-4 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-4 .ftg-pages a::after,
.gallery-4 .ftg-pages a::before {
background-color: #969696;
}
.gallery-4 .ftg-pages a:hover,
.gallery-4 .ftg-pages a.selected,
.gallery-4 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-4 .ftg-pages a:hover::after,
.gallery-4 .ftg-pages a.selected::after,
.gallery-4 .ftg-pages a.selected::after,
.gallery-4 .ftg-pages a:hover::before,
.gallery-4 .ftg-pages a.selected::before,
.gallery-4 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-4 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-4 .ftg-filters a::after,
.gallery-4 .ftg-filters a::before {
background-color: #969696;
}
.gallery-4 .ftg-filters a:hover,
.gallery-4 .ftg-filters a.selected,
.gallery-4 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-4 .ftg-filters a:hover::after,
.gallery-4 .ftg-filters a.selected::after,
.gallery-4 .ftg-filters a.selected::after,
.gallery-4 .ftg-filters a:hover::before,
.gallery-4 .ftg-filters a.selected::before,
.gallery-4 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-4 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-4 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-4"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-4 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-4"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-4"],
.ui-widget-content[aria-describedby="crp-success-dialog-4"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-4"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-4"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-4"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-4"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-4"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-4"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-4"] .crp-close-btn {
width: 100px;
}
#crp-content-4 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-4 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-4 .crp-catalog-widget-item select,
#crp-content-4 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-4 .crp-catalog-widget-item select:hover,
#crp-content-4 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-4 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-4 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-4 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-4 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-4 .crp-tile .crp-tile-inner .overlay,
.gallery-4 .crp-tile .crp-tile-inner .overlayT,
.gallery-4 .crp-tile .crp-tile-inner .overlayB,
.gallery-4 .crp-tile .crp-tile-inner .overlayL,
.gallery-4 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-4 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-4 .crp-tile .crp-tile-inner .ic-link,
.gallery-4 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-4 .crp-tile .crp-tile-inner .ic-link i,
.gallery-4 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-4 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-4 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-4 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-4 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-4 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-4 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-4 .crp-tile .crp-tile-inner .ic-search,
.gallery-4 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-4 .crp-tile .crp-tile-inner .ic-link,
.gallery-4 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-4 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-4 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-4 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-4 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-4 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-4 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-4 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-4 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-4 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-4 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-4 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-4 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-4 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-4 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-4 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-4 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-4 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-4 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-4 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-4.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-4.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-5 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-5  .ftg-pages {
float: right;                }
.gallery-5  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-5  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-5 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-5 .ftg-pages a::after,
.gallery-5 .ftg-pages a::before {
background-color: #969696;
}
.gallery-5 .ftg-pages a:hover,
.gallery-5 .ftg-pages a.selected,
.gallery-5 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-5 .ftg-pages a:hover::after,
.gallery-5 .ftg-pages a.selected::after,
.gallery-5 .ftg-pages a.selected::after,
.gallery-5 .ftg-pages a:hover::before,
.gallery-5 .ftg-pages a.selected::before,
.gallery-5 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-5 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-5 .ftg-filters a::after,
.gallery-5 .ftg-filters a::before {
background-color: #969696;
}
.gallery-5 .ftg-filters a:hover,
.gallery-5 .ftg-filters a.selected,
.gallery-5 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-5 .ftg-filters a:hover::after,
.gallery-5 .ftg-filters a.selected::after,
.gallery-5 .ftg-filters a.selected::after,
.gallery-5 .ftg-filters a:hover::before,
.gallery-5 .ftg-filters a.selected::before,
.gallery-5 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-5 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-5 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-5"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-5 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-5"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-5"],
.ui-widget-content[aria-describedby="crp-success-dialog-5"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-5"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-5"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-5"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-5"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-5"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-5"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-5"] .crp-close-btn {
width: 100px;
}
#crp-content-5 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-5 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-5 .crp-catalog-widget-item select,
#crp-content-5 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-5 .crp-catalog-widget-item select:hover,
#crp-content-5 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-5 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-5 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-5 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-5 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-5 .crp-tile .crp-tile-inner .overlay,
.gallery-5 .crp-tile .crp-tile-inner .overlayT,
.gallery-5 .crp-tile .crp-tile-inner .overlayB,
.gallery-5 .crp-tile .crp-tile-inner .overlayL,
.gallery-5 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-5 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-5 .crp-tile .crp-tile-inner .ic-link,
.gallery-5 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-5 .crp-tile .crp-tile-inner .ic-link i,
.gallery-5 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-5 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-5 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-5 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-5 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-5 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-5 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-5 .crp-tile .crp-tile-inner .ic-search,
.gallery-5 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-5 .crp-tile .crp-tile-inner .ic-link,
.gallery-5 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-5 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-5 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-5 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-5 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-5 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-5 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-5 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-5 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-5 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-5 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-5 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-5 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-5 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-5 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-5 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-5 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-5 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-5 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-5 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-5.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-5.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-6 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-6  .ftg-pages {
float: right;                }
.gallery-6  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-6  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-6 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-6 .ftg-pages a::after,
.gallery-6 .ftg-pages a::before {
background-color: #969696;
}
.gallery-6 .ftg-pages a:hover,
.gallery-6 .ftg-pages a.selected,
.gallery-6 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-6 .ftg-pages a:hover::after,
.gallery-6 .ftg-pages a.selected::after,
.gallery-6 .ftg-pages a.selected::after,
.gallery-6 .ftg-pages a:hover::before,
.gallery-6 .ftg-pages a.selected::before,
.gallery-6 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-6 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-6 .ftg-filters a::after,
.gallery-6 .ftg-filters a::before {
background-color: #969696;
}
.gallery-6 .ftg-filters a:hover,
.gallery-6 .ftg-filters a.selected,
.gallery-6 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-6 .ftg-filters a:hover::after,
.gallery-6 .ftg-filters a.selected::after,
.gallery-6 .ftg-filters a.selected::after,
.gallery-6 .ftg-filters a:hover::before,
.gallery-6 .ftg-filters a.selected::before,
.gallery-6 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-6 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-6 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-6"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-6 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-6"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-6"],
.ui-widget-content[aria-describedby="crp-success-dialog-6"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-6"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-6"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-6"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-6"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-6"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-6"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-6"] .crp-close-btn {
width: 100px;
}
#crp-content-6 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-6 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-6 .crp-catalog-widget-item select,
#crp-content-6 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-6 .crp-catalog-widget-item select:hover,
#crp-content-6 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-6 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-6 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-6 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-6 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-6 .crp-tile .crp-tile-inner .overlay,
.gallery-6 .crp-tile .crp-tile-inner .overlayT,
.gallery-6 .crp-tile .crp-tile-inner .overlayB,
.gallery-6 .crp-tile .crp-tile-inner .overlayL,
.gallery-6 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-6 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-6 .crp-tile .crp-tile-inner .ic-link,
.gallery-6 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-6 .crp-tile .crp-tile-inner .ic-link i,
.gallery-6 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-6 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-6 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-6 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-6 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-6 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-6 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-6 .crp-tile .crp-tile-inner .ic-search,
.gallery-6 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-6 .crp-tile .crp-tile-inner .ic-link,
.gallery-6 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-6 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-6 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-6 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-6 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-6 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-6 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-6 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-6 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-6 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-6 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-6 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-6 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-6 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-6 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-6 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-6 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-6 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-6 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-6 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-6.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-6.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-7 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-7  .ftg-pages {
float: right;                }
.gallery-7  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-7  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-7 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-7 .ftg-pages a::after,
.gallery-7 .ftg-pages a::before {
background-color: #969696;
}
.gallery-7 .ftg-pages a:hover,
.gallery-7 .ftg-pages a.selected,
.gallery-7 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-7 .ftg-pages a:hover::after,
.gallery-7 .ftg-pages a.selected::after,
.gallery-7 .ftg-pages a.selected::after,
.gallery-7 .ftg-pages a:hover::before,
.gallery-7 .ftg-pages a.selected::before,
.gallery-7 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-7 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-7 .ftg-filters a::after,
.gallery-7 .ftg-filters a::before {
background-color: #969696;
}
.gallery-7 .ftg-filters a:hover,
.gallery-7 .ftg-filters a.selected,
.gallery-7 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-7 .ftg-filters a:hover::after,
.gallery-7 .ftg-filters a.selected::after,
.gallery-7 .ftg-filters a.selected::after,
.gallery-7 .ftg-filters a:hover::before,
.gallery-7 .ftg-filters a.selected::before,
.gallery-7 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-7 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-7 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-7"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-7 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-7"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-7"],
.ui-widget-content[aria-describedby="crp-success-dialog-7"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-7"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-7"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-7"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-7"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-7"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-7"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-7"] .crp-close-btn {
width: 100px;
}
#crp-content-7 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-7 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-7 .crp-catalog-widget-item select,
#crp-content-7 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-7 .crp-catalog-widget-item select:hover,
#crp-content-7 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-7 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-7 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-7 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-7 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-7 .crp-tile .crp-tile-inner .overlay,
.gallery-7 .crp-tile .crp-tile-inner .overlayT,
.gallery-7 .crp-tile .crp-tile-inner .overlayB,
.gallery-7 .crp-tile .crp-tile-inner .overlayL,
.gallery-7 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-7 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-7 .crp-tile .crp-tile-inner .ic-link,
.gallery-7 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-7 .crp-tile .crp-tile-inner .ic-link i,
.gallery-7 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-7 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-7 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-7 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-7 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-7 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-7 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-7 .crp-tile .crp-tile-inner .ic-search,
.gallery-7 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-7 .crp-tile .crp-tile-inner .ic-link,
.gallery-7 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-7 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-7 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-7 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-7 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-7 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-7 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-7 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-7 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-7 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-7 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-7 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-7 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-7 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-7 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-7 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-7 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-7 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-7 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-7 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-7.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-7.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-8 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-8  .ftg-pages {
float: right;                }
.gallery-8  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-8  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-8 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-8 .ftg-pages a::after,
.gallery-8 .ftg-pages a::before {
background-color: #969696;
}
.gallery-8 .ftg-pages a:hover,
.gallery-8 .ftg-pages a.selected,
.gallery-8 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-8 .ftg-pages a:hover::after,
.gallery-8 .ftg-pages a.selected::after,
.gallery-8 .ftg-pages a.selected::after,
.gallery-8 .ftg-pages a:hover::before,
.gallery-8 .ftg-pages a.selected::before,
.gallery-8 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-8 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-8 .ftg-filters a::after,
.gallery-8 .ftg-filters a::before {
background-color: #969696;
}
.gallery-8 .ftg-filters a:hover,
.gallery-8 .ftg-filters a.selected,
.gallery-8 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-8 .ftg-filters a:hover::after,
.gallery-8 .ftg-filters a.selected::after,
.gallery-8 .ftg-filters a.selected::after,
.gallery-8 .ftg-filters a:hover::before,
.gallery-8 .ftg-filters a.selected::before,
.gallery-8 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-8 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-8 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-8"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-8 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-8"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-8"],
.ui-widget-content[aria-describedby="crp-success-dialog-8"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-8"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-8"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-8"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-8"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-8"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-8"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-8"] .crp-close-btn {
width: 100px;
}
#crp-content-8 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-8 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-8 .crp-catalog-widget-item select,
#crp-content-8 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-8 .crp-catalog-widget-item select:hover,
#crp-content-8 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-8 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-8 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-8 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-8 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-8 .crp-tile .crp-tile-inner .overlay,
.gallery-8 .crp-tile .crp-tile-inner .overlayT,
.gallery-8 .crp-tile .crp-tile-inner .overlayB,
.gallery-8 .crp-tile .crp-tile-inner .overlayL,
.gallery-8 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-8 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-8 .crp-tile .crp-tile-inner .ic-link,
.gallery-8 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-8 .crp-tile .crp-tile-inner .ic-link i,
.gallery-8 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-8 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-8 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-8 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-8 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-8 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-8 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-8 .crp-tile .crp-tile-inner .ic-search,
.gallery-8 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-8 .crp-tile .crp-tile-inner .ic-link,
.gallery-8 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-8 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-8 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-8 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-8 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-8 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-8 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-8 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-8 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-8 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-8 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-8 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-8 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-8 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-8 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-8 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-8 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-8 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-8 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-8 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-8.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-8.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-9 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-9  .ftg-pages {
float: right;                }
.gallery-9  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-9  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-9 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-9 .ftg-pages a::after,
.gallery-9 .ftg-pages a::before {
background-color: #969696;
}
.gallery-9 .ftg-pages a:hover,
.gallery-9 .ftg-pages a.selected,
.gallery-9 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-9 .ftg-pages a:hover::after,
.gallery-9 .ftg-pages a.selected::after,
.gallery-9 .ftg-pages a.selected::after,
.gallery-9 .ftg-pages a:hover::before,
.gallery-9 .ftg-pages a.selected::before,
.gallery-9 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-9 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-9 .ftg-filters a::after,
.gallery-9 .ftg-filters a::before {
background-color: #969696;
}
.gallery-9 .ftg-filters a:hover,
.gallery-9 .ftg-filters a.selected,
.gallery-9 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-9 .ftg-filters a:hover::after,
.gallery-9 .ftg-filters a.selected::after,
.gallery-9 .ftg-filters a.selected::after,
.gallery-9 .ftg-filters a:hover::before,
.gallery-9 .ftg-filters a.selected::before,
.gallery-9 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-9 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-9 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-9"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-9 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-9"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-9"],
.ui-widget-content[aria-describedby="crp-success-dialog-9"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-9"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-9"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-9"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-9"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-9"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-9"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-9"] .crp-close-btn {
width: 100px;
}
#crp-content-9 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-9 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-9 .crp-catalog-widget-item select,
#crp-content-9 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-9 .crp-catalog-widget-item select:hover,
#crp-content-9 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-9 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-9 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-9 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-9 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-9 .crp-tile .crp-tile-inner .overlay,
.gallery-9 .crp-tile .crp-tile-inner .overlayT,
.gallery-9 .crp-tile .crp-tile-inner .overlayB,
.gallery-9 .crp-tile .crp-tile-inner .overlayL,
.gallery-9 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-9 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-9 .crp-tile .crp-tile-inner .ic-link,
.gallery-9 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-9 .crp-tile .crp-tile-inner .ic-link i,
.gallery-9 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-9 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-9 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-9 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-9 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-9 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-9 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-9 .crp-tile .crp-tile-inner .ic-search,
.gallery-9 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-9 .crp-tile .crp-tile-inner .ic-link,
.gallery-9 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-9 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-9 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-9 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-9 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-9 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-9 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-9 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-9 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-9 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-9 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-9 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-9 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-9 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-9 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-9 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-9 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-9 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-9 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-9 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-9.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-9.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-11 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-11  .ftg-pages {
float: right;                }
.gallery-11  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-11  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-11 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-11 .ftg-pages a::after,
.gallery-11 .ftg-pages a::before {
background-color: #969696;
}
.gallery-11 .ftg-pages a:hover,
.gallery-11 .ftg-pages a.selected,
.gallery-11 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-11 .ftg-pages a:hover::after,
.gallery-11 .ftg-pages a.selected::after,
.gallery-11 .ftg-pages a.selected::after,
.gallery-11 .ftg-pages a:hover::before,
.gallery-11 .ftg-pages a.selected::before,
.gallery-11 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-11 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-11 .ftg-filters a::after,
.gallery-11 .ftg-filters a::before {
background-color: #969696;
}
.gallery-11 .ftg-filters a:hover,
.gallery-11 .ftg-filters a.selected,
.gallery-11 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-11 .ftg-filters a:hover::after,
.gallery-11 .ftg-filters a.selected::after,
.gallery-11 .ftg-filters a.selected::after,
.gallery-11 .ftg-filters a:hover::before,
.gallery-11 .ftg-filters a.selected::before,
.gallery-11 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-11 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-11 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-11"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-11 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-11"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-11"],
.ui-widget-content[aria-describedby="crp-success-dialog-11"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-11"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-11"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-11"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-11"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-11"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-11"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-11"] .crp-close-btn {
width: 100px;
}
#crp-content-11 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-11 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-11 .crp-catalog-widget-item select,
#crp-content-11 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-11 .crp-catalog-widget-item select:hover,
#crp-content-11 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-11 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-11 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-11 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-11 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-11 .crp-tile .crp-tile-inner .overlay,
.gallery-11 .crp-tile .crp-tile-inner .overlayT,
.gallery-11 .crp-tile .crp-tile-inner .overlayB,
.gallery-11 .crp-tile .crp-tile-inner .overlayL,
.gallery-11 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-11 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-11 .crp-tile .crp-tile-inner .ic-link,
.gallery-11 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-11 .crp-tile .crp-tile-inner .ic-link i,
.gallery-11 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-11 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-11 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-11 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-11 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-11 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-11 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-11 .crp-tile .crp-tile-inner .ic-search,
.gallery-11 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-11 .crp-tile .crp-tile-inner .ic-link,
.gallery-11 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-11 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-11 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-11 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-11 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-11 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-11 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-11 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-11 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-11 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-11 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-11 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-11 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-11 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-11 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-11 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-11 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-11 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-11 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-11 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-11.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-11.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-12 div:not(.crp-catalog-widget,.crp-catalog-widget-item){margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.gallery-12 .ftg-pages{float:right}.gallery-12 #crp_preloader .crp_progress_loaded{border-bottom:2px solid #81d742!important}.gallery-12 .crp-smooth-loader i{color:#81d742!important}.gallery-12 .ftg-pages a{color:#969696;border-color:#969696;text-decoration:none!important}.gallery-12 .ftg-pages a::after,.gallery-12 .ftg-pages a::before{background-color:#969696}.gallery-12 .ftg-pages a:hover,.gallery-12 .ftg-pages a.selected,.gallery-12 .ftg-pages a.selected{color:#81d742;border-color:#81d742}.gallery-12 .ftg-pages a:hover::after,.gallery-12 .ftg-pages a.selected::after,.gallery-12 .ftg-pages a.selected::after,.gallery-12 .ftg-pages a:hover::before,.gallery-12 .ftg-pages a.selected::before,.gallery-12 .ftg-pages a.selected::before{background-color:#81d742}.gallery-12 .ftg-filters a{color:#969696;border-color:#969696;text-decoration:none!important}.gallery-12 .ftg-filters a::after,.gallery-12 .ftg-filters a::before{background-color:#969696}.gallery-12 .ftg-filters a:focus{background-color:transparent!important}.gallery-12 .ftg-filters a:hover,.gallery-12 .ftg-filters a.selected,.gallery-12 .ftg-filters a.selected{color:#81d742;border-color:#81d742}.gallery-12 .ftg-filters a:hover::after,.gallery-12 .ftg-filters a.selected::after,.gallery-12 .ftg-filters a.selected::after,.gallery-12 .ftg-filters a:hover::before,.gallery-12 .ftg-filters a.selected::before,.gallery-12 .ftg-filters a.selected::before{background-color:#81d742}.gallery-12 .crp-tile:hover{cursor:pointer!important}.gallery-12 .crp-badge{color:#fff!important;background-color:#81d742}.ui-widget-content[aria-describedby=crp-product-enquiry-dialog-12] .ui-dialog-titlebar,#crp-product-enquiry-dialog-12 .gkit-form button{background-color:#81d742!important;color:#fff!important}.ui-widget-content[aria-describedby=crp-product-enquiry-dialog-12] .ui-dialog-titlebar .ui-dialog-titlebar-close{color:#fff!important}.ui-widget-content[aria-describedby=crp-product-enquiry-dialog-12],.ui-widget-content[aria-describedby=crp-success-dialog-12]{z-index:20000}.ui-widget-content[aria-describedby=crp-product-enquiry-dialog-12] .ui-dialog-titlebar .ui-dialog-titlebar-close{float:right;background:none;font-size:18px;padding:.4em;outline:0;border:0;cursor:pointer}.ui-widget-content[aria-describedby=crp-product-enquiry-dialog-12] .ui-dialog-titlebar{border-bottom:1px solid #eee!important;padding:15px!important}.ui-widget-content[aria-describedby=crp-product-enquiry-dialog-12] .ui-dialog-title{font-weight:bold!important}.ui-widget-content[aria-describedby=crp-product-enquiry-dialog-12] .crp-submit-btn,.ui-widget-content[aria-describedby=crp-success-dialog-12] .crp-close-btn{width:100px}.ui-widget-content[aria-describedby=crp-success-dialog-12] .ui-dialog-titlebar{display:none!important}.ui-widget-content[aria-describedby=crp-success-dialog-12] .crp-close-btn{width:100px}#crp-content-12 .crp-product-buy-button{background-color:#81d742!important;color:#fff!important}#crp-content-12 .crp-catalog-widget.gkit-mobile-880{height:0!important}#crp-content-12 .crp-catalog-widget-item select,#crp-content-12 .crp-catalog-widget-item input[type=text]{color:#969696!important;border-color:#969696!important}#crp-content-12 .crp-catalog-widget-item select:hover,#crp-content-12 .crp-catalog-widget-item input[type=text]:hover{color:#81d742!important;border-color:#81d742!important}#crp-content-12 .crp-catalog-widget-item select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>")}#crp-content-12 .crp-catalog-widget-item select:hover{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>")}#crp-content-12 .crp-catalog-widget-item input[type=text]{background-image:url('data:image/svg+xml;utf8,<svg version="1.1" id=Capa_1 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-.289-.289-.628-.491-.93-.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,.301,.47,.64,.759,.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>')}#crp-content-12 .crp-catalog-widget-item input[type=text]:hover{background-image:url('data:image/svg+xml;utf8,<svg version="1.1" id=Capa_1 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-.289-.289-.628-.491-.93-.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,.301,.47,.64,.759,.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>')}.gallery-12 .crp-tile .crp-tile-inner .overlayM,.gallery-12 .crp-tile .crp-tile-inner .overlayT,.gallery-12 .crp-tile .crp-tile-inner .overlayB,.gallery-12 .crp-tile .crp-tile-inner .overlayL,.gallery-12 .crp-tile .crp-tile-inner .overlayR{background-color:rgba(255,255,255,.65098039215686)!important}.gallery-12 .crp-tile .crp-tile-inner.crp-details-bg .details{background-color:rgba(255,255,255,.65098039215686)!important}.gallery-12 .crp-tile .crp-tile-inner .ic-link,.gallery-12 .crp-tile .crp-tile-inner .ic-search{background-color:rgba(255,255,255,.73333333333333)!important;color:#000}.gallery-12 .crp-tile .crp-tile-inner .ic-link i,.gallery-12 .crp-tile .crp-tile-inner .ic-search i{color:#000}.gallery-12 .crp-tile .crp-tile-inner .ic-link::after,.gallery-12 .crp-tile .crp-tile-inner .ic-search::after,.gallery-12 .crp-tile .crp-tile-inner .ic-link::before,.gallery-12 .crp-tile .crp-tile-inner .ic-search::before{background-color:rgba(255,255,255,1)!important;color:#000}.gallery-12 .crp-tile .details h3{color:#424242;text-align:center;font-size:18px;line-height:20px;font-weight:normal}.gallery-12 .crp-tile .details p{color:#424242;text-align:center;font-size:13px;line-height:15px;font-weight:normal}.gallery-12 .crp-tile .crp-tile-inner .ic-search,.gallery-12 .crp-tile:hover .crp-tile-inner .ic-search{margin-left:-20px!important}.gallery-12 .crp-tile .crp-tile-inner .ic-link,.gallery-12 .crp-tile:hover .crp-tile-inner .ic-link{margin-left:-20px!important}.gallery-12 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,.gallery-12 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{margin-left:-45px!important}.gallery-12 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,.gallery-12 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{margin-left:5px!important}.gallery-12 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,.gallery-12 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{margin-left:-45px!important}.gallery-12 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,.gallery-12 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{margin-left:5px!important}.gallery-12 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,.gallery-12 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{margin-left:-45px!important}.gallery-12 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,.gallery-12 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{margin-left:5px!important}.gallery-12 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,.gallery-12 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{margin-left:-70px!important}.gallery-12 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,.gallery-12 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{margin-left:-20px!important}.gallery-12 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,.gallery-12 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{margin-left:30px!important}.gallery-12 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search{margin-left:-20px!important}#colorbox,#cboxOverlay{z-index:9999999}body.lg-on{text-align:left!important}.fixed-size.lg-outer .lg-sub-html h4{text-align:center}.fixed-size.lg-outer .lg-sub-html p{display:none}.fixed-size.lg-outer .lg-inner{background-color:none!important}.fixed-size.lg-outer .lg-sub-html{position:absolute;text-align:center;margin:0 auto}.fixed-size.fixed-size-12.lg-outer .lg-sub-html{top:0;bottom:auto!important;background:transparent!important;width:50%}.fixed-size.fixed-size-12.lg-outer .lg-inner .lg-img-wrap{padding:40px 5px 10px 5px}.fixed-size.lg-outer .lg-toolbar{background-color:transparent;height:0}.fixed-size.lg-outer .lg-toolbar .lg-icon{color:#FFF}.crp-popup-fixed-theme-light.lg-outer .lg-inner{border:1px solid #b3b3b3}.crp-popup-full-theme-light.lg-outer .lg-toolbar{background-color:rgba(255,255,255,.7);-webkit-box-shadow:grey 0 0 15px 0;-moz-box-shadow:grey 0 0 15px 0;box-shadow:grey 0 0 15px 0}.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next{background-color:rgba(255,255,255,.7);border:1px solid #b3b3b3}.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,.crp-popup-full-theme-light.lg-outer #lg-counter,.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next{color:grey}.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next{background-color:rgba(255,255,255,.7);color:gray;border:1px solid gray}.crp-popup-simple-theme-light.lg-outer #lg-counter,.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon{color:gray}.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover{color:#303030}.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover{color:rgb(66,66,66)}.crp-popup-full-theme-light.lg-outer .lg-sub-html{background-color:rgba(255,255,255,.7);-webkit-box-shadow:grey 0 0 15px 0;-moz-box-shadow:grey 0 0 15px 0;box-shadow:grey 0 0 15px 0}.crp-popup-full-theme-light.lg-outer .lg-sub-html *{color:#303030}.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next{background-color:rgba(255,255,255,.7)!important;color:grey}.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover{color:#303030}.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next{color:#cbcbcb}.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover{color:#fff}.crp-popup-fixed-theme-light.lg-outer .lg-sub-html{background-color:rgba(255,255,255,.7)!important;margin:1px}.crp-popup-fixed-theme-light.lg-outer .lg-sub-html *{color:#303030!important}.crp-popup-fixed-theme-light.lg-outer .lg-inner{background-color:#fff}.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb{background-color:rgba(255,255,255,.5);border:1px solid #b3b3b3;border-bottom:none!important}.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb{background-color:rgba(0,0,0,.5)}.crp-full-popup.lg-outer .lg-toolbar a{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;text-decoration:none!important}.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer{background-color:#fff;-webkit-box-shadow:grey 2px 2px 20px 2px;-moz-box-shadow:grey 2px 2px 20px 2px;box-shadow:grey 2px 2px 20px 2px}.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item{border:1px solid #999!important}.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active{border:1px solid #a90707!important}.fixed-size-frame.lg-outer .lg-img-wrap{padding:0 0 8px 0!important}.lg-pager-thumb-cont{display:none!important}.lg-thumb-item{cursor:pointer!important}.lg-backdrop.crp-3-popup-backdrop{opacity:.7!important}.lg-backdrop.crp-2-popup-backdrop{opacity:.85!important}.lg-backdrop.crp-1-popup-backdrop{opacity:1!important}.fixed-size-frame.lg-outer .lg-close{margin:-20px -20px 0 0!important;width:40px;height:40px;padding-top:5px!important}.crp-popup-fixed-theme-light.lg-outer .lg-close{background-color:rgb(255,255,255);border:1px solid #b3b3b3;color:#b3b3b3}.crp-popup-fixed-theme-dark.lg-outer .lg-close{background-color:rgba(0,0,0,.7);border:1px solid #000;color:#cbcbcb}.fixed-size-frame.lg-outer .lg{overflow:visible!important}.fixed-size-frame.lg-outer .lg-inner{overflow:hidden!important}.crp-popup-thumbs-grid.lg-outer .lg-thumb{padding:10px!important;max-height:250px;overflow-y:scroll}.lg-outer .lg-pager-outer{top:64px!important;bottom:auto!important}@media(max-width:750px){.crp-popup-fixed-theme-light.lg-outer .lg-close{margin:0!important;background-color:rgba(255,255,255,0);border:0 solid #b3b3b3;color:#b3b3b3;width:45px;height:45px;padding-top:10px!important}.crp-popup-fixed-theme-dark.lg-outer .lg-close{margin:0!important;background-color:rgba(255,255,255,0);border:0 solid #b3b3b3;color:#fff;width:45px;height:45px;padding-top:10px!important}}  .gallery-13 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-13  .ftg-pages {
float: right;                }
.gallery-13  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-13  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-13 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-13 .ftg-pages a::after,
.gallery-13 .ftg-pages a::before {
background-color: #969696;
}
.gallery-13 .ftg-pages a:hover,
.gallery-13 .ftg-pages a.selected,
.gallery-13 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-13 .ftg-pages a:hover::after,
.gallery-13 .ftg-pages a.selected::after,
.gallery-13 .ftg-pages a.selected::after,
.gallery-13 .ftg-pages a:hover::before,
.gallery-13 .ftg-pages a.selected::before,
.gallery-13 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-13 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-13 .ftg-filters a::after,
.gallery-13 .ftg-filters a::before {
background-color: #969696;
}
.gallery-13 .ftg-filters a:hover,
.gallery-13 .ftg-filters a.selected,
.gallery-13 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-13 .ftg-filters a:hover::after,
.gallery-13 .ftg-filters a.selected::after,
.gallery-13 .ftg-filters a.selected::after,
.gallery-13 .ftg-filters a:hover::before,
.gallery-13 .ftg-filters a.selected::before,
.gallery-13 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-13 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-13 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-13"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-13 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-13"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-13"],
.ui-widget-content[aria-describedby="crp-success-dialog-13"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-13"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-13"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-13"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-13"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-13"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-13"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-13"] .crp-close-btn {
width: 100px;
}
#crp-content-13 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-13 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-13 .crp-catalog-widget-item select,
#crp-content-13 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-13 .crp-catalog-widget-item select:hover,
#crp-content-13 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-13 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-13 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-13 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-13 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-13 .crp-tile .crp-tile-inner .overlay,
.gallery-13 .crp-tile .crp-tile-inner .overlayT,
.gallery-13 .crp-tile .crp-tile-inner .overlayB,
.gallery-13 .crp-tile .crp-tile-inner .overlayL,
.gallery-13 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-13 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-13 .crp-tile .crp-tile-inner .ic-link,
.gallery-13 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-13 .crp-tile .crp-tile-inner .ic-link i,
.gallery-13 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-13 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-13 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-13 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-13 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-13 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-13 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-13 .crp-tile .crp-tile-inner .ic-search,
.gallery-13 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-13 .crp-tile .crp-tile-inner .ic-link,
.gallery-13 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-13 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-13 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-13 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-13 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-13 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-13 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-13 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-13 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-13 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-13 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-13 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-13 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-13 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-13 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-13 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-13 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-13 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-13 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-13 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-13.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-13.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-14 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-14  .ftg-pages {
float: right;                }
.gallery-14  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-14  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-14 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-14 .ftg-pages a::after,
.gallery-14 .ftg-pages a::before {
background-color: #969696;
}
.gallery-14 .ftg-pages a:hover,
.gallery-14 .ftg-pages a.selected,
.gallery-14 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-14 .ftg-pages a:hover::after,
.gallery-14 .ftg-pages a.selected::after,
.gallery-14 .ftg-pages a.selected::after,
.gallery-14 .ftg-pages a:hover::before,
.gallery-14 .ftg-pages a.selected::before,
.gallery-14 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-14 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-14 .ftg-filters a::after,
.gallery-14 .ftg-filters a::before {
background-color: #969696;
}
.gallery-14 .ftg-filters a:hover,
.gallery-14 .ftg-filters a.selected,
.gallery-14 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-14 .ftg-filters a:hover::after,
.gallery-14 .ftg-filters a.selected::after,
.gallery-14 .ftg-filters a.selected::after,
.gallery-14 .ftg-filters a:hover::before,
.gallery-14 .ftg-filters a.selected::before,
.gallery-14 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-14 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-14 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-14"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-14 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-14"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-14"],
.ui-widget-content[aria-describedby="crp-success-dialog-14"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-14"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-14"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-14"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-14"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-14"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-14"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-14"] .crp-close-btn {
width: 100px;
}
#crp-content-14 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-14 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-14 .crp-catalog-widget-item select,
#crp-content-14 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-14 .crp-catalog-widget-item select:hover,
#crp-content-14 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-14 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-14 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-14 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-14 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-14 .crp-tile .crp-tile-inner .overlay,
.gallery-14 .crp-tile .crp-tile-inner .overlayT,
.gallery-14 .crp-tile .crp-tile-inner .overlayB,
.gallery-14 .crp-tile .crp-tile-inner .overlayL,
.gallery-14 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-14 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-14 .crp-tile .crp-tile-inner .ic-link,
.gallery-14 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-14 .crp-tile .crp-tile-inner .ic-link i,
.gallery-14 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-14 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-14 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-14 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-14 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-14 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-14 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-14 .crp-tile .crp-tile-inner .ic-search,
.gallery-14 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-14 .crp-tile .crp-tile-inner .ic-link,
.gallery-14 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-14 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-14 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-14 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-14 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-14 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-14 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-14 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-14 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-14 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-14 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-14 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-14 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-14 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-14 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-14 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-14 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-14 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-14 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-14 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-14.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-14.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-15 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-15  .ftg-pages {
float: right;                }
.gallery-15  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-15  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-15 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-15 .ftg-pages a::after,
.gallery-15 .ftg-pages a::before {
background-color: #969696;
}
.gallery-15 .ftg-pages a:hover,
.gallery-15 .ftg-pages a.selected,
.gallery-15 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-15 .ftg-pages a:hover::after,
.gallery-15 .ftg-pages a.selected::after,
.gallery-15 .ftg-pages a.selected::after,
.gallery-15 .ftg-pages a:hover::before,
.gallery-15 .ftg-pages a.selected::before,
.gallery-15 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-15 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-15 .ftg-filters a::after,
.gallery-15 .ftg-filters a::before {
background-color: #969696;
}
.gallery-15 .ftg-filters a:hover,
.gallery-15 .ftg-filters a.selected,
.gallery-15 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-15 .ftg-filters a:hover::after,
.gallery-15 .ftg-filters a.selected::after,
.gallery-15 .ftg-filters a.selected::after,
.gallery-15 .ftg-filters a:hover::before,
.gallery-15 .ftg-filters a.selected::before,
.gallery-15 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-15 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-15 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-15"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-15 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-15"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-15"],
.ui-widget-content[aria-describedby="crp-success-dialog-15"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-15"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-15"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-15"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-15"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-15"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-15"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-15"] .crp-close-btn {
width: 100px;
}
#crp-content-15 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-15 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-15 .crp-catalog-widget-item select,
#crp-content-15 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-15 .crp-catalog-widget-item select:hover,
#crp-content-15 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-15 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-15 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-15 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-15 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-15 .crp-tile .crp-tile-inner .overlay,
.gallery-15 .crp-tile .crp-tile-inner .overlayT,
.gallery-15 .crp-tile .crp-tile-inner .overlayB,
.gallery-15 .crp-tile .crp-tile-inner .overlayL,
.gallery-15 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-15 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-15 .crp-tile .crp-tile-inner .ic-link,
.gallery-15 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-15 .crp-tile .crp-tile-inner .ic-link i,
.gallery-15 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-15 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-15 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-15 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-15 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-15 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-15 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-15 .crp-tile .crp-tile-inner .ic-search,
.gallery-15 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-15 .crp-tile .crp-tile-inner .ic-link,
.gallery-15 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-15 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-15 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-15 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-15 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-15 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-15 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-15 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-15 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-15 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-15 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-15 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-15 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-15 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-15 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-15 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-15 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-15 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-15 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-15 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-15.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-15.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-16 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-16  .ftg-pages {
float: right;                }
.gallery-16  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-16  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-16 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-16 .ftg-pages a::after,
.gallery-16 .ftg-pages a::before {
background-color: #969696;
}
.gallery-16 .ftg-pages a:hover,
.gallery-16 .ftg-pages a.selected,
.gallery-16 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-16 .ftg-pages a:hover::after,
.gallery-16 .ftg-pages a.selected::after,
.gallery-16 .ftg-pages a.selected::after,
.gallery-16 .ftg-pages a:hover::before,
.gallery-16 .ftg-pages a.selected::before,
.gallery-16 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-16 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-16 .ftg-filters a::after,
.gallery-16 .ftg-filters a::before {
background-color: #969696;
}
.gallery-16 .ftg-filters a:hover,
.gallery-16 .ftg-filters a.selected,
.gallery-16 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-16 .ftg-filters a:hover::after,
.gallery-16 .ftg-filters a.selected::after,
.gallery-16 .ftg-filters a.selected::after,
.gallery-16 .ftg-filters a:hover::before,
.gallery-16 .ftg-filters a.selected::before,
.gallery-16 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-16 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-16 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-16"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-16 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-16"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-16"],
.ui-widget-content[aria-describedby="crp-success-dialog-16"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-16"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-16"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-16"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-16"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-16"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-16"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-16"] .crp-close-btn {
width: 100px;
}
#crp-content-16 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-16 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-16 .crp-catalog-widget-item select,
#crp-content-16 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-16 .crp-catalog-widget-item select:hover,
#crp-content-16 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-16 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-16 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-16 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-16 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-16 .crp-tile .crp-tile-inner .overlay,
.gallery-16 .crp-tile .crp-tile-inner .overlayT,
.gallery-16 .crp-tile .crp-tile-inner .overlayB,
.gallery-16 .crp-tile .crp-tile-inner .overlayL,
.gallery-16 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-16 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-16 .crp-tile .crp-tile-inner .ic-link,
.gallery-16 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-16 .crp-tile .crp-tile-inner .ic-link i,
.gallery-16 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-16 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-16 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-16 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-16 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-16 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-16 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-16 .crp-tile .crp-tile-inner .ic-search,
.gallery-16 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-16 .crp-tile .crp-tile-inner .ic-link,
.gallery-16 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-16 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-16 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-16 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-16 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-16 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-16 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-16 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-16 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-16 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-16 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-16 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-16 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-16 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-16 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-16 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-16 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-16 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-16 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-16 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-16.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-16.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-17 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-17  .ftg-pages {
float: right;                }
.gallery-17  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-17  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-17 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-17 .ftg-pages a::after,
.gallery-17 .ftg-pages a::before {
background-color: #969696;
}
.gallery-17 .ftg-pages a:hover,
.gallery-17 .ftg-pages a.selected,
.gallery-17 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-17 .ftg-pages a:hover::after,
.gallery-17 .ftg-pages a.selected::after,
.gallery-17 .ftg-pages a.selected::after,
.gallery-17 .ftg-pages a:hover::before,
.gallery-17 .ftg-pages a.selected::before,
.gallery-17 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-17 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-17 .ftg-filters a::after,
.gallery-17 .ftg-filters a::before {
background-color: #969696;
}
.gallery-17 .ftg-filters a:hover,
.gallery-17 .ftg-filters a.selected,
.gallery-17 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-17 .ftg-filters a:hover::after,
.gallery-17 .ftg-filters a.selected::after,
.gallery-17 .ftg-filters a.selected::after,
.gallery-17 .ftg-filters a:hover::before,
.gallery-17 .ftg-filters a.selected::before,
.gallery-17 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-17 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-17 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-17"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-17 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-17"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-17"],
.ui-widget-content[aria-describedby="crp-success-dialog-17"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-17"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-17"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-17"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-17"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-17"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-17"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-17"] .crp-close-btn {
width: 100px;
}
#crp-content-17 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-17 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-17 .crp-catalog-widget-item select,
#crp-content-17 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-17 .crp-catalog-widget-item select:hover,
#crp-content-17 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-17 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-17 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-17 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-17 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-17 .crp-tile .crp-tile-inner .overlay,
.gallery-17 .crp-tile .crp-tile-inner .overlayT,
.gallery-17 .crp-tile .crp-tile-inner .overlayB,
.gallery-17 .crp-tile .crp-tile-inner .overlayL,
.gallery-17 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-17 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-17 .crp-tile .crp-tile-inner .ic-link,
.gallery-17 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-17 .crp-tile .crp-tile-inner .ic-link i,
.gallery-17 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-17 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-17 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-17 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-17 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-17 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-17 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-17 .crp-tile .crp-tile-inner .ic-search,
.gallery-17 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-17 .crp-tile .crp-tile-inner .ic-link,
.gallery-17 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-17 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-17 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-17 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-17 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-17 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-17 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-17 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-17 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-17 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-17 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-17 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-17 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-17 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-17 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-17 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-17 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-17 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-17 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-17 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-17.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-17.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-19 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-19  .ftg-pages {
float: right;                }
.gallery-19  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-19  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-19 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-19 .ftg-pages a::after,
.gallery-19 .ftg-pages a::before {
background-color: #969696;
}
.gallery-19 .ftg-pages a:hover,
.gallery-19 .ftg-pages a.selected,
.gallery-19 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-19 .ftg-pages a:hover::after,
.gallery-19 .ftg-pages a.selected::after,
.gallery-19 .ftg-pages a.selected::after,
.gallery-19 .ftg-pages a:hover::before,
.gallery-19 .ftg-pages a.selected::before,
.gallery-19 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-19 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-19 .ftg-filters a::after,
.gallery-19 .ftg-filters a::before {
background-color: #969696;
}
.gallery-19 .ftg-filters a:hover,
.gallery-19 .ftg-filters a.selected,
.gallery-19 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-19 .ftg-filters a:hover::after,
.gallery-19 .ftg-filters a.selected::after,
.gallery-19 .ftg-filters a.selected::after,
.gallery-19 .ftg-filters a:hover::before,
.gallery-19 .ftg-filters a.selected::before,
.gallery-19 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-19 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-19 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-19"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-19 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-19"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-19"],
.ui-widget-content[aria-describedby="crp-success-dialog-19"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-19"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-19"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-19"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-19"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-19"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-19"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-19"] .crp-close-btn {
width: 100px;
}
#crp-content-19 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-19 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-19 .crp-catalog-widget-item select,
#crp-content-19 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-19 .crp-catalog-widget-item select:hover,
#crp-content-19 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-19 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-19 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-19 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-19 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-19 .crp-tile .crp-tile-inner .overlay,
.gallery-19 .crp-tile .crp-tile-inner .overlayT,
.gallery-19 .crp-tile .crp-tile-inner .overlayB,
.gallery-19 .crp-tile .crp-tile-inner .overlayL,
.gallery-19 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-19 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-19 .crp-tile .crp-tile-inner .ic-link,
.gallery-19 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-19 .crp-tile .crp-tile-inner .ic-link i,
.gallery-19 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-19 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-19 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-19 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-19 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-19 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-19 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-19 .crp-tile .crp-tile-inner .ic-search,
.gallery-19 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-19 .crp-tile .crp-tile-inner .ic-link,
.gallery-19 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-19 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-19 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-19 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-19 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-19 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-19 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-19 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-19 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-19 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-19 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-19 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-19 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-19 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-19 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-19 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-19 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-19 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-19 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-19 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-19.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-19.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-20 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-20  .ftg-pages {
float: right;                }
.gallery-20  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-20  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-20 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-20 .ftg-pages a::after,
.gallery-20 .ftg-pages a::before {
background-color: #969696;
}
.gallery-20 .ftg-pages a:hover,
.gallery-20 .ftg-pages a.selected,
.gallery-20 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-20 .ftg-pages a:hover::after,
.gallery-20 .ftg-pages a.selected::after,
.gallery-20 .ftg-pages a.selected::after,
.gallery-20 .ftg-pages a:hover::before,
.gallery-20 .ftg-pages a.selected::before,
.gallery-20 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-20 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-20 .ftg-filters a::after,
.gallery-20 .ftg-filters a::before {
background-color: #969696;
}
.gallery-20 .ftg-filters a:hover,
.gallery-20 .ftg-filters a.selected,
.gallery-20 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-20 .ftg-filters a:hover::after,
.gallery-20 .ftg-filters a.selected::after,
.gallery-20 .ftg-filters a.selected::after,
.gallery-20 .ftg-filters a:hover::before,
.gallery-20 .ftg-filters a.selected::before,
.gallery-20 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-20 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-20 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-20"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-20 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-20"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-20"],
.ui-widget-content[aria-describedby="crp-success-dialog-20"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-20"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-20"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-20"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-20"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-20"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-20"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-20"] .crp-close-btn {
width: 100px;
}
#crp-content-20 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-20 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-20 .crp-catalog-widget-item select,
#crp-content-20 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-20 .crp-catalog-widget-item select:hover,
#crp-content-20 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-20 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-20 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-20 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-20 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-20 .crp-tile .crp-tile-inner .overlay,
.gallery-20 .crp-tile .crp-tile-inner .overlayT,
.gallery-20 .crp-tile .crp-tile-inner .overlayB,
.gallery-20 .crp-tile .crp-tile-inner .overlayL,
.gallery-20 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-20 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-20 .crp-tile .crp-tile-inner .ic-link,
.gallery-20 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-20 .crp-tile .crp-tile-inner .ic-link i,
.gallery-20 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-20 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-20 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-20 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-20 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-20 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-20 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-20 .crp-tile .crp-tile-inner .ic-search,
.gallery-20 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-20 .crp-tile .crp-tile-inner .ic-link,
.gallery-20 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-20 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-20 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-20 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-20 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-20 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-20 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-20 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-20 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-20 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-20 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-20 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-20 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-20 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-20 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-20 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-20 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-20 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-20 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-20 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-20.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-20.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-21 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-21  .ftg-pages {
float: right;                }
.gallery-21  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-21  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-21 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-21 .ftg-pages a::after,
.gallery-21 .ftg-pages a::before {
background-color: #969696;
}
.gallery-21 .ftg-pages a:hover,
.gallery-21 .ftg-pages a.selected,
.gallery-21 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-21 .ftg-pages a:hover::after,
.gallery-21 .ftg-pages a.selected::after,
.gallery-21 .ftg-pages a.selected::after,
.gallery-21 .ftg-pages a:hover::before,
.gallery-21 .ftg-pages a.selected::before,
.gallery-21 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-21 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-21 .ftg-filters a::after,
.gallery-21 .ftg-filters a::before {
background-color: #969696;
}
.gallery-21 .ftg-filters a:hover,
.gallery-21 .ftg-filters a.selected,
.gallery-21 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-21 .ftg-filters a:hover::after,
.gallery-21 .ftg-filters a.selected::after,
.gallery-21 .ftg-filters a.selected::after,
.gallery-21 .ftg-filters a:hover::before,
.gallery-21 .ftg-filters a.selected::before,
.gallery-21 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-21 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-21 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-21"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-21 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-21"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-21"],
.ui-widget-content[aria-describedby="crp-success-dialog-21"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-21"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-21"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-21"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-21"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-21"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-21"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-21"] .crp-close-btn {
width: 100px;
}
#crp-content-21 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-21 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-21 .crp-catalog-widget-item select,
#crp-content-21 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-21 .crp-catalog-widget-item select:hover,
#crp-content-21 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-21 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-21 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-21 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-21 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-21 .crp-tile .crp-tile-inner .overlay,
.gallery-21 .crp-tile .crp-tile-inner .overlayT,
.gallery-21 .crp-tile .crp-tile-inner .overlayB,
.gallery-21 .crp-tile .crp-tile-inner .overlayL,
.gallery-21 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-21 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-21 .crp-tile .crp-tile-inner .ic-link,
.gallery-21 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-21 .crp-tile .crp-tile-inner .ic-link i,
.gallery-21 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-21 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-21 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-21 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-21 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-21 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-21 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-21 .crp-tile .crp-tile-inner .ic-search,
.gallery-21 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-21 .crp-tile .crp-tile-inner .ic-link,
.gallery-21 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-21 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-21 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-21 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-21 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-21 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-21 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-21 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-21 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-21 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-21 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-21 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-21 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-21 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-21 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-21 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-21 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-21 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-21 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-21 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-21.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-21.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}   .gallery-22 div:not(.crp-catalog-widget, .crp-catalog-widget-item){
margin-left: 0px !important;
margin-right: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.gallery-22  .ftg-pages {
float: right;                }
.gallery-22  #crp_preloader .crp_progress_loaded {
border-bottom: 2px solid #81d742 !important;
}
.gallery-22  .crp-smooth-loader i {
color: #81d742 !important;
}
.gallery-22 .ftg-pages a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-22 .ftg-pages a::after,
.gallery-22 .ftg-pages a::before {
background-color: #969696;
}
.gallery-22 .ftg-pages a:hover,
.gallery-22 .ftg-pages a.selected,
.gallery-22 .ftg-pages a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-22 .ftg-pages a:hover::after,
.gallery-22 .ftg-pages a.selected::after,
.gallery-22 .ftg-pages a.selected::after,
.gallery-22 .ftg-pages a:hover::before,
.gallery-22 .ftg-pages a.selected::before,
.gallery-22 .ftg-pages a.selected::before {
background-color: #81d742;
}
.gallery-22 .ftg-filters a {
color: #969696;
border-color: #969696;
text-decoration: none !important;
}
.gallery-22 .ftg-filters a::after,
.gallery-22 .ftg-filters a::before {
background-color: #969696;
}
.gallery-22 .ftg-filters a:hover,
.gallery-22 .ftg-filters a.selected,
.gallery-22 .ftg-filters a.selected{
color: #81d742;
border-color: #81d742;
}
.gallery-22 .ftg-filters a:hover::after,
.gallery-22 .ftg-filters a.selected::after,
.gallery-22 .ftg-filters a.selected::after,
.gallery-22 .ftg-filters a:hover::before,
.gallery-22 .ftg-filters a.selected::before,
.gallery-22 .ftg-filters a.selected::before {
background-color: #81d742;
}
.gallery-22 .crp-tile:hover{
cursor: pointer !important;
}
.gallery-22 .crp-badge {
color: #ffffff!important;
background-color: #81d742;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-22"] .ui-dialog-titlebar,
#crp-product-enquiry-dialog-22 .gkit-form button {
background-color: #81d742!important;
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-22"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
color: #ffffff!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-22"],
.ui-widget-content[aria-describedby="crp-success-dialog-22"] {
z-index: 20000;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-22"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
float: right;
background: none;
font-size: 18px;
padding: 0.4em;
outline: none;
border: none;
cursor: pointer;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-22"] .ui-dialog-titlebar {
border-bottom: 1px solid #eee!important;
padding: 15px!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-22"] .ui-dialog-title {
font-weight: bold!important;
}
.ui-widget-content[aria-describedby="crp-product-enquiry-dialog-22"] .crp-submit-btn,
.ui-widget-content[aria-describedby="crp-success-dialog-22"] .crp-close-btn {
width: 100px;
}
.ui-widget-content[aria-describedby="crp-success-dialog-22"] .ui-dialog-titlebar {
display: none!important;
}
.ui-widget-content[aria-describedby="crp-success-dialog-22"] .crp-close-btn {
width: 100px;
}
#crp-content-22 .crp-product-buy-button {
background-color: #81d742!important;
color: #ffffff!important;
}
#crp-content-22 .crp-catalog-widget.gkit-mobile-880 {
height:  0px!important;
}
#crp-content-22 .crp-catalog-widget-item select,
#crp-content-22 .crp-catalog-widget-item input[type=text] {
color: #969696!important;
border-color: #969696!important;
}
#crp-content-22 .crp-catalog-widget-item select:hover,
#crp-content-22 .crp-catalog-widget-item input[type=text]:hover {
color: #81d742!important;
border-color: #81d742!important;
}
#crp-content-22 .crp-catalog-widget-item select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#969696'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-22 .crp-catalog-widget-item select:hover {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='#81d742'><polygon points='0,0 14,0 7, 7'/></svg>");
}
#crp-content-22 .crp-catalog-widget-item input[type=text] {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#969696" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}
#crp-content-22 .crp-catalog-widget-item input[type=text]:hover {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16" height="16" viewBox="0 0 250.313 250.313" style="enable-background:new 0 0 250.313 250.313;" xml:space="preserve"> <g id="Search"> <path fill="#81d742" style="fill-rule:evenodd;clip-rule:evenodd;" d="M244.186,214.604l-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 c10.7-16.231,16.945-35.66,16.945-56.554C205.822,46.075,159.747,0,102.911,0S0,46.075,0,102.911 c0,56.835,46.074,102.911,102.91,102.911c20.895,0,40.323-6.245,56.554-16.945c0.269,0.301,0.47,0.64,0.759,0.929l54.38,54.38 c8.169,8.168,21.413,8.168,29.583,0C252.354,236.017,252.354,222.773,244.186,214.604z M102.911,170.146 c-37.134,0-67.236-30.102-67.236-67.235c0-37.134,30.103-67.236,67.236-67.236c37.132,0,67.235,30.103,67.235,67.236 C170.146,140.044,140.043,170.146,102.911,170.146z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}   .gallery-22 .crp-tile .crp-tile-inner .overlay,
.gallery-22 .crp-tile .crp-tile-inner .overlayT,
.gallery-22 .crp-tile .crp-tile-inner .overlayB,
.gallery-22 .crp-tile .crp-tile-inner .overlayL,
.gallery-22 .crp-tile .crp-tile-inner .overlayR {
background-color: rgba(255,255,255,0.65098039215686) !important;
}
.gallery-22 .crp-tile .crp-tile-inner.crp-details-bg .details {
background-color: rgba(255,255,255,0.65098039215686) !important;
} .gallery-22 .crp-tile .crp-tile-inner .ic-link,
.gallery-22 .crp-tile .crp-tile-inner .ic-search{
background-color: rgba(255,255,255,0.73333333333333) !important;
color: #000000;
}
.gallery-22 .crp-tile .crp-tile-inner .ic-link i,
.gallery-22 .crp-tile .crp-tile-inner .ic-search i {
color: #000000;
}
.gallery-22 .crp-tile .crp-tile-inner .ic-link::after,
.gallery-22 .crp-tile .crp-tile-inner .ic-search::after,
.gallery-22 .crp-tile .crp-tile-inner .ic-link::before,
.gallery-22 .crp-tile .crp-tile-inner .ic-search::before{
background-color: rgba(255,255,255,1) !important;
color: #000000;
}
.gallery-22 .crp-tile  .details h3 {
color: #424242;
text-align: center;
font-size: 18px;
line-height: 20px;
font-weight: normal;        }
.gallery-22 .crp-tile  .details p {
color: #424242;
text-align: center;
font-size: 13px;
line-height: 15px;
font-weight: normal;        } .gallery-22 .crp-tile .crp-tile-inner .ic-search,
.gallery-22 .crp-tile:hover .crp-tile-inner .ic-search{
margin-left: -20px !important;
}
.gallery-22 .crp-tile .crp-tile-inner .ic-link,
.gallery-22 .crp-tile:hover .crp-tile-inner .ic-link{
margin-left: -20px !important;
}
.gallery-22 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link,
.gallery-22 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link{
margin-left: -45px !important;
}
.gallery-22 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link,
.gallery-22 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link .ic-link.ic-fb-link{
margin-left: 5px !important;
}
.gallery-22 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link,
.gallery-22 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link{
margin-left: -45px !important;
}
.gallery-22 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-22 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-22 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-22 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -45px !important;
}
.gallery-22 .crp-tile .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-22 .crp-tile:hover .crp-tile-inner.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 5px !important;
}
.gallery-22 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link,
.gallery-22 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link{
margin-left: -70px !important;
}
.gallery-22 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link,
.gallery-22 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-fb-link{
margin-left: -20px !important;
}
.gallery-22 .crp-tile .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link,
.gallery-22 .crp-tile:hover .crp-tile-inner.crp-has-custom-link.crp-has-fb-link.crp-has-ln-link .ic-link.ic-ln-link{
margin-left: 30px !important;
}
.gallery-22 .crp-tile .crp-tile-inner.crp-fix-explore-icon-pos .ic-search {
margin-left: -20px !important;
}
#colorbox, #cboxOverlay {
z-index: 9999999;
} body.lg-on {
text-align: left !important;
}
.fixed-size.lg-outer .lg-sub-html h4{
text-align: center;
}
.fixed-size.lg-outer .lg-sub-html p {
display: none;
}
.fixed-size.lg-outer .lg-inner {
background-color: none!important;
}
.fixed-size.lg-outer .lg-sub-html {
position: absolute;
text-align: center;
margin: 0 auto;
}
.fixed-size.fixed-size-22.lg-outer .lg-sub-html {
top: 0;
bottom: auto!important;
background: transparent!important;
width: 50%;
}
.fixed-size.fixed-size-22.lg-outer .lg-inner .lg-img-wrap {
padding: 40px 5px 10px 5px;
}
.fixed-size.lg-outer .lg-toolbar {
background-color: transparent;
height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
color: #FFF;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toolbar {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #b3b3b3;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb,
.crp-popup-full-theme-light.lg-outer #lg-counter,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next {
color: grey;
}
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7);
color: gray;
border: 1px solid gray;
}
.crp-popup-simple-theme-light.lg-outer #lg-counter,
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-icon {
color: gray;
}
.crp-popup-simple-theme-light.lg-outer .lg-toolbar .lg-close:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-simple-theme-light.lg-outer .lg-actions .lg-next:hover {
color: #303030;
}
.crp-popup-simple-theme-light.lg-outer .lg-sub-html *,
.crp-popup-full-theme-light.lg-outer .lg-toolbar .lg-icon:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-full-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb:hover {
color: rgb(66, 66, 66);
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: grey 0px 0px 15px 0px;
-moz-box-shadow: grey 0px 0px 15px 0px;
box-shadow: grey 0px 0px 15px 0px;
}
.crp-popup-full-theme-light.lg-outer .lg-sub-html * {
color: #303030;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next {
background-color: rgba(255, 255, 255, 0.7) !important;
color: grey;
}
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-light.lg-outer .lg-toolbar .lg-icon:hover {
color: #303030;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next {
color: #cbcbcb;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-prev:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-actions .lg-next:hover,
.crp-popup-fixed-theme-dark.lg-outer .lg-toolbar .lg-icon:hover {
color: #ffffff;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html {
background-color: rgba(255, 255, 255, 0.7) !important;
margin: 1px;
}
.crp-popup-fixed-theme-light.lg-outer .lg-sub-html * {
color: #303030!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-inner {
background-color: #fff;
}
.crp-popup-full-theme-light.lg-outer .lg-toogle-thumb {
background-color: rgba(255,255,255,0.5);
border: 1px solid #b3b3b3;
border-bottom: none!important;
}
.crp-popup-full-theme-dark.lg-outer .lg-toogle-thumb {
background-color: rgba(0,0,0,0.5);
}
.crp-full-popup.lg-outer .lg-toolbar a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none!important;
}
.crp-popup-full-theme-light.lg-outer.lg-thumb-open .lg-thumb-outer {
background-color: #fff;
-webkit-box-shadow: grey 2px 2px 20px 2px;
-moz-box-shadow: grey 2px 2px 20px 2px;
box-shadow: grey 2px 2px 20px 2px;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item {
border: 1px solid #999!important;
}
.crp-popup-full-theme-light.lg-outer .lg-thumb-outer .lg-thumb-item.active {
border: 1px solid #a90707!important;
}
.fixed-size-frame.lg-outer .lg-img-wrap {
padding: 0 0 8px 0!important;
}
.lg-pager-thumb-cont {
display: none!important;
}
.lg-thumb-item {
cursor: pointer !important;
}
.lg-backdrop.crp-3-popup-backdrop {
opacity: 0.7!important;
}
.lg-backdrop.crp-2-popup-backdrop {
opacity: 0.85!important;
}
.lg-backdrop.crp-1-popup-backdrop {
opacity: 1!important;
}
.fixed-size-frame.lg-outer .lg-close {
margin: -20px -20px 0 0 !important;
width: 40px;
height: 40px;
padding-top: 5px!important;
}
.crp-popup-fixed-theme-light.lg-outer .lg-close {
background-color: rgb(255, 255, 255);
border: 1px solid #b3b3b3;
color: #b3b3b3;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #000000;
color: #cbcbcb;
}
.fixed-size-frame.lg-outer .lg {
overflow: visible!important;
}
.fixed-size-frame.lg-outer .lg-inner {
overflow: hidden!important;
}
.crp-popup-thumbs-grid.lg-outer .lg-thumb {
padding: 10px!important;
max-height: 250px;
overflow-y: scroll;
}
.lg-outer .lg-pager-outer {
top: 64px!important;
bottom: auto!important;
}
@media(max-width: 750px) {
.crp-popup-fixed-theme-light.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #b3b3b3;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
.crp-popup-fixed-theme-dark.lg-outer .lg-close {
margin: 0px 0px 0 0 !important;
background-color: rgba(255, 255, 255, 0);
border: 0px solid #b3b3b3;
color: #ffffff;
width: 45px;
height: 45px;
padding-top: 10px!important;
}
}.wc-paytrail-ppa-methods-container .wc-paytrail-ppa-method-group {
margin-bottom: 10px;
}
.wc-paytrail-ppa-methods-container .wc-paytrail-ppa-method-group-title {
font-weight: bold;
margin-bottom: 5px;
}
.wc-paytrail-ppa-methods-container .wc-paytrail-ppa-method {
background: #ffffff;
border: 1px solid #d5dfe0;
background-repeat: no-repeat;
background-position: center 10px;
cursor: pointer;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
width: 120px;
vertical-align: top;
text-align: center;
}
.wc-paytrail-ppa-methods-container .wc-paytrail-ppa-method input[type="radio"] {
margin: 0 !important;
}
.wc-paytrail-ppa-methods-container .wc-paytrail-ppa-method.selected, .wc-paytrail-ppa-methods-container .wc-paytrail-ppa-method:hover {
border-color: #7b9fa3;
}
.wc-paytrail-ppa-methods-container .wc-paytrail-ppa-method .wc-paytrail-ppa-method-icon-container {
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.wc-paytrail-ppa-methods-container .wc-paytrail-ppa-method .wc-paytrail-ppa-method-icon-container .wc-paytrail-ppa-method-icon {
flex: none;
display: block !important;
max-width: 100% !important;
max-height: 100% !important;
padding: 0 5px !important;
margin: 0 !important;
}
.wc-paytrail-ppa-methods-container.wc-paytrail-blocks .wc-paytrail-ppa-method-group {
margin-bottom: 20px;
}
.wc-paytrail-ppa-methods-container.wc-paytrail-blocks .wc-paytrail-ppa-method-group .wc-paytrail-ppa-group-methods {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
gap: 10px;
}
.wc-paytrail-ppa-methods-container.wc-paytrail-blocks .wc-paytrail-ppa-method-group .wc-paytrail-ppa-group-methods .wc-paytrail-ppa-method {
display: block;
width: 100%;
margin: 0;
}
.wc-paytrail-ppa-description {
margin-bottom: 10px;
}
.wc-paytrail-ppa-terms {
font-size: small;
}
.wc-paytrail-ppa-terms.wc-paytrail-ppa-terms-above {
margin-bottom: 10px;
}  .wc-paytrail-ppa-methods #wc-paytrail-ppa-method-group-applepay.wc-paytrail-hide-ap {
display: none !important;
}
#paytrail-ppa-apple-pay-info {
margin-bottom: 1rem;
} #paytrail-ppa-apple-pay-container {
display: flex;
justify-content: center;
flex-direction: row;
}
#paytrail-ppa-apple-pay-container #paytrail-ppa-apple-pay-button {
flex: none;
display: none;
appearance: -apple-pay-button;
-webkit-appearance: -apple-pay-button;
-apple-pay-button-type: plain;
-apple-pay-button-style: white-outline;
height: 50px;
width: 100%;
max-width: 400px;
margin-bottom: 1em;
} form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box .wc-paytrail-ppa-token-add-new,
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box .wc-paytrail-ppa-token-add-new {
margin-bottom: 10px;
}
form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box .wc-paytrail-ppa-token-add-new a,
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box .wc-paytrail-ppa-token-add-new a {
text-decoration: none;
padding: 8px;
line-height: 20px;
font-size: small;
}
form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box .wc-paytrail-ppa-token-add-new a span.dashicons,
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box .wc-paytrail-ppa-token-add-new a span.dashicons {
font-size: small;
line-height: 20px;
}
form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box .wc-paytrail-change-token-notice,
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box .wc-paytrail-change-token-notice {
margin-top: 10px;
font-size: small;
}
form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods {
list-style: none;
padding: 0;
margin: 0 0 10px;
}
form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li,
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li {
margin-left: 0;
padding: 0;
background: #ffffff;
border: 1px solid #d5dfe0;
padding: 5px 10px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
cursor: pointer;
max-width: 300px;
}
form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li.selected, form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li:hover,
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li.selected,
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li:hover {
border-color: #7b9fa3;
}
form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li input[type="radio"],
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li input[type="radio"] {
flex: none;
display: block;
}
form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li input[type="radio"]:focus,
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li input[type="radio"]:focus {
outline: none;
}
form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li img,
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li img {
float: none;
display: block;
flex: none;
}
form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li .wc-paytrail_ppa-payment-token-digits,
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li .wc-paytrail_ppa-payment-token-digits {
flex: auto;
display: block;
line-height: 26px;
}
form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li .wc-paytrail_ppa-payment-token-digits .wc-paytrail_ppa-payment-token-bullets,
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li .wc-paytrail_ppa-payment-token-digits .wc-paytrail_ppa-payment-token-bullets {
font-size: 18px;
letter-spacing: 0.1rem;
}
form#add_payment_method #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li .wc-paytrail_ppa-payment-token-expiry,
.woocommerce-checkout #payment .payment_methods .payment_method_paytrail_ppa .payment_box ul.woocommerce-SavedPaymentMethods li .wc-paytrail_ppa-payment-token-expiry {
line-height: 26px;
flex: none;
display: block;
}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//sirvion-metalli.fi/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .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:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - var(--wp-admin--admin-bar--height,0px));top:var(--wp-admin--admin-bar--height,0)}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,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(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,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:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.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(//sirvion-metalli.fi/wp-content/plugins/woocommerce/assets/css/photoswipe/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(//sirvion-metalli.fi/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.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:0 0;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,.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,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .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,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .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:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.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 .25s ease-out;transition:opacity .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(//sirvion-metalli.fi/wp-content/plugins/woocommerce/assets/css/photoswipe/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 .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.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:0 0;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(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}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%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(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__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.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:0 0}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}